.B_crumbBox > li {
	list-style: none;
	float: left;
}

adress a {
	color: #999;
}

.header-widgets a {
	color: #ddd;
}

.B_currentCrumb {
	box-sizing: border-box;
	line-height: 1.5;
	color: #999;
	padding: 14px 0;
}

.blog-footer {
	line-height: 1;
	display: flex;
}

.blog-footer img {
	float: left;
	margin-right: 10px;
}

body.woocommerce-page .widget_product_search .s {
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 6px 5px 6px 10px;
  font-weight: normal;
  height: 40px;
  border-radius: 2px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
body.woocommerce-page .widget_product_search .s {
  float: left;
  width: 70%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 6px 5px 6px 10px;
  font-weight: normal;
  height: 40px;
  border-radius: 2px;
  margin-bottom: 10px;
}
}

.about-content {
	padding-top: 20px; 
}

.footer .widget_nav_menu ul {
	font-size: 11px;
	line-height: 0.6;
}

.table {
	font-weight: normal;
}

	
	#wrap{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 111100;
		overflow: auto;
	}
	
	#window{
		max-width: 400px;
		height: 530px;
		margin: 30px auto;
		display: none;
		background: #fff;
		z-index: 111200;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 20px;
	}
	
	.close{
		margin-left: 364px;
		margin-top: 4px;
		cursor: pointer;
	}
	
	.btn-inline {
	    width: 48%;
	    font-weight: 700;
	}
	
	.btn-flex {
	    display: flex;
        justify-content: space-between;
        padding-top:20px;
	}
	.btn-grey {
	    background: rgba(0,0,0,0) !important;
        border-color: #f7c51e !important;
	}
	.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
        background: #f7c51e !important;
        border-color: #f7c51e !important;
	}
	.add_to_cart_button:hover {
	    cursor:pointer;
	}
	.f-18 {
	    font-size: 18px;
	}
	.btn-inline_full {
	    width: 100%;
	    font-weight: 700;
	}
.tab{
    width:50%;
}
.label_flex{
    display: flex;
}
.useful .box__inner {
    max-width: 270px;
    height: 270px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(126, 135, 149, 0.15);
    border-radius: 2px;
    padding: 55px 25px 16px 25px!important;
    margin: 0;
    cursor: pointer;
}

.footer_information_sp a {
    display: inline-block;
    margin-left: 5px;
    width: 90px;
    height: 18px;
    background-size: cover !important;
    background: url(../images/nbd.png) no-repeat;
}
.footer_information_sp a:hover {
    display: inline-block;
    margin-left: 5px;
    width: 90px;
    height: 18px;
    background-size: cover !important;
    background: url(../images/mini_logo.png) no-repeat;
}
.footer_information_sp {
    margin-right: 100px !important;
    /* padding-left: 10px; */
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
}

.useful .box__inner {
    max-width: 270px;
    height: 270px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(126, 135, 149, 0.15);
    border-radius: 2px;
    padding: 80px 25px 16px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.useful .box__image img {
    display: block;
    margin: 0 auto 0px auto!important;
}
.logo {
    margin-top: 26px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.hentry__title.m-t-0 {
    margin-top: 0;
}

.navigation a {
    cursor: pointer;
}

.overflow-auto {
    overflow: auto;
}

.boxed-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
    







