/*
Theme Name: Generation Y
Theme URI: https://generation-y.gr/
Author: Generation Y
Author URI: https://generation-y.gr/
Description: Generation Y Child Theme of woostify
Template: woostify
Version: 1.0.0
*/


:root {
 --layoutpadding: 5%;
 --lessmarginy: 2%;
 --one_column_padding: 85px;
 --maincolor: #002A6A;
 --darkcolor: #000000;
 --secondcolor: #000000;
 --swiper-theme-color: #002A6A !important;
}

.maincolor, .maincolor * {
    color: var(--maincolor);
}

.text-white, .text-white * {
    color:  white;
}
.text-center, .text-center * {
    text-align: center;
}
.overflowhidden, .overflowhidden * {
    overflow: hidden;
}
.subcatsholder, .search .page-content, .rank-math-breadcrumb{
     padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}

.vc_row.vc_row-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.post-type-archive-projects #content {
    padding-bottom: 60px;
}
.small_row {
    width: 1400px;
    margin: 0 auto !important;
    max-width: 100%;
}
.too_small_row {
    width: 1100px;
    margin: 0 auto !important;
    max-width: 100%;    
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.smaller_row {
    width: 850px;
    margin: 0 auto !important;
    max-width: 100%;
}


.e_row {
    display: flex;
}
.e_col_6 {
    width: 50%;
}
.special_title h2 {
    color: #CCD4E1;
    font-size: 95px;
    font-weight: 700;
    line-height: 1;
}

.woostify-icon-bar span:before {
  width: 65%;
}

.woostify-icon-bar span:after {
  width: 65%;
} 
.sidebar-menu-open .woostify-icon-bar span {
    background-color: transparent;
}
.sidebar-menu-open .woostify-icon-bar span:before {
  width: 100%;
  -webkit-transform: rotate(45deg) ;
  transform: rotate(45deg) ; 
  top: 0;
  background-color: var(--darkcolor);
}
.sidebar-menu-open .woostify-icon-bar span:after {
  width: 100%;
  -webkit-transform: rotate(45deg) ;
  transform: rotate(-45deg); 
  bottom:  0;
  background-color: var(--darkcolor);
}


.sidebar-menu-open .woostify-icon-bar span:before,
.sidebar-menu-open .woostify-icon-bar span:after {
    width: 70%;
/*     -webkit-transform: rotate(45deg) translate(10px, -11px);
    transform: rotate(45deg) translate(10px, -11px); */
}
[class^="header-device-"] {
     padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding); 
    z-index: 100;
    transition: all 0.2s ease;
}

footer#colophon .woostify-container {
    padding: 0;
}

footer#colophon .site-footer-widget.footer-widget-col-4, footer#colophon .site-info {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}

.footer-widget:first-child {
    margin-top: 20px;
}

footer#colophon .site-info {
    background: black;
}
.site-info:not(:first-child) {
    border-top: none !important;
}
footer#colophon  {
    color: white;
}

footer .widget-title, .widgettitle {
    font-weight: normal;
    margin-bottom: 10px;
}

.site-footer a:hover {
    opacity: 0.5 !important;
    color: white;

}
.row-ena {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    max-width: 280px;
    padding: 10px 0;
}

.row-ena:last-child {
    border:  none;
}

.row-ena .fa {
    font-size: 30px;
    line-height: 40px;
    width: 45px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
}

.site-info:not(:first-child) {
    border: none;
}

.row-ena a {
    display: inline-flex;
    width: 100%;
}
.row-ena a:hover {
    opacity: 0.7;
}
/* Transparent Header */
.has-header-transparent [class^="header-device-"] {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    z-index: 100;
}

.has-header-transparent div#content {
    margin-top: 0;
}

/* Menu */

.primary-navigation > li.current-menu-ancestor > a, .primary-navigation > li > a:hover {
    font-weight: 900;
}

/* Sticky Menu */
.header-device-desktop.sticky {
    position: fixed;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 50;
}

.header-device-desktop.sticky .main-navigation .primary-navigation > .menu-item > a {
    padding: 0;
}

.header-device-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* sticky mobile menu */
.header-device-mobile.sticky {
    position: fixed;
    top: 0;
    background: white;    
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
}

/* search */
[class^="header-device-"] .site-tools .tools-icon {
    color: var(--maincolor);
    font-weight: 600;
    font-size: 22px;
}

.dialog-search-header {
    background: var(--maincolor);
}

.dialog-search-header * {
    color: white;
}

/* breadcrumb (rank math) */

