/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/
@font-face {
    font-family: 'AvertaStd';
    src: url('assets/fonts/AvertaStdCY-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
	font-family: 'AvertaStd';
}

p {
    margin-top: 0;
    margin-bottom: 18px
}

p:empty {
    display: none
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.5;
    margin: 0
}

h1,h2{
	line-height:1.1;
}

a {
    text-decoration: none;
}

b,strong {
    font-weight: 700;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
	color:initial;
}

.elementor-heading-title ,.elementor-headline {
    line-height: 1.5;
}

h1.elementor-heading-title,h2.elementor-heading-title{
	line-height:1.1;
}

.elementor-widget-button .elementor-button{
	text-decoration:none !important;
}
.elementor-widget-text-editor p {
    margin-top: 0
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.elementor-widget-text-editor ul{
	   margin-bottom:25px;
}
.elementor-widget-text-editor ul{
	padding-left:30px;
}

.elementor-widget-text-editor ul li{
	margin-bottom:4px;
}

.elementor-widget-icon{
 line-height:0;
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{
	border:1px solid #dddddd;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button:hover{
	background:#eeeeee;
}

/* info box */
.infobox-content p:empty{
	display:none;
}

/* form css */

button:focus,.button:focus,button:focus-visible,[type=button]:focus, [type=submit]:focus, button:focus{
	outline:none !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border:none !important;
	border-radius:8px;
	padding:9px 15px 9px 15px;
	font-size:16px;
	color:rgba(0,0,0,0.5);
	min-height:48px;
	font-weight:400;
}
textarea{
	height:134px !important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #000000;
    outline: none;
} 

label{
	font-size:16px;
	font-weight:500;
	margin-bottom:8px;
	line-height:1.1;
	color:#344054;
}

.elementor-field-option{
	cursor:pointer;
}

form input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form input[type="checkbox"] + label{
	position:relative;
	cursor:pointer;
	padding-left:30px;
}

form input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius:6px;
  border:1px solid #D6D6D6;
  background:#ffffff;
  top: 0px;
  left:0;
  position: absolute;
}
form input[type="checkbox"] + label::after {
    position: absolute;
	left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #101010;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
	display:none;
}
form input[type="checkbox"]:checked + label::after {
  content: '';
  display:block;
}
.elementor-message-success{
	background:#ffffff;
	padding:15px 10px 12px;
	text-align:center;
	color:#010101;
	margin:30px auto 0;
	border-radius:4px;
}
form:not([name="Newsletter-Form"])::not([name="Waitlist-Form"]) .elementor-field-option label{
	color:#667085 !important;
}
form .elementor-field-type-acceptance{
	display:block !important;
}

/* =========header css =========*/
.elementor-widget-search .e-search-label>i:is(svg), .elementor-widget-search .e-search-label>svg:is(svg){
	margin-top:5px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 4px;
}
.hfe-site-logo-container{
	line-height:0;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after{
	left:0;
	right:0;
	width:90%;
	margin:auto;
	height:0.5px;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover, .hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover, .hfe-flyout-wrapper .hfe-menu-toggle:hover{
	border:none !important;
}


.etheme-elementor-off-canvas-toggle-content{
	line-height:1;
}

.etheme-elementor-off-canvas_content .menu li a {
    font-size: 16px;
    text-transform: capitalize;
}

.etheme-elementor-off-canvas__toggle_wrapper>.etheme-elementor-off-canvas__toggle .button-text{
	display:none !important;
}

.etheme-elementor-off-canvas:not(.etheme-elementor-off-canvas--active) .etheme-elementor-off-canvas__main{
	visibility:visible;
}

@media(max-width:1330px) and (min-width:1200px){
	.elementor-location-header .elementor-widget-button .elementor-button {
		padding-left:30px;
		padding-right:30px;
	}
}

.elementor-widget-theme-etheme_ajax_search_popup{
	line-height:1;
}

.elementor-widget-theme-etheme_ajax_search_popup .etheme-modal-popup-content{
	padding: 30px 0px;
	 padding-bottom: 116px;
    overflow: scroll;
}

.elementor-widget-theme-etheme_ajax_search_popup .etheme-search-form-submit{
	padding-right:15px;
	padding-left:15px;
	margin-right: 5px;
	min-width:80px;
}

.etheme-search-tags{
		flex-wrap:wrap;
	}

@media(max-width:640px){
	.etheme-search-tags{
		justify-content: start;
	}
	.etheme-search-tags-title{
		width:100%;
		font-weight:600;
		margin-bottom:8px;
		text-align:left;
	}
	
	.elementor-widget-theme-etheme_ajax_search_popup .etheme-search-form[type=popup]{
		grid-gap:20px;
	}
	.etheme-search-additional-content-wrapper .products-title{
		text-align:left;
		font-size:18px;
	}
	
	.elementor-widget-theme-etheme_ajax_search_popup .category-grid .categories-mask h4{
		font-size:12px;
	}
	.elementor-widget-theme-etheme_ajax_search_popup .category-grid .categories-mask a{
		font-size:12px;
	}
}

@media(max-width:1024px){
	.elementor-widget-theme-etheme_ajax_search_popup .category-grid.columns-6{
		width: 25% !important;
		padding: 0 5px;
	}
}

@media(max-width:479px){
	.elementor-widget-theme-etheme_ajax_search_popup .category-grid.columns-6{
		width: 33.3% !important;
	}
}

/* ==========vertical menu css=========== */
.eael-offcanvas-body .list-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu>li a.hfe-menu-item{
	padding-left:32px !important;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu ul{
	padding-left:50px;
}

@media(max-width:1024px){
	.hfe-nav-menu__layout-vertical .hfe-nav-menu li{
		margin-bottom:6px !important;
	}
}

/* ================icon block =================== */
.icon-block .elementor-image-box-img{
	width:auto !important;
	height:48px;
}
.icon-block .elementor-image-box-img img{
	height:48px;
	width:auto;
}

@media(max-width:1024px){
	.icon-block .elementor-image-box-img{
		height:38px;
	}
	.icon-block .elementor-image-box-img img{
		height:38px;
	}
}

@media(max-width:767px){
	.icon-block .elementor-image-box-img{
		height:24px;
	}
	.icon-block .elementor-image-box-img img{
		height:24px;
	}
}