/* .featured-card img { */
    /* width: 100% !important; */
    /* max-height: 69px; */
/* } */

.featured-card .social-network a img {
    max-width: 30px;
    min-width: 20px;
}

/* Navbar */
.header-action-right .search-location {
    display:block;
}

.header-action-right .search-location button {
    all: unset;
    cursor: pointer;
        border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    padding: 4px 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info button {
        all: unset;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    padding: 4px 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
    border: none;
    padding: 20px 0;
    margin: 0;
}


/* Home Page */

/* Our Partner */
.slick-track { 
    display: flex;
    align-items: center;
}

.slick-list {
    direction: ltr;
}

.carausel-8-columns-cover .carausel-8-columns .card-1 {
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: unset
}
.card-1 figure {
    width: 80px;
    height: 80px;
}
.card-1 figure img {
        width: 100%;
    height: 100%;
    max-height: 80px;
    object-fit: contain;
}

.card-1 h6 a {
    display: block;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-cart-wrap {
    height: 100%;
}

.product-cart-wrap.product .product-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.product-cart-wrap .product-content-wrap .product-category h4 {
    height: 50px;
}

.product-cart-wrap .product-content-wrap h2 a {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

/**/
.product-cart-wrap.style-2 .product-content-wrap .deals-content {
    height: 120px;
}

.team-card .content span {
    display: block;
}

.team-card .content {
        max-width: 90%;
     display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
    margin: auto;
}
.team-card .content span.bg-info {
    padding: 0;
    line-height: 33px;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
 width: 33%;   
}

.header-wrap .logo a{
    line-height: 1;
}
.header-wrap .logo img{
    max-width: 170px;
}
.header-wrap {
    justify-content: space-between;
    position: relative;
}
.header-style-1 .header-middle-ptb-1 {
    padding: 0;
}
@media only screen and (min-width: 992px){
    .header-bottom {
        display: none;
    }
}

.featured-card > a:first-of-type {
    height: 120px;
    display: inline-block;
}
.featured-card img {
        height: 100%;
        width: unset;
    max-width: 250px;
    object-fit: contain;
    margin-bottom: 0;
}

.hotline-container{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer .hotline-container .hotline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
footer .hotline img {
    margin-right : 0;
}

.page-header.breadcrumb-wrap {
    padding-top: 100px;
}

.header-style-1 {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eee !important;
}