.breadcrumb-container {
    padding: 5px var(--layoutpadding);
    background-color: #F2F2F2;
}

/* nav.woostify-breadcrumb span.item-bread:last-child {
    font-weight: 900;
}
 */
nav.rank-math-breadcrumb p {
    margin: 0;
}

nav.rank-math-breadcrumb .last {
    font-weight: 600;
    color: var(--darkcolor);
}

nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb .separator {
    color: var(--darkcolor);
}

.home .woostify-container.breadcrumb-container {
    display: none;
}

/* page title */
.page-header h1 {
    font-size: 125px !important;
    opacity: 0.7;
    font-weight: 600 !important;
    line-height: 1.2;
}

.page-header {
    background-color: rgb(11 18 36 / 30%) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: color;
/* 
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
}
/* copyright */
.cp_designed_by.cp_text + a {
    position: relative;
    top: -2px;
}


div#ct-ultimate-gdpr-cookie-content {
    float: left !important;
}

.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons {
    float: right;
    position: relative;
}

div#ct-ultimate-gdpr-cookie-content {
    top: 10px;
    position: relative;
}

.ct-ultimate-gdpr-cookie-popup-bottomPanel {
    padding: 0 0 10px;
}

.ct-ultimate-gdpr-cookie-modal-slider-wrap {
    display: none;
}

.ct-ultimate-gdpr-cookie-modal-btn a {
    background: var(--maincolor) !important;
    border: 2px solid var(--maincolor) !important;
}

svg.ct-svg.replaced-svg path {
    fill: var(--maincolor) !important;
}

.ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider {
    border: 3px solid var(--maincolor);
}

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
    background: var(--maincolor); 
}

.ct-ultimate-gdpr-cookie-buttons>div {
    border: none !important;
}

#ct-ultimate-gdpr-cookie-open {
    display: flex !important;
}
div#ct-ultimate-gdpr-cookie-open {
    z-index: 100;
    box-shadow: 0px 0px 3px 1px rgba(85,85,85,0.2);
    padding: 10px;
    border-radius: 50%;
}

/* Footer Mailpoet 3 */


footer form.mailpoet_form {
    padding: 0 !important;
}

.mailpoet-heading {
    color: white;
    font-weight: 400;
    font-size: 15px;
}

input.mailpoet_submit {
    background-image: url(/wp-content/uploads/2021/10/subscription_arrow.png);
    color: transparent;
    height: 46px;
    width: 46px;
    overflow: hidden;
}

h6+.mailpoet_paragraph {
    width: calc(100% - 50px);
}
.mailpoet_paragraph.mail_input input {
    height: 46px;
}

#mailpoet_form_1 .mailpoet_paragraph input[type="email"] {
    padding-left: 15px !important;
}
.mailpoet_paragraph.mail_button {
    margin-top: -66px;
    left: calc(100% - 46px);
    position: relative;
}

.mailpoet_paragraph.mail_button input, 
.mailpoet_form .mailpoet_paragraph.mail_input .mailpoet_text {
    line-height: 26px !important;
    font-size: 15px !important;
}
li.parsley-custom-error-message {
    position: absolute;
    line-height: 1;
    margin-top: -5px;
}










/* Main Slider */

.main_slider_text_container {
    position: absolute;
    color: white;
    z-index: 20;
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
    width: 48%;
    max-width: 100%;
   /* top: 35%;*/
   bottom:  100px;
}

.main_slider_text_container h2 {
  color: #FFFFFF;
  font-size: 75px;
  text-align: left;
  margin-bottom: 35px;
  line-height: 1;
}

.main_slider_text_container .main_slider_content{
  color: #FFFFFF;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  font-weight: 300;
}
/* button */
.vc_btn3-container a {
    width: 200px;
    height: auto;
    background: var(--maincolor) !important;
    border-radius: 0;
    color: white !important;
    font-weight: 500;
    font-size: 15px;
}

a.vc_general.vc_btn3 {
    border-radius: 0;
}
section.vc_section {
    margin-top: var(--layoutpadding);
    margin-bottom: var(--layoutpadding);
}

section.vc_section.lessmargin {
    margin-top: var(--lessmarginy);
    margin-bottom: var(--lessmarginy);
}

section.vc_section {
    margin-top: var(--layoutpadding);
    margin-bottom: var(--layoutpadding);
}

[class^="header-device-"] section.vc_section {
    margin-top: 0;
    margin-bottom: 0;

}


