@font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans-Regular.eot');
	src:
	     url('fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/TildaSans-Regular.woff2') format('woff2'),
	     url('fonts/TildaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('fonts/TildaSans-Bold.eot');
	src:
	     url('fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/TildaSans-Bold.woff2') format('woff2'),
	     url('fonts/TildaSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'TildaSans';
}

.font2 {
	font-family: "Cormorant", serif;
}

.container {
	max-width: 1170px;	
}

body {
	background: #F5F4F1;
}

.page-box {	
	overflow: hidden;
}

.header {	
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}

.owl-carousel .owl-item img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.logo {
	text-decoration: none;
}
.logo-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.logo-desc {
	color: #d7d7d7;
	font-size: 14px;
	max-width: 250px;
	margin-left: 5%;
}
.header .phone-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-right: 50px;
}
.header .phone {
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 30px;
}
.select1 {
	position: relative;   
	white-space: nowrap;	
	background-color: #7F8771;
}
.select1 select {	
	cursor: pointer;
	font-size: 14px;
	color: #282828;
	opacity: .7;
	background-color: transparent;
	padding: 12px 20px 12px 0;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('img/down.png') 100% center no-repeat;
}

.header .logo {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	text-decoration: none;
}
.header .logo img {
	margin-right: 12px;
}
.header .logo-box span {
	font-size: 18px;
	line-height: 1.1;
/*	font-family: "Cormorant", serif;*/
	text-transform: uppercase;
	color: black;
	display: block;
	max-width: 205px;
}
.lang-box {
	position: relative;
	background: #7F8771 url('img/down.png') 90% center no-repeat;
	color: white;
	font-weight: bold;
	padding: 17px 32px;
	border-radius: 66px;
	margin-left: auto;
	margin-right: 20px;
}
.lang-box .dropdown {
	position: absolute;
	top: 100%;
	background-color: white;
	padding: 20px;	
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	left: 50%;
	margin-left: -50px;
	width: 100px;
	border-radius: 5px;
	z-index: 10;
	display: none;
	transition: all .5s;
	text-align: center;
}
.lang-box a {
	font-size: 24px;
	font-weight: bold;
	color: black;
	display: block;
	text-decoration: none;
}
.lang-box a:hover {
	color: #7F8771;
}
.lang-box:hover .dropdown {
	display: block;
	
}

.header .txt0 {
	font-size: 14px;
	display: none;
}
.header .pr-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	text-decoration: none;
	display: none;
}
.header .pr-box img {
	margin-right: 12px;
}
.header .pr-box span {
	font-size: 18px;
	line-height: 1.1;
	font-family: "Cormorant", serif;
	text-transform: uppercase;
	color: black;
	display: block;
}
.header .pr-box.v1 {
	margin-right: 10px;
}
.header .pr-box.v2 {
	margin-left: auto;
	margin-right: auto;
}
body.fixed .header .pr-box {
	display: flex;
	display: -webkit-flex;

}
body.fixed .logo-box {
	
}
body.fixed .header .txt0 {
    display: block;
    order: 2;
}
body.fixed .pr-box.v2 {
    display: none;
}
body.fixed .pr-box.v1 {
   order: 1;
}
body.fixed .logo-box {
   order: 3;
   margin: 0 auto;
}
body.fixed .lang-box {
   order: 4;
}
body.fixed .header .btn-box {
   order: 5;
}

body.fixed .header .logo-txt2 {
    display: block !important;  
}
body.fixed .header .logo-txt1 {
    display: none;  
}


.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 1%;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-around;
}
.menu a, .menu span {
	font-size: 18px;
	color: #773245;
	font-weight: 500;
	display: block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: black;
}
.menu a:last-child {
	margin-right: 0;
}
.menu .sub > span {	
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	background: url('img/down.png') right center no-repeat;
}

.header .btn-box {
	
}

