body {
	overflow-y: overlay;
	margin: 0;
}


button,
input {
	outline: none;
}

a {
	text-decoration: none;
	color: #666;
}

.hidden {
	display: none !important;
}

#page-header {
	height: 88px;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	box-shadow: 0 4px 10px -4px gray;
	z-index: 1002;
}

#page-header-hid {
	width: 100%;
}


#logo-wrapper-small img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 220px;

}

#logo-wrapper {
	height: 80px;
	width: 95%;
	max-width: 1345px;
	margin: auto;
}

#logo-wrapper img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-height: 80px;
}

#logo-cont {
	width: max-content;
	display: inline-block;
}





#header_indexmenu_wrapper {
	width: 95%;
	max-width: 1345px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	height: 32px;
	margin-top: 20px;
	margin-bottom: 5px;
	position: relative;
}

#header_index_mainline {
	height: 30px;
}

#allCatBtn {
	/*float: left;*/
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	background: #00ADEE;
	text-transform: uppercase;
	color: #fff;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 31px;
	font-size: 17px;
	cursor: pointer;
	position: absolute;
	font-weight: 700;
	margin-left: 5px;
	height: 90%;
}

#allCatBtn * {
	display: inline-block;
}

#allCatBtn_icon {
	font-size: 20px;
	margin-right: 10px;
}

#header_indexlogsign_cont {
	float: right;
	color: #616161;
}

#header_indexlogsign_cont div {
	display: inline-block;
	margin-left: 5px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 20px;
	cursor: pointer;
}

/* #header_indexlogsign_cont div:hover {
	color: #00ADEE;
	/*
	color: #fff;
    background: #00ADEE;
    opacity: 0.9;
    */
/* } */

*/ #header_index_wrap {
	width: calc(95% - 400px);
	max-height: calc(100vh - 300px);
	overflow-x: auto;
	white-space: nowrap;
	background: #fff;
	box-shadow: 2px 7px 5px 1px #ddd;
	color: #616161;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	transform: translateX(-50%);
	top: 75px;
	left: 47.8%;
	margin-top: -3px;
	font-family: 'Montserrat', sans-serif;

}

#header_index_wrap::-webkit-scrollbar {
	display: none;
}

.categ_id {
	display: none !important;
}


#header_indexmenu_cont {
	width: max-content;
	display: inline-block;
	vertical-align: top;
}

.header_indexmenu_catgroup {
	width: 258px;
	max-height: calc(100vh - 310px);
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: scroll;
	transition-property: all;
	transition-duration: 0.7s;
	transition-timing-function: ease;
	border-right: 1px solid #ddd;
}

.header_indexmenu_catgroup::-webkit-scrollbar {
	display: none;
}

.header_category,
.header_category_sel {
	padding: 10px 10px;
	line-height: 15px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}

.header_category *,
.header_category_sel * {
	display: inline-block;
}


.header_category:hover,
.header_category_sel {
	color: #00ADEE;
	font-weight: 700;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.header_category .img_wrap,
.header_category_sel .img_wrap {
	vertical-align: middle;
	margin-right: 10px;
}

.header_category .img_wrap img,
.header_category_sel .img_wrap img {
	width: 50px;
	height: 50px;
}

.header_category_txt {
	padding: 5px 0px;
	vertical-align: middle;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	white-space: pre-line;
}

.header_category:hover .header_cat_tag,
.header_category_sel .header_cat_tag {
	width: 4px;
	height: 100%;
	background: #00ADEE;
	position: absolute;
	left: 0;
	top: 0;
}

.header_category .header_cat_chevron {
	vertical-align: middle;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
}

.header_category:hover .header_cat_chevron,
.header_category_sel .header_cat_chevron {
	vertical-align: middle;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #00ADEE;
}

.header_cat_none {
	font-size: 13px;
	width: calc(100% - 30px);
	padding: 10px 15px;
	white-space: initial;
	line-height: 19px;
	color: #444;
}


#header_indexmenu_wrapper .categ_id {
	display: none;
}





