/**
* Theme Name:        avanam-knives
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-knives
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.footer-widget-area-inner section .wp-block-gallery .wp-block-image {
    width: 55px !important;
    height: 35px !important;
    flex-grow: unset !important;
}

.footer-widget-area-inner section .wp-block-gallery {
    display: flex;
    justify-content: center;
}

.footer-widget-area-inner .widget_block {
	margin: 0 !important;
}

.vertical-navigation .vertical-menu-container > ul > li.menu-item > a {
    text-transform: math-auto !important;
}

.woocommerce-page form .show-password-input, .woocommerce form .show-password-input {
    position: absolute;
    right: .7em;
    top: auto !important;
    cursor: pointer;
    background: transparent !important;
    padding: 10px !important;
}

fieldset.single-product-payments.payments-color-scheme-inherit {
    display: none !important;
}

.base-breadcrumb-container {
    display: none !important;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #121212;
    border-radius: 4px;
}