/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.9.1726518710
Updated: 2024-09-16 23:31:50

*/


*[tooltip]:hover:after {
    content: attr(tooltip);
    border: #777;
    background-color: #aaa;
    padding: 5px;
}

       
        .social-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 10000;
        }
        
        .social-widget-toggle {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
			font-size: 34px;
        }
        
        .social-widget-toggle:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
        }
        
        .social-icon-main {
            width: 32px;
            height: 32px;
            filter: brightness(0) invert(1);
        }
        
        .social-widget-panel {
            position: absolute;
            bottom: 75px;
            right: 0;
            background: white;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            width: 320px;
        }
        
        .social-widget-panel.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .widget-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .widget-title {
            font-size: 18px;
            font-weight: 600;
            color: #2d3748;
        }
        
        .close-btn {
            background: none;
            border: none;
            font-size: 22px;
            cursor: pointer;
            color: #718096;
            transition: color 0.2s;
        }
        
        .close-btn:hover {
            color: #e53e3e;
        }
        
        .contact-item {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            text-align: left;
        }
        
        .contact-phone {
            font-size: 18px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 5px;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .contact-phone:hover {
            color: #4299e1;
        }
        
        .contact-info {
            font-size: 14px;
            color: #718096;
            line-height: 1.5;
        }
        
        .socials-section {
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #e2e8f0;
        }
        
        .socials-title {
            font-size: 16px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .social-widget .social-buttons {
            display: flex;
            justify-content: left;
			margin-top: 10px;
        }
        
        .social-widget .social-button-widget {
            display: flex;
            flex-direction: column;
            align-items: left;
            text-decoration: none;
            padding: 0;
            border-radius: 10px;
            transition: all 0.2s ease;
            width: 70px;
        }
        
        .social-widget .social-button-widget:hover {
            background-color: #f5f7fb;
            transform: translateY(-3px);
        }
        
       .social-widget .social-icon {
            width: 32px;
            height: 32px;
            margin-bottom: 8px;
            object-fit: contain;
        }
        
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 117, 252, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 117, 252, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 117, 252, 0);
            }
        }
        
        @media (max-width: 768px) {
            .social-widget {
                bottom: 15px;
                right: 15px;
            }
            
            .social-widget-toggle {
                width: 58px;
                height: 58px;
            }
            
            .social-icon-main {
                width: 28px;
                height: 28px;
            }
            
            .social-widget-panel {
                bottom: 65px;
                width: 300px;
                right: 10px;
            }
        }


/* Основные стили для формы */
.wpcf7-form {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.wpcf7-form .comp-flex p {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}

/* Стили для полей ввода */
.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.wpcf7-form-control::placeholder {
    color: #999;
}

/* Специфичные стили для разных типов полей */
.wpcf7-text,
.wpcf7-mask {
    height: 48px;
}

.wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
}

