/*
Theme Name: Labtox child
Template:   labtox
Theme URI: https://labtox.themeht.com/
Author: Themeht
Author URI: http://www.themeht.com
Description: Labtox - Child Theme
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: labtox
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/

.ht-navigation .search-icon a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-number i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.social-icons li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.button-style-2 .button-style-2-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-cart-notification {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
}

.custom-cart-notification.show {
    display: block;
    opacity: 1;
}

.page-title {
    padding: 200px 0 120px 0;
}

.banner-content {
    padding: 200px 0 120px 0 !important;
}
