/*
Theme Name: XRATS
Theme URI: https://www.ink.gr
Description:  XRATS
Author: INK Design - What the f*** is branding
Author URI: https://www.ink.gr
Version: 1.0
*/

/*------------------------------------*\
	GENERAL
\*------------------------------------*/
@font-face {
    font-family: asty;
    font-weight: 300;
    src: url("assets/media/fonts/asty/ASTYCFSTDLIGHT.OTF") format("opentype");
}

@font-face {
    font-family: asty;
    font-weight: 400;
    src: url("assets/media/fonts/asty/ASTYCFSTDBOOK.OTF") format("opentype");
}

@font-face {
    font-family: asty;
    font-weight: 500;
    src: url("assets/media/fonts/asty/ASTYCFSTDMEDIUM.OTF") format("opentype");
}
@font-face {
    font-family: asty;
    font-weight: bold;
    src: url("assets/media/fonts/asty/ASTYCFSTDBOLD.OTF") format("opentype");
}


b, strong {
    font-weight: bold;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
}
html {
	-webkit-tap-highlight-color: transparent;
}
body {
	background-color: white;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"],
input[type="search"] {
	font-size: inherit;
	line-height: inherit;
}
::-moz-selection {
	background-color: #04a4cc;
}
::selection {
	background-color: #04a4cc;
}
body {
    overflow-x:hidden;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body, p {
	line-height: 1.2;
	font-size:16px;
}
a, a:focus {
	text-decoration: none;
}a:hover {
	text-decoration: underline;
}
::-moz-selection, ::selection {
	text-shadow: none;
}
.breadcrumbs a {
    color: #000;
    text-decoration: underline;
}
/*------------------------------------*\
	TYPOGRAPHY COLORS
\*------------------------------------*/
body, a{
	color: #000;
}
::-moz-selection, ::selection {
	color: #FFFFFF;
}
.white{
	color: #FFFFFF;
}
a:focus, a:hover{
	color: inherit;
}
body {
    font-weight:400;
}
.hondos strong {
    color:#000000;
}
.border-radius {
    border-radius: 20px;
}
/*------------------------------------*\
	TYPOGRAPHY FONTS
\*------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, span, div, a {
	font-family: asty;
}
.home-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns, .page-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
.home-page-content > .wp-block-columns > .wp-block-column, page-content > .wp-block-columns > .wp-block-column, .home-page-content > .wp-block-columns, .page-content > .wp-block-columns {
    position: relative;
}

.home-page-content > .wp-block-columns > .wp-block-column > .wp-block-image, .page-content > .wp-block-columns > .wp-block-column > .wp-block-image {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.home-page-content > .wp-block-columns > .wp-block-column > .wp-block-image img, .page-content > .wp-block-columns > .wp-block-column > .wp-block-image img {
    width: 100% !important;
}
/*------------------------------------*\
	HEADER
\*------------------------------------*/
.relative {
    position: relative !important;
}
.header-container-sticky {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 11.68px 4.32px rgba(0, 0, 0, 0.15);
}
.top-bar, .top-bar ul {
    background: transparent;
    padding:0;
}

.top-bar a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    outline: none;
    padding: .7rem 0.9rem !important;
    font-weight: 500;
}
.logo {
    padding: 20px 0;
}

.main-header {
    display: flex;
    align-items: center;
}

.main-header-second-column {
    padding-right: 0!important;
}

.main-header-first-column {
    padding-left: 0!important;
}

.main-header-container .grid-container {
    padding-left: 0;
    padding-right: 0;
}
ul.dropdown.menu {
    display: flex;
    justify-content: space-between;
}
.top-header-container .wp-block-columns {
    gap: 10px;
    display: flex!important;
    flex-direction: row;
    align-items: center!important;
    flex-wrap: wrap!important;
}

.top-header-container p {
    margin-bottom: 0;
}

.top-header-second-column .wp-block-columns {
    justify-content: flex-end!important;
}

.top-header-second-column .wp-block-columns .wp-block-column {
    max-width: fit-content;
}

.top-header-container {
    background: #fdb813!important;
    position: relative;
    display: block;
}

.top-header {
    padding: 10px 0;
}

.top-header * {
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.top-header-container * {
    font-weight: 500;
}
.logo.text-center {
    padding: 0 0 10px;
    margin-top: -30px;
}

.main-header-container {
    z-index: 2;
    position: relative;
}
.has-small-font-size strong {
    font-weight: 500;
}
p strong, p b {
    font-weight: 500;
}
.strongest strong, .strongest b{font-weight:bold;}

.emailicon {
    margin-top: -6px;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: calc(100% + 17px);
    background-color: white;
    border: 0;
}


.submenu-toggle::after {
    border-color: #000000 transparent transparent;
}
/*------------------------------------*\
	SLIDER
\*------------------------------------*/
::placeholder {
  color: #7f7f7f;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #7f7f7f;
}
.bgslide, .slider-list-item {
    max-height: 1080px;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.bgslide:has(.homeSlider.homeVideo), .slider-list-item:has(.homeSlider.homeVideo) {
    height:auto;
}

.iframeSlider.iframeVideo, .homeSlider.homeVideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */  
    padding-top: 25px;
    width: 300%; /* enlarge beyond browser width */
    left: -100%; /* center */
     background-size: 100vw auto !important;
}
.iframeSlider.iframeVideo iframe, .homeSlider.homeVideo video {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.slideLayer {
    height: 100%;
    position: relative;
}
.iframeSlider.iframeVideo:after {
    content: "";
    width: 100%;
    height: 100%!important;
    left: 0;
    height: 0;
    position: absolute;
}

.contentSlider {
    position: absolute;
    left: 0;
    top: 20%;
    background: rgba(255,255,255,0.75);
    text-align: center;
    padding: 50px;
    max-width: calc(100% - 30px);
}
.contentSlider.no-opacity {
    background: transparent;
}
.contentSlider img {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.contentSlider * {
    color: black;
}

.slider-list-item.this-slide-has-iframe .slideLayer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.contentSlider h2, .contentSlider h3, .contentSlider h4, .contentSlider h5, .contentSlider h6 {
    font-size: 2.5rem!important;
        font-size: 2.5rem!important;
    margin-bottom: 15px;
    line-height: 2.5rem;
}

.slide-href {
    margin-top: 30px;
}
.contentSlider.no-opacity .slide-title {
    text-align: left;
    font-size: 80px;
    line-height: 90px;
    font-weight: 100;
    color: white;
    letter-spacing: 2px;
}
.slick-prev {
    left: 0;
    z-index: 1;
}

/*------------------------------------*\
	CONTENT
\*------------------------------------*/
.wp-block-heading {
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-bottom:20px;
    font-weight:400;
}
.wp-block-list.has-text-align-center {
    text-align: left;
    list-style: none;
}

.wp-block-list.has-text-align-center li {
    position: relative;
    padding-left: 20px;
    margin-bottom:5px;
}
.wp-block-list.has-text-align-center li:before {
    content:url(https://xrats.gr/wp-content/uploads/2024/07/xrats-tick-icon.png);
    width: 13px;
    position: absolute;
    left: 0;
}
.has-text-align-center {
    margin-left: auto;
    margin-right: auto;
}
.relative {
    position:relative;
}
.has-medium-font-size {
    font-size:18px!important;
    font-weight:normal;
}

.has-medium-font-size {
    font-size:15px!important;
}
.has-medium-font-size strong {
    font-weight:400;
}
.strong strong {
    font-weight:bold;
}
.abs {
    position:absolute;
}
.wp-block-gallery {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.wp-block-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.wp-block-gallery .slick-arrow:first-child {
    left: 10px;
}

.wp-block-gallery .slick-arrow:last-child {
    right: 10px;
}
.wp-block-gallery .wp-block-image img {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
}
.flex-center > .wp-block-column {
    flex-grow: 0!important;
    flex-basis: unset!important;;
}

.flex-center {
    margin-left:25%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap!important;
    align-content: center!important;
    max-width: 170px;
}

.flex-right {
    margin-left: 30%;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer {
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 50px;
}
.wpcf7-submit, .wp-block-button__link {
    font-size: 8.323px;
    color: rgb(255, 255, 255)!important;
    background-color: rgb(206, 24, 30)!important;
    border: 0;
    -moz-transform: matrix( 1.4418545984052,0,0,1.44185459840519,0,0);
    -webkit-transform: matrix( 1.4418545984052,0,0,1.44185459840519,0,0);
    -ms-transform: matrix( 1.4418545984052,0,0,1.44185459840519,0,0);
    padding: 5px 15px;
    outline: none;
    border-radius: 20px;
    text-decoration: none !important;
    border-bottom: 3px solid #ed7479;
}
.wp-block-button__link.yellow {
    border-color:#fdb813;
}




.medium-horizontal a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}


.bottom-footer-container .medium-horizontal a {
    font-size:12px;
}

.bottom-footer-container .medium-horizontal {
    justify-content: flex-start!important;
}

.bottom-footer-container .medium-horizontal li:after {
    content: " | ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.bottom-footer-container .medium-horizontal li:last-child:after {
    display: none;
}

.bottom-footer-container .medium-horizontal li {
    position: relative;
    padding-right: 15px;
}

.newsletter .text-right * {
    display: table;
    margin-left: auto;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    height: 26px;
    border: 0!important;
    box-shadow: none!important;
    outline: none!important;
    border-bottom: 1px solid!important;
    font-size: 14px;
    background:transparent!important;
    font-weight: 400;
}
.newsletter [type=email] {
    font-size: 12px;
}


#wpcf7-f98-p2-o1 .wpcf7-submit {
    margin-left: 15px;
}


footer *, .footer a {
    color:rgb(0,0,0);
}
button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0, button.mgbutton.moove-gdpr-modal-allow-all.button-visible, button.mgbutton.moove-gdpr-modal-save-settings.button-visible {
    color: black!important;
    background-color: #fdb813!important;
}

.spanlabel {
    display:none!important;
}
ul#moove-gdpr-menu * {
    color: black!important;
}

.mobile-menu-container {
    z-index: 1;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 11.68px 4.32px rgba(0, 0, 0, 0.15);
}

.grid-container.hide-for-large.mobile-menu-container.stuckheadermob {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
}


.mobile-menu-link {
    font-size: 6px;
    padding: 3px 9px;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
    color: white;
    position: relative;
}

.mobile-menu-link:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    background: #7f7f7f;
    height: 2px;
}

.off-canvas {
    background: white;
    padding: 60px 20px 40px;
}

ul.accordion.off-canvas-nav li {
    margin-bottom: 10px;
}
a.close-menu-link {
    font-weight: 100;
    text-decoration: none;
    font-size: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}
/*------------------------------------*\
	MEDIA QUERIES
\*------------------------------------*/

@media screen and (max-width:1440px) {
    .abs {
        max-width: 100% !important;
        width: 100% !important;
        position: relative;
    }
    .main-header-container, .home-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns, .newsletter {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width:1024px) {
        
    .footer .medium-horizontal {
        display: flex;
        justify-content: space-between;
    }
    p.has-text-align-center.is-note.abs {
        position: absolute;
        left: 0;
    }
    .thumbnail-of-port-top.slider-list {
        margin-top: -100px;
        z-index: 0;
    }
    
    .header {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:1024px) {
        
    .footer .medium-horizontal {
        flex-direction: column;
    }
    .main-header-container, .home-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    div#hascontactform {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-bottom: 0 !important;
    }
    
    .medium-horizontal a {
        text-align: center;
    }
    
    .newsletter {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .main-footer-second-column {
        margin-bottom: 21px;
    }
    
    .footer {
        padding-bottom: 20px;
    }
    .mobbgbottom {
        top: auto !important;
        bottom: 0 !important;
    }
}

@media (min-width: 782px) {
    .resdes {
        display: flex;
        flex-direction: column-reverse;
    }    
}

@media (max-width: 781px) {
    .wp-block-list.has-text-align-center {
        max-width: 100% !important;
    }
    .mobile-100 {
        height:100px!important;
    }
    .bgslide, .slider-list-item {
        height: auto;
    }
    .flex-center, .flex-right, .flex-left {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        flex-direction: row;
    }
    .flex-center > .wp-block-column, .flex-right > .wp-block-column, .flex-left > .wp-block-column {
        flex-grow: 0 !important;
        flex-basis: unset !important;
        width: auto;
    }
    .wp-block-column {
        text-align: center;
    }
    *:not(.has-text-align-left)[class*="max-width"] {
        margin-left: auto;
        margin-right: auto;
    }
    .tabledis * {
        text-align:left;
    }
    .tabledis {
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        max-width: 300px;
    }
    .wp-block-heading {
        font-size: 23px;
    }
    .max-width-360 * {
        font-size: 15px!important;
    }
    
    .max-width-360 {
        max-width:300px!important;
    }
    .flex-center {
        display: flex;
        flex-direction: column;
    }
    .grid-x.newsletter * {
        text-align: left;
    }
    
    .newsletter .text-right * {
        margin-right: auto;
    }
    .max-width-900 > .wp-block-column > .wp-block-columns {
        gap: 10px;
    }
    
    .featured-image-container {
        background-size: cover;
        height: 640px;
        background-position: center;
    }
    
    .featured-image-container * {
        display: none;
    }

    #wpcf7-f98-p2-o1 .wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        display: table;
        margin-top:20px;
    }
    .homeSlider.homeVideo video {
        position: relative;
    }
    
    .homeSlider.homeVideo {
        width: 100%;
        padding-top: 0;
        left: 0;
        padding-bottom: 0;
    }
}

    .wpcf7-form .small-12 {
        margin-bottom: 20px;
    }
@media screen and (max-width:640px) {
    .wpcf7-form .small-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
}

.grecaptcha-badge {
    visibility: collapse;
}

.copyright, .copyright p {
    font-size: 12px;
}

.success-subscription {
    margin-top: -30px;
}

.submitted-newsletter {
    font-size: 13px;
    margin-top: -30px;
    color: #ce181e;
}

.submitted-newsletter .success-subscription {
    color: #46b450;
}

.wpcf7 form.init:has( .newsletter) .wpcf7-response-output {
    display: none!important;
}


.wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit:none!important;
}
.wp-block-gallery {
    width:100%;
    display: block !important;
}

.wp-block-gallery figure.wp-block-image img {
    display: table!important;
    margin-left: auto;
    margin-right: auto;
}

/**/
    .single-product section.product-navigation {
        background-image: url(https://xrats.gr/wp-content/uploads/2024/07/xrats-background-3.png);
        margin-top: -18vh;
        padding: 23vh 0 21vh;
    }
    
    .single-product footer.footer {
        margin-top: 0;
    }
    
    .single-product .product-thumb-details {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0em;
        margin-right: 20px;
        
    }
    
    .single-product a.nav-previous .product-thumb-details {
        /* flex-direction: row-reverse; */
        align-items: center;
        margin-right: unset;
        margin-left: 20px;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    
    .single-product .nav-links a {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-left: 9rem;
    }

	.single-product .nav-links a.nav-next {
	    justify-content: flex-end;
	    margin-right: 9rem;
	}
    
    /*.product-svg {*/
    /*    width: 100%;*/
    /*    height: 30px;*/
    /*}*/
    
    header.entry-header.entry-header-product {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 17rem;
        left: 10rem;
    }

	article.product.type-product {
	    background: #f2f2f2;
	}

	.entryy-img-cat img {
	    width: 5em;
	}

	.entryy-img-cat h2 {
	    font-size: 20px;
	}
	
	.entryy-img-cat {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    background-image: url(https://xrats.gr/wp-content/uploads/2024/10/bg-title-single.jpg);
	    background-size: cover;
	    padding: 3rem;
	}

	.entryy-img-cat .category-name {
	    font-size: 14px;
	    color: rgb(0,0,0);
	    line-height: 1.2;
	    outline: none;
	    padding: .7rem 0.9rem !important;
	    font-weight: 500;
	}

    .single-product .product-section-slide .section-slider.section-suite-slider,
    .single-product .product-section-slide .suite-slider-list,
    .single-product .product-section-slide .slick-list.draggable,
    .single-product .product-section-slide .suite-slider-list-item{
        height: inherit;
    }
    
    .single-product .product-section-slide.section-slide {
        height: 600px;
    }
    .single-product .product-section-slide .slick-track {
        height: inherit;
    }
    
    .single-product .product-section-slide .suite-slider-list-item {
        background-repeat: no-repeat!important;
        background-position: center!important;
        background-size:contain!important;
    }   
    
    .single-product .thumtest.slick-slide {
    height: 7em;
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
    .single-product .section-slide.product-section-slide {
        max-width: 40%;
        margin: 0 auto;
        background: #ffffff00;
    }
    
    .single-product .slider-nav {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: #f2f2f2;
        padding: 0 20px;
        position: absolute;
        top: 20px;
    }    
    
    .single-product section.product-navigation {
        display: flex;
    }

    .single-product section.product-navigation .nav-links {
        display: flex;
        flex: 100%;
        justify-content: space-between;
    }    
    .single-product .product-thumb-detailsins {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

	.single-product .product-thumb-detailsins img{
		width: auto;
		height: 10em;
		padding: 15px;
		/* border-radius: 57px; */
	}

	.slider-nav .entry-title {
	    display: flex;
	    align-items: center;
	    justify-content: center; /* Centers SVG within the <h1> */
	}
	
	.slider-nav .entry-title .svg-wrapper {
	    display: inline-flex;
	    width: 1.5em; /* Adjust size as needed */
	    height: auto;
	    max-height: 1.5em; /* Set a maximum height to prevent overflow */
	    overflow: hidden; /* Ensures no overflow */
	}
	
	.slider-nav .entry-title .svg-wrapper svg {
	    width: 100%;
	    height: auto; /* Allows SVG to scale proportionally */
	    display: block;
	    overflow: hidden;
	}
	
	.slider-nav .slick-next:before, 
	.slider-nav .slick-prev:before {
	    color: black;
	    font-family: auto;
	}
	
	.slider-nav .thumtest.slick-slide {
	    background-position: center!important;
	}
	
	.single-product a.nav-previous .product-thumb-details > img, 
	.single-product a.nav-next .product-thumb-details > img {
	    width: 45px;
	    height: 45px;
	}

	.single-product .product-section-slide .section-slider.section-suite-slider {
	    position: relative;
	}
	
	.single-product .product-section-slide .suite-slider-list {
	    padding-top: 10rem;
	}
	
	.single-product p.slider-title.text-center {
	    position: absolute;
	    left: 0;
	    top: 0;
	    text-transform: uppercase;
	    display: block;
	    width: 100%;
	}
	
	p.slider-title.text-center span {
	    font-size: 35px;
	    font-weight: 400;
	}

	.single-product .nav-links a.nav-previous .product-thumb-detailsins {
	    flex-flow: row-reverse;
	}
	
	.single-product  a.nav-next .product-thumb-details {
	    flex-direction: row-reverse;
	}

	.single-product .nav-links a .product-thumb-detailsins .product-image img {
	    height: 4em;
	}
	
	.single-product .product-thumb-details .product-thumb-detailsins > img {
		display: none;
	}
	
    	
    /* Container styling for the product category archive */
    .product-category-archive {
        margin: 0 auto;
        padding: 10vh 20px;
        background: #f2f2f2;
    }
    
    /* Header styling for the title and description */
    .archive-header {
        text-align: center;
        margin-bottom: 30px;
    }
    
    
    .category-image img {
        max-width: 30rem;
    }    
    .archive-title {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .archive-description {
        font-size: 1.2em;
        color: #666;
    }
    
    /* Styling for the product list container */
    .products-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6%; /* Space between each product */
        max-width: 70%;
        margin: 0 auto;
    }
    
    /* Each product item (article) styling */
    body.archive.tax-product_category .products-list article {
        flex: 1 1 calc(20% - 10px); /* 4 columns, accounting for gap */
        /* background: #f9f9f9; */
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        overflow: hidden;
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
        transition: transform 0.3s ease;
        background-image: url(https://xrats.gr/wp-content/uploads/2024/10/xrats-mantilaki-bg.jpg);
        background-size: contain;
        padding-top: 35px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 12% 0%;
    }
	
	body.archive.tax-product_category .products-list article:nth-child(even) {
	    background-position: bottom;
	    background-size: 100%;
	}
    
    body.archive.tax-product_category .products-list article:hover {
        transform: scale(1.02); /* Slight zoom on hover */
    }
    
    /* Product thumbnail */
    body.archive.tax-product_category .product-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 80%;
        margin: 0 auto;
        /* height: 22rem; */
    }
    
    /* Product title */
    body.archive.tax-product_category .product-title {
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        color: #333;
        padding: 15px;
    }
    
    /* Pagination styling */
    body.archive.tax-product_category .pagination {
        text-align: center;
        margin-top: 20px;
    }
    
    body.archive.tax-product_category .pagination a {
        display: inline-block;
        padding: 10px 15px;
        margin: 5px;
        color: #333;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: background-color 0.3s;
    }
    
    body.archive.tax-product_category .pagination a:hover {
        background-color: #333;
        color: #fff;
    }
    
    /* Responsive adjustments */
    @media (max-width: 1024px) {
        body.archive.tax-product_category .products-list article {
            flex: 1 1 calc(33.33% - 20px); /* 3 columns on medium screens */
        }
    }
    
    @media (max-width: 768px) {
        body.archive.tax-product_category .products-list article {
            flex: 1 1 calc(50% - 20px); /* 2 columns on smaller screens */
        }
    }
    
    @media (max-width: 480px) {
        body.archive.tax-product_category .products-list article {
            flex: 1 1 100%; /* 1 column on mobile */
        }
    }
    
    
    body.archive.tax-product_category footer.footer {
        margin-top: 0;
    }	
    
    body.archive.tax-product_category .products-list article .product-image img {
        width: auto;
        height: 3rem;
    }
    
    .slider-nav .slick-next {
        right: 0;
    }
    
@media screen and (max-width:767px){
    .single-product section.product-navigation {
        width: 100%;
        margin-top: -10rem;
        padding: 22rem 0 3rem;
    }
    
    .single-product .nav-links a {
        margin-left: 0;
    }
    
    .single-product .nav-links a.nav-next {
        margin-right: 0;
    }
    
    .single-product .section-slide.product-section-slide {
        max-width: 100%;
        height: 30rem;
    }
    
    .entryy-img-cat {
        padding: 25px 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    header.entry-header.entry-header-product {
        width: 100%;
        left: unset;
        position: relative;
        margin-bottom: 10px;
        top: unset;
    }
    
    .single-product .slider-nav {
        position: relative;
        background: transparent;
    }
    
    .single-product .product-section-slide .suite-slider-list {
        padding-top: 0;
    }
    
    .single-product p.slider-title.text-center {
        top: 0;
        right: unset;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .single-product .product-section-slide .slick-list.draggable .slick-slide {
        padding-top: 10px;
    }
    
    .products-list.wipes-products {
        max-width: 90%;
    }
    
    body.archive.tax-product_category .products-list article {
        flex: 1 1 30%;
    }
    
    div#dropdown-menup {
        flex-direction: row;
        text-align: left;
        bottom: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    #dropdown-menup a {
        font-size: 15px;
    }
    
    
}    

.prd-cats {
    position: relative;
    display: block;
    min-height: 4rem;
}
#dropdown-linkp {
    cursor: pointer;
    text-decoration: underline;
    color: black;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

#dropdown-menup {
    display: none; /* Αρχικά είναι κρυφό */
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15px;
    gap: 15px;
    flex-direction: row;
}

#dropdown-menup a {
    color: black;
    padding: 0;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

#dropdown-menup a:hover {
    /* background-color: #f1f1f1; */
    text-decoration: underline;
}


div#prosxediasmena {
    padding-bottom: 30px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: rgb(0,0,0) transparent transparent;
    right: 0;
}

.dropdown.menu>li.is-active>a {
    color:rgb(0,0,0);
}

div#contact .wpcf7 .screen-reader-response {
    clip: unset;
    clip-path: unset;
    z-index: 1;
    height: 39px;
    width: 100%;
    bottom: 0;
}