#ui-to-top {
	background: #00ADEE;
	position: fixed;
	right: 40px;
	bottom: 40px;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	z-index: 999;
	color: #fff;
	line-height: 46px;
	font-size: 44px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .11), 3px 4px 5px 0 rgba(0, 0, 0, .1);
	opacity: 0.8;
}

#ui-to-top:hover {
	opacity: 1;
}









.invisible {
	transform: translateX(100%) !important;
}

#cart_list_wrap {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 400px;
	height: 100%;
	background: #fff;
	box-shadow: 1px 0px 4px rgba(0, 0, 0, .5);
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	transition-property: all;
	transition-duration: 0.7s;
	transition-timing-function: ease;
	z-index: 1002;
}

#cart_header {
	width: 340px;
	padding-left: 30px;
	padding-right: 30px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

#cart_header .close_btn {
	color: #f2f2f2;
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
	cursor: pointer;
	position: absolute;
	right: 30px;
}

#cart_header .close_btn:hover {
	color: #77787b;
}



#cart_list_cont {
	position: relative;
	height: calc(100% - 61px);
}

#cart_list {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% - 111px);
}

.cart_row {
	width: calc(100% - 60px);
	padding: 30px;
}

.cart_row .img_wrap {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

.cart_row .img_wrap img {
	width: 100%;
}

.cart_row .cart_data {
	width: 195px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.cart_row .cart_title {
	width: 100%;
	font-family: "Montserrat";
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 18px;
}

.cart_row .line_id {
	display: none;
}

.cart_sku {
	width: max-content;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	display: none;
}

.cart_ean {
	width: max-content;
	display: inline-block;
	margin-bottom: 10px;
	display: none;
}

.cart_price {
	font-family: "Montserrat";
	font-size: 11px;
}

.cart_quant_wrap * {
	display: inline-block;

}

.cart_quant_wrap {
	margin-top: 25px;
}

.line_quant {
	color: #999;
	font-family: "Montserrat";
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.cart_quant_less,
.cart_quant_more {
	border: none;
	background: inherit;
	cursor: pointer;
	color: #999;
	font-size: 18px;
	padding: 0;
	vertical-align: middle;
}


.cart_quant_less:focus,
.cart_quant_more:focus {
	outline: none;
}


.cart_trash {
	display: inline-block;
	float: right;
	font-family: "Montserrat";
	cursor: pointer;
	font-size: 9px;
	position: absolute;
	bottom: 5px;
	right: 0;
}






#cart_bottom {
	padding: 30px;
	padding-top: 20px;
	height: 60px;
	width: calc(100% - 60px);
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #ccc;
}

#checkout_btn {
	color: #fff;
	background: #00ADEE;
	text-transform: uppercase;
	width: 340px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: "Montserrat";
	font-size: 13.5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#checkout_btn * {
	display: inline-block;
}

.Button__SeparatorDot {
	height: 3px;
	width: 3px;
	border-radius: 100%;
	background: #fff;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 12px;
}

#user_info_wrap {
	position: absolute;
	right: 60px;
	top: 30px;
	background: #fff;
	padding: 10px;
	padding-right: 30px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1000;
}

#user_info_wrap div {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#user_info_wrap a:hover {
	color: #00ADEE;
}




#wish {
	color: #000;
}

#wish:hover {
	color: #00ADEE;
}



._invisible {
	transform: translateX(100%) !important;
}

#header_access_wrap {
	position: fixed;
	top: 0px;
	width: 450px;
	height: 100%;
	background: #fff;
	box-shadow: 1px 0px 4px rgba(0, 0, 0, .5);
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	z-index: 1003;
	transform: translateX(0);
	right: 0;
	transition-property: all;
	transition-duration: 0.7s;
	transition-timing-function: ease;
}

#header_access_top_wrap {
	display: flex;
	height: 50px;
	margin-bottom: 50px;
}

#header_access_top_wrap div {
	width: 50%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.header_access_top_btn_sel {
	color: #fff;
	background: #00ADEE;
}