#welcome_row.background_right_bottom  {
    background-position: right bottom !important;
}
.one_column_padding .vc_column-inner {
     padding-left: var(--one_column_padding) !important;
    padding-right: var(--one_column_padding) !important;
}
.one_small_column  {
    max-width: 767px;
   
}

/* counters */

.counters_container {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}
#counters_section {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
}
.single_counter_container {
    width: 25% !important;
    float: left;
    text-align: center;
    color: white;
}

.timer {
    font-size: 75px;
    line-height: 1;
}
.counter_text_container {
    font-size: 22px;
    margin-top: 35px;
}

/* particles */
div#particles-js {
    top: -25% !important;
    height: 150%;
}


#welcome h2 {
    color: var(--maincolor);
    font-size: 60px;
    line-height: 1.1;
}


/* our company */

/* div#pixida {
    position: absolute;
    right: 0;
} */
div#pixida {
    right: -10% !important;
    position: absolute;
}

section#welcome + section * {
    z-index: 10;
}
.title60 h2 {
    font-size: 60px;
    line-height: 1.2;
}
.title60 {
    margin-bottom: 15px !important;
}
.wpb_text_column.wpb_content_element.subtitle p {
    font-size: 28px;
}

/* image carousel */
ul.swiper-wrapper {
    padding: 0 !important;
}
figure.photos {
    margin:  0;
}
li.photo-gallery {
    margin:  0 !important;
    list-style-type: none;
}




/* wired gallery */


span.styledate.maincolor {
    font-weight: 600;
}

.main_slider_container .swiper-slide>img {
    filter: brightness(0.9);
        max-height: 100vh;
        width: 100%;
        object-fit: cover;
}

/* timeline */

.timeline_slider_container {
    border-bottom: 3px solid var(--maincolor);
     padding-bottom: 32px; 
}

.timeline_slider_container .swiper-slide {
    height: auto;
}

.timeline_slider_container .e_row {
    align-items: flex-end;
    height: 100%;
}

.timeline_slider_container .slide_img {
    display: block;
    margin: 0 auto;
}

.timeline_slider_container .e_inner_column {
    bottom: 70px;
    position: relative;
}

.timeline_slider_container .e_inner_column * {
    padding-left: 30px;
}

.timeline_slider_container .slide_title.maincolor {
    font-size: 60px;
    line-height: 1;
}

.timeline_slider_container .slide_content {
    padding-top: 30px;
}

.arrow-holder.slider_arrows {
    padding-left: 30px;
    padding-right: 30px;
}

.arrow-holder.slider_arrows span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    bottom: 45%;
}

.arrow-holder.slider_arrows span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
}

.swiper_button_next {
    right: 18px;
    margin-right: 50px;
}

.arrow-holder.slider_arrows .swiper_button_next:before {
    border-top: 5px solid var(--maincolor);
    border-right: 5px solid var(--maincolor);
}

.arrow-holder.slider_arrows .swiper_button_prev:before {
    border-bottom: 5px solid var(--maincolor);
    border-left: 5px solid var(--maincolor);
}

.e_inner_column:before {
    border-left: 3px solid var(--maincolor);
    content: "";
    position: absolute;
    height: calc(100% + 70px);
    display: block;
    margin-left: -33px;
    margin-top: 30px;
}
h3.slide_title.maincolor:before {
    background: var(--maincolor);
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    display: block;
    margin-top: 30px;
    margin-left: -60px;
}

.timeline_slider_container .one_column_padding:after {
    content: "";
    bottom: -45px;
    position: absolute;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: var(--maincolor);
    margin-left: -42px;
}

.bottom_arrows.arrow-holder.slider_arrows span {
    bottom: -78px!important;
    display: block;
    font-size: 38px;
    color: var(--maincolor);
    text-align: center;
    line-height: 65px;
    font-weight: 700;
}
.bottom_arrows.arrow-holder.slider_arrows .swiper_button_prev {
    left: 48px;
}
.bottom_arrows.arrow-holder.slider_arrows .swiper_button_next {
    right: 48px;
}
.bottom_arrows.arrow-holder.slider_arrows span:before {
    width: 30px;
    height: 30px;
    background: var(--maincolor);
    border-radius: 50%;
    margin: 0 auto;
}

.disabled_swiper_button {
    opacity: 0;
}

.mb150 {
    margin-bottom: 150px;
}

.site-main .post-loop {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* main#main article section:last-child {
    margin-bottom: 0;
}

 */
.post-type-archive-projects .site-main .entry-image-link {
    display: block;
}
.post-type-archive-projects time.entry-date.published {
    display: none;
}
h2.entry-header-item.alpha.entry-title {
    color: var(--maincolor);
    font-weight: 700;
}

