﻿.footer-logo {
    margin-bottom: 20px;
}
.footer-section .footer-top .footer-widget .fx {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1rem;
    gap: 10px;
}
.footer-section .footer-top .footer-widget .fx svg {
    /* margin-right: 10px; */
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}
.footer-section .footer-top .footer-widget .fx .ct p{
  margin-bottom: 0;
}
.footer-section .footer-top .footer-widget .fx .ct a{
  color: #868686;
    font-family: var(--font-Jost);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}
.block-d {
    display: block;
}
.top-bar-scroll{
    background-color: var(--bg-one);
}
.top-bar-scroll marquee p{
    margin-bottom: 0;
    font-weight: 600;
}
.about-content-section{
    padding: 60px 0;
}
.about-content-section .exclusive-product-left{
    max-width: 100%;
}
.about-content-section .exclusive-product-left p{
    margin-bottom: 15px;
}
.product-card .product-card-img img{
    width: 100%;
    height: 100%;
}
.content-policies ul li{
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 35px;
    list-style: disc;
}
/* Initially hidden on desktop */
.sticky-desktop-logo {
  display: none;
}

/* Show only when sticky and on large screen */
@media (min-width: 992px) {
  .sticky .sticky-desktop-logo.show-on-sticky {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
/* Show on mobile (below 992px) when sticky */
@media (max-width: 991.98px) {
    .sticky-desktop-logo{
        display: block;
    }
    .sticky .sticky-desktop-logo {
        display: flex;
        align-items: center;
    }
}

.passwords-forms{
    text-align: center;
}
.passwords-forms .form-inner{
    position: relative;
}
.passwords-forms .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: var(--primary-color1);
    cursor: pointer;
}
.banner-section .banner-wrapper a img{
    width: 100%;
}
.from-arrow
{
    cursor: pointer;
}
/* search option */
.search-results-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 23%;
    width: 77%;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.search-results-ul li {
    padding: 10px;
    cursor: pointer;
}

.search-results-ul li:hover {
    background-color: #f1f1f1;
}
.search-link {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.search-link:hover {
    background-color: #f0f0f0;
    color: #000;
}
.sidebar-area .shop-widget .shop-item li:hover::before,
.sidebar-area .shop-widget .shop-item li.selected::before {
    background-color: var(--primary-color1);
}
#wishlistCount
{
  font-family: var(--font-Jost);
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: capitalize; 
  color : #fff;
  background-color: var(--primary-color1);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right:10.2%;
}
.modal-clode-btn1 {
background-color: #fff;
  border-radius: 100%;
    font-size: 15px;
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    margin: 1px;
    position: absolute;
    top: -3px;
    right: -45px;
}
.img_check_icon
{
    font-size: 84px;
    color:#198754;
    
}

.checkout-section .form-wrap .form-inner .nice-select .list{
     max-height: 200px;
    overflow-y: auto;
}
.form-wrapper .nice-select.open .list
{
    max-height: 200px;
    overflow-y: auto;
}
.form-inner i 
{
    position: relative;
    /* right: 20px; */
    left:94%;
    bottom: 32px;
    color: var(--primary-color1);
    cursor: pointer;
}
.user-dropdown-btn {
    background-color: #343a40;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background 0.3s;
}

.user-dropdown-btn:hover,
.user-dropdown-btn:focus {
    background-color: #495057;
    color: #fff;
}

.custom-dropdown {
    border-radius: 8px;
    min-width: 180px;
    animation: dropdownFade 0.3s ease-in-out;
}

.custom-dropdown .dropdown-item {
    padding: 10px 15px;
    transition: background-color 0.2s;
    font-weight: 500;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* custom css */

/* Overall Form Wrapper */
.styled-login-form {
    max-width: 400px;
    margin: auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Form Inputs */
.styled-login-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.styled-login-form .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
    outline: none;
}

/* Password Toggle Eye */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

/* Error Text */
.error-text {
    font-size: 13px;
    color: #dc3545;
}

/* Button Styling */
.loginBtnSubmit {
    display: inline-block;
    padding: 12px 0;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s;
}

.loginBtnSubmit:hover {
    background-color: #13304d;
}

/* Extra Links */
.link-forgot,
.link-member {
    font-size: 14px;
    color: #000;
    text-decoration: none;

    transition: text-decoration 0.3s;
}

.link-forgot:hover,
.link-member:hover {
    text-decoration: underline;
}
/* register model css */
/* Shared with Login Form */
.styled-register-form {
    max-width: 450px;
    margin: auto;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Form title */
.styled-register-form .form-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

/* Input Styles */
.styled-register-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all 0.3s;
}

.styled-register-form .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

/* Password toggle icon */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

/* Error text */
.error-text {
    font-size: 13px;
    color: #dc3545;
}

/* Submit button */
.userRegistrationBtn {
    padding: 12px;
    font-weight: 600;
    border: none;
    background: #000;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}

.userRegistrationBtn:hover {
     background-color: #13304d;
}
.modal-login-content {
  border-radius: 16px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.sidebar-area .shop-widget .shop-item li.selected::before
{
    cursor: pointer;
}
.sidebar-area .shop-widget .shop-item li::before
{
    cursor: pointer;
   
}
.sidebar-area .shop-widget .shop-item li a:hover 
{
    text-decoration: underline;
    border-bottom-color: #ababab;
}




