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


.progress-bar span.wpsm_progress-title {
    font-family: 'Poppins' !important;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#wpsm_progress_b_row_206 {
    margin-bottom: 0;
}
#wpsm_progress_b_row_206 .wpsm_progress .wpsm_progress-bar:before,
#wpsm_progress_b_row_206 .wpsm_progress .wpsm_progress-bar:after {
    display: none;
}
#wpsm_progress_b_row_206 .wpsm_progress .wpsm_progress-pro-bar {
    background: rgb(3 3 3 / 10%);
    border-radius: 50px !important;
}
.number-sec .elementskit-infobox:hover .elementskit-info-box-icon img {
    filter: brightness(0) invert(1);
}
section#banner-sec {
    background-size: 100% 110%;
}
p.elementor-icon-box-description a {
    color: #030303;
}
input.wpcf7-form-control.wpcf7-text {
    padding-bottom: 10px !important;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
    font-family: 'Poppins';
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 22px !important;
}
.name {
    display: flex;
    flex-wrap: wrap;
}
.name p {
    width: 49%;
    margin-right: 10px;
}
.name p:last-child {
    margin-right: 0 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-family: 'Poppins';
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 22px !important;
    color: #7A7A7A !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.woocommerce table.shop_table td a {
    color: #030303;
}
input#coupon_code {
    width: 100% !important;
}
td.actions .coupon .button {
    width: 100%;
    margin-top: 10px !important;
    background: #030303 !important;
    color: #fff !important;
    line-height: 30px !important;
    font-family: 'Poppins';
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px !important;
}
input#coupon_code {
    padding-left: 18px;
}
td.actions button.button {
    background: #030303;
    padding: 15px 35px !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.quantity input.qty {
    padding: 0;
    border: 1px solid #030303;
}
.cart_totals h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 1px;
}
.wc-proceed-to-checkout a {
    background: #030303 !important;
    text-transform: capitalize;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 10px;
}
.number-box .elementskit-infobox {
    height: 275px;
}
div#footer-logo img {
    filter: brightness(0) invert(1);
}
div#banner-top-heading ul.ekit-header-info {
    justify-content: center;
}
span.elementor-icon-list-text {
    color: #000;
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	div#banner-para p {
		width: 50%;
		margin: 0 auto;
	}
}