/* Стили для кнопки отправки */
.wpcf7-submit {
    background: linear-gradient(135deg, #007cba, #005a87);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #005a87, #004466);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Стили для состояния загрузки */
.wpcf7-submit.has-spinner {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Стили для сообщений об ошибках/успехе */
.wpcf7-response-output {
    padding: 12px;
    border-radius: 8px;
    margin: 15px 0 0 0 !important;
    font-size: 14px;
    text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wpcf7-response-output.wpcf7-spam-blocked {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

/* Стили для невалидных полей */
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3545;
    background-color: #f8f9fa;
}

.wpcf7-form-control.wpcf7-not-valid:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
    .wpcf7-form .comp-flex p {
        gap: 12px;
    }
    
    .wpcf7-form-control {
        padding: 10px 12px;
        font-size: 16px; /* Увеличиваем для мобильных */
    }
    
    .wpcf7-submit {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Анимации */
@keyframes wpcf7-spinner {
    to {
        transform: rotate(360deg);
    }
}

.wpcf7-spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #007cba;
    animation: wpcf7-spinner 0.6s linear infinite;
}

/* Состояние disabled */
.wpcf7-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.wpcf7-form-control{
  display: inline-block;
  text-align: left;
}





/* Основные стили для формы */
.wpcf7-form {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.wpcf7-form .comp-flex p {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
}

/* Стили для полей ввода */
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e8ecef;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #2d3748;
    background: #fafbfc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):focus {
    outline: none;
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
}

.wpcf7-form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/* Специфичные стили для разных типов полей */
.wpcf7-text,
.wpcf7-mask {
    height: 52px;
}

.wpcf7-textarea {
    min-height: 140px;
    resize: vertical;
    font-family: inherit;
}

/* Стили для чекбокса */
.wpcf7-acceptance {
    width: 100%;
    margin: 8px 0;
}

.wpcf7-list-item {
    display: flex;
    width: 100%;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8ecef;
    border-radius: 10px;
    background: #fafbfc;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin: 0;
}

.wpcf7-list-item label:hover {
    border-color: #2563eb;
    background: #f1f5f9;
    transform: translateY(-1px);
}

.wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: #2563eb;
    flex-shrink: 0;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #2d3748;
    font-weight: 500;
    line-height: 1.4;
}

/* Состояние checked */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,
.wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
    color: #2563eb;
    font-weight: 600;
}

/* Стили для кнопки отправки */
.wpcf7-submit {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
    height: auto;
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Стили для состояния загрузки */
.wpcf7-submit.has-spinner {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Стили для сообщений об ошибках/успехе */
.wpcf7-response-output {
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0 0 0 !important;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border: 2px solid transparent;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.wpcf7-response-output.wpcf7-spam-blocked {
    background: #fffbeb;
    color: #d97706;
    border-color: #fed7aa;
}

/* Стили для невалидных полей */
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.wpcf7-form-control.wpcf7-not-valid:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

/* Анимации */
@keyframes wpcf7-spinner {
    to {
        transform: rotate(360deg);
    }
}

.wpcf7-spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    animation: wpcf7-spinner 0.8s linear infinite;
}

/* Состояние disabled */
.wpcf7-submit:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 20px;
        margin: 10px;
    }
    
    .wpcf7-form .comp-flex p {
        gap: 15px;
    }
    
    .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
        padding: 14px 16px;
        font-size: 16px; /* Увеличиваем для мобильных */
    }
    
    .wpcf7-text,
    .wpcf7-mask {
        height: 50px;
    }
    
    .wpcf7-list-item label {
        padding: 12px 16px;
        gap: 10px;
    }
    
    .wpcf7-list-item input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    
    .wpcf7-submit {
        padding: 14px 25px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .wpcf7-form {
        padding: 15px;
    }
    
    .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
        padding: 12px 14px;
    }
    
    .wpcf7-list-item label {
        padding: 10px 14px;
    }
    
    .wpcf7-submit {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Плавное появление формы */
.wpcf7-form {
    animation: formFadeIn 0.6s ease-out;
}

@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* Добавьте в CSS вашей темы */
.product-attributes-accordion {
    margin: 12px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.attributes-header {
    padding: 12px 15px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.2s;
}

.attributes-header:hover {
    background: #f0f0f0;
}

.attributes-title {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.attributes-toggle {
    font-size: 20px;
    font-weight: 600;
    color: #e44d26;
    line-height: 1;
    transition: transform 0.3s;
}

.attributes-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.attributes-content.active {
    display: block;
}

.attribute-item {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.attribute-item span{
    display: block;
	text-align:left;
}

.attribute-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.attribute-label {
    color: #666;
    font-weight: 400;
    flex: 0 0 40%;
}

.attribute-value {
    color: #333;
    font-weight: 500;
    flex: 0 0 60%;
    text-align: right;
    word-break: break-word;
}

.attributes-header.active .attributes-toggle {
    transform: rotate(45deg);
    color: #666;
}

.attributes-header.active {
    background: #e44d26;
}

.attributes-header.active .attributes-title {
    color: white;
}

.attributes-header.active .attributes-toggle {
    color: white;
    transform: rotate(135deg);
}

/* Анимация */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.attributes-content.active {
    animation: slideDown 0.3s ease;
}