:root {
    --brand-dark: #081621;
    --brand-light: #f5f2f0;
    --cta-focus: #EF4A23;
    --text-dark: #333333;
    --price-discount: #e60023;
    --link-color: #d51e0b;
    --btn-secondary: #3749bb;
}
 a {
    color: var(--link-color);
    text-decoration: underline;
}
.btn:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset !important;
}
.btn{
    background: var(--btn-secondary);
    border: 2px solid var(--btn-secondary);
}
/*last child dropdown menu Start*/

.navbar-nav > .nav-item:nth-last-child(-n+3):hover .drop-menu-1 {
    right: 10px;
    left: auto;
}

.navbar-nav > .nav-item:nth-last-child(-n+3) .drop-menu-1 li:hover .drop-menu-2 {
    right: 100%; 
    left: auto;
}
/*last child dropdown menu End*/

/*mega menu start*/
@media (min-width: 992px) {
    .navbar-nav > .nav-item:nth-last-child(2):hover .drop-menu-1 {
    -webkit-columns: 2 !important;
    background: white;
    margin-left: 16px;
    width: 419px;
    border: 1px solid #ddd;
    }
}
/*mega menu end*/

.swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 45px !important;
}
@media (min-width: 992px) {
    .slideshow.swiper-viewport {
    height: 492px !important;
        }
        .slideshow .swiper-slide img {
            height: 500px !important;
        }
}
@media only screen and (max-width: 360px) {
    .slideshow.swiper-viewport {
        height: 165px !important;
    }
    .swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 35px !important;
    }
}
@media only screen and (max-width: 480px) {
    .slideshow.swiper-viewport {
        height: 165px !important;
    }
    .swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 35px !important;
    }
}
.fp-name {
    height: 62px !important;
    -webkit-line-clamp: 2 !important;
}

@media (min-width: 992px) {
    .seacrh-inner-box ul.dropdown-menu {
        top: 53px;
        left: 10px;
    }
}
#search {
	margin-bottom: 0px;
}
.search-item a {
    display: flex; 
    align-items: flex-start;
    gap: 10px;
    padding: 8px;
    text-decoration: none;
}

.search-item a:hover {
    background: #F5F6FC !important;
}

.search-item .image {
    flex-shrink: 0;
}

/*.search-item .details {*/
/*    display: flex;*/
/*    flex-direction: column; */
/*    width: 100%; */
/*}*/

.search-item .name {
    font-size: 14px;
    color: #333;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.3;
    margin-bottom: 4px;
}

.search-item .price {
    font-weight: bold;
    color: #000;
}
.c-name {
    height: 62px !important;
    -webkit-line-clamp: 2 !important;
}
.button-group button {
        width: -webkit-fill-available !important;
    }

@media (min-width: 992px) {
.sidebar.col-lg-3.col-md-12.c-left {
    padding: 0 0 0 20px;
}
}

/*Footer Start*/
.footer-btn h5{
    color: var(--s-primary);
}
.footer-block.custom-support .icon {
    width: 40px;
    height: 34px;
    border-right: 1px solid #172930;
}
.footer-btn .icon i {
    font-size: 28px;
    color: #fff;
    padding-right: 10px;
    margin-top: 4px;
    border-right: transparent !important;
}
.custom-connected a {
    color: var(--s-primary);
    text-decoration: none;
}
.custom-connected a:hover {
    color: var(--s-primary);
    text-decoration: underline !important;
}
/*Footer End*/


.cart_check {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
.drawer .footer .checkout-btn {
    position: static;
}
.drawer .footer .checkout-btn a button {
    border-radius: 5px !important;
}

/* =========================================
   Floating Ramadan Deal Button Start
   ========================================= */
.ramadan-float-btn {
    position: fixed;
    right: 20px; 
    top: 45%; 
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: #f1592a; 
    color: #ffffff;
    border: 3px solid #ffffff; 
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    z-index: 9999; 
    transition: all 0.3s ease;
}

.ramadan-float-btn:hover {
    background-color: #d94b20;
    color: #ffffff;
    transform: translateY(-50%) scale(1.05); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.ramadan-float-btn i {
    font-size: 26px;
    margin-bottom: 2px;
}

.ramadan-float-btn .label {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}
@keyframes icon-blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.blink {
    animation: icon-blink 1.5s infinite; 
}
/* =========================================
   Floating Ramadan Deal Button End
   ========================================= */