/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
.pum-responsive {
    border: none;
    width: fit-content !important;
    padding: 30px 40px !important;
}

.pum-responsive .wpforms-field input {
    border: 1px solid #d3d3d3 !important;
    height: 40px;
    border-radius: 5px !important;
    margin-top: 7px;
	width: 100% !important;
	font-size: 12px !important;
	max-width: 100% !important;
}

.pum-responsive .wpforms-field label {
    font-size: 13px !important;
    color: #000 !important;
    margin: 7px 0 !important;
}

.pum-responsive .wpforms-field {
    padding: 0 0 8px 0;
}
.pum-responsive select {
    border: 1px solid #d3d3d3 !important;
    height: 40px !important;
    border-radius: 5px !important;
    margin-top: 7px !important;
    font-size: 12px !important;
    width: 100% !important;
}
.pum-responsive textarea {
    border: 1px solid #d3d3d3 !important;
    height: 80px !important;
    border-radius: 5px !important;
    margin-top: 7px;
	font-size: 12px !important;
}
.pum-container.pum-responsive {
    border: none;
    box-shadow: none;
}
.pum-container button {
    background: #67b93d !important;
    border: 0px solid!important;
    outline: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    font-size: 13px !important;
    padding: 10px 39px !important;
	border-radius: 20px !important;
}
.pum-container button.pum-close.popmake-close {
    width: 40px !important;
    padding: 0 !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    font-size: 24px !important;
	
}

}








.page-header {
    display: none;
}
.slide-min .swiper-slide-inner {
    max-width: 1300px;
}.leage-store .ekit-stylish-list-content-icon {
    position: absolute;
    right: 0;
}

.pum-container .pum-title {
    font-size: 26px;
    color: #00385d;
    font-weight: 900 !important;
    margin: 0;
    font-family: "Rufina", Sans-serif;
    margin-bottom: 10px;
}

.pum-container {
    border-color: #00385d !important;
    border-radius: 12px !important;
    padding: 40px !important;
    border-width: 4px !important;
	background: #F6F6F6 !important;
}


.pum-container label.wpforms-field-label {
    font-size: 17px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
    color: #667C99 !important;
    margin: 0 !important;
	background: transparent !important;
}
.pum-container input, .pum-container select, .pum-container textarea{
    border: solid 0px !important;
    border-bottom: 1px solid #8e8bb4 !important;
    border-radius: 0 !important;
	background: transparent !important;
}


.pum-container textarea {
    height: 120px !important;
	background: transparent !important;
}

.pum-container input:focus, .pum-container select:focus, .pum-container textarea:focus{
    box-shadow: none !important;
}