.post-pagination-wrapper.post-type-pagination-wrapper.only_arrows {
    float: right;
}

/* pagination */
span.pagination-prev.arrow_pag {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
}
span.pagination-next.arrow_pag {
    border-right: 2px solid black;
    border-top: 2px solid black;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
}
.page-numbers {
    font-size: 17px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
}
.page-numbers.current {
    font-weight: 700;
    color: var(--maincolor);
}

.projects_description {
    text-align: center;
    padding-bottom: var(--layoutpadding);
}

.archive div#content {
    margin-bottom: 0 !important;
}
.archive footer#colophon {
    margin-top: 0;
}
.archive .loop-post-inner .vc_btn3-container {
    margin-top: 30px;
}
.archive .loop-post-inner .vc_btn3-container a {
        width: 160px;
}



/* Home Projects */
#HomeProjects .vc_gitem-zone {
    background: white !important;
}




section#HomeProjects h6.gy_post_title {
    color: var(--maincolor);
}
section#HomeNews h6.gy_post_title {
    color: white;
}

/* #HomeNews  */
#HomeNews .vc_btn3-container.vc_btn3-inline > a {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    color: var(--maincolor) !important;
    height: 40px;
}
#HomeNews .post_info_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: blue;
}

#HomeNews .post_grid_item {
    padding: 0 !important;
}


#HomeNews .post_info_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    background: linear-gradient(180deg, transparent 0, #111 100%);
    transition:  all 0.5s ease;
}

#HomeNews .post_grid_item:hover .post_info_container {
    padding-top: 10px;
    background: rgb(0 43 107 / 40%);
}
#HomeNews .post_info_container * {
    color: white;
}

#HomeNews h6.gy_post_title {
    font-weight: 400;
    line-height: 1.2;
    font-size: 17px;
    margin-top: 0;
}

#HomeNews .date_holder {
    font-size: 13px;
}
#HomeNews .post_grid_item .post_fimage {
    width: 100%;
    transition: transform .5s ease-in-out;
    transform-origin: bottom left;
}
#HomeNews .post_grid_item:nth-child(2) .post_fimage {
    transform-origin: bottom left;
}
#HomeNews .post_grid_item:nth-child(3) .post_fimage {
    transform-origin: bottom right;
}

#HomeNews .post_grid_item:hover .post_fimage {
  transform: scale(1.1);
}

#HomeNews .post_grid_item {
    overflow: hidden;
}

.animated {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.home #content {
    margin-bottom: 15px;
}
.home footer#colophon {
    margin-top: 15px !important;
}

