:root {
    --warning: #f8b159;
}
.bg-soft-warning,
.hov-bg-soft-warning:hover {
    background-color: rgb(204 204 204 / 15%) !important;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    z-index: 99999;
}


.homeSlider img {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff;
    border: 3px solid #1f3059;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 0 0 2px #fff;
}

.new-main-categories {
    margin-block: 15px;
}

.new-main-categories a {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 140%;
    /* color: #333; */
    font-weight: 600;
}

.new-main-categories a:hover {
    background: #f5f5f5;
}

.new-main-categories a img {
    width: 60px;
    margin-inline-end: 10px;
}

.new-ads {
    background: url(/public/uploads/images/discount-min2.png) no-repeat;
    min-height: 46vh;
    background-size: cover;
    background-position: 10% 50%;
    display: flex;
    align-items: center;
}

.aiz-p-hov-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-btn {
    background: #1f3159;
    opacity: 0.9 !important
}

.homeCatSlider a {
    position: relative;
    height: 360px;

    display: flex;
}

.homeCatSlider img {
    width: 100%;
    object-fit: cover;
}

.homeCatSlider a .overlay {
    height: 90%;
    bottom: 0;
    top: auto;
    background: linear-gradient(0deg, #000000ad, #00000000);
    transition: all 0.5s linear
}

.homeCatSlider a .cat-name {
    position: absolute;
    inset-inline: 0;
    color: #fff;
    bottom: 25px;
    z-index: 1;
    text-align: center;
    font-size: 160%;
    font-weight: 500;
    transition: bottom 0.5s cubic-bezier(0.42, 0, 0.06, 0.85)
}

.homeCatSlider a:hover .cat-name {
    bottom: 50px;
}

.homeCatSlider a:hover .overlay {
    background: linear-gradient(0deg, #000000CA, #00000000);
}

.new-cat-slider {
    margin-bottom: 30px
}

.homeCatSlider img {
    width: 100%
}

.homeCatSlider {}

.tpd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tpd>*>*>*:last-child {
    color: #222 !important
}

.tpd>* {
    text-align: center
}

.tpd a {
    background: #f8b159;
    border-radius: 100px;
    color: #ffffff !important;
    font-weight: 700;
    margin-top: 10px;
    border: 2px solid #fff;
}

.tpd a:hover {
    background: #00000040;
    color: #fff !important;
}

.tpd h5 {
    font-weight: 700 !important;
}

.tpd a {}

.footer-con {
    background: url(/public/uploads/images/footer.png) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.footer-con>section {
    background: #080f21ed !important;
}

footer {
    background: #060b18fc !important
}


.mobile-download-content .title {
    font-weight: 700;
    color: rgb(68, 68, 68);
    font-size: 190%;
    margin-bottom: 20px;
}

.mobile-download-content .content {
    font-size: 130%;
    color: rgb(102, 102, 102);
}

.appdownload .flex {
    display: flex;
    align-items: center;
}

.appdownload .flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.app-btn {
    width: 45%;
    max-width: 160px;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-align: left;
    /* border-radius: 5px; */
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding-block: 6px;
    margin-block: 10px 0;
}

.section-0-1 .app-btn {
    margin-block: 12px 15px;
}

.app-btn:not(:last-child) {
    margin-inline-end: 20px;
}

.app-btn.blu {
    /* background-color: rgb(16, 16, 16); */
    transition: all 0.15s linear 0s;
    border: 1px solid #fff;
}

.app-btn.blu:hover {
    background-color: rgb(255 255 255 / 14%);
}

.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}

.app-btn p {
    margin-bottom: 0px;
}

.app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}

ul.social li {
    margin-inline-start: 0 !important
}

ul.social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    line-height: unset;
    font-size: 18px;
    background-color: #d5d5df;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

ul.social i {
    font-weight: 400;
}

ul.social a,
ul.social a i {
    background: transparent !important;
}

.logo-bar-area svg path {
    fill: #666
}

.top-navbar a,
.logo-bar-area a {
    color: #666 !important;
    opacity: 1 !important;
    font-weight: 600;
    font-size: 110% !important;
    text-shadow: none;
}

.top-navbar a:hover,
.logo-bar-area a:hover {
    color: #f8b159 !important;
}

.search-input-box input::placeholder {
    color: #222 !important;
    font-weight: 400;
}

.new-add-to {
    display: flex;
    background: #ffffff;
    border: 1px solid #dfdfdf;
}

.new-add-to input {
    height: 100%;
    background: none;
}

.new-add-to .btn-sm.btn-icon {
    /* background: #223663; */
    border: 0;
}

