/*!
Theme Name: okabe2023
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: okabe, developed by Me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okabe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

okabe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


.
 */

.voice_text_inner{
	background: white;
	padding:0.5rem;
}

.p_voice_list_secion .p_voice_category_container {
	margin-bottom: 11.2rem;
}

@media only screen and (max-width: 768px) {
	.p_voice_list_secion .p_voice_category_container {
		margin-bottom: 18.2rem;
	}
}

 .page_product_pagination .page_pagination li span.current{
	 background: white;
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 padding: 0.3rem;
	 width: 3.4rem;
	 height: 3.4rem;
	 font-weight: normal;
	 font-size: 1.6rem;
	 line-height: 2.0rem;
	 color: #000;
	 text-decoration: none;
	 outline: none;
	 -webkit-transition: background 0.3s;
	 transition: background 0.3s;
 }


 .mb-24{
	 margin-bottom: 24px;
 }

.p_voice_category_container .voice_category_list .voice_category_nav {

	grid-auto-flow: row;
}

.property_text_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.property__section{
	width: 48%;
}

.property_img{
	display: flex;
	justify-content: left;
	background:#dcdfe1;
	padding: 8px;
}
.property_img img{
	flex-basis: 100px;
	max-width: 100px;
}

@media screen and (max-width: 768px) {
	.property__section{
		width: 100%;
	}

}

.p_recipe_list_section{
	margin-top: 60px !important;
}