/* single product */
.single-product main#main {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
    max-width: 90%;
    margin: 0 auto;
}
.archive .woostify-container {
   padding-left: var(--layoutpadding) !important;
   padding-right: var(--layoutpadding) !important; 
}
.single-product .content-top, .product-page-container {
    background-color: transparent;
}
.single-product .woostify-breadcrumb {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}
span.item-bread.delimiter:after {
    content: "/";
}
.related.products .product-loop-meta {
    display: none;
}
.pwb-single-product-brands{
    position: absolute;
    right: 5%;
    max-width: 200px;
        padding-top: 0 !important;
}
.pwb-single-product-brands img{
    width: auto;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.download_buttons .vc_btn3.vc_btn3-size-lg {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    line-height: 15px;
    font-size: 15px;
    max-width: 225px;
    justify-content: center;
}

.download_buttons .vc_btn3-container {
    float: left;
    margin-right: 20px;
}
img.whitefilter {
    filter: invert(100%) sepia(5%) saturate(19%) hue-rotate(161deg) brightness(107%) contrast(106%);
    margin-right: 10px;
}
.download_buttons {
    margin-top: 15px;
    width: 100% !important;
    display: flex;
}
.product-loop-meta {
    display: none;
}
.woocommerce-product-details__short-description {
    font-size: 13px;
}



.related.products h2 {
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    color: var(--maincolor);
}
.related.products>h2 {
    font-size: 34px;
    line-height: 42px;
}

nav.woostify-breadcrumb {
    background: #f2f2f2;
    padding-bottom: 10px !important;
    padding-top: 0px;
    width: 100%;
}

.single-product .content-top {
    padding-top: 0 !important;
}

.product-page-container {
    padding-top: 50px;
}
h1.product_title.entry-title {
    color: var(--maincolor);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.skuspan {
    font-size: 13px;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.product-loop-wrapper .product-loop-image-wrapper {
    padding:  10px;
}

/* .product-loop-wrapper:hover .product-loop-image-wrapper {
    box-shadow: 0 0 1px grey;
} */

.product-gallery.vertical-style.has-product-thumbnails .thumb-btn, 
button.flickity-button {
    border-radius: 0 !important;
    background: transparent !important;
height: 25px !important;
}

figure.image-item {
    text-align: center;
}

 button.flickity-button{
    height:45px !important;
 }

 .pwb-filter-products button {
     background: var(--maincolor);
     color: white !important;
     padding: 4px 15px;
     border: none;
     text-transform: capitalize;
 }
 .pwb-filter-products ul {
     padding-left: 0;
 }
.widget-area.shop-widget h6.widget-title {
     background: var(--maincolor);
     color: white;
     padding: 7px 15px;
     font-size: 17px;
 }

 .post-type-archive-product div#secondary {
     display: none;
 }
 .post-type-archive-product  #primary {
    width: 100% !important;
}
.woocommerce-shop.post-type-archive-product  #primary {
    padding-left: 0;
}
.woocommerce-shop .woostify-container {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.subcatsholder.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding {
    text-align: center;

}.subcatsholder_col.wpb_column.vc_column_container h2 {
    font-size: 24px !important;
    color: var(--maincolor);
}
.subcatsholder  {
    margin-bottom: var(--layoutpadding);
}

.subcatsholder_col:hover {
    transition: transform .5s ease-in-out;
    transform-origin: bottom;
    transform: scale(1.04);
}
.hovertop .wpb_column.vc_column_container {
    transition: margin .5s ease-in-out;
} 
.hovertop .wpb_column.vc_column_container:hover {
    transform-origin: bottom;
    margin-top: -15px;
} 
.hovertop {
    padding-top: 15px;
}

.subcatsholder_col {
    padding: 0 30px 30px !important;
}

.woocommerce-shop nav.rank-math-breadcrumb {
    padding-left: var(--layoutpadding) !important;
    padding-right: var(--layoutpadding) !important;
}
/* taxonomy brands  */
/* .tax-pwb-brand .woostify-container.breadcrumb-container {
    padding-top: 110px;
    margin-bottom: 50px;
}
.tax-pwb-brand .woostify-container {
    padding-left: var(--layoutpadding) !important;
    padding-right: var(--layoutpadding) !important;
} */





/* brands container carousel */
.brands_carousel_container {
    overflow: hidden;
}
.brands_carousel_container  .swiper-slide {
    text-align: center;
}
.arrow_prev:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 5px solid var(--maincolor);
    border-left: 5px solid var(--maincolor);
    position: absolute;
    cursor: pointer;
}
.arrow_next:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    border-top: 5px solid var(--maincolor);
    border-right: 5px solid var(--maincolor);
    position: absolute;
    right:  0;
    cursor: pointer;
}
.brands_pag.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0;
    position: relative;
    top: 8px;
    width: calc(100% - 60px) !important;
    margin: 0 auto;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    padding: 0px;
    background: no-repeat;
    border-bottom: 2px solid #E1E1E1;
}
.pagcontainer {
    position: relative;
    margin-top: 30px;
}
span.swiper-pagination-progressbar-fill {
    height: 7px !important;
    top: -1px !important;
}
.brands_carousel_container .swiper-wrapper {
        align-items: center;
}


.brands_pag  + .arrow_next {
    top: -3px;
    position: relative;
}
/* news */
.pag1 .post-pagination-wrapper {
    margin-bottom: 30px;
}
.pag2 .post-pagination-wrapper {
    margin-top: 30px;
}

.post_grid_item {
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog #HomeNews.blognews {
    margin-bottom: 0 !important;
}
.blog div#content {
    margin-bottom: 0 !important;

}
.blog div#content+.next {
    display: none;
}

.blog footer#colophon {
    margin-top: 0 !important;
}

.single-post h1.entry-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    font-size: 60px !important;
}
.single-post .addtoany_content_bottom {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}

.contactrow {
    display: flex;
}
.contactcol_2 {
    width: 50%;
}
.contactcol_2 span.wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}
.contactrow label {
    font-weight: 600;
    color: black;
    font-size: 17px;
}
.wpcf7-acceptance label {
    font-weight: 400;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 50px;
}
span.wpcf7-form-control-wrap.message {
    width: 100%;
    display: inline-flex;
}

