﻿.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 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:13%;
}
.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;
}

/* .modal-clode-btn1::before{
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;
}





.modal-clode-btn1::after{
    transform: rotate(-45deg);
transform: rotate(-135deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;

} */
