:root{
	--main-black: #000; /*#212121;*/
	--header-margin-bottom: 60px;
}
body,html{
	margin:0;
	padding: 0;
	width: 100%;
    height: 100%;
	font-family: proxima-nova, sans-serif;
}
body{
	background: #f9fafc;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
.breadcrumb{background-color: transparent !important; }
.wnrow{
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}
header{
	padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
header .wnrow{
	align-items: center;
}
header .lg{
	width: 110px;
}
header .srch{
	flex-grow: 1;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
header .srch .hdrscrch{
	max-width: 500px;
	width: 100%;
	position: relative;
}
header .srch .hdrscrch input{
	background: #fafbfd;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
header .srch .hdrscrch button{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
}
header .lg img{ max-height: 50px; max-width: 100%;}
header .cnmn{
	width: 150px;
    display: flex;
    align-items: center;
}
header .cnmn a:first-of-type{
    margin-right: 8px;
    color:#333;
}
footer{
    padding: 30px;
	background: var(--main-black);
}

.hmft-ctgs{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin: 40px 0;
  }
  .hmft-ctgs .ctg{
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
  }
  .hmft-ctgs .ctg .ctgttl{
      padding: 8px 12px;
      box-sizing: border-box;
      text-align: center;
  }
  .hmft-ctgs .ctg .ctgttl h3{
      font-size: 14px;
      line-height: 1.36em;
      padding: 0;
      margin: 0;
      display: inline-block;
  }
  .hmft-ctgs .ctg img{
      max-width: 100%;
  }

#product-product .cart-group {
    display: flex;
}

#product-product .cart-group input[type=text],#product-product .cart-group input[type=number] {
    height: 46px;
    width: 100px;
    margin-right: 8px;
}
#common-home .swiper-viewport{
    box-shadow: none;
    border: none;
    background: transparent;
}