/* START GLOBAL STYLE */
body ,
.website-wrapper {
	background-color: #111111 !important;
}

.menu-item-has-children a {
	color: white !important;
}

/* INPUTS */
input::placeholder ,
textarea::placeholder {
	color: #9ca3af !important;
}
input ,
textarea {
	background-color: #222222 !important;
	border: 1px solid #444444 !important;
	color: white !important;
}
select,
select option,
.select2-container li {
	background-color: #222222 !important;
	color: white !important;
}
select option:hover ,
.select2-container li:hover { 
	background-color: #000 !important;
}

#select2-billing_country-results {
	background: black;
}

/* CART */
.product-remove a,
a.wd-wishlist-remove {color: red !important;}

.wd-wishlist-head .wd-social-icons {display: none;}

/* MY ACCOUNT */
.woocommerce-MyAccount-navigation li a {
	color: white !important;
}

.wd-dropdown-register {
	background: black !important;
}

a.btn.wd-switch-to-register {color: black;}
/* END GLOBAL STYLE */

/* START HEADER */
/* TOPBAR */
.top-bar__icons {
	list-style: none;
	padding: 0;
}
.top-bar__icons a {
	color: #d1d5db;
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
}
:dir(ltr) .top-bar__icons a img {
	transform: scaleX(-1);
}
/* HEADER */
.whb-flex-row.whb-general-header-inner {
	gap: 72px;
}
/* SEARCH BUTTON */
.searchsubmit:after {
	color: black;
}
/* MENU */
.wd-header-nav #menu-main-menu li a {
	color: #d1d5db;
}
.wd-header-nav #menu-main-menu li a:hover {
	color: #e2c06a;
}

.menu-item-has-children .sub-menu-dropdown {
	background-color: #b69845;
}
/* END HEADER */

/* ASIDE FILTER */
.sidebar-container .price_label,
.sidebar-container .price_label * {
	color: white !important;
}

.sidebar-container button[type='submit'] {color: black !important;}

/* START FOOTER */
.menu-h-arr .menu-item {
    padding-inline-start: 20px;
}
.menu-h-arr .menu-item:before {
    content: '';
    position: absolute;
    inset: unset;
    inset-inline-start: 0;
    height: 20px;
    width: 20px;
    background-image: url('https://wordpress.aait-sa.com/fireman/wp-content/uploads/2026/04/arrow-left-s-line.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
:dir(ltr) .menu-h-arr .menu-item:before {
    transform: scaleX(-1);
}
/* END FOOTER */


/* START ANIMATIONS */
.label-opc {
    animation: opcAnimate 1.2s ease-in-out infinite alternate;
}

@keyframes opcAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
/* END ANIMATIONS */