/*
Theme Name:     Brator Child
Theme URI:      https://wp.brator.xyz/
Description:    Child theme for Brator
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       brator
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
.row_style {
flex-wrap: nowrap;
}
/*.row_style>* {
width: unset !important;
}
*/

h5 {
margin-bottom: 10px;
}

/*::-webkit-scrollbar {
	display: none;
}*/
.menu-cat-list-item {
	scrollbar-width: none;
	border-right: none !important;
	background-color: transparent !important;
}
.menu-cat-list-area {
	position: static;
	border-right: none;
}

.menu-cat-list-item {

}

ul.menu-cat-list-item li {
    width: 285px;
    background-color: white;
}

ul.menu-cat-list-sub-area li:hover ul.menu-cat-list-sub-item {
    opacity: 1;
    visibility: visible !important;
}
ul.menu-cat-list-sub-area ul.menu-cat-list-sub-item {
    height: auto;
    opacity: 0;
    visibility: hidden !important;
}

.search-form button {
    cursor: pointer !important;
}