body {
    background: #000 !important;
    color: #fff !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #fff !important;
}
.bg-primary {
    background-color: #ecc379 !important;
}
.text-primary {
    color: #ecc379 !important;
}
.btn {
    border-radius: 2px;
}
.btn-primary {
    background-color: #ecc379 !important;
    border-color: #ecc379 !important;
    color: #000 !important;
}
.btn-primary:hover {
    background-color: #000 !important;
    border-color: #ecc379 !important;
    color: #ecc379 !important;
}
.btn-outline-primary{
    border-color: #ecc379 !important;
    color: #ecc379 !important;
}
.btn-dark {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.btn-dark:hover {
    background-color: #ecc379 !important;
    border-color: #000 !important;
    color: #000 !important;
}
.phtbListInline>li>a {
    color: #000;
}
#mainNavigation .nav-link.active {
    border-color: #ecc379;
}
.ibsColumn,
.ibsColumn h1,
.ibsColumn .btn {
    color: #ecc379;
}
.ibsColumn .btn {
    border-color: #ecc379;
    border-radius: 5px;
}
.introBlock .slickPrev,
.introBlock .slickNext {
    border-color: #ecc379
}
.ibSlickDots .slick-active button {
    background-color: #ecc379;
}
.bannerColumn {
    border-radius: 5px;
}
.bannerColumn .bcTitle,
.bannerColumn .bcHeading,
.bannerColumn .btn-link {
    color: #fff;
}
.accordion-item {
    background-color: #ecc379;
    color: #000;
}
.accordion-button.collapsed {
    color: #000;
    background-color: #ecc379;
}
.footerAreaWrap {
    border-top: 0;
}
.ftLogo {
    max-width: 100%;
}
.ticker {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}
.ticker__list {
    display: flex;
    animation: ticker 15s linear infinite;
}
.ticker:hover .ticker__list {
    animation-play-state: paused;
}
.ticker__item {
    margin-right: 30px;
    color: #000;
    font-weight: 500;
}
.ticker__item img{
    height:10px;
    vertical-align: middle;
}
@keyframes ticker {
    100% {
        transform: translateX(-100%);
    }
}
@media (min-width: 768px) {
    .logo {
        max-width: 300px;
    }
}
.crypto-logo img {
    height: 40px;
}
.payment-logo img {
    height: 30px;
}
.productColumn .pcTitle,
.productColumn .pcHeading a,
.ftLinksList a,
.ftLogo,
.ftPhone .ftTitle,
.footerAside,
.footerAside a,
#pageFooter {
    color: #fff;
}
.ftPhone .icnWrap {
    background: #ecc379;
    color: #000;
}
.srtTitle,
.filterOpener,
.btnGridView {
    color: #ecc379;
}
.productColumn .pcPrice {
    color: #ecc379;
}
.productColumn .pcPrice img{
    height:.8rem;
    vertical-align: middle;
    filter: invert(1);
}
.productColumn .pcBtnSubmit {
    font-size: 15px;
    border-radius: 2px;
}
.pcActionsList a:hover,
.pcActionsList button:hover {
    background: #ecc379;
    color: #000;
}
.bannerHead .headingHead .hhHeading.HDii {
    color: #ecc379 !important;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    color: #000;
}
.btnThemeOutlined {
    border-color: #ecc379;
    color: #ecc379;
}
.btnThemeOutlined:hover {
    border-color: #ecc379;
    background-color: #ecc379;
    color: #000;
}
.featuresBlock .fbbHeading {
    color: #000 !important;
}
.slick-dots.slick-dots--small button {
    border-color: #ecc379;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
    background-color: #ecc379;
}
.breadCrumbHeader {
    background: #ecc379;
    border-top: 0;
}
.productInfo .productInfoheader .ratingStar .active a {
    color: #ecc379;
}
.productInfo .productInfoheader,
.productInfo .productInfoheader .reviewHD,
.productInfo .productInfoheader .TxtPro,
.productInfo .guide-chart-btn,
.productInfo .sku-list .productInformation,
.productInfo .sku-list .productInformationDetails,
.productInfo .socialHD {
    color: #fff;
}
.productInfo .productInfoheader .HPrice {
    color: #ecc379 !important;
}
.carttablewrap table thead th {
    background: #ecc379 !important;
}
.carttablewrap table tbody td {
    background: #000 !important;
    color: #fff !important;
}
.carttablewrap table tfoot td {
    background: #000 !important;
}
.carttablewrap .carttable .tb-heading {
    color: #fff !important;
}
.carttablewrap .cartSide .cartHeading,
.carttablewrap .odrSide .cartHeading {
    color: #000 !important;
}
.carttablewrap .ChForm .fLabel,
.carttablewrap .ChForm .cuFakeLabel {
    color: #fff;
}
.cartsection .subheading strong,
.cartsection .HDtotal,
.cartsection .HDprice,
.cartsection .btns,
.cartsection .cartHding {
    color: #fff;
}
.fix-btn {
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}
.fix-btn a i {
    font-size: 35px;
    line-height: 35px;
}
/* Custom Styles for My Account Page */
.account-dashboard .nav-link {
    color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
}
.account-dashboard .nav-link:hover,
.account-dashboard .nav-link.active {
    background-color: #ecc379;
    /* Gold color from your theme */
    color: #000;
}
.account-dashboard .nav-link.active {
    font-weight: 500;
}
.account-dashboard .nav-link i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
}
.dashboard-card {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: 1px solid #333;
}
.dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
}
.dashboard-card-title {
    color: #ecc379;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.id-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}
.id-status.verified {
    background-color: #28a745;
    color: white;
}
.id-status.pending {
    background-color: #ffc107;
    color: black;
}
.info-tooltip {
    cursor: pointer;
    color: #0d6efd;
}
.address-card {
    border: 1px solid #444;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.address-card .badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.table-responsive .table {
    color: #fff;
}
.table thead {
    color: #ecc379;
}
.table th,
.table td {
    vertical-align: middle;
}
.btn-close-account {
    background-color: #dc3545;
    color: white;
    border: none;
}
.btn-close-account:hover {
    background-color: #c82333;
}
.cartsection strong img{
    height:12px;
    vertical-align: middle;
    filter:invert(1)
}
.cartsection .HDprice img{
    height:12px;
    vertical-align: middle;
    filter:invert(1)
}
.cartsection .spTxt img{
    height:12px;
    vertical-align: middle;
    filter:invert(1)
}
.carttablewrap .tb-price img{
    height:12px;
    vertical-align: middle;
    filter:invert(1)
}
.cartSide img{
    height:12px;
    vertical-align: middle;
}
.odrSide .tb-price img,.odrSide .clr img,.odrSide .Hprice img{
    height:12px;
    vertical-align: middle;
    filter:invert(0);
}
.productInfo .productInfoheader .HPrice img{
    height:12px;
    vertical-align: middle;
    filter:invert(1);
}
#currencyicon{
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/ee/UAE_Dirham_Symbol.svg');
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}
#currencyicon-light{
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/ee/UAE_Dirham_Symbol.svg');
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}
.sidebarMenu,.sidebarMenu .offcanvas-header{
    background:#000!important;
    color:#fff!important;
}
.sidebarMenu .offcanvas-header img{
    width:200px;
}
.offcanvas-header .btn-close{
    filter: invert(1);
}
.sidebarMenu .nav-tabs a.active{
    color:#ecc379;
}
.sidebarMenu .mainmenu a, .sidebarMenu .catemenu a{
    color:#fff;
}
.navbar-toggler-icon{
    filter:invert(1);
}
.multicolumnsBlock .mcColumn img{
    filter:invert(1)
}button.btn.btn-danger.removeWishlistBtn, button.btn.btn-primary.addToCartBtn {
    padding: 5px 10px;
}.carttablewrap table tbody tr {
    border-bottom: 1px solid #ccc;
}thead, tbody, tfoot, tr, td, th {
    border-style: none;
}.table > :not(caption) > * > *{
    border-bottom-width: 0px !important;
}
@media (max-width: 767px) {
    .bannersAsideBlock .bannerColumn{
        justify-content:start!important;
    }
    .bannerHead .bgCover{
        background-position:center center!important;
    }
    .footerAreaWrap .ftColsWrap .ftCol:nth-child(2),.footerAreaWrap .ftColsWrap .ftCol:nth-child(3){
        width:50%;
    }
    .footerAreaWrap .ftColsWrap .ftCol:nth-child(2){
        padding-right:10px;
    }
    .footerAreaWrap .ftColsWrap .ftCol:nth-child(3){
        padding-left:10px;
    }
}