 a[aria-label="Compare"] , .product-action-1 {
    display: none !important;
}


.popular-categories {
    margin-bottom: 80px
}

.popular-categories .card-2 span {
    display: none !important;
}

.popular-categories .card-2 {
    position: relative;
    background: #FFF;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
    min-height: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


.popular-categories .card-2 figure img {
    display: inline-block;
    max-width: max-content;
    width: 150px;
    height: 200px;
    /* width: 200px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #6439FF;
    padding: 2px; */
}


.header-style-1 .search-style-2 form input {
    max-width: 100%;
}

.product-cart-wrap .product-card-bottom .add-cart .add {
    background-color: #6439FF;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}

  .popular-categories .card-2:hover {
    box-shadow: none
}


.widget-category-2 .count {
    color: #fff;
}

.banner-img img {
    min-height: 230px;
}

.vendor-img {
    text-align: center;
}

@media (min-width: 767px) {
    .hero-slider-1 .single-hero-slider {
        height: 470px
    }
}

@media only screen and (max-width: 1024px) {
    .hero-slider-1 .single-hero-slider {
        background-size: cover !important;
        background-position: revert !important;
        background-repeat: round !important;
    }
}

.lds-ripple {
/* change color here */
color: #6439FF
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}
.lds-ripple {
display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        right: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        right: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        right: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.logout_btn:hover , button.logout_btn:hover, .logout_btn[type='submit']:hover {
    background-color:transparent !important 
}

/* Language dropdown fix */
.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px 0;
    min-width: 150px;
    z-index: 999;
}

.language-dropdown.show {
    display: block !important;
}

.language-dropdown li {
    list-style: none;
}

.language-dropdown li a {
    display: block;
    padding: 8px 20px;
    color: #253D4E;
    text-decoration: none;
    transition: all 0.3s;
}

.language-dropdown li a:hover {
    background: #f8f8f8;
    color: #3BB77E;
}