/* Them name: ebratheme
Author: shakogio
Version: 1.4

*/

/* basic style */
/* basic style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    /* Font-sizes */
    --font-big-title: 85px;
    --font-medium-title: 53px;
    --font-middle-title: 35px;
    --font-small-title: 29px;
    --font-defaultsize-title: 22px;
    --font-standart-title:18px;
    --font-very-smallsize-title: 14px;
    /*Color*/
    --color-fontsize-darkgrey: #1A1A1A;
    --color-darkgreen: #2D4E47;
    --color-darkwarmgreen: #005A58;
    --color-green: #40B3A2;
    --color-litegreen: #C2E8E4;
    --color-backgroundbtn: #92d3ca;
    --color-lightred: #F08080;
    --color-white: #fff;
    --color-darkwhite: #F9FBFB;
    /*Width */
    --default-width: clamp(375px, 100%, 1400px);
}

/* fonts */
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-family: "BPG Nateli", sans-serif !important;
}

body {
    background-color: var(--color-litegreen) !important;
    width: 100%;
    height: 100dvh;
}
  .fb-comments, .fb-comments span, .fb-comments iframe {
      width: 100% !important;
      max-width: 100% !important;
      display: block !important;
  }

/* header style */
header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* nav start */
.header-nav-wraper {
    background-color: var(--color-green);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 12.5dvh;
    z-index: 100;

}

.header-nav {
    display: flex;
    width: var(--default-width);
    height: 100%;
}

.nav-active {
    display: flex !important;
}


.header-nav-wraper-left {
    display: flex;
    width: 38.197%;
    height: 100%;
}

.header-logo-wraper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-logo-wraper>img {
    width: 85px !important;
    height: auto;
    object-fit: contain;
}

.header-navigation-link {
    width: 80%;
    top: 12.5dvh;
    right: 0;
    height: 100vh;
    background-color: var(--color-litegreen);
    opacity: 0.9;
    display: none;
    flex-direction: column;
    position: absolute;
}

.header-navigation-link>ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 40%;
    justify-content: space-evenly;

}

.header-navigation-link>ul a {
    text-decoration: none;
    font-size: var(--font-small-title);
    color: black;
    padding-right: 10px;
}

.header-navigation-regiter {
    width: 61.803%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-navigation-regiter>button,
.header-navigation-regiter>a {
    background-color: var(--color-backgroundbtn);
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    color: #036661;
    font-size: var(--font-standart-title);
}

.header-navigation-regiter> .log-in-btn {
    text-decoration: none;
    display: none;
}

.header-navigation-regiter>button.button-class,
.header-navigation-regiter>a.cart {
    width: 90px;
    font-size: var(--font-small-title);
}

.header-navigation-regiter>a.cart {
    position: relative;
    display: none;
    background-color: var(--color-backgroundbtn);
}

.header-navigation-regiter>a.cart>.item-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--color-litegreen);
    font-size: var(--font-defaultsize-title);
    color: var(--color-darkgreen);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}



/* language */
.header-navigation-regiter .gtranslate_wrapper {
    display: flex;
}

.gtranslate_wrapper {
    width: 120px;
    height: 50px;
    border-radius: 5px;
    background-color: var(--color-backgroundbtn);
    align-items: center;
    justify-content: space-evenly;
}

.gtranslate_wrapper>a {
    color: var(--color-darkgreen);
}

