.product-single__description font {
    font-family: "Geologica" !important;
}
a.swatch.js-swatch.similar_color.active {
    background: #222222;
    color: white;
	border-color: #222222;
}
a.swatch.js-swatch.similar.active {
    background: #222222;
    color: white;
	border-color: #222222;
}
.footer-mobile {
    padding-top: 0.625rem !important;
}
.btn-info {
    display: none;
}
.slideshow-text a.btn.btn-outline-primary {
 height:50px;
}
#font-choose .submit-button {
    height: 1.775rem;
	font-size: 15px;
}
.row-customer_lastname { width: 100%;}
.mb-3.mb-xl-5.pt-1.pb-4 {
    margin-top: -60px;
}
.contact-block {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
    margin-bottom: 40px;
}

.contact-item h3 {
    margin: 0;
    padding-bottom: 10px;
}

.contact-item p {
    margin: 0;
    color: #333; /* Цвет текста */
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form form {
    width: 100%;
    min-width: 500px;
}
.telcon ul.social-links {
    margin: 5px -10px 0px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background-color: #000; /* Цвет фона кнопки */
    color: #fff; /* Цвет текста кнопки */
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #444; /* Цвет фона кнопки при наведении */
}
.search-result {
    min-height: 0;
    padding-bottom: 0rem;
}

@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item {
        margin-bottom: 20px;
    }
	.contact-block {
    padding: 40px 0px;
}
.slideshow-text a.btn.btn-outline-primary {
    height: 45px;
    padding: 10px 42px;
}
    .contact-form form{
        min-width: 100%;
    }
}

#imageModal .modal-header {
    padding: 0.5rem;
    border-bottom:none;
}
#imageModal .modal-body {
    padding: 0 1.5rem;
    margin-top: 17px;
}
#imageModal .btn-close {
    padding: 0;
    margin: 24px 0 0 0px;
    right: 8px;
    position: absolute;
}
@media (min-width: 576px){
#imageModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}

.custom-tooltip {
  position: relative; /* Это необходимо для позиционирования всплывающей подсказки */
  cursor: pointer; /* Чтобы показать, что элемент интерактивный */
}

.custom-tooltip::before,
.custom-tooltip::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.custom-tooltip::before {
  content: attr(data-tooltip); /* Используем атрибут data-tooltip для текста */
  white-space: nowrap;
  bottom: calc(105% + 5px); /* Немного ниже, чтобы сделать место для стрелки */
  left: 50%;
  transform: translateX(-50%);
  background-color: #222; /* Черный фон */
  color: #fff; /* Белый текст */
  padding: 5px 10px;
  border-radius: 4px;
}

.custom-tooltip::after {
  content: '';
  bottom: 105%; /* В том же месте, что и верх подсказки */
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  border: 5px solid transparent; /* Размер стрелки */
  border-top-color: #222; /* Цвет стрелки, такой же как и у подсказки */
}

.custom-tooltip:hover::before,
.custom-tooltip:hover::after {
  opacity: 1;
  visibility: visible; /* Делаем видимыми при наведении */
}
#related_products .button-preorder-default {
    padding: .8rem 1.125rem;
}

.cstudio-widget{
    position: fixed;
    right: .5em;
    bottom: 6em;
    z-index: 1000;
}
#cstudio_main_contacts_us, .cstudio-widget .button_social_main, .cstudio-widget .cstudio_buttons_social {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    padding: 0;
    border: 1px solid transparent !important;
}
#cstudio_main_contacts_us {
    position: fixed;
    right: .5em;
    bottom: 6em;
    margin: 0;
    background-color: #c10404;
}
#cstudio_all_chanel {
    position: fixed;
    right: .5em;
    bottom: 6.9em;
}
.cstudio-widget .cstudio_buttons_social {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 7px 15px 5px rgba(2,46,49,.24) !important;
}
.cstudio-widget .cstudio_buttons_social:hover {
    background: #e5d9be;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 768px) {
    #cstudio_main_contacts_us {
        bottom: 10em;
    }
}