/*
Theme Name:   fdt child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/


body.no_scroll {
    overflow: hidden;
}


.my_pop_up_btn_close{
    padding: 5px 20px !important;
    border-radius: 4px !important;
    background-color: #FC373A;
    color: white;
}

.my_pop_up_btn_close:hover{
    background-color: #FC373A;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
    border: none;
}

/* Главное окно */
.pop_up{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	left: 0;
    background-color: rgba(0,0,0, .7);
    z-index: 100000;
/*     overflow-y: hidden; /* Запрещаем скролл */ 
	display:flex;
	justify-content: center;
	/* align-items: center; */
    align-items: flex-start; 
    padding-top: 50px;       /* чтобы не прилипал к верху */
	overflow-y: auto;
}

.not_active{
    display: none !important; 
}
/* pop_up_body КОНТЕЙНЕР*/
.pop_up_body{
	width: 500px;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.main_popup_text{
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #2c3340;
	font-size: 30px;
	margin-bottom: 20px;
}

/* Форма CF7 */
.wpcf7-form {
    max-width: 500px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 0px 20px;
    font-size: 14px;
	font-family: Lato, sans-serif;
	border-radius: 4px !important;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-textarea {
    background-color: #F5F6F8;
}

.wpcf7 select{
    color: var(--et_dark-2-white)
}

.wpcf7 textarea {
    height: 120px;
    resize: none;
	border-radius: 4px;
}

.wpcf7-submit {
    width: 100% !important;
    background-color: #FC373A !important;
    border: none !important;
    font-weight: bold;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.wpcf7-submit:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
    border: none;
    color: #fff !important;
}

div.wpcf7-response-output{
	padding: 5px !important;
	border-radius: 4px;
}

.wpcf7-not-valid-tip{
	margin-bottom: -15px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px; /* вертикальный / горизонтальный отступ */
}

.wpcf7-list-item {
	margin: 0 !important; 
    white-space: nowrap;
}

.wpcf7-list-item label{
	margin-bottom: 0px;
}