.wpcf7 {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
    margin-top: 11px;
}
.contactrow {
    display: flex;
    margin-bottom: 25px;
}
.contactrow.mbsmall {
    margin-bottom: 5px !important;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 8px 15px;
    margin-top: 10px;
}
.contactrow.contacttextarea label {
    width: 100% !important;
}
.contactrow.contacttextarea textarea {
    width: 100%;
}
input.wpcf7-form-control {
    width: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: auto;
    float: right;
    position: absolute;
    bottom: 22px;
    right: 35px;
    background-color: var(--maincolor) !important;
    color: white;
    padding: 12px 30px;
    opacity: 1;
    font-size: 17px;
    -webkit-filter: none;
    filter: none;
    line-height: 22px;
}

#contactform span.wpcf7-list-item-label {
    font-size: 14px;
}
.vc_row.wpb_row {
    background-position: 5% center !important;
}

footer#colophon {
    margin-top: 0 !important;
}
footer#colophon a:hover {
    color: white;
    opacity: 0.8;
}
div#content {
    margin-bottom: 0;
}

span.dialog-search-title {
    color: white !important;
}

/* back ro list */
.linkback {
    font-size: 20px;
    line-height: 30px;
}
/* add to any shortocede */
.addtoany_shortcode {
    float: left !important;
    top: 0 !important;
}

span.arrowback {
    font-size: 28px;
    font-weight: 600;
    margin-right: 10px;
}

.contactmodule {
    display: none;
}

.contactmodule {
    position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
}
.contactformmodule {
    min-width: 300px;
    top: 0;
    width: 25%;
    background: white;
    height: 100vh;
    right: 0;
    z-index: 100;
    padding-top: 32px;
    overflow-y: scroll;
    float: right;
    padding-left: 30px;
    padding-right: 30px;

    right: -25%;
    position: absolute;
    transition:  all 0.5s ease;
}
.right0 {
    right: 0;
}
.contactformmodule .contactrow {
    display: block;
    margin-bottom: 0;
}
.contactformmodule  .contactcol_2, .contactformmodule  .contactcol_2 * {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
}
 
.contactformmodule  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: auto;
    float: left;
    position: relative;
    background-color: var(--maincolor) !important;
    color: white;
    padding: 12px 30px;
    opacity: 1;
    font-size: 17px;
    -webkit-filter: none;
    filter: none;
    line-height: 22px;
    bottom: unset;
    right: unset;
}

.blackarea {
 position: absolute;
     top: 0;
     left: 0;
     background: rgb(0 0 0 / 85%);
     width: 100%;
     height: 100%;
     z-index: 50;
}
.contactformmodule .vc_custom_1635418336053 {
    margin-bottom: 0;
}
.contactformbutton, .phonebutton {
    position: fixed;
    right: 0;
    top: calc(50% - 60px);
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
span.closes:hover {
    
}
.contactformbutton {
    margin-top: 49px;
}

.contactformbutton img , .phonebutton img {
    filter:     invert(14%) sepia(25%) saturate(6236%) hue-rotate(204deg) brightness(89%) contrast(106%)
}

span.closes {
    float: right;
    position: absolute;
    top: 46px;
    font-size: 27px;
    right: 44px;
    color: black;
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
    transition:  opacity 0.5s ease;
}
span.closes:hover {
  opacity: 1;
    
}
.phonebutton {
    width: 230px;
    right: -180px;
}
.phonebutton a {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    opacity: 0;
}

.phonebutton:hover {
    right: 0px;
    transition:  all 0.5s ease;
}

.phonebutton:hover a {
        opacity: 1;}

.phonebutton img {
    width: 28px;
}

.skip_section {
    bottom: 0;
    float: right;
    z-index: 100;
    right: var(--layoutpadding);
    position: absolute;
    cursor: pointer;
}


/* footer sociasl */

ul#socials li {
    float: left;
    padding-right: 15px;
    font-size: 20px;
}

ul#socials {
    padding: 0;
}

#HeaderRightCol .wpb_wrapper {
    justify-content: right;
    display: flex;
}
#HeaderRightCol .wpb_raw_code.wpb_content_element.wpb_raw_html .wpml-ls {
    width: 80px;
    margin-left: 30px;
    margin-top: 30px;
}
#HeaderRightCol .site-tools {
    float: left;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: var(--maincolor) !important;
    border: none;
    background-color: transparent !important;
    padding: 5px 10px;
    line-height: 1;
    font-size: 20px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 20px;
    top: calc(50% - .175em);
    border-right: 2px solid var(--maincolor);
    border-bottom: 2px solid var(--maincolor);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin-top: -2px;
}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}

.header-device-desktop .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}


