/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

#registration-message {
    margin-top: 10px;
    padding: 0px;
    border-radius: 5px;
}

.success-message {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d0e9c6;
}

.error-message {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

.ecomus-categories-carousel__item {
    border-radius: 15px 15px 15px 15px !important;
}

.ecomus-categories-grid__item a img {
	object-fit: contain;
}
@media only screen and (min-width: 750px) {
	.dis-mob{display:none;}
	
}
@media only screen and (max-width: 767px) {
    .ecomus-rtl-smart .elementor-element .ecomus-banner .ecomus-banner__summary {
        padding-left: 19px!important;
		text-align:left;
    }
	.elementor-7072 .elementor-element.elementor-element-23f3a628 {
    --margin-left: 0!important;
}
	    .elementor-7072 .elementor-element.elementor-element-12ccc1b5 {
        text-align: center!important;
    }
}
.header-search__icon.dis-mob{margin-right:10px;}

.ecomus-mini-products-recommended{display:none;}
ul.products li.product .em-button-addtocart--absolute{top:10px!important;}

/* إخفاء النص العربي إذا كانت اللغة إنجليزية */
html[lang="en-US"] .lang-ar {
    display: none;
}

/* إخفاء النص الإنجليزي إذا كانت اللغة عربية */
html[lang="ar"] .lang-en {
    display: none;
}
html[dir="rtl"] .visa-footer {
    text-align: left !important;
}
html[dir="rtl"] .ecomus-contact-form .wpcf7-form input {
    direction: rtl;
}
html[dir="rtl"] .ecomus-contact-form .wpcf7-form textarea {
    direction: rtl;
	text-align:right;
}
html[dir="rtl"] .ht-ctc.ht-ctc-chat{right:40px;left:auto!important;}
.header-main.header-contents.header-sticky, .site-header__mobile.site-header__section.header-v1.ecomus-header-mobile-sticky, .header-mobile-main.header-mobile-contents.header-mobile-sticky{background-color:#6f7075;}
.header-main.header-contents.header-sticky .header-items, .site-header__mobile.site-header__section.header-v1.ecomus-header-mobile-sticky .header-items{color:#fff;}
.header-main.header-contents.header-sticky .header-search__form {background:#fff;}
.site-header__mobile.site-header__section.header-v1.ecomus-header-mobile-sticky .header-logo {min-width:200px;}
html[dir="rtl"] .ecomus-mobile-navigation-bar__icon .header-cart__counter,html[dir="rtl"] .ecomus-mobile-navigation-bar__icon .header-wishlist__counter {left: 24px;right: auto;}
.ecomus-mobile-navigation-bar__icon .header-cart__counter, .ecomus-mobile-navigation-bar__icon .header-wishlist__counter {right: 24px;}

.ecomus-mobile-navigation-bar__icon {width: 100%;}
.ecomus-mobile-navigation-bar__item {width: 25%;}

ul.products li.product .woocommerce-loop-product__title{line-height:26px!important;}
.site-header__mobile .header-logo > a img, .site-header__mobile .header-logo > a svg {
    max-height: 90px;
}