@media screen and (min-width: 650px) {
    div.in-front-page {
        margin-top: 0;
    }
    .header-navigation-regiter>a.log-in-btn {
    display: flex;
    }
    .header-navigation-regiter .gtranslate_wrapper {
        display: flex !important;
    }

    .header-navigation-regiter>button.log-in-btn {
        display: flex;
    }

    .header-navigation-link>.burger-buttons-frmobile {
        display: none;
    }

    .header-navigation-regiter>a.cart {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .header-nav-wraper-left {
        display: flex;
        width: 80%;
        height: 100%;
    }

    .header-logo-wraper {
        width: 10%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header-logo-wraper>img {
        width: 100px;
        height: auto;
        object-fit: contain;
    }

    .header-navigation-link {
        width: 80%;
        position: relative;
        top: 0 !important;
        background-color: #40B3A2;
        height: 100% !important;
        display: flex;
    }

    .header-navigation-link>ul {
        list-style-type: none;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }

    .header-navigation-link>ul a {
        font-size: var(--font-defaultsize-title);
        text-decoration: none;
    }

    .header-navigation-link>ul a:hover {
        color: var(--color-darkwhite);
    }

    .header-navigation-regiter {
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-navigation-regiter>button,
    .header-navigation-regiter>a {
        width: 150px;
        height: 50px;
        border: none;
        outline: none;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 5px;
    }

    .header-navigation-regiter>button:nth-of-type(3) {
        width: 90px;
    }

    header>.header-block {
        height: 495px;
    }

    .button-class {
        display: none !important;
    }
}

/* header block style */
.header-block {
    display: flex;
    flex-direction: column;
    width: var(--default-width);
    height: auto;
    background-color: var(--color-green);
}

.header-block-video-wraper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.header-block-video-wraper video {
    width: 99%;
    height: 99%;
    object-fit: cover;
}
.header-block-video-wraper img {
    width: 99%;
    height: 99%;
    object-fit: cover;
}

.header-block-text-wraper {
    height: 100%;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.header-block-text-wraper>p {
    font-size: var(--font-standart-title);
    color: var(--color-darkwhite);
    width: 80%;
    height: auto;
    text-align: center;
    font-family: "BPG Irubaqidze", sans-serif !important;
    letter-spacing: 2px;
}

.header-block-text-wraper>h1 {
    font-size: 25px;
    color: var(--color-darkwhite);
    width: 90%;
    height: auto;
    text-align: center;
    letter-spacing: 1px;
    font-family: "BPG Irubaqidze", sans-serif !important;
}



@media screen and (min-width: 650px) {

    /* header */
    .header-block {
        flex-direction: row;
        height: 495px;
    }

    .header-block-text-wraper {
        margin-top: 0;
    }

    .header-block-video-wraper {
        border-right: 1px solid var(--color-white);
        width: 61.803%;
    }

    .header-block-text-wraper {
        width: 38.197%;
    }
    .header-block-text-wraper>p {
        font-size: var(--font-defaultsize-title);
    }

    .header-block-text-wraper>h1 {
        font-size: var(--font-small-title);
    }

}
/* main start */
.our-main {
    margin-top: 15.5vh;
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
}


.main-wraper {
    margin-top: 14vh;
    width: var(--default-width);
    height: auto;

}

/* section start */
section {
    position: relative;
    margin-top: 30px;
}
section > a {
    text-decoration: none;
}
section > h3 > a,
section > a > h3,
section > h3 {
    width: 100%;
    height: 95px;
    text-align: center;
    align-content: center;
    font-weight: bold;
    font-size: var(--font-small-title);
    color: var(--color-darkgreen);
    text-shadow: 1px 1px 2px var(--color-darkgreen);
}
section > h3,
section > a > h3 {
    border-bottom: 2px solid var(--color-darkwarmgreen);
}
section > h3 > a,
section > a > h3 {
    text-decoration: none;
}
section .product-card-wraper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

section .product-card-wraper>.img {
    width: 300px;
    height: auto;
}

section .product-card-wraper>p {
    width: 50%;
    height: auto;
}
/* Button Wrapper */
.button-wraper {
    display: flex;
    justify-content: flex-end; /* Align right on desktop */
    align-items: center;
    width: 100%;
    height: auto;
}

.button-wraper a {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Space between text and icon */
    color: var(--color-darkgreen);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 18px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: rgba(1, 95, 79, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.button-wraper a i {
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}

.button-wraper a:hover {
    background-color: var(--color-green);
    color: #fff;
}

.button-wraper a:hover i {
    transform: translateX(5px); /* Move arrow slightly on hover */
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .button-wraper {
        justify-content: center; /* Center button on mobile */
    }

    .button-wraper a {
        font-size: 16px;
        padding: 10px 18px;
        border-width: 1.8px;
    }

    .button-wraper a i {
        font-size: 14px;
    }

}

/* custom pages */
.custom-pages-wraper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-pages-wraper img {
    width: 90%;
}

.custom-pages-wraper-content {
    width: 90%;
    color: #2E5E4E;
    /* font-size: larger; */
}

.custom-pages-wraper-content h4 {
    margin-top: 20px;
}

.custom-pages-wraper button {
    background-color: #cdece6;
    width: 120px;
    height: 40px;
    /* font-size: larger; */
    color: #2E5E4E;
    border: 1px solid #83e8d5;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    ;
}

/* custom pages and section media */

@media screen and (min-width: 650px) {
    section > a > h3,
    section > h3 {
        letter-spacing: 10px;
        
    }
}

@media screen and (min-width: 992px) {
     /* custom pages */

    .custom-pages-wraper-content h4 {
        margin-top: 0;
    }

    .custom-pages-wraper {
        flex-direction: row;
        align-items: start;
        height: 300px;
    }

    .custom-pages-wraper-content {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 25px;
    }

    .custom-pages-wraper img {
        width: 50%;
    }
    /* content wraper */
    .ebra-content-wraper {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }

    section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

/* other page styles about us and half adreses*/

.ebra-about-us>div {
    margin-top: 20px;
    overflow: auto;
    width: 100%;
}
.ebra-adress>div .ebra-adress-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.ebra-about-us-content > h4 {
    font-weight: 700;
}

.ebra-adress>div {
    width: 100%;
    height: auto;
}

.ebra-about-us>div>img {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
    height: auto;
    border-radius: 8px;
    width: 350px;
}
.ebra-adress>div .ebra-adress-content iframe {
    margin-top: 18px;
    width: 100% !important;
    height: auto;
}
.ebra-about-us>div h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-darkwarmgreen);
    font-size: var(--font-small-title);
}
.ebra-about-us>div> p  {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: var(--font-defaultsize-title);
}
.ebra-about-us > div span {
    font-weight: 600;
    color: var(--color-darkwarmgreen);
}
.ebra-adress>div .ebra-adress-content ul {
    margin-top: 18px;
    font-size: var(--font-defaultsize-title);
    width: 100% !important;
    height: auto;
}

.ebra-adress>div .ebra-adress-content iframe {
    min-height: 300px !important;
}
@media screen and (min-width: 500px) {


    .ebra-about-us>div>img {
        width: 500px;
    }
}
@media screen and (min-width: 768px) {
    /* about us */
    .ebra-about-us>div {
    overflow: auto;
    width: 100%;
}
    .ebra-about-us>div>img {
    float: left;
    margin: 25px 20px 5px 0;
}

    
}
@media screen and (max-width: 992px) {
    .ebra-about-us>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* archive product wrapers  */
.ebra-shop-flex-product {
    width: 100% !important;
}

.ebra-shop-flex-filter {
    width: 100% !important;
}

@media screen and (min-width: 992px) {
    .ebra-shop-flex-product {
        width: 70% !important;
    }

    .ebra-shop-flex-filter {
        width: 30% !important;
    }
}
/* woocommersce */
header.woocommerce-products-header {
    margin-top: 20px;
    border-bottom: 1px solid var(--color-darkgreen);
}
.ebra-content-wraper .woocommerce.columns-4 {
    width: 100%;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #e6f1ee;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(1, 95, 79, 0.1);
    width: 90% !important;
    margin: 18px 0;
}

.woocommerce ul.products li.product > a:nth-of-type(1){
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 8px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product>a>img {
    aspect-ratio: 1 / 1; /* ულტრაფართო მთავარი გვერდისთვის */
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product>a>h2 {
    color: var(--color-darkgreen) !important;
    font-size: var(--font-small-title) !important;
    padding: 0 !important;
    text-align: center;
    height: 70px;
    align-content: center;
}

.woocommerce ul.products li.product>a>span.onsale {
    background-color: var(--color-backgroundbtn);
}

.woocommerce ul.products li.product>a>span.price {
    font-size: var(--font-defaultsize-title);
    color: var(--color-green);
    padding: 0 !important;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product>a>p {
    height: 20px;
    font-size: var(--font-defaultsize-title);
    color: var(--color-darkgreen);
    padding: 0 !important;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .button {
    max-width: 240px;
    height: 50px;
    align-content: center;
    text-align: center;
    background-color: #90beba;
    border-radius: 8px;
    color: var(--color-fontsize-darkgrey);
    font-size:  var(--font-very-smallsize-title) !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    width: 100%;
}

.woocommerce ul.products::before {
    position: absolute;
}

.woocommerce ul.products::after {
    position: absolute;
}
ul.wc-block-grid__products {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        justify-items: center;
        width: 100%;
}
li.wc-block-grid__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #e6f1ee;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(1, 95, 79, 0.1);
    width: 90% !important;
    max-width: 350px !important;
    margin: 18px 0;
}

li.wc-block-grid__product>a:nth-of-type(1) {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 8px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

li.wc-block-grid__product>a>div>img {
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

li.wc-block-grid__product>a>div.wc-block-grid__product-title {
    color: var(--color-darkgreen) !important;
    font-size: var(--font-small-title) !important;
    padding: 0 !important;
    text-decoration: none;
    text-align: center;
    height: 70px;
    align-content: center;
}

li.wc-block-grid__product .wc-block-grid__product-onsale {
    background-color: var(--color-backgroundbtn);
    border-radius: 100%;
    width: 100px; 
    border: none;
    height: 40px;
    align-content: center;
    font-size: var(--font-very-smallsize-title);
    color: var(--color-white);
    padding: 0 !important;
    margin-bottom: 5px;
    font-weight: 600 !important;
}
li.wc-block-grid__product span.woocommerce-Price-amount.amount {
    font-size: var(--font-defaultsize-title);
    color: var(--color-green);
    padding: 0 !important;
    margin-bottom: 5px;
    font-weight: 600 !important;
}
li.wc-block-grid__product>a>p {
    font-size: var(--font-defaultsize-title);
    color: var(--color-fontsize-darkgrey);
    padding: 0 !important;
    margin-bottom: 0;
}

li.wc-block-grid__product a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    max-width: 240px;
    height: 50px;
    align-content: center;
    text-align: center;
    background-color: #90beba;
    border-radius: 8px;
    color: var(--color-fontsize-darkgrey);
    font-size: var(--font-very-smallsize-title) !important;
    font-weight: bold;
    margin-bottom: 20px;
}

/* woocomerce categories */

h2.woocommerce-loop-category__title {
    text-align: center;
    font-size: 26px !important;
    color: var(--color-darkwhite);
}

mark.count {
    display: none;
    background-color: transparent !important;
    color: var(--color-darkgreen) !important;
    font-weight: 300;
}
.woocommerce nav.woocommerce-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    border: none !important;
    padding: 0 !important;
    gap: 3px;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    justify-content: center !important;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    background-color: #f5f5f5 !important;
    color: var(--color-fontsize-darkgrey) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: var(--color-darkwarmgreen) !important;
    color: var(--color-white) !important;
}

.woocommerce nav.woocommerce-pagination ul li .current {
    background-color: var(--color-darkwarmgreen) !important;
    color: var(--color-white) !important;
    pointer-events: none !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev a,
.woocommerce nav.woocommerce-pagination ul li .next a {
    font-size: 22px !important;
    font-weight: bold !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev a:hover,
.woocommerce nav.woocommerce-pagination ul li .next a:hover {
    background-color: var(--color-darkwarmgreen) !important;
    color: var(--color-white) !important;
}

/* ნახეთ ყვეა პროდუქტის ღილაკი */
.ebra-all-product-button-wraper {
    height: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
main section .ebra-all-product-button {
    height: 50px;
    margin: 20px 0 20px 0;
    outline: none;
    font-size: var(--font-defaultsize-title);
    border: none;
    border-radius: 8px;
    color: var(--color-white);
    background-color: var(--color-darkwarmgreen);
    text-align: center;
    width: 90%;
    }
 
 @media screen and  (min-width: 650px) {
    main section .ebra-all-product-button {
    width: 48%;
    }
 }

/* woocommerce cart page */

.product-name,
.product-name a {
    color: var(--color-darkwarmgreen) !important;
    font-size: var(--font-defaultsize-title) !important;
    text-decoration: none;
}

.product-price {
    color: var(--color-fontsize-darkgrey) !important;
    font-size: var(--font-defaultsize-title) !important;
}

.product-remove {
    font-size: 12px !important;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
}

.actions .button,
.checkout-button {
    background-color: var(--color-darkwarmgreen) !important;
    color: var(--color-white) !important;
    border-radius: 3px !important;
    padding: 10px 20px !important;
    font-size: var(--font-defaultsize-title) !important;
    margin-bottom: 50px;
}

.shop_table {
    width: 100%;
    margin-bottom: 16px;
    background-color: #edfaf8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shop_table th,
.shop_table td {
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.cart_totals {
    background-color: #f4faf9;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cart_totals h2 {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
}

.cart_totals table {
    width: 100%;
    border-collapse: collapse;
}

.cart_totals th,
.cart_totals td {
    padding: 8px;
    text-align: left;
    font-size: 18px;
}

.cart_totals th {
    color: #666;
}

td.product-thumbnail {
    display: flex;
    margin: auto;
    width: 250px !important;
    height: auto;
}

table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100% !important;
    display: flex !important;
    height: auto;
}
tr.wc-block-cart-items__row * {
    font-size: var(--font-defaultsize-title);
}
a.wc-block-components-product-name {
    color: var(--color-darkwarmgreen);
    text-decoration: none;
}
.wp-block-woocommerce-cart-order-summary-totals-block * {
    font-size: var(--font-defaultsize-title);
}
.wc-block-cart__submit-container {
    background-color: var(--color-darkwarmgreen);
    font-size: var(--font-defaultsize-title);
}
.wc-block-cart__submit-container a {
    text-decoration: none;
    color: var(--color-white);
}
a.shipping-calculator-button {
    color: var(--color-lightred) !important;
}

td.product-thumbnail {
    display: block !important;
    overflow: visible !important;
}



/* singleproduct */

.woocommerce span.onsale{
        background-color: var(--color-backgroundbtn) !important;
}

.summary.entry-summary p.price {
    color: var(--color-darkwarmgreen) !important;

}
p.stock.in-stock {
    color: var(--color-fontsize-darkgrey) !important;
}
span.posted_in > a {
    color: var(--color-darkwarmgreen);
}
.woocommerce .quantity .qty {
    height: 35px !important;

}

button.single_add_to_cart_button.button.alt,
.woocommerce #review_form #respond .form-submit input {
    background-color: var(--color-darkgreen) !important;
    color: var(--color-white) !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    height: 35px !important;
}

li#tab-title-reviews {
    background-color: var(--color-darkgreen) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-darkgreen) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 1px solid var(--color-darkgreen) !important;
}

p.stars a {
    color: var(--color-backgroundbtn) !important;
}
div#tab-description > h2:nth-of-type(1) {
    display: none !important;
}
div#tab-description a {
    color: var(--color-darkwarmgreen) !important;
}
div#tab-description p {
    font-size: var(--font-defaultsize-title) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--color-darkwarmgreen) !important;
    color: var(--color-white) !important;
}
p.stars:is(.selected) a {
    color: var(--color-backgroundbtn) !important;
}

/* checkout */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: var(--color-darkgreen) !important;
    color: var(--color-white) !important;
    border-radius: 3px !important;
    font-size: var(--font-defaultsize-title) !important;
    height: 40px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: var(--color-green) !important;
}
@media screen and (min-width:650px) {
    .ebra-shipping-terms {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 20px 0;
   }
   .ebra-shipping-terms > div h3 {
    font-size: var(--font-defaultsize-title);
   }
   .ebra-shipping-terms > div p {
    font-size: var(--font-standart-title);
   }
   .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
   }
   .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2  {
    width: 100% !important;

   }
}
/* sort */
.woocommerce .woocommerce-ordering {
    margin: 1rem 0 1em;
}
/* sold out product */
<!-- 

/*  */

section > .sold-out-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 100%;
}

section > .sold-out-grid > .sold-out-product-item-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #e6f1ee;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(1, 95, 79, 0.1);
    width: 90% !important;
    margin: 18px 0;
}

section > .sold-out-grid > .sold-out-product-item-grid > a.sold-out-product-gallery {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    padding: 8px !important;
    width: 100%;
    height: 100%;
}

section > .sold-out-grid > .sold-out-product-item-grid > a > img {
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

section > .sold-out-grid > .sold-out-product-item-grid a h2 {
    color: var(--color-darkgreen) !important;
    font-size: var(--font-small-title) !important;
    padding: 0 !important;
    text-align: center;
    height: 70px;
    align-content: center;
}

section > .sold-out-grid > .sold-out-product-item-grid > a.sold-out-product-readmore {
    max-width: 240px;
    height: 50px;
    align-content: center;
    text-align: center;
    background-color: #90beba;
    border-radius: 8px;
    color: var(--color-fontsize-darkgrey);
    font-size: var(--font-very-smallsize-title) !important;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}

section > .sold-out-grid > .sold-out-product-item-grid > .sold-out-product-gallery > p {
    font-size: var(--font-defaultsize-title);
    color: var(--color-fontsize-darkgrey);  
    padding: 0 !important;
    text-align: center;
    margin-bottom: 0;
}

/* pagination */
.pagination-container {
    width: 100%;
    height: 40px;
    
}

@media screen and (min-width: 650px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    ul.wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    /* sold out */
    section > .sold-out-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 992px) {
  /* woocomerce */
    
    section .product-card-wraper {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }  
    ul.wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    /* sold out */
    section > .sold-out-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 1200px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr) !important;
        margin: auto !important;
    }
    ul.wc-block-grid__products {
        grid-template-columns: repeat(4, 1fr) !important;
        margin: auto !important;
    }
    .woocommerce ul.products li.product>a>p {
        /* font-size: 14px !important; */
        align-content: center;
        text-align: center;
    }

    .woocommerce ul.products li.product {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .woocommerce ul.products li.product:hover {
        transform: scale(1.05);
        /* Zoom in slightly */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    td.product-thumbnail {
        width: 400px;
        height: auto;

    }

    table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 70% !important;
    }

    .shop_table th,
    .shop_table td {
        padding: 15px;
        font-size: 18px;
    }

    .product-remove {
        font-size: 18px !important;
        width: 40px;
        height: 40px;
    }

    .actions .button,
    .checkout-button {
        border-radius: 3px !important;
        padding: 15px 20px !important;
        font-size: var(--font-defaultsize-title) !important;
    }

    .cart_totals th,
    .cart_totals td {
        font-size: 24px;
    }

    .product-name,
    .product-name a {
        font-size: 24px !important;
    }
    /* sold out */
    section > .sold-out-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Bllog */
.blog-posts-wrapper {
    display: grid;
    width: 100%;
    justify-items: center;
    grid-template-columns: auto;
    height: auto;
}

.blog-posts-card-wraper {
    width: 90% !important;
    min-height: auto;
    background-color: #e6f1ee;
    margin-top: 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration:none;
}

.blog-posts-card-wraper .post-thumbnail {
    width: 100%;
    padding: 8px;
}

.single-post-container .single-post-content p iframe {
    border-radius: 8px;
    width: 100%;
    height: 400px;
}
.blog-posts-card-wraper .post-thumbnail img {
    border-radius: 8px;
    width: 100%;
    height: 250px;
}

.post-content>h4 {
    color: var(--color-darkgreen);
    font-size: 14px;
    font-weight: 600;
}

.post-content>p {
    color: var(--color-fontsize-darkgrey);
    font-size: var(--font-defaultsize-title);
}

.post-content>.read-more {
    color: var(--color-green);
}


.blog-posts-card-wraper {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-posts-card-wraper:hover {
    transform: scale(1.05);
    /* Zoom in slightly */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 650px) {
    .blog-posts-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (min-width: 992px) {
  .blog-posts-wrapper {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* single php */
.single-post-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(330px, 100%, 1000px);
}

.single-section-php {
    align-items: center;
}

.single-post-container>.single-post-meta {
    width: 100%;
    font-size: var(--font-defaultsize-title);
    color: var(--color-darkwarmgreen);
    text-align: center;
}
.single-post-container>.single-post-meta > h1 {
    width: 100%;
    border-bottom: 2px solid var(--color-darkgreen);
    text-align: center;
    padding-bottom: 10px;
}

.single-post-container>.single-post-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.single-post-container>.single-post-thumbnail>img {
    width: 100%;
    margin-top: 50px;
    height: auto;
}

.single-post-container>.single-post-navigation a:hover {
    background-color: var(--color-darkwarmgreen);
}


.single-post-container>.single-post-content>p {
    width: 100%;
    margin-bottom: 20px;
}

.single-post-container>.single-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: var(--font-defaultsize-title);
    line-height: 1.8;
    color: var(--color-fontsize-darkgrey);
}

/*footer */
footer {
    display: flex;
    flex-direction: column;
    margin-top: 26px;
    width: 100%;

}

footer ul {
    padding: 0;
    margin: 0;
}

.ebra-footer-wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
}

.ebra-footer-social-wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #a0d7c8;
}

.ebra-footer-social-wraper>.social {
    width: clamp(360px, 100%, 1400px);
    flex-direction: column;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ebra-footer-social-wraper>.social>div {
    width: 100%;
    height: 48% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

.ebra-footer-social-wraper>.social>div.icons>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    border: none;
}

.ebra-footer-social-wraper>.social>div.icons>ul a {
    color: white;
    font-size: 26px;
}

.ebra-footer-content-wraper {
    width: 100%;
    height: auto;
    background-color: #40B3A2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ebra-footer-content-wraper>.ebra-footer-content {
    width: clamp(360px, 100%, 1400px);
    height: auto;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.ebra-footer-content-wraper>.ebra-footer-content>div {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ebra-footer-content-wraper>.ebra-footer-content>div>h4 {
    font-size: 26px;
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}

.ebra-footer-content-wraper>.ebra-footer-content>div>ul {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    align-items: start;
    list-style-type: none;
    font-size: 18px;
}

.ebra-footer-content-wraper>.ebra-footer-content>.ebra-footer-menu-wraper {
    display: flex;
}

.ebra-footer-content-wraper>.ebra-footer-content>div>ul li {
    padding: 10px;
}

.ebra-footer-content-wraper>.ebra-footer-content>div>ul a {
    text-decoration: none;
    color: white;
}

.ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map ul {
    list-style-type: none;
}

.ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map ul a {
    color: white;
}

.ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map iframe {
    width: 350px;
    height: auto;
}

.ebra-footer-content-wraper>.ebra-footer-content>div ul li {
    text-transform: capitalize;
}

.ebra-footer-content-wraper>.ebra-footer-content>div ul li i {
    font-size: 22px;
    margin-right: 10px;
}



footer>.copy {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    color: white;
    background-color: var(--color-darkwarmgreen);
    align-items: center;
    margin-bottom: 80px;
}

@media screen and (min-width: 650px) {
   .ebra-footer-social-wraper>.social {
        flex-direction: row;
    }

    .ebra-footer-social-wraper>.social>.social-item {
        justify-content: flex-start;
    }

    .ebra-footer-social-wraper>.social>div {
        width: 50%;
    }

    .ebra-footer-content-wraper>.ebra-footer-content {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
    }

    .ebra-footer-content-wraper>.ebra-footer-content>div {
        width: 50%;
        align-items: start;
    }

    .ebra-footer-content-wraper>.ebra-footer-content>div>ul,
    .ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map {
        align-items: start;
    }

    .ebra-footer-content-wraper>.ebra-footer-content>div.ebra-adreses .ebra-map iframe {
        width: 100% !important;
        height: auto;
    }

    footer>.copy {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
  .ebra-footer-content-wraper>.ebra-footer-content {
        flex-direction: row;
        align-items: start;
    }

    

    .ebra-footer-content-wraper>.ebra-footer-content>div>ul {
        width: 100%;
        align-items: start;
    }

    .ebra-footer-content-wraper>.ebra-footer-content>div {
        width: 20%;
    }
}

/* footer nav */
.clicked-color {
    color: var(--color-backgroundbtn) !important;
    border-top: 3px solid var(--color-backgroundbtn);
}

.mobile-bottom-navigation {
    height: 80px;
    position: fixed;
    bottom: 0px;
    background-color: var(--color-darkgreen);
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}

.mobile-bottom-navigation>ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 650px;
    height: 100%;
    padding: 0;
}

.mobile-bottom-navigation>ul>li {
    width: 18%;
    height: 100%;
}

.mobile-bottom-navigation>ul>li>a,
.mobile-bottom-navigation>ul>li>button {
    text-decoration: none;
    color: var(--color-white);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.mobile-bottom-navigation>ul>li>button {
    background: none;
    border: none;
    outline: none;
}

.mobile-bottom-navigation>ul>li>a>i,
.mobile-bottom-navigation>ul>li>button>i {
    margin: 0;
    padding: 0;
    font-size: 21px;
}

.mobile-bottom-navigation>ul>li:nth-of-type(3)>a>i {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.mobile-bottom-navigation>ul>li>a>p,
.mobile-bottom-navigation>ul>li>button>p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.mobile-bottom-navigation>ul .footer-nav-cart {
    position: relative;
}

.mobile-bottom-navigation>ul .footer-nav-cart span {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-white) !important;
    padding: 0 5px;
    border-radius: 50% !important;
    font-size: var(--font-defaultsize-title);
    font-weight: 700;
}
@media screen and (min-width: 650px) {
       .mobile-bottom-navigation {
        display: none;
    }
}
/* filter */

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled {
    min-width: 315px;
    max-width: 100%;
    margin-right: 25px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e6f1ee !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 18px;
    border: none;
}
/*filter orderby select */ 
select.orderby {
    border: none;
    color: var(--color-fontsize-darkgrey);
    outline: none;
    height: 35px;
    padding: 5px;
    background-color: #e6f1ee;
    border-radius: 3px;
}
.wpfMainWrapper {
    width: 95% !important;
}

.wfpTitle.wfpClickable {
    font-size: var(--font-defaultsize-title) !important;
}

.ui-slider.ui-widget-content span.ui-slider-handle {
    background-color: var(--color-green) !important;
    border: none !important;
    border-radius: 50% !important;
}

.ui-slider.ui-widget-content .ui-slider-handle:hover {
    background-color: var(--color-green) !important;
}

.wpfFilterButtons {
    justify-content: center;
    display: flex;
}
.text-after-product-for-mobile {
    margin-top: 20px;
    width: 100%;
}
.text-after-product-for-mobile > p {
    text-align: center;
    color: var(--color-darkgreen);
    font-size: var(--font-defaultsize-title);
}
.text-after-product-for-mobile > p button {
    color: var(--color-green);
    background: none;
    border: none;
    outline: none;
}

button.wpfFilterButton.wpfButton {
    height: 50px;
    background: #40b3a2;
    border: 1px solid darkgreen;
    color: white;
}
.ebra-filter-wraper > .text-in-filter {
    display: none;
    margin-top: 20px;
    width: 95%;
}
.ebra-filter-wraper > .text-in-filter > p {
    text-align: center;
    color: var(--color-darkgreen);
    font-size: var(--font-defaultsize-title);
}
.ebra-filter-wraper > .text-in-filter > p button {
    color: var(--color-green);
    background: none;
    border: none;
    outline: none;
}
@media screen and (min-width: 650px) {
    .ebra-filter-wraper > .text-in-filter {
        display: block;
    }
    .text-after-product-for-mobile {
        display: none;
    }
}
@media screen and (min-width: 992px) {
  .ebra-filter-wraper {
        display: flex;
        padding: 0;
        flex-direction: column;
        height: 100vh;
    }

    .ebra-filter-wraper>.filter-title-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        height: 60px;
    }

    .ebra-filter-wraper>.filter-title-wrapper>h1 {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--color-fontsize-darkgrey);
    }

    .ebra-filter-wraper ul {
        list-style-type: none;
        padding: 0 !important;
    }

}
/* delete contact */
.down {
    margin-top: 12.5dvh;
}

.down .contact-map-container {
    padding: 20px;
    border: 2px solid #A8CFCB;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 800px;
    margin: 20px auto;
}
/* მოგვწერეთ, text-us */

.text-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.text-us h3 {
    font-size: var(--font-defaultsize-title);
    margin: 20px 0 0 0;
}
.text-us .text-us-btns {
    display: flex;
    justify-content: center;
    width: 100%;
}
.text-us .text-us-btns .text-us-btn{
    width: 80px;
    height: 80px;
    background-color: var(--color-white);
    font-size: var(--font-middle-title);
    border: none;
    margin: 8px;
    border-radius: 50%;
    
}
.text-us .text-us-btns .text-whatsapp {
    color: #25D366;
}
.text-us .text-us-btns .text-messenger {
    color: #168AFF;
}
.text-us .text-us-btns .text-instagram {
    color: #C13584;
}

@media (max-width: 650px) {
    .text-us .text-us-btns {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
}

.down .contact-map-container h2 {
    color: #004d4d;
    text-align: center;
}

.down .contact-map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.down .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-darkwarmgreen);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.down .button:hover {
    background-color: var(--color-green);
}

.down .working-hours,
.down .social-links {
    margin: 20px auto;
    max-width: 800px;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.down .working-hours h3,
.down .social-links h3 {
    color: #004d4d;
    text-align: center;
}

.down .working-hours ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.down .working-hours ul li {
    margin: 5px 0;
}

.down .social-links a {
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;

    background-color: #A8CFCB;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;

}

.down .social-links a:hover {
    background-color: #007070;
}

.down .social-links a span {
    margin-right: 8px;
}
/* მედია-ტელეფონისთვის */
@media (max-width: 500px) {
    .down .social-links {
        flex-direction: column;

    }

    .down .box,
    .down .links {
        width: 100%;
        margin-bottom: 20px;
    }

    .down .links a {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        margin: 10px 10px;

    }
}

.ebra-content-wraper > section .banner-wraper {
    display: flex;
    justify-content: center;
    
}

.ebra-content-wraper > section .banner-wraper .banner {
    margin-top: 20px;
    position: relative;
    width: 97.5%;
    border-radius: 5px;
    height: 250px; 
    background: linear-gradient(45deg, #7FCCB9, #BFE5DC, #ffffff);
    background-size: 300% 300%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    animation: moveBackground 15s linear infinite;
}

/* Vertical "SALE" on Left and Right */
.ebra-content-wraper > section .banner-wraper .banner .sale-left,
.ebra-content-wraper > section .banner-wraper .banner .sale-right {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #D6F2EF;
    text-shadow: 0 0 20px var(--color-green);
    text-transform: uppercase;
    white-space: nowrap;
    writing-mode: vertical-rl; /* Works cross-browser */
    -webkit-writing-mode: vertical-rl; /* Webkit support */
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Full height to align properly */
    letter-spacing: 40px;
}

/* Left "SALE" */
.ebra-content-wraper > section .banner-wraper .banner .sale-left {
    left: 10px;
}

/* Right "SALE" */
.ebra-content-wraper > section .banner-wraper .banner .sale-right {
    right: 10px;
}



/* Centered Discount Text */
.ebra-content-wraper > section .banner-wraper .banner .sale-text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 20px var(--color-green);
    animation: flash 1s infinite alternate;
    z-index: 1;
}

/* Discount Details */
.ebra-content-wraper > section .banner-wraper .banner .details {
    margin-top: 10px;
    font-size: var(--font-defaultsize-title);
    color: #333;
}

.ebra-content-wraper > section .banner-wraper .banner .shop-button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--color-green);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.ebra-content-wraper > section .banner-wraper .banner .shop-button:hover {
    background-color: var(--color-white);
    color: var(--color-darkgreen);
}

/* Responsive Adjustments */
@media screen and (min-width: 650px) {
    .ebra-content-wraper > section .banner-wraper .banner .sale-text {
        font-size: 40px;
    }


}

@media screen and (min-width: 992px) {
    .ebra-content-wraper > section .banner-wraper .banner .sale-text {
        font-size: 50px;
        letter-spacing: 45px;

    }
    .ebra-content-wraper > section .banner-wraper .banner .sale-left,
    .ebra-content-wraper > section .banner-wraper .banner .sale-right {
        font-size: 30px;
        letter-spacing: 40px;
    }

}

/* Background Animation */
@keyframes moveBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Flash Animation */
@keyframes flash {
    0% { opacity: 1; transform: scale(1); }
    100% { opacity: 0.7; transform: scale(1.1); }
}




/* gallery filter */
.ebra-filter-wraper-gallery {
    height: auto !important;
}
.ebra-filter-wraper > .gallery-category-filter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 95px;
}
.ebra-filter-wraper > .gallery-category-filter > h2{
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: var(--font-middle-title);
    color: var(--color-darkgreen);
    font-weight: bold;
    margin-bottom: 14px;
}
.ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored {
    margin: 20px 0 20px 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored button {
    height: 65px;
    color: var(--color-white);
    font-size: var(--font-defaultsize-title);
    outline: none;
    border: none;
    border-radius: 8px;

}

.ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored .category-button {
    background-color: var(--color-green);
}
.ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored .category-button:active{
    background-color: var(--color-darkwarmgreen);
}
.btn-gallery-all-outofstock-for-small-screen-wraper {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}
.btn-gallery-all-outofstock-for-small-screen {
    width: 100%;
    height: 65px;
    background-color: var(--color-darkwarmgreen);
    color: white;
    outline: none;
    font-size: var(--font-standart-title);
    border: none;
    border-radius: 8px;  
}
.ebra-filter-search-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: auto;
}
.btn-gallery-all-outofstock {
    display: none;
    width: 320px;
    height: 50px;
    background-color: var(--color-green);
    color: var(--color-white);
    font-size: var(--font-standart-title);
    outline: none;
    border: none;
    border-radius: 8px; 
}
.btn-gallery-all-outofstock:active{
    background-color: var(--color-darkwarmgreen);
}
.gallery-ebra-search-input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    outline: none;
    padding: 10px;
    border: none;
}
.gallery-ebra-search-input::placeholder {
    padding-left: 10px;
}
.gallery-ebra-search-btn {
    width: 35px;
    position: absolute;
    right: 10px;
    height: 50px;
    color: var(--color-green);
    background: none;
    outline: none;
    border: none;
}
.gallery-ebra-search-btn  i {
   font-size: var(--font-defaultsize-title);
}
@media screen and (min-width: 992px) {
    .ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.ebra-filter-wraper > .gallery-category-filter > div.gallery-filter-buttons-colored button {
    height: 60px;
}
}
@media screen and (min-width: 650px) {
    .ebra-filter-search-container {
        justify-content: space-between;
    }
    .gallery-ebra-search-input {
    width: 320px;
    
    }
    .btn-gallery-all-outofstock {
        display: block;
    }
    .btn-gallery-all-outofstock-for-small-screen {
        display: none;
    }
}
/* gallery */

section > .sold-out-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 100%;
}
section >  .loading-indicator {
    display: none;
    text-align: center;
    width: 100%;
    height: calc(100%);
    font-size: var(--font-defaultsize-title);
    position: absolute;
    bottom: 0;
    z-index: 3;
    background-color: var(--color-litegreen);
}









section > .sold-out-grid li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #e6f1ee;
    border-radius: 20px !important;
    box-shadow: 0 4px 8px rgba(1, 95, 79, 0.1);
    width: 90%;
    margin: 18px 0;
    
}
section > .sold-out-grid li.product>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    text-decoration: none;
    width: 100%;
    padding: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section > .sold-out-grid  li.product>a>img {
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

section > .sold-out-grid li.product>a>h2 {
    color: var(--color-darkgreen) !important;
    font-size: var(--font-small-title) !important;
    padding: 0 !important;
    text-align: center;
    height: 70px;
    align-content: center;
}



section > .sold-out-grid li.product>a>p {
    font-size: var(--font-defaultsize-title);
    color: var(--color-fontsize-darkgrey);
    padding: 0 !important;
    margin-bottom: 0;
}

section > .sold-out-grid  li.product .button {
    max-width: 250px;
    height: 50px;
    align-content: center;
    background-color: #90beba;
    border-radius: 8px;
    color: var(--color-fontsize-darkgrey);
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    padding: 20px;
}



/* პაგინაციის სტილი */
/* Main pagination container */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

/* Style for pagination links */
.pagination-container .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: var(--color-white);
    color: var(--color-fontsize-darkgrey);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Current/active page */
.pagination-container .page-numbers.current {
    background-color: var(--color-darkwarmgreen);
    /* Teal color similar to the image */
    color: var(--color-white);
}

/* Next/prev arrows */
.pagination-container .next,
.pagination-container .prev {
    font-weight: 600;
}
.pagination-container .pagination-arrow {
    background-color: var(--color-white);
    color: var(--color-darkwarmgreen);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    text-decoration:none;
    font-weight: 600;
    transition: all 0.3s ease;
}
/* Hover effect */
.pagination-container .page-numbers:hover:not(.current) {
    background-color: #e0f0f0;
}


@media screen and (min-width: 650px) {
    section > .sold-out-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    section > .sold-out-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    section > .sold-out-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* gallery banner */
section > .portfolio-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
section > .portfolio-container .project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    z-index: 0;
}
section > .portfolio-container .project::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

/* Ensure the active project is fully visible */
section > .portfolio-container .project.active {
    opacity: 1;
    z-index: 2;
}

/* Ensure the last active project is behind the active one */
section > .portfolio-container .project:not(.active) {
    z-index: 1;
}

/* Content fades in only when project is active */
section > .portfolio-container  .gallery-content {
    position: relative; /* Ensure it stays above the overlay */
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    color: white;
    font-size: 18px;
    height: 60%;
    opacity: 0;
    transition: opacity 0.5s ease;
    line-height: 1.5;
}

section > .portfolio-container .project.active .gallery-content  {
    opacity: 1;
}
section > .portfolio-container .project .gallery-content h3  {
    font-family: "BPG Irubaqidze", sans-serif !important;
}
/* Buttons */
section > .portfolio-container .buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 3;
    bottom: 20%;
    width: 100%;
    gap: 30px;
}

section > .portfolio-container .btn-gallery, section > .portfolio-container .btn-mogvwere {
    padding: 15px 25px;
    font-size: var(--font-very-smallsize-title);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

section > .portfolio-container .btn-gallery {
    background-color: white;
    color: var(--color-darkwarmgreen);
}
section > .portfolio-container .btn-gallery:hover {
    color: var(--color-white);
    background-color: var(--color-darkwarmgreen);
}
section > .portfolio-container .btn-mogvwere {
    background-color: var(--color-darkwarmgreen);
    color: var(--color-white);
}
section > .portfolio-container .btn-mogvwere:hover {
    background-color: var(--color-white);
    color: var(--color-darkwarmgreen);
}
/* Background images */
#project1 {
    background-image: url('images/IMG_1370.JPG');
}

#project2 {
    background-image: url('images/IMG_1376.JPG');
}