.header_access_top_btn {
	color: #00ADEE;
	cursor: pointer;
}

.header_access_top_btn:hover {
	color: #fff;
	background: #00ADEE;
}

#login_wrap,
#signup_wrap,
#forgot_wrap {
	width: calc(100% - 40px);
	height: calc(100% - 120px);
	margin: auto;
}

#header_access_wrap h3 {
	text-transform: uppercase;
	font-size: 18px;
}

#header_access_wrap label {

	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#header_access_wrap input[type=text],
#header_access_wrap input[type=password] {
	width: calc(100% - 20px);
	border: 1px solid #eee;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}


#header_access_wrap #forgot {
	margin-top: 10px;
	font-size: 14px;
	width: max-content;
	margin-left: auto;
}

#header_access_wrap #forgot {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

#header_access_wrap #forgot:hover {
	color: #00ADEE;
}


#header_access_wrap button {
	height: 36px;
	line-height: 36px;
	background: #00ADEE;
	color: #fff;
	border: none;
	font-weight: 700;
	border-radius: 2px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin-top: 20px;
}



#header_access_wrap button:focus {
	opacity: .75;
}


#header_login_error,
#header_signup_error,
#header_forgot_error {
	font-size: 13px;
	color: #1C7AB6;
	margin: auto;
	margin-top: 10px;
	width: calc(100% - 20px);
}

#header_log_remember_cont {
	font-size: 14px;
	margin-top: 15px;
}


#header_conditions {
	font-size: 14px;
	margin-top: 15px;
}



#nav-sel {
	color: #606263;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 25px auto;
	padding-bottom: 25px;
	max-width: 1345px;
	width: 95%;
	font-size: 14px;
}

#nav-sel a {
	text-decoration: none;
	color: inherit;
}

#nav-sel a:hover {
	color: #00ADEE;
}



#top-right-icons-wrap {
	display: flex;
	flex: 1;
	white-space: nowrap;
	margin-right: 25px;
	z-index: 2;
	position: relative;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	line-height: 0px;

}




.topr-icon-cont {
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;

}


.icon-fav-size {
	display: inline-block;
	width: 21px;
	height: 18px;
	background-size: cover;
	margin-bottom: 0px;
}

.icon-user-size {
	display: inline-block;
	width: 22px;
	height: 24px;
	background-size: cover;
	color: white;
}

.icon-shopcar-size {
	display: inline-block;
	width: 24px;
	height: 22px;
	background-size: cover;
}

.icon-menu-size {
	display: inline-block;
	width: 25px;
	height: 17px;
	background-size: cover;
}

.icon-menu-close-size {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	z-index: 2;
}


.icon-menu {
	background-image: url(../svgs/Menu_icon.svg);
}

.icon-fav {
	background-image: url(../svgs/Favoritos.svg);
}

.icon-shopcar {
	background-image: url(../svgs/Carro_icon.svg);
}

.icon-user {
	background-image: url(../svgs/User_icon.svg);
}

.icon-menu-close {
	background-image: url(../svgs/CloseMenu_icon.svg);
}

.icon-fav:hover {
	filter: invert(54%) sepia(25%) saturate(6262%) hue-rotate(163deg) brightness(99%) contrast(101%);
}

.icon-shopcar:hover {
	filter: invert(54%) sepia(25%) saturate(6262%) hue-rotate(163deg) brightness(99%) contrast(101%);
}

.icon-user:hover {
	filter: invert(54%) sepia(25%) saturate(6262%) hue-rotate(163deg) brightness(99%) contrast(101%);
}


#header_subcatmenu_wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
	height: 100%;
	overflow-y: auto;
	padding: 0 10px;
	position: absolute;
}

#header_subcatmenu_cont {
	width: 100%;
	overflow-x: hidden;
	white-space: normal;
	display: block;
}

.header_cat2_cont {
	display: inline-block;
	/*display: inline-flex;*/
	margin: 5px;
	padding: 10px;
	vertical-align: top;
}

