/* 
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 */
h1, h2, h3, h4, h5, h6,
p, li, blockquote, dt, dd,
th, td, caption, figcaption,
label, summary, legend,
pre, code, kbd, samp,
a, span, strong, em, b, i,
small, cite, mark, del, ins {
	
	hyphens: auto!important;
	hyphenate-limit-chars: 10 4 10;
        
}

a:focus{
	outline:none!important;
}


.round-dot-circle {
    position: relative;
}
.round-dot-circle:after{
   content: " ";
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 100px;
    border-radius: 100px 0px 0px 100px;
    border: 2px dashed #A6CDFE;
    border-right: medium;
    background: white;
}


.retail-page-accordion .elementor-tab-title.elementor-active {
    border-radius: 16px 16px 0px 0px;
}

.retail-page-accordion .elementor-tab-title {
    border-radius: 16px 16px 16px 16px;
}

.retail-page-accordion .elementor-tab-content.elementor-active{
    border-radius: 0px 0px 16px 16px;
}
