#stock_store_checker {
	margin-top: 20px;
	text-align: center;
}

#stock_store_checker #stock_store_modal_opener {
	cursor: pointer;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: 700;
	font-size: 14px;
	color: black;
}

#cc_stock_store__sidebar .cc_stock_store__form,
#cc_stock_store__sidebar .cc_stock_store__form .form-group,
#cc_stock_store__sidebar .cc_stock_store__form button,
#cc_stock_store__sidebar .cc_stock_store__stores_list,
#cc_stock_store__sidebar .cc_stock_store__stores_map {
	display: none;
}

#cc_stock_store__sidebar .cc_stock_store__form.show,
#cc_stock_store__sidebar .cc_stock_store__form .form-group.show,
#cc_stock_store__sidebar .cc_stock_store__form button.show,
#cc_stock_store__sidebar .cc_stock_store__stores_list.show,
#cc_stock_store__sidebar .cc_stock_store__stores_map.show {
	display: block;
}

#cc_stock_store__sidebar .cc_stock_store__form .cc_stock_store__form_title {
	margin-bottom: 16px;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__form .form-group label {
	margin-bottom: 4px;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__form .form-group .form-control-select {
	width: 100%;
	height: 40px;
	border: 1px solid #121417;
	border-radius: 4px;
	background-color: white;
	font-size: 14px;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__form button {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border-color: #121417;
	background-color: #121417;
	font-weight: 600;
	font-size: 15px;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__form_opener {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font-weight: 600;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_view {
	margin-bottom: 16px;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_view span {
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	color: #999B9D;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_view span.selected {
	text-decoration: underline;
	text-underline-offset: 4px;
	color: black;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_view span + span {
	margin-left: 8px;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_size_selected {
	margin-bottom: 16px;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list {
	height: calc(100vh - 213px);
	overflow-y: auto;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store:not(:last-child) {
	padding-bottom: 16px;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store + .cc_stock_store__stores_list__store {
	padding-top: 16px;
	border-top: 1px solid #BABBBD;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store_info {
	margin-bottom: 8px;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store_name {
	margin-bottom: 0;
	font-weight: 600;
	color: black;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store_address {
	margin-bottom: 0;
	color: #6A6D70;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store_city {
	margin-bottom: 0;
	font-size: 12px;
	color: #6A6D70;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_list__store_view_map {
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600;
	font-size: 12px;
	color: #121417;
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_map {
	height: calc(100vh - 213px);
}

#cc_stock_store__sidebar .cc_stock_store__stores .cc_stock_store__stores_whatsapp_title {
	margin-bottom: 16px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: black;
}

#cc_stock_store__sidebar .cc_stock_store__stores #cc_whatsapp__button {
	width: 100%;
}