@media screen and (min-width: 992px) {
    section>.portfolio-container {
        height: 450px;
    }
    
    section > .portfolio-container  .gallery-content h3 {
        font-size: var(--font-medium-title);
    }
        section > .portfolio-container .btn-gallery, section > .portfolio-container .btn-mogvwere {
        font-size: var(--font-standart-title);
    }
}



/* footer contactus chat */
/* Container for the chat button */
.chat-container {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 1000;
}

/* Main chat button */
.chat-btn {
    width: 60px;
    height: 60px;
    background-color: var(--color-darkwarmgreen);
    /* Mint green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease-in-out;
    font-size: 24px;
    color: var(--color-white);
    border: none;
    position: relative;
    z-index: 2;
}

.chat-btn>i {
    color: var(--color-white);
}


/* Popup menu */
footer .chat-options {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform-origin: bottom right;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

/* Show options with fan effect */
footer .chat-container.active .chat-options {
    opacity: 1;
    visibility: visible;
}

/* Option buttons */
footer .option-btn {
    width: 50px;
    height: 50px;
    background-color: var(--color-darkwhite);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--color-white);
    font-size: 28px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Fan animation for each button */
footer .chat-container.active .option-btn:nth-child(1) {
    color: #25D366;
    transform: rotate(10deg) translate(0px, -10px);
}

footer .chat-container.active .option-btn:nth-child(2)>i {
    transform: rotate(45deg);
}

footer .chat-container.active .option-btn:nth-child(2) {
    transform: rotate(-45deg) translate(-44px, -24px);
    color: #168AFF;
}
footer .chat-container.active .option-btn:nth-child(3) {
    transform: rotate(-60deg) translate(-90px, -35px);
    color: #C13584;
}
footer .chat-container.active .option-btn:nth-child(3) > i{
    transform: rotate(60deg);
}



  @media screen and (min-width: 650px) {
        .chat-container {
                position: fixed;
                bottom: 15px;
                right: 15px;
            }
            footer .chat-options {
                opacity: 1;
                visibility: visible;
            }
            footer .chat-container .option-btn:nth-child(1) {
                color: #25D366;
                transform: rotate(10deg) translate(0px, -10px);
            }
            
            footer .chat-container .option-btn:nth-child(2)>i {
                transform: rotate(45deg);
            }
            
            footer .chat-container .option-btn:nth-child(2) {
                transform: rotate(-45deg) translate(-44px, -24px);
                color: #168AFF;
            }
            
            footer .chat-container .option-btn:nth-child(3) {
                transform: rotate(-60deg) translate(-90px, -35px);
                color: #C13584;
            }
            
            footer .chat-container .option-btn:nth-child(3)>i {
                transform: rotate(60deg);
            }
            footer .chat-container.active .chat-options {
                opacity: 0;
                visibility: hidden;
                transition: all 0.4s ease;
            }
}
  
.wc-block-components-checkbox__label > a {
    color: #40B3A2;
}

/* Mobile First სტილები */
.error-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--color-fontsize-darkgrey);
    width: 100%;
    /* მობილურისთვის სრული სიგანე */
    max-width: var(--default-width);
    margin: 0 auto;
}