.single-product .a2a_menu, 
.single-services .a2a_menu  {
    left: 50% !important;
    margin-top: 10px !important;
}

 .single-product a.linkback {
    margin-top: 50px;
    display: block;
} 
#HomeNews .leftpos {
    position: absolute;
}

#HomeNews  .bottompos {
    margin-top: -30px;
}

h2.styledate {
    line-height: 38px;
    margin-bottom: 25px;
    font-size: 30px;
}

.padle {
    padding-left: var(--layoutpadding);
}

.single-post .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    float: right;
}

.abs {
    position: absolute;
}

nav.rank-math-breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

footer#colophon .woostify-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* .a2a_kit.a2a_kit_size_32.addtoany_list {
    float: right;
} */
/* arrows gallery */
/* figure.image-item.ez-zoom img {
    width: 100%;
}
.thumb-btn span.woostify-svg-icon svg {
    display: none !important;
}
.thumb-btn span.woostify-svg-icon:before, 
div#product-images span.woostify-svg-icon.icon-angle-left:before,
div#product-images span.woostify-svg-icon.icon-angle-right:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 3px solid var(--maincolor);
    transform: rotate(45deg);
    margin-top: 12px !important;
}
.thumb-btn span.woostify-svg-icon.icon-angle-up:before {
    border-right: 0;
    border-bottom: 0;
}
.thumb-btn span.woostify-svg-icon.icon-angle-down:before {
    border-left: 0;
    border-top: 0;
}
div#product-images span.woostify-svg-icon.icon-angle-left:before  {
    border-right: 0;
    border-top: 0;
    width: 20px;
    height: 20px;
    margin-top: 0 !important
}
div#product-images span.woostify-svg-icon.icon-angle-right:before  {
    border-left: 0;
    border-bottom: 0;
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
}
div#product-images span.woostify-svg-icon {
    background: #ffffff66;
    padding: 10px;
}
div#product-images span.woostify-svg-icon.icon-angle-left:before {
    border-right: 0;
    border-top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 !important;
    left: 4px;
    position: relative;
}
.flickity-prev-next-button .woostify-svg-icon svg {
    display: none !important;
}
.thumb-btn span.woostify-svg-icon.icon-angle-up {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn .woostify-svg-icon {
    background:  white !important;
}
button.thumb-btn.thumb-prev-btn.prev {
    position: absolute;
    left: -30px !important;
    background: white !important;
    top:0px !important;
}
.single-services button.thumb-btn.thumb-prev-btn.prev {
    top: 0 !important;
}
button.thumb-btn.thumb-next-btn.next {
    left: -30px !important;
    bottom:  10px !important;
}

.gal_numbering {
    position: absolute;
    top: calc(50% - 17px);
    left: -40px;
}
.gal_numbering {
    color: black;
    font-size: 13px;
    line-height: 1;
}
span.current_gal_number {
    display: block;
    color: black;
    font-size: 18px;
    line-height: 18px;
}

.product-thumbnail-images .thumbnail-item {
    max-width: 150px !important;
    width: 150px !important;
}
.thumbnail-item img {
    width: 100%;
}
.product-thumbnail-images {
    width: 150px !important;
    min-width: 150px !important;
}
div#product-thumbnail-images {
    min-height: 633px;
}

.pswp.pswp--supports-fs.pswp--open {
    z-index: 50;
}

.pswp__thumbnails .gal_numbering {
    display: none;
}
.product-group-btns {
        top: 15px;
        left: 15px;
        height: 40px;
        width: 40px;
}
 */
.photo_arrows span {
   width: 20px;
   height: 20px;
   display: block;
   position: absolute;
   z-index: 50;
   top: -40px;
   transform: rotate(45deg);
   cursor:  pointer; 
}
.photo_arrows span:hover {
   opacity: 0.7;
}
.photo_arrows .gal-swiper-button-next {

    transform: rotate(45deg);
    border-top: 3px solid var(--maincolor);
    border-right: 3px solid var(--maincolor);
    right: var(--layoutpadding);
}
.photo_arrows .gal-swiper-button-prev {
   right: calc( 15px + var(--layoutpadding) );
   border-bottom: 3px solid var(--maincolor);
   border-left: 3px solid var(--maincolor);
}
/* .photo_arrows span.swiper-button-disabled {
  opacity: 0.3;  
} */
#gallery_section .vc_row.wpb_row {
    overflow: visible !important;
}
.center {
    text-align: center;
    margin-bottom: 20px;
}
.error404 .site-content {
    margin-top: 0;
    min-height: unset;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 80px !important;
}
.error404 .woostify-container {
    width: 100%;
}
.error-404-text.has-woostify-heading-color.text-center {
    margin: 0;
    text-align: left;
    margin-bottom: 40px;
}
.error-404-text.has-woostify-heading-color.text-center {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
.error404 a.linkback.center {
    display: block;
}
#row404 .wpb_column {
align-items: baseline;
}
.contactformmodule.right0 {
    padding-bottom: 35px;
}
.contactformmodule.right0 .contactrow.mbsmall+p {
    width: 100% !important;
    position: relative;
    display: block;
    height: 60px;
}
.page-header {
    text-align: center;
}
article {
    padding-left: var(--layoutpadding);
    padding-right: var(--layoutpadding);
}
section#welcome {
    overflow: visible;
}