.header_cat2_txt {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #00ADEE;
	margin-bottom: 10px;
}

.header_cat3_cont {
	padding-left: 15px;
}

.header_cat3_txt {
	font-size: 14px;
	margin-bottom: 5px;
}

.header_cat3_txt:hover {
	color: #00ADEE;
}

#cart_span {
	position: relative;
	background: #00ADEE;
	right: 10px;
	height: 15px;
	width: 15px;
	display: block;
	border: 1px solid #898993;
	border-radius: 100px;
	text-align: center;
	line-height: 13px;
	color: #fff;
	font-size: 11px;
	bottom: 12px;
	right: 18px;
}


#header_newsletter label::first-letter {
	text-transform: uppercase;
}


#header_conditions a {
	color: #00ADEE;
	text-decoration: underline;
}

.upper {
	text-transform: uppercase;
}


#logo-wrapper-small {
	display: flex;
	align-items: center;
	position: relative;
	width: calc(85% - 30px);
	left: 6%;
	z-index: 1;
}


#logo-container {
	position: relative;
	width: 95%;
	margin: auto;
}

.search-bar {
	width: 100%;
	z-index: 1;

}


#search-toggle {
	display: inline-block;
	width: 48px;
	font-size: 24px;
	color: #262032;
	cursor: pointer;
	border: none;
	background: inherit;
	outline: none;
}

#search-bar {
	flex-grow: 1;
	min-width: 250px;
	margin-left: 20px;
}

#search-bar .fa {
	font-size: 18px;
	padding: 10px;
	cursor: pointer;
	color: #343842;
}

#search-bar-input {
	background: #f2f2f2;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	height: 40px;
	border-radius: 15px;
	border: none;
	width: calc(90% - 30px);
}


/* #search-bar-input:focus {
	width: 95%;
	-webkit-animation: increase 1.5s;
	-moz-animation: increase 1.5s;
	-o-animation: increase 1.5s;
	animation: increase 1.5s;

} */



@keyframes increase {
	from {
		width: 0px;
	}

	to {
		width: 95%;
	}
}



#header-container {
	display: flex;
	align-items: center;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 2;
}


#header-toggle {
	margin-left: 35px;
	text-align: center;
	color: #262032;
	cursor: pointer;
	background: inherit;
	color: #262032;
	cursor: pointer;
	border: none;
	position: relative;
	z-index: 1;
}


#menu-wrapper .selected {
	color: #00ADEE;
}


.submenu-toggle {
	height: 23px;
	width: 23px;
	padding: 0px 50px;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}


.submenu-toggle .fa {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #343842;
}

.menu-list-hid {
	display: none;
}

._menu_wrap_hidden {
	left: 0;
	transform: translateX(-100%);

}

#menu-wrapper {
	width: 400px;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #fff;
	box-shadow: 0 4px 10px -4px grey;
	transition-property: all;
	transition-duration: 0.7s;
	transition-timing-function: ease;
}

@media only screen and (max-width: 768px) {

	#menu-wrapper {
		width: 100vw;
	}

	.categ-name {
		display: none;
	}

}



@media only screen and (min-width: 990px) {

	#header-toggle {
		display: none;
	}
}

#menu-wrapper a {
	text-decoration: none;
	color: inherit;
}

#menu-wrapper ul {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-wrapper>ul {
	margin-top: 90px;
}

#menu-wrapper li {
	list-style-type: none;
	color: #343842;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	padding-left: 15px;
	padding-right: 40px;
	position: relative;
}

#menu-large-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(48, 48, 48, 0.7);
	z-index: 1002;
}

#menu-wrapper a:hover {
	color: #00ADEE
}

#fav-main-info-card::before {
	content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
	text-align: center;
}

.fav-main-info-btn-card {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1500;
}

#fav-main-info-card {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	right: 0;
	text-align: center;
	top: 30px;
	z-index: 1;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

#fav-main-info-btn-card:hover {
	background: #fff;
	color: #1C7AB6 !important;
}


@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/* Menu central */


