/*
 Theme Name:   One Elementor Child
 Theme URI:    https://oxica.ru/
 Description:  Дочерняя тема для One Elementor. Безопасное создание сайта.
 Author:       Rubi
 Author URI:   https://oxica.ru/
 Template:     one-elementor
 Version:      1.0.0
 Text Domain:  one-elementor-child
*/



/*

@media (max-width: 1439px) {
	rs-tabs-wrap.tp-tabs-inner-wrapper {
		transform: scale(0.7);
		transform-origin: center;
	}

}
*/

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #0070f3; /* Собственный заметный стиль */
  outline-offset: 3px;
}




a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}


.elementor-widget-text-editor li {
    font-size: 1.3em;
	margin-bottom: .7em;
}

.my_footer p {
    font-size: 13px;
    line-height: 28px;
}
footer {
    overflow-y: hidden;
}
.one-elementor-footer__bottom {
    background: #7a7a7a;
    color: #fff !important;
}
.one-elementor-footer__bottom a {
    color: #ffffff !important;
}

.elementor-element-2b37fce8 .swiper-slide:nth-child(odd) {
    background: #ffe9b6 !important;
}


/* Класс для кнопки */
.hfe-menu-item.elementor-button {
    animation: pulse-glow 1.5s ease-in-out infinite;
}

.wpr-nav-menu li:nth-child(3){
	background-image: linear-gradient(280deg, var(--e-global-color-accent) 0%, var(--e-global-color-2e4062d) 81%);
    animation: pulse-glow 1.5s ease-in-out infinite;
}

.wpr-nav-menu li:nth-child(3) a{
	color: #fff !important;
	font-weight: 900;
}

cite.elementor-testimonial__cite {
    margin-top: 1px !important;
	margin-bottom: 9px;
}
.elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.4),
                    0 0 10px rgba(255, 0, 0, 0.3),
                    0 0 15px rgba(255, 0, 0, 0.2);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.8),
                    0 0 30px rgba(255, 0, 0, 0.6),
                    0 0 50px rgba(255, 0, 0, 0.4),
                    0 0 70px rgba(255, 0, 0, 0.2);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.4),
                    0 0 10px rgba(255, 0, 0, 0.3),
                    0 0 15px rgba(255, 0, 0, 0.2);
        transform: scale(1);
    }
}






@media (max-width: 1366px) {

	

	
	
}

@media (max-width: 1023px) {
	
	.tp-tab-image {
		display: none !important;
	}
	
	.tp-tab-content-wrapper {
		min-width: 100% !important;
		padding-right: 0 !important;
	}
	
	
	
}


@media (max-width: 767px) {

	

	
	
}


