html, body {
    font-family: var(--font-main);
    font-size: var(--font-base);
    margin: 0px;
    direction: rtl;
    background: rgb(0 0 0);
}
.header-side-panel-trigger {
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-xlg);
    color: #ffffff;
}.s-cart-summary-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #ffffff;
    fill: #ffffff;
}.text-unicode {
    unicode-bidi: plaintext;
    direction: rtl;
    letter-spacing: 1px;
    color: white;
}.footer__block p {
    margin: 0;
    color: white;
}.footer .footer-list li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #ffffff;
    transition: color .5s cubic-bezier(0.2, 1, 0.3, 1);
}.home-block--bg {
    background: #F5F7F9;
    background: #000000;
}.top-header .top-header__info li span, .top-header .top-header__info li i {
    font-size: var(--font-sm);
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
}header.fixed-header .site-header {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    color: black;
}.top-header .container .d-flex {
    flex-wrap: wrap;
    color: black;
}
*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: black;
	color: #555;
}
.color-text {
	color: #fff !important;
}.breadcrumb a, .breadcrumb span {
	display: inline-block;
	position: relative;
	font-size: var(--font-sm);
	color: #999;
	color: #fff;
}
.price-wrapper > span {
	font-weight: 500;
	color: #fff;
}
.product-details__info .product-section--quantity .s-quantity-input-container, .product-details__info .product-section--quantity .s-button-element {
	border-radius: 100px;
	height: 45px;
	color: red;
}.bg-grey {
	/* background: #F5F7F9; */
	background: #000;
}
.list--table-view__cell.value {
	flex: auto;
	color: white;
}
.product-block {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	border-radius: 8px;
	border: 1px solid #f0f2f5;
	border: 1px solid var(--color-grey-dark);
	box-shadow: 0 1px 2px 0 rgba(238,238,238,.5);
	overflow: hidden;
	transition: border .2s linear,box-shadow .2s linear;
	background: #000;
}header.fixed-pinned .site-header {
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	/* background-color: white; */
	background-color: black;
	z-index: 9;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
}.footer__bottom {
	padding: 15px 0;
	background-color: #f0f2f5;
	background-color: #000;
	font-size: var(--font-sm);
}