#header-menu-wrapper {
	height: 55px;
	width: 100%;
	background: #616161;
	text-align: center;
	position: relative;
}



#header-menu-cont-wrap {
	display: inline-block;
	height: 55px;
	overflow: hidden;
}

#header-menu-cont1 {
	height: 100%;
	display: inline-block;
}


#header-menu-cont1>ul {
	display: flex;
	padding-left: 0px;
	margin: 0;
	height: 100%;
}

.page-header-central {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 88px;
	left: 0px;
	z-index: 1002;
}

#header-menu-cont1>ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	font-stretch: 100%;
	color: #fff;
	height: 40px;
	line-height: 55px;
	margin-right: 1.6375vw;
	margin-left: 1.6375vw;
	text-decoration: none !important;
}

#header-menu-cont1>ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
}

#header-menu-cont1>ul li div {
	width: 100%;
	/* height: 100%; */
	padding-left: 0.7625vw;
	padding-right: 0.7625vw;
	position: relative;
	font-size: 15px;
}

#header-menu-cont1>ul>li>a>div:hover {
	background: #fff;
	color: #00afee;
}


.menu-parent-ven {
	position: relative;
}

.menu-parent-ven a {
	text-decoration: none !important;
	color: inherit;
}

.menu-item a {
	text-decoration: none !important;
	color: inherit;
}

.menu-parent-ven:hover .menu-list-central {
	display: block;
}


#products_menu:hover ul,
#devices_menu:hover ul {
	display: grid;
}


#prod-menu-list,
#disp-menu-list {
	margin: 0 auto;
	display: none;
	position: fixed;
	top: 142px;
	transform: translateX(-50%);
	left: 50%;
	width: 85%;
	max-height: calc(100% - 180px);
	max-width: 1345px;
	background: #fff;
	padding-top: 0px;
	grid-template-columns: repeat(3, 1fr);
	padding-left: 0px;
	background: #fff;
	border-bottom-left-radius: 1.171875vw;
	border-bottom-right-radius: 1.171875vw;
	z-index: 1;
	padding-bottom: 10px;
	padding-top: 30px;
	box-shadow: 0 4px 10px -4px grey;
	overflow-y: auto;
	overflow-x: hidden;
}

#prod-menu-list::-webkit-scrollbar,
#disp-menu-list::-webkit-scrollbar {
	width: 6px;
}

#prod-menu-list::-webkit-scrollbar-thumb,
#disp-menu-list::-webkit-scrollbar-thumb {
	background: #ddd;
}

#prod-menu-list li,
#disp-menu-list li {
	width: 87%;
	height: 52px !important;
	text-align: left;
	font-weight: 700;
	font-size: 16px !important;
	color: #4d4d4f !important;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	display: inline-block;
}



#prod-menu-list li:hover,
#disp-menu-list li:hover {
	background: #edeef0 !important;
	color: #00afee !important;
}


#prod-menu-list li .categ-name,
#disp-menu-list li .categ-name {
	font-size: 15px;
	line-height: 24px;
	height: min-content;
	max-height: 48px;
	font-weight: 700;
	text-align: left;
	width: calc(100% - 165px);
	margin-left: 6px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 65px;
}


#prod-menu-list li img,
#disp-menu-list li img {
	width: 52px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#prod-menu-list li .prod-count,
#disp-menu-list li .prod-count {
	width: 40px;
	height: 20px;
	color: #00afee;
	border: 1px solid #00afee;
	border-radius: 2px;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}



.menu-list-central::-webkit-scrollbar {
	width: 6px;
}

.menu-list-central::-webkit-scrollbar-thumb {
	background: #ddd;
}


.menu-list-central li:hover {
	color: #00afee !important;
}


.menu-list-central {
	position: fixed;
	display: none;
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 1;
	margin-left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}


.menu-list-central li {
	font-weight: 700;
	color: #616161 !important;
	border-bottom: solid 1px #ccc;
	width: 200px;
	text-align: left;
}

.space {
	margin-top: 170px;
}