body.fixed .b1 {
	padding-top: 125px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: #EDEAE3;
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .logo img {
	max-width: 50px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}


.btn-lnk {
	font-size: 13px;
	color: #4b47be;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.btn1 {
	font-size: 15px;
	color: #7F8771;
	font-weight: bold;
	padding: 17px 41px;
	border: 1px solid #7F8771;
	border-radius: 66px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
}
.btn1:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	background-color: #7F8771;
	color: white;
}
.btn2 {
	font-size: 16px;
	color: white;
	background-color: #7F8771;
	font-weight: bold;
	padding: 22px 50px;
	border: 1px solid #7F8771;
	border-radius: 66px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
}
.btn2:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	background-color: #7F8771;
	color: white;
}
.btn2.v2 {
	background-color: #B9844B;
}

.wc-block-components-checkout-place-order-button {
	font-size: 16px;
	color: white;
	background-color: #7F8771;
	font-weight: bold;
	padding: 22px 50px;
	border: 1px solid #7F8771;
	border-radius: 66px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
}
.wc-block-components-checkout-place-order-button:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	background-color: #7F8771;
	color: white;
}

.top-slider-box {
	text-align: center;
	background: url('img/top-slider-bg.png') center top no-repeat;
}
.top-slider-ttl {
	font-size: 24px;
}
.top-slider-box img {
	max-width: 100%;
	height: auto;
}
.owl-carousel .owl-item img {
	display: inline-block;
}
.top-slider-box .owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin: 10px 0 20px 0;
}
.owl-nav button {	
	width: 40px;height: 40px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.02);
	border: 1px solid #B9844B !important;
	display: block;
	text-align: center;
	border-radius: 50%;
	background-color: #B9844B !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.owl-nav button i {	
	color: white;
}
.owl-nav button.owl-prev {
	
}
.owl-nav button.owl-next {
	margin-left: 10px;
}
.owl-nav button:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	opacity: 1;
}
.owl-nav button:hover i {
	color: white;
}

