.auth-card .auth-card__banner {
width: 20%;
}


/* ===== FOOTER STYLE CUTOM CSS START===== */
/* ============================================================
   ULTIMATE STABLE FOOTER (NO ANIMATIONS / NO BORDERS)
   ============================================================ */

.ps-footer {
    background: #111111;
    padding: 55px 0 0;
    border-top: 3px solid #f14705;
}

/* Force 4 equal columns (25% each) */
.ps-footer__widgets {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.08); 
}

.ps-footer__widgets aside.widget {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding-right: 40px;
    box-sizing: border-box;
}

/* Titles - Plain Pure White */
.ps-footer__widgets .widget-title, 
.ps-footer__widgets h4.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
    border-bottom: none !important;
}

/* Justified Address Info */
.widget_contact-us .widget_content p {
    font-size: 13px;
    color: #ffffff !important; 
    line-height: 1.9;
    margin: 0 0 10px;
    text-align: justify !important;
    text-justify: inter-word;
    max-width: 260px;
}

.widget_contact-us .widget_content h3 {
    font-size: 21px;
    font-weight: 800;
    color: #f14705;
    margin: 4px 0 15px;
}

/* White Links */
.widget_contact-us .widget_content a,
.ps-footer__widgets .widget ul li a {
    color: #ffffff !important;
    font-size: 13px;
    text-decoration: none !important;
    display: block;
    border: none !important;
}

/* Text-only hover for menus */
.widget_contact-us .widget_content a:hover,
.ps-footer__widgets .widget ul li a:hover {
    color: #f14705 !important;
    padding-left: 5px;
}

/* --- SOCIAL ICONS: ZERO TRANSITION / ZERO ANIMATION --- */

.ps-footer .ps-list--social { 
    display: flex !important; 
    gap: 15px !important; 
    margin-top: 18px !important; 
    list-style: none !important; 
    padding: 0 !important; 
}

/* Aggressive static override */
.ps-footer .ps-list--social a,
.ps-footer .ps-list--social a *,
.ps-footer .ps-list--social a::before,
.ps-footer .ps-list--social a::after,
.ps-footer .ps-list--social a:hover,
.ps-footer .ps-list--social a:hover *,
.ps-footer .ps-list--social a:focus {
    color: #ffffff !important;
    background: transparent !important;
    /* Kill ALL movement */
    transform: none !important;
    transition: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    -webkit-animation: none !important;
    /* Kill ALL effects */
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* --- Bottom Bar --- */
.ps-footer__copyright { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 20px 0; 
}

.ps-footer__copyright .site-copyright,
.ps-footer__copyright .site-copyright p { 
    font-size: 13px; 
    color: #ffffff !important; 
    margin: 0;
}

.ps-footer__copyright .site-copyright a { 
    color: #f14705 !important; 
}

.footer-payments img { 
    height: 20px; 
    opacity: 1; 
}

/* --- Back To Top --- */
#back2top {
    background: #ffffff !important;
    color: #f14705 !important;
    border: 1px solid #d40000;
    transition: all 0.3s ease;
    display: flex; align-items: center; justify-content: center;
}
#back2top i { color: #f14705 !important; }

#back2top:hover {
    background: #f14705 !important;
    color: #ffffff !important;
}
#back2top:hover i { color: #ffffff !important; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .ps-footer__widgets aside.widget { flex: 0 0 50% !important; max-width: 50% !important; }
}
@media (max-width: 767px) {
    .ps-footer__widgets aside.widget { flex: 0 0 100% !important; max-width: 100% !important; padding-right: 0; }
    .widget_contact-us .widget_content p { text-align: left !important; }
    .ps-footer__copyright { flex-direction: column; text-align: center; gap: 15px; }
}

#back2top:hover {
    background: #f14705 !important;
    color: #ffffff !important;
}
#back2top:hover i { color: #ffffff !important; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .ps-footer__widgets aside.widget { flex: 0 0 50% !important; max-width: 50% !important; }
}
@media (max-width: 767px) {
    .ps-footer__widgets aside.widget { flex: 0 0 100% !important; max-width: 100% !important; padding-right: 0; }
    .widget_contact-us .widget_content p { text-align: left !important; }
    .ps-footer__copyright { flex-direction: column; text-align: center; gap: 15px; }
}

.payment-method-title{
  color:#fff;
}



/* --- Header Color --- */

.navigation
 {
    background-color: #000000 !important;
}



/* --- Header Mobile Color --- */
.header--mobile .ps-search--mobile {
        background-color: black !important;
    }


.ps-form--search-mobile button {
    background-color: #f14705 !important;
}



/* --- Footer Menu Bottom Line On Hover --- */
.ps-list--link li a:before{
display:none !important;
}



.ps-product--header-sticky .ps-product__title{
color:#ffffff !important;
}


.ps-product--header-sticky .ps-product__price del{
color:#ffffff !important;
}