/*
	Theme Name: Geodomas
	Theme Slug: Geodomas
	Theme URI: http://Geodomas.eu
	Description: <a href="http://Geodomas.eu">Geodomas</a>
	Author: Geodomas
	Author URI: http://Geodomas.eu
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, theme-options, translation-ready
	Version: 2.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/** ???????? ???? ?????? style.css */
/* ?? ???? ??????????? ?????? ??????? */
.mwai-chatbot-container {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    display: flex !important; /* ?????????? flex ?????? block */
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* ?? ???????? ????????? ?????? */
.mwai-chatbot-container.mwai-hidden {
    opacity: 0 !important;
    transform: scale(0.9) !important;
}

/* ?? ????? ?????? */
.mwai-chatbot .mwai-chatbot-open-button {
    width: 64px !important;
    height: 64px !important;
    background-color: #007bff !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease-in-out !important;
}

/* ?? ??????????? ????????? ????? ??????? */
.mwai-hidden, 
.mwai-chatbot-container[style*="display: none"] {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ?? ????? ?????? */
.mwai-chatbot .mwai-chatbot-open-button img {
    width: 50px !important;
    height: 50px !important;
}

/* ?? ????? ??? ???????????? ???? ??????? */
.mwai-chatbot-window {
    max-width: 400px !important;
    min-width: 320px !important;
    width: auto !important;
    border-radius: 12px !important;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
}

/* ?? ??????????? ?????? ? Mozilla Firefox */
@-moz-document url-prefix() {
    .mwai-chatbot-container {
        display: flex !important;
    }
}

/* ?? ??????????? ?????? ? Edge */
@supports (-ms-ime-align:auto) {
    .mwai-chatbot-container {
        display: flex !important;
    }
}

/* ?? ?????-?????? ??? ????????? ????????? */
@media screen and (max-width: 600px) {
    .mwai-chatbot-container {
        bottom: 10px !important;
        right: 10px !important;
    }

    .mwai-chatbot .mwai-chatbot-open-button {
        width: 50px !important;
        height: 50px !important;
    }

    .mwai-chatbot .mwai-chatbot-open-button img {
        width: 40px !important;
        height: 40px !important;
    }


.breadcrumb_last {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; 
}

.breadcrumb {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase; 
}

p.price {
  font-size: 30px;
}

.product_title {
  font-size: 25px;
  text-transform: uppercase; 
}

h2.woocommerce-loop-category__title {
  font-size: 15px;  
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

div.category {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.h7 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  margin: 2px 0 18px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
}

div.category img {
  height: auto;
  width: auto;
  border: 1px solid grey;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  div.category img {
    height: auto;
    width: 80%;
  }
}

.count {
  background-color: lightblue;
  color: red;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
  border: 1px solid grey;
  border-radius: 25% 10%;
  font-weight: bold;
}

.woocommerce-breadcrumb {
  font-size: 20px;  
  text-transform: uppercase;
}

.option {
  font-size: 18px;
  line-height: 1.5em;
}

.woocommerce td.product-name a {
  padding: 10px;
  font-size: 18px;
}

.woocommerce td.product-name dl.variation dl {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
}

.woocommerce-page td.product-name dl.variation dt {
  flex-basis: 20%;
  padding: 2px 4px;
  text-align: right;
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  text-transform: uppercase;
  font-size: 10px;
}

.woocommerce-page td.product-name dl.variation dd {
  flex-basis: 70%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  border-bottom: 1px solid #333;
  font-size: 12px;  
}

/* ????? ????? ??? ?????, SKU ? ????????? */
span.tagged_as,
span.sku,
span.posted_in {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  color: #333;
}

/* ????????????????? ????? ??? ?????? */
span.tagged_as a,
span.sku,
span.posted_in a {
  font-size: 13px;
  margin-left: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}

/* ?????-?????? */
span.tagged_as a:hover,
span.sku:hover,
span.posted_in a:hover {
  background-color: #b8e0e0;
  color: #007cba;
  box-shadow: 0 2px 5px rgba(0, 124, 186, 0.3);
}

/* ?????????????? ????????? ??? SKU */
.sku_wrapper {
  font-size: 16px;
  color: white;
}

/* ????? ??? ????????? */
li.wc-block-product-categories-list-item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  list-style-type: square;
  color: #444;
  transition: color 0.3s;
}

li.wc-block-product-categories-list-item:hover {
  color: #007cba;
}

.category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* ?????????? ????? ?????????? */
    margin-bottom: 20px;
}

.category-grid {
    flex: 1 1 calc(25% - 20px); /* ???????? 25% ?????? ? ?????? ???????? */
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.category-link {
    text-decoration: none;
    color: inherit;
}

.category-image img {
    width: 100%;
    height: auto;
    display: block;
}

.category-details {
    padding: 15px;
    text-align: center;
}

.category-name {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}

.category-count {
    font-size: 0.9rem;
    color: #777;
}

.category-description {
    font-size: 0.85rem;
    color: #555;
}

/* Hover effect */
.category-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
