.main-menu.menu-style-3>nav>ul>li>a {
    color: var(--tp-common-black);
}

.tp-header-style-transparent-white .tp-header-action-btn {
    color: var(--tp-common-black);
}

.main-menu.menu-style-3>nav>ul>li>a:hover {
    color: var(--tp-theme-primary);
}

.tp-header-style-transparent-white .tp-header-action-btn:hover {
    color: var(--tp-theme-primary);
}

.tp-header-style-transparent-white .tp-header-action-badge {
    background-color: var(--tp-theme-primary);
  	color:white;
}

.logo {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tp-header-top-2 {
  	display:none;
  }
  .tp-header-transparent {
        top: 0px !important;
   }
  .logo a img {
  	height:60px !important;
  }
  .tp-slider-title-3 {
    font-size:45px !important;
   }
}

.tp-brand-area {
 display:none;
}

.custom-btn-class {
    background-color: white;
    color: black;             
}

.tp-feature-item-2 {
    background-color: #F6F7F9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.tp-feature-inner-2 {
    border: 0px !important;
  padding: 0px !important;
}

.tp-feature-border-2 .row [class*=col-] .tp-feature-item-2:after {
  background-color: transparent !important;
}

.tp-feature-item-2 {
    padding: 30px;
}

.bb-product-filter {
    background: transparent;
    padding: 20px 0px !important;
}

.bb-product-filter-item svg {
    display: none;
}

.tp-product-badge-3 span {
    background-color: #EACDA6 !important;
  color:#17272D;
}

.tp-product-details-description p span {
    color: #55585B !important;!i;!;
}

.payment-checkout-btn {
    width: 100%;
}

.tp-cart-checkout-btn {
    background-color: #010f1c;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
  	border: none;
}

.tp-cart-checkout-btn:hover {
    background-color: #bd844c;
    color: #fff;
  	border: none;
}

.tp-header-transparent {
  top: 34px;
}

html[lang="ar"] .tp-category-more-3 a svg {
   transform: rotate(180deg);
}

.tp-header-top-menu-item.tp-header-currency {
    display: none;
}

.customer-tax-information-form {
 display: none;
}

.customer-order-upload-receipt {
    display: none;
}

.ae-anno-announcement__items {
  display: none !important;
}

html[lang="ar"] .input-password-toggle {
    left: 0 !important;
  	right:inherit;
}

.tp-product-details-msg ul {
	display:none;
}

.ec-checkout-quantity input {
	text-align:center !important;
}

.tp-wishlist-area {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.custom-spacing-policies {
    margin-left: 20px;
    margin-bottom: 10px;
}

html[lang="ar"] .custom-spacing-policies {
  	margin-right: 20px;
    margin-bottom: 10px;
}

.main-menu>nav>ul>li {
	margin-inline-end: 23px !important;
}

ul[role='tablist'] li:nth-child(2) {
    display: none;
}

ul[role='tablist'] li:nth-child(3) {
    display: none;
}

.ps-block--earning-count {
    display: none;
}

.barcode-scan-btn {
    margin-left: -15px;
}

@media only screen and (max-width: 600px) {
    .tp-slider-height-3 {
        min-height: 400px;
        margin-top: 90px;
    }
    .tp-slider-title-3 {
        font-size:30px !important;
    }
}

.product-sale {
display:none !important;
}

:dir(rtl) .btn-auth-submit svg {
  transform: rotate(180deg);
}