/* ================================
 High-Potency Nattokinase 15,000 FU
================================ */
pB0 {
	padding-bottom: 0
}
@media screen and (min-width: 651px), print {
  .topmbOn {
    display: none !important;
  }
}

#description {
	background: #d8a73d url("description_bg.jpg")no-repeat;
	background-position: top right;
	background-size: cover;
}
#description .fBox .leadBox {
	color:#000;
}
#description .fBox .leadBox h2{
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 1rem;
}

#description .specifications {
  margin-top: 0;
}


#topBox {
	background: url("top_bg.jpg")no-repeat;
	background-position:center top;
	background-size:cover;
}
#topBox picture{
	display: block;
	max-width: 1920px;
	margin:auto;
	height: auto;
}
#productfeature .inBox {
  align-items: flex-start;
  flex-wrap: wrap;
	gap: 40px 0;
	margin-bottom: 4rem;
}

#productfeature h3 {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 1rem;
}

#productfeature .inBox .textBox{
  width: 48%;
}

.imginBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0 4rem;
	width: 100%;
}
.imginBox img {
	display: block;
	width: 32%;
	height:auto;
	max-width: 440px;
}
#productfeature .inBox .Box {
    padding-left: 40px!important;
}



@media screen and (min-width: 1780px), print {
#topBox {
		overflow:hidden;
	}
#topBox picture{
	display: block;
	width: 1920px;
	margin:auto;
	height: auto;
}
}

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

#description .specifications {
  margin-top: 2rem;
}
#productfeature .inBox {
	gap: 20px 0;
	margin-bottom: 2rem;
}
#productfeature .inBox .Box {
    padding-left: 20px!important;
}	
.imginBox {
	display: flex;
	flex-direction: column;
	margin: 1rem 0 2rem;
}	
.imginBox img {
	width: 100%;
	margin-bottom: 20px;
}	
.imginBox img:last-child {
	margin-bottom: 0px;
}

#productfeature .inBox .textBox{
  width: 100%;
}
#productfeature .inBox .Box ul li {
	font-size: 14px;
}
	
 .explanation:last-child {
    padding: 0 0 2rem!important;
  }
}



#certification .inBox {
  justify-content: center;
}

#certification .inBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 2%;
}

#certification .inBox figure {
  display: block;
  width: 30%;
  height: auto;
	max-width: 400px;
}

#certification .inBox figure img{
 width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
#certification .inBox figure {
  width: 80%;
 max-width: 400px;
}
#certification .inBox {
	gap: 20px;
}
}



.specificationstext {
  display: flex;
  border: 1px solid #000;
  padding: 40px 40px;
  margin-bottom: 1rem;
  background: #ffffe7;
  gap: 40px;
  align-items: center;
}
.specificationstext img {
	display: block;
	width: 30%;
	height: auto;
	max-width: 680px;
}

.specificationstext .text {
	flex: 1;
}
.specificationstext .text p{
	margin-bottom: 15px;
}
.specificationstext .text p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.specificationstext {
 flex-direction: column;
		gap: none;
		padding: 20px;
}
.specificationstext img {
	width: 100%;
	height: auto;
	max-width: 680px;
	margin-top: 20px
}
}


.between{
	padding: 0rem 0 8rem!important;
}
@media screen and (max-width: 767px) {
.between {
    padding: 4rem 0 6rem !important;
}
}
  #trading {
    margin-bottom: 0!important;
  }

#countries .flagsBox {
    justify-content: flex-start;
	gap: 10px;
}