.page-header {
    margin-bottom: 0 !important;
}

.tax-product_cat .page-header {
    margin-bottom: 80px !important;
}

.product-categories .current-cat {
    font-weight: 900;
}

.widget_product_categories .product-categories li.current-cat:before {
    color: var(--maincolor);
}

.tax-product_cat h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 24px !important;
    color: var(--maincolor);
}

.tax-product_cat .product-loop-content.text-center {
    padding: 10px;
}
.wpcf7-response-output {
    font-weight: 600;
    color: #777;
}

.search-form:after, .woocommerce-product-search:after {
    transition: unset !important;
}

.search article {
    margin: 0 auto !important;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    display: flex;
    align-items: center;
    width: 1400px;
    max-width: 100%;
}
.search .nav-links {
    margin-bottom: 80px;
}
.search .woostify-container.breadcrumb-container + .page-header {
    display: none;
}

.search h1.page-title.entry-title {
    font-size: 80px !important;
}
.search header.page-header {
    background-size: cover;
}

body.search form.search-form {
    width: 320px;
    margin-bottom: 80px;
    background: white !important;
    border: 1px solid black;
    max-width: 100%;
}

body.search form.search-form input {
    background: transparent !important;
    border-radius: 0 !important;
    color: #777;
}

body.search .search-form:after {
    color: #777 !important;
}
body.search  .page-content {
    margin-top: 80px;
}

.header.searchform form {
    margin-bottom: 0 !important;
    width: 100%;
}
.header.searchform {
    padding-top: 25px;
    padding-bottom: 25px;
}
.header  input.search-field {
    width: 100% !important;
}

.header form.search-form {
    width: 100% !important;
}


/* header searchform */

.searchform {
    position: relative;
    width: 100%;
    background: var(--maincolor);
    display: none;
    z-index: 8000;
    margin-bottom: 0;
    transition: all  0.3s ease-in;
} 

.header .search-form:after{
    display: none;
}

.searchform  input.search-field {
    padding-left: 30px !important;
}

.searchform.show {
    display: block;
}

.searchform label, .searchform label input {
    width: 100%;
}
.searchform form.search-form label:before {
    content: "";
    position: absolute;
    color: white;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/themes/generation-y/assets/images/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 14px;
    left: 15px;
}
.closearch {
    position: absolute;
    color: #B8BCC5;
    right: 20px;
    top: 35px;
    cursor: pointer;
}

.searchform label input {
    width: 100%;
    background: var(--maincolor);
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 3px 30px;
}

.searchform label input {
    color: white;
}

.searchform label input::placeholder {
    color: white;
}

.searchform input.search-submit {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

body .header form.search-form input {
    background: var(--maincolor) !important;
    border-radius: 0 !important;
    color: white;
    border: none !important;
    padding-left: 50px !important;
}


.hidden {
    display: none;
}

.mustaccept label {
    font-weight: 400;
}
.mustaccept+span.wpcf7-not-valid-tip {
    margin-top: -10px !important;
    left: 20px;
}
 
.header.searchform.show+#view {
    top: 50px;
}

.header.searchform.show {
    position: fixed;
}

body.scrolled .closearch {
    top: 17px;
}


body.scrolled .searchform {
padding-top: 5px;
padding-bottom: 5px;}


.product_exc * {
    color: #888;
    font-size: 16px;
    text-align: left;
}
h2.woocommerce-loop-product__title {
    text-align: left;
}


.product-loop-wrapper {
    padding: 15px;
}

a.woocommerce-LoopProduct-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

mark {
    background: transparent;
}

ul#socials {
    display: none;
}

.product-loop-content.text-center {
    min-height: 220px;
}

.counters_container {
    display: flex;
    flex-wrap: wrap;
}

span.skuspan {
    display: none;
}

.woocommerce-notices-wrapper {
    display: none;
}