/****** CUSTOM STYLES *****/

@media (max-width: 767px){
    
    .header-top .search-widget {
        width: 100%;
    }

    .search_icon_toogle {
        display: none;
    }

    .search-widget form button[type="submit"] {
        bottom: 12px;
        top: 12px;
    }

    #search_widget form {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        z-index: 9;
    }
}

/*Mine*/

.parala_content .button_widget {
    color: #ffffff;
}

.ets_mm_megamenu .mm_columns_ul { z-index: 9!important; }

.shoppingcart_img img { width: 70px; }

.add_to_cart_button .btn.btn-primary {
    height: 35px;
    width: 35px;
}
.quick-view {
    height: 35px;
    width: 35px;
    line-height: 32px;
}

.material-icons {
    font-size: 21px;
}
 
.wishlist-button-add {
    border: 1px solid #e7e7e7!important;
    box-shadow: none!important;
            
}
    
.wishlist-button-add i { 
    color: #333333!important;
}

.wishlist-button-add:hover {
    border-color: #65c3fc!important;
    opacity:1!important;
}
    
.social-sharing {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
    

.block-categories-custom h3.block-categories-title {
    font-weight: 600!important;
}
    
@media (min-width: 768px) {
    .nodeskdis {
        display: none; 
    }

}

