/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.iconCIrlce {
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100px;
}

.box-shadow-1 {
    box-shadow: 0px 6px 0px 0px #FF9619;
}

.box-shadow-2 {
    box-shadow: 0px 6px 0px 0px #55089E;
}

.box-shadow-3 {
    box-shadow: 0px 6px 0px 0px #F93C8E;
}

.box-shadow-4 {
    box-shadow: 0px 6px 0px 0px #00B3FD;
}

.homeGallery img.swiper-slide-image {
    height: 165px;
    width: 100%;
    object-fit: cover;
}

.yellowSpan span{
    color:#FECD03 !important;
}
.blogImg a,
.productImg a{
    display: inline-block;
    width: 100%;
}

.hfe-post-info-item a.hfe-post-info__terms-list-item {
    background: #E63690;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}

.areaList ul li {
    background: #FFD93D;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #5B5B69;
    border-radius: 30px;
    color: #000;
    margin-bottom: inherit !important;
}
.areaList ul {
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.productCart form.cart.rnb-cart {
    flex-wrap: wrap !important;
}

.side_cart .elementor-menu-cart__main {
    width: 550px;
}