.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:first-child:active {
    color: var(--btn-primary-color-hover) !important;
}

.header__not__loggined__btns .header__button {
    background: #F99C1C !important;
    border-color: #F99C1C !important;
    color: #0A0A0A !important;
}

.header__not__loggined__btns .header__button .text,
.header__not__loggined__btns .header__button i {
    color: #0A0A0A !important;
}

.header__not__loggined__btns .header__button:hover,
.header__not__loggined__btns .header__button:focus {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #FFFFFF !important;
}

.header__not__loggined__btns .header__button:hover .text,
.header__not__loggined__btns .header__button:hover i,
.header__not__loggined__btns .header__button:focus .text,
.header__not__loggined__btns .header__button:focus i {
    color: #FFFFFF !important;
}

#login.btn-primary:hover,
#login.btn-primary:focus,
#login.btn-primary:active {
    color: #FFFFFF !important;
}


@import url(&#039;https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&amp;family=Space+Mono:wght@400;700&amp;family=Syne:wght@700;800&amp;display=swap&#039;);

body,
.main__page__wraper,
.form-control,
.btn,
.button,
.dropdown-menu,
.sidebar,
.header,
p,
span,
label,
input,
textarea,
select {
    font-family: &quot;DM Sans&quot;, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cooodiv-title,
.coodiv-text-1,
.coodiv-text-2,
.coodiv-text-3,
.coodiv-text-4,
.coodiv-text-5,
.coodiv-text-6,
.header__link,
.sidebar__item {
    font-family: &quot;Syne&quot;, Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

.price,
.pricing,
.amount,
.total,
.currency,
.product-price,
.domain-price,
.invoice-total,
#order-standard_cart .price,
#order-standard_cart .total,
#order-standard_cart .amt,
#order-standard_cart .currency {
    font-family: &quot;Space Mono&quot;, monospace !important;
}
.product__details,
.product__description,
.product__cart__summary p,
#order-standard_cart .product-info p,
#order-standard_cart .product-desc {
    font-weight: 500 !important;
    color: #111111 !important;
}