.b1-box {	
	padding: 100px 0 50px 0;
}
.b1-box .ttl {	
	font-family: "Cormorant", serif;
	font-size: 92px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	margin-bottom: 30px;
}
.b1-box .subttl {		
	font-size: 33px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.b1-box p {	
	font-size: 22px;
	margin-bottom: 44px;
}
.b1-box .btn2 {		
	width: 100%;
	max-width: 250px;
}


.scroll-txt-box{
	background-color: #7F8771;
	padding: 17px 0;
}
.scroll-txt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	animation: scroll 30s linear infinite;
}
.scroll-txt span{
	font-size: 17px;
	color: white;
	white-space: nowrap;
	display: block;
	margin: 0 10px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.httl-box {
	margin-bottom: 30px;
}
.httl {
	font-family: "Cormorant", serif;
	font-size: 82px;
	line-height: 1.1;
	margin-bottom: 40px;
	text-align: center;
}
.httl.v1 {
	background: url('img/httl.png') center top no-repeat;
	min-height: 220px;
	padding-top: 70px;
	margin-bottom: 0;
	background-size: contain;
}
.httl-box .httl {
	margin-bottom: 0;
}
.httl-box p {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #773245;
	margin-bottom: 0;
}
.subhttl {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 60px;
}

.how {
	padding: 70px 0;
	background-color: #F2EDE6;
}
.how .col-md-4 {
	margin-bottom: 30px;
}
.how .box {
	background-color: white;
	border-radius: 15px;
	padding: 30px;
	height: 100%;
	text-align: center;
}
.how .ico {
	margin-bottom: 20px;
}
.how .ttl {
	font-family: "Cormorant", serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.how p {	
	font-size: 20px;
	margin-bottom: 0;
}
.how .btn-box {
	text-align: center;
	margin-top: 20px;
}
.how .btn2 {
	width: 100%;
	max-width: 277px;
}


.prods {
	padding: 60px 0;
	background: #F8F8F8 url('img/choose-bg.png') center top no-repeat;
}
.prods .row {
	margin-top: 130px;
}
.prod {
	background-color: white;
	border-radius: 15px;
	padding: 250px 30px 50px 30px;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	transition: all .5s;
	margin-bottom: 70px;
}
.prod:hover {
	border: 1px solid black;
}
.prod .img {
	margin-bottom: 25px;
}
.prod .img img {
	max-width: 100%;
	height: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -50px;
}
.prod .ttl {
	font-family: "Cormorant", serif;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.prod .price {
	font-size: 19px;
	margin-bottom: 20px;
}
.prod .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.prod .btn-box .btn1, .prod .btn-box .btn2 {
	flex: 0 0 46%;
	-webkit-flex: 0 0 46%;
	margin: 10px 2%;
	padding: 20px 0;
}

.prod-spec {
	border-radius: 15px;
	padding: 40px;
	background-color: #B9844B;
	color: white;
}
.prod-spec .ttl {
	font-size: 56px;
	font-family: "Cormorant", serif;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}
.prod-spec p {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 50px;
	text-align: center;
}
.spec-sum {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.spec-sum p {
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 10px;
}
.prod-spec .ttl {
	font-weight: bold;
}
.spec-sum img {
	max-width: 100%;
	height: auto;
}
.spec-sum .c {
	padding: 0 10px;
	margin: 10px 0;
	text-align: center;
}
.spec-sum .c.c2 {
	font-size: 150px;
	line-height: 1;
}
.spec-sum .c.c3 span {
	font-family: "Cormorant", serif;
	font-weight: bold;
	font-size: 150px;
	line-height: 1;
	display: block;
	position: relative;
	z-index: 2;
}
.spec-sum .btn2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}


.nofound {
	background: #F5F4F1 url('img/httl2.png') center center no-repeat;
	padding: 70px 0;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.nofound .httl {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 74px;
}
.nofound p {
	font-size: 31px;
	line-height: 1.2;
	margin-bottom: 50px;
}


.include-box {
	background-color: #F2EDE6;
	padding: 30px 0 100px 0;
}
.include-box .top-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	max-width: 1005px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 20px;
}
.include-box .txt {
	font-size: 22px;
	margin-bottom: 0;
	padding: 15px 20px 15px 0;
}
.include-box .img {
	margin-right: 40px;
	max-width: 418px;
	width: 100%;
}
.include-box img {
	max-width: 100%;
	height: auto;
}

.include-box .box {
	background-color: white;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.include-box .box img {
	max-width: 100%;
	height: auto;
	max-height: 190px;
}
.include-box .box .ttl {
	font-family: "Cormorant", serif;
	font-size: 22px;
	margin-top: 20px;
	line-height: 1.1;
	min-height: 52px;
}
.include-box .box .num {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #B9844B;
	text-align: center;
	font-size: 50px;
	line-height: 1;
	font-family: "Cormorant", serif;
	color: white;
	position: absolute;
	left: -15px;
	top: -15px;
}

.accordion .item:first-child {
	border-top: 0;
}
.accordion .item {
	border-bottom: 1px solid #F8F8F8;
}
.accordion .item button {
	font-family: "Cormorant", serif;
	color: black;
	font-size: 24px;
	line-height: 1.2;
	padding: 25px 50px 25px 30px;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button span {	
	position: absolute;
	right: 15px;
	top: 2px;
	width: 42px;
	height: 42px;
	color: black;
	font-size: 60px;
	line-height: 1;
	transition: all .5s;
	transform: rotate(45deg);
	font-weight: 300;
	font-family: "Cormorant", serif;
	display: block;
	text-align: center;
	vertical-align: top;
}

.accordion .item button.collapsed span {
	transform: rotate(0);
}
.accordion .item button.collapsed {
	
}
.accordion .txt {	
	width: 90%;
	padding: 0 0 15px 30px;
}
.accordion .txt p {	
	font-size: 18px;
	margin-bottom: 15px;
}


.faq {
	padding: 50px 0 90px 0;
	position: relative;
	background-color: #F8F8F8;
}
.faq-box {
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
}

.bottom-form-box {
	padding: 80px 0;
	background-color: #B9844B;
}
.bottom-form-box .httl {
	color: white;
}


.footer-copyright {
	background-color: #B9844B;
	padding: 30px 0 20px 0;
	border-top: 1px solid white;
	font-size: 15px;
	color: white;
	text-align: center;
}
.footer-copyright a {	
	font-size: 15px;
	color: white;
	display: inline-block;
}

.bottom-form-box .form1 {
	background-color: white;
	border-radius: 15px;
	padding: 40px;
}
.form1 .ttl {
	font-size: 42px;
	line-height: 1.1;
	font-family: "Cormorant", serif;
	text-align: center;
	margin-bottom: 30px;
}

.form1 .row {
	margin: -5px;
}
.form1 .col {
	padding: 0 5px;
}
.form1 .inp {
	margin-bottom: 15px;
}
.inp label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}
.form1 .inp-txt{
	margin-bottom: 25px;
	font-size: 13px;
	color: #242b36;
}
.form1 .inp-txt a{
	font-size: 13px;
	color: #242b36;
	text-decoration: underline;
}
.form1 .inp-desc {
	font-size: 14px;
	color: #898989;
	margin-top: 5px;
}
.form1 label span {
	color: #de4f62;
}
.form1 input[type="text"],.form1 input[type="password"], .form1 textarea {
	background-color: white;
	padding: 13px 20px;
	font-size: 15px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #A1A1A1;
	display: block;
	outline: 0;
}
.form1 textarea {
	min-height: 60px;
}
.form1 .btn-box {
	text-align: center;
}
.form1 .btn2 {
	font-size: 18px;
}
.form1 .privacy {
	font-weight: normal;
	font-size: 14px;
	color: #6f6e73;
}
.form1 .privacy a {
	color: #7F8771;
	text-decoration: underline;
}
.chcks {
	margin-bottom: 25px;
}
.chcks .custom-checkbox {
	margin-bottom: 10px;
	font-size: 14px;
}


.custom-checkbox {
display: block;
  position: relative;
  padding-left: 30px;  
  cursor: pointer;
  font-size: 13px;
  color: #242b36;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #A1A1A1;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: white;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #A1A1A1;
	border: 1px solid #A1A1A1;
	border-radius: 5px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cnt .item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 50px;
}
.cnt .item img {
	margin-right: 15px;
}
.cnt .item a {
	font-size: 34px;
	color: white;
	line-height: 1;
	text-decoration: none;
}
.cnt .item a.phone {
	font-size: 44px;
}


.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	border: 1px solid white;
	border-radius: 15px;
	padding: 40px 20px;
	max-width: 460px;
}
.soc-box a {
	display: block;
	border-radius: 50%;
	margin: 5px 10px;
	transition: all .5s;
}
.soc-box a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
.soc-box span {
	font-size: 26px;
	color: white;
}

.modal .modal-dialog {
	max-width: 560px;
}
.modal .modal-content {
	padding: 40px;
	border-radius: 0;
}
.modal .modal-body {padding: 0;}

.form-ttl {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px;
}
#claimpopup.modal .btn2 {
	width: 100%;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 2;
	cursor: pointer;
}

.prod-desc-box .img {
	background-color: #F5F5F5;
	padding: 40px;
	text-align: center;
	margin: -40px 0 0 -40px;
	width: calc(100% + 80px);
}
.prod-desc-box .img img{
	max-width: 100%;
	height: auto;
}
.prod-desc {
	padding-top: 30px;
}
.prod-desc .ttl {
	font-family: "Cormorant", serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.prod-desc p {
	font-family: "Cormorant", serif;
	font-size: 16px;
	margin-bottom: 20px;
}
.prod-desc li {
	font-family: "Cormorant", serif;
	font-size: 16px;
	margin: 0 0 0 15px;
}
.prod-desc .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid #E6E6E6;
}
.prod-desc .btn-box span {
	display: block;
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: 24px;
	margin: 5px 15px 5px 0;
	flex: 1;
	-webkit-flex: 1;
}

.prod-desc .btn2 {
	padding: 12px 30px;
}

.promo-box .ttl {
	font-size: 24px;
	font-family: "Cormorant", serif;
	margin-bottom: 15px;
}
.promo-box p {
	font-size: 16px;
	margin-bottom: 10px;
}
.promo-box .price {
	font-family: "Cormorant", serif;
	font-size: 24px;
	margin-bottom: 10px;
}
.promo-box .choose-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 15px;
}
.promo-box .choose-box span {
	font-family: "Cormorant", serif;
	font-size: 16px;
	display: block;
	margin: 0 10px 10px 0;
}
.promo-box .choose-box b {
	font-size: 18px;
	display: block;
	margin: 0 10px 10px 10px;
}
.promo-box .choose-box select {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.promo-box .btn2 {
	padding: 12px 30px;
}

.cart-box .ttl {
	font-family: "Cormorant", serif;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.cart-box .btn2 {
	width: 100%;
}
.cart-items {
	border-bottom: 1px solid #eaeaea;
}
.cart-items .item {
	font-family: "Cormorant", serif;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.cart-total {
	font-family: "Cormorant", serif;
	font-size: 16px;
	text-align: right;
	margin: 15px 0 30px 0;
}

.plus-minus {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.plus-minus .plus, .plus-minus .minus {
	font-size: 16px;
	color: #CDCDCD;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	outline: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.plus-minus input {
	font-size: 16px;
	color: black;
	border: 0;
	background-color: white;
	max-width: 30px;
	line-height: 20px;
	height: 20px;
	padding: 0;
	text-align: center;
	display: block;
	outline: 0;
}
.p-del {
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: url('img/del.png') center top no-repeat;
}
.p-name {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex: 1;
	-webkit-flex: 1;
}
.p-name img {
	max-width: 80px;
	margin-right: 15px;
}
.p-name span {
	font-size: 16px;
	font-weight: 600;
	font-family: "Cormorant", serif;
}
.p-name img {
	max-width: 80px;
	margin-right: 15px;
}
.p-price {
	margin: 0 5%;
}
	








.menu-btn-box {
	
}
.menu-btn {
	width: 38px;
	height: 24px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #773245;
	opacity: 1;
	right: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #404040;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 10px;
  width: 60%;
}
.menu-btn  span:nth-child(3) {
  top: 20px;
  width: 80%;
}
.menu-btn.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.modal-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
  opacity: 1;
}
.modal-content ::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
  opacity: 1;
}
.modal-content :-ms-input-placeholder { /* IE 10+ */
  color: #282828;
  opacity: 1;
}
.modal-content :-moz-placeholder { /* Firefox 18- */
  color: #282828;
  opacity: 1;
}


.col2-set {

}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	 width: 100%;
	max-width: 48%;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: auto;
	padding: 10px;
	border: 1px solid black;
	display: block;
}

.cart-ico {
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 50px;
	width: 50px;
	z-index: 10;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	cursor: pointer;
}
.cart-ico span {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 15px;
	width: 15px;
	background-color: #b9844b;
	border-radius: 50%;
	font-size: 12px;
	color: white;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.cart-ico svg {
	width: 30px;
	height: 30px;
	stroke: #000;
}

.woocommerce-additional-fields {
	display: none;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
	max-width: 100%;
	padding: 0;
	margin-bottom: 30px;
}


@media screen and (max-width: 1098px){
	
}
@media screen and (max-width: 991px){
	.b1-box .ttl {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.b1-box .subttl, .b1-box p {
		font-size: 20px;
	}
	.httl.v1 {
		min-height: 120px;
		padding-top: 30px;
	}
	.httl, .nofound .httl  {
		font-size: 40px;
	}
	.subhttl {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.how {
		padding: 30px 0;
	}
	.how .box {
		padding: 20px;
	}
	.how .col-md-4 {
		margin-bottom: 15px;
	}
	.scroll-txt span {
		font-size: 14px;
	}
	.prod-spec .ttl {
		font-size:35px;
	}
	.prod-spec p {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.spec-sum .c.c2 {
		font-size: 100px;
	}
	.nofound p {
		font-size: 20px;
	}
	.nofound {
		background-size: contain;
	}
	.httl, .nofound .httl, .nofound p {
		margin-bottom: 20px;
	}
	.include-box .txt {
		font-size: 16px;
	}
	.include-box, .bottom-form-box, .faq {
		padding: 30px 0;
	}
	.accordion .item button {		
		padding: 20px 50px 20px 15px;
	}
	.accordion .txt {
		padding: 0 0 15px 15px;
	}
	.cnt .item a {
		font-size: 18px;
	}
	.cnt .item a.phone {
		font-size: 26px;
	}
	.form1 .ttl {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cnt .item {
		margin-bottom: 30px;
	}
	.soc-box {
		padding: 20px;
	}
	.soc-box span {
		font-size: 22px;
	}
	.form1 .btn2 {
		padding: 16px 50px;
	}
	.b1-box {
		padding: 50px 0;
	}
		
	.top-slider-box {
		background-size: contain;
	}
}
@media screen and (max-width: 768px){
	
	.b1-box .txt {
		text-align: center;
	}
	.b1-box p {
		margin-bottom: 20px;
	}
	.b1-box .btn-box {
		margin-bottom: 15px;
	}
	.prod {		
		margin-bottom: 80px;
	}	
	.spec-sum .c.c3 span {
		font-size: 100px;
	}
	.cnt {
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
	.soc-box span {
		order: 1;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.soc-box a {
		order: 2;
	}
	.soc-box a img {
		max-width: 60px;
	}
	.bottom-form-box .form1 {
		padding: 30px;
	}
	.prod .img {
		margin-bottom: 10px;
	}
	.prod .price {
		margin-bottom: 10px;
	}
	.spec-sum {
		display: block;
		text-align: center;
	}
	.prod-spec .c p {
		font-size: 25px;
		margin-bottom: 0;
	}
	.include-box .box .ttl {		
		margin-top: 15px;
		min-height: auto;
	}
	
	.header .pr-box.v1, body.fixed .header .txt0 {
		display: none !important;
	}
	/*body.fixed .header .pr-box.v2 {
		display: flex !important;
	}*/
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		float: none;
		max-width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.header .btn1 {
		display: none;
	}
	body.fixed .header .btn1 {
		display: block;
		font-size: 12px;
		padding: 12px 17px;
		margin-left: 10px;
	}
	.header .logo-box span {
		font-size: 16px;
	}
	.lang-box {	
		padding: 10px 17px;
		margin-right: 0;
	}
	.header .logo img {
		margin-right: 5px;
	}
}
@media screen and (max-width: 470px){

	.include-box .top-box {
		display: block;
		padding:15px;
		margin-bottom: 40px;
		margin-top: 0;
	}
	
	.prod {		
		padding: 230px 30px 30px 30px;
	}
	.prod .img img {
		max-width: 90%;
	}
		body.fixed .header .logo-txt2 {
        max-width: 120px;
    }
	

}
@media screen and (max-width: 400px){
	.prod .btn-box {
		display: block;
		text-align: center;
	}
	.prod .btn-box .btn1, .prod .btn-box .btn2 {		
		margin: 10px 0;
		display: block;
		
	}
	.modal .modal-content {
		padding: 40px 15px;
	}
	.p-name img {
		max-width: 40px;
		margin-right: 5px;
	}
	.prod {		
		padding: 200px 30px 30px 30px;
	}
	.header .btn-box {
		display: none;
	}
	
}
@media screen and (max-width: 360px){
	
	.prod {		
		padding: 160px 30px 30px 30px;
	}
	
	
}
