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



ol, ul {
    margin-bottom:20px;

}

.blueSpan span{
    color:#5F58FF;
}
.arrowBtn span.elementor-button-icon {
    background: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrowBtn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.arrowBtn.whiteBtn span.elementor-button-icon {
    background: #5F58FF;
}

.footerForm .e-form__buttons {
    position: absolute;
    right: 0;
    top: 4px;
}
.catList span {
    background: #9D89FC;
    padding: 7px 20px;
    border-radius: 30px;
}
.linkMedium a{
    font-weight:500;
}
.ul-p0 ul{
    padding:0;
}
.bulletStyle ul{
    padding-left:20px;
}
.bulletStyle ul li{
    margin-bottom:7px;
}

/*Getting started on How it Works Page*/

.timelineBorder:before {
    content: '';
    position: absolute;
    height: 0px;
    width: calc(100% + -33%);
    /*background: #5F58FF;*/
    left: 16%;
    top: 181px;
    border:2px dashed #5F58FF;
}

.stepCol:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #5F58FF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
}
.stepCol:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    background: #fff;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    top: unset;
    z-index: 9;
}
button#add_to_cart_custom {
    border: none;
    padding: 6px 10px 6px 20px;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
button#add_to_cart_custom span {
    margin-left: 10px;
}
div#custom-variation-box label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
div#custom-variation-box select {
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    height: 50px;
    padding: 15px;
    margin-bottom: 15px;
}

.single-product .woocommerce-variation-price {
    margin: 30px 0;
    color: #000 !important;
}
.single-product span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
@media screen and (max-width: 1024px) {
    .removebr br{
        display:none;
    }
    .timelineBorder:before {
    display:none;
}

.stepCol:after {
    display:none;
}
.stepCol:before {
    display:none;
}
    
}

@media screen and (max-width: 767px) {
    .greenTag, .orangeTag, .blackTag{
        display:none;    
    }
    .footerForm .e-form__buttons{
        position: relative;
    }
   .elementor-50 .elementor-element.elementor-element-d91258a.e-con {
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    .arrowBtn span.elementor-button-icon {
        height: 30px;
        width: 30px;
    }
}