.error-container {
    text-align: center;
    padding: 1.5rem;
    /* მცირე padding მობილურისთვის */
    width: 90%;
    /* მობილურისთვის ოდნავ ნაკლები სიგანე */
    border-radius: 8px;
    /* მცირე მომრგვალება */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.error-container h1 {
    font-size: var(--font-defaultsize-title);
    /* მცირე ზომის სათაური მობილურისთვის */
    margin: 0.8rem 0;
    color: var(--color-darkgreen);
}

.error-container p {
    font-size: var(--font-very-smallsize-title);
    /* მცირე ტექსტი მობილურისთვის */
    margin: 0.8rem 0 1.5rem;
    color: var(--color-fontsize-darkgrey);
    line-height: 1.4;
}

.error-container a {
    display: inline-block;
    background-color: var(--color-backgroundbtn);
    color: var(--color-darkgreen);
    padding: 8px 20px;
    /* მცირე padding მობილურისთვის */
    text-decoration: none;
    border-radius: 5px;
    font-size: var(--font-very-smallsize-title);
    transition: background-color 0.3s;
    font-weight: 500;
}

.error-container a:hover {
    background-color: var(--color-green);
    color: var(--color-white);
}

.broken-pot {
    width: 120px;
    /* მცირე ზომა მობილურისთვის */
    height: 120px;
    margin: 0 auto 1.5rem;
    position: relative;
}

.pot-pieces {
    position: absolute;
    width: 100%;
    height: 100%;
}

.piece {
    position: absolute;
    background-color: var(--color-litegreen);
    border: 2px solid var(--color-green);
    /* თხელი ბორდერი მობილურისთვის */
    border-radius: 4px;
}

.piece-1 {
    width: 45px;
    height: 60px;
    top: 30px;
    left: 8px;
    transform: rotate(-15deg);
}

.piece-2 {
    width: 30px;
    height: 45px;
    top: 45px;
    right: 15px;
    transform: rotate(25deg);
}

.piece-3 {
    width: 40px;
    height: 55px;
    bottom: 5px;
    left: 35px;
    transform: rotate(5deg);
}

/* დესკტოპის სტილები */
@media (min-width: 768px) {
    .error-container {
        padding: 2rem;
        max-width: 800px;
    }

    .error-container h1 {
        font-size: var(--font-small-title);
        margin: 1rem 0;
    }

    .error-container p {
        font-size: var(--font-standart-title);
        margin: 1rem 0 2rem;
    }

    .error-container a {
        padding: 10px 25px;
        font-size: var(--font-standart-title);
    }

    .broken-pot {
        width: 150px;
        height: 150px;
        margin: 0 auto 2rem;
    }

    .piece {
        border: 3px solid var(--color-green);
    }

    .piece-1 {
        width: 60px;
        height: 80px;
        top: 40px;
        left: 10px;
    }

    .piece-2 {
        width: 40px;
        height: 60px;
        top: 60px;
        right: 20px;
    }

    .piece-3 {
        width: 50px;
        height: 70px;
        bottom: 10px;
        left: 45px;
    }
}