: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(--link-color);
}
.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(--link-color);
    text-decoration: none;
}
.custom-connected a:hover {
    color: var(--link-color);
    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;
}