/* 
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 */


div#header-logo {
    z-index: 1;
    position: relative;
}
div#header-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #262161;
    height: 190px;
    border: 1px solid #ffff;
    border-top: unset;
    border-radius: 0 0 15px 15px;
}
a.ajax_add_to_cart i {
    display: none;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
    color: #262161 !important;
}
div#banner-sub-heading h2 {
    font-style: normal !important;
}
div#submit-btn {
    position: relative;
    right: -60px;
}
div#submit-btn:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 23px;
    bottom: 0;
    background: url(/wp-content/uploads/2024/08/Symbol.png)no-repeat center;
    background-size: auto;
    width: 20px;
    height: 20px;
}
div#submit-btn input[type="submit"] {
    font-size: 0;
    padding: 22px 28px 38px !important;
    background: #262161;
    z-index: 11;
}
.es-form-field-container {
    display: flex;
}
.es-form-field-container .gjs-row {
    margin: 0 !important;
}
.es-form-field-container .gjs-row input#esfpx_email_8fee2dece558d::placeholder {
    color: #706F6D;
    font-size: 14px;
    font-weight: 400;
}
.es-form-field-container .gjs-row input#esfpx_email_8fee2dece558d {
    padding-top: 17px;
    padding-bottom: 17px;
    width: 130%;
    border-radius: 0;
}
section#copyright p {
    margin: 0;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #review_form #respond .form-submit input {
    background: #262161;
    color: #fff !important;
    padding: 17px 30px;
    border-radius: 0;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background: #000;
}
.woocommerce div.product form.cart .button:hover {
    background: #000 !important;
}
.service-box .jkit-icon-box-wrapper, .service-box1 .jkit-icon-box-wrapper {
    height: 340px;
} 
.service-box .jkit-icon-box-wrapper .icon-box.icon-box-body {
    top: 30px;
}
.service-box1 .jkit-icon-box-wrapper .icon-box.icon-box-body {
    top: 0;
}

@media only screen and (max-width: 1000px) {
	div#header-logo:before {
		display:none;
	}
}