/* FONT LOAD */
@font-face {
    font-family: 'garlic_saltbold';
    src: url('../fonts/garlicsalt-bold-webfont.woff2') format('woff2'),
         url('../fonts/garlicsalt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'garlic_saltregular';
    src: url('../fonts/garlicsalt-regular-webfont.woff2') format('woff2'),
         url('../fonts/garlicsalt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'rofitasteregular';
    src: url('../fonts/rofitaste-webfont.woff2') format('woff2'),
         url('../fonts/rofitaste-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playfair_displayblack';
    src: url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'anvylregular';
    src: url('../fonts/anvyl-webfont.woff2') format('woff2'),
         url('../fonts/anvyl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* PUBLIC */
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;

}
body{
background: #FFD9AA;


}
nav{
  position: relative;
  z-index: 999;
}

.sticky {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
  margin-top: -90px;
	background: white;
	color: #F4991A;
  letter-spacing: 0px;
	font-size: 0.8em;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.sticky ul.main-nav {
  	background: white;
    width: 100%;
    height: 90px;
  /* -webkit-transform: perspective(1px) translateY(-0%);
  -ms-transform: perspective(1px) translateY(-0%);
  transform: perspective(1px) translateY(-0%); */
}

.sticky ul.main-nav li{
    /* display: inline-block; */
  /* margin-l: 0; */
  float: right;
  /* order: 0; */
}

a{
  text-decoration: none;
}
ul{
  list-style: none;
}
.main-nav{
  float: right;
  margin-top: 92px;
}
 .main-nav li{
  display: inline-block;
  margin-right: 50px;
}

 .main-nav li a{
   font-size: 24px;
  font-family: 'anvylregular';
  color: #723C00;
  letter-spacing: 3px;
  -webkit-transition: all ease-in-out 250ms ;
  -o-transition: all ease-in-out 250ms ;
  transition: all ease-in-out 250ms ;
 }

 .main-nav li a:hover{
   color: #F4991A;
 }
 .main-nav li.about-focus a{
   color: white;
 }

 .main-nav li.focus a, .sub-nav ul li.focus a{
   color: #F4991A;
 }

.clearfix{
clear: both;
}


.wrapper{
  width: 1200px;
  /* height: 2000px; */
  margin: 0 auto;
  background: #FAF8F3;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

/* FOOTER */


footer {
  background: #F9BC70;
  margin: 0 auto;
  position: relative;
  z-index: 60;
  width: 1200px;
  font-family: 'garlic_saltbold';
  font-size: 12px;
  /* font-weight: 100; */
}

footer .centered {
    width: 1000px;
padding-top: 80px;
    height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
  margin-right: 100px;
  margin-top: -20px;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-logo .social{
  text-align: center;
   color:#3D2400;
   margin-top: 10px;
}

footer .centered .footer-logo .social i{
     padding-left: 10px;
       /* color: #fff; */
}
footer .centered .footer-contact {
  width: 20%;
  margin-right: 50px;
  color: #723C00;
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  position: relative;
  float: left;
margin-right: 30px;
}

.footer-signup{
  margin-left: 50px;
}

footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;

  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
.footer-navigation .footer-links-holder .footer-links li a {
  color: #723C00;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .6em;
  text-transform: uppercase;
  background: #3D2400;
  color: white;
  padding: 15px 0;
  font-family: 'garlic_saltregular';
  letter-spacing: 3px;
}


.bottom-bar a{
    color: white;

}
.bottom-bar p{
    letter-spacing: 2px;
    padding-top: 10px;
}

footer h3 {
  font-weight: lighter;
  margin-bottom: 0;
 font-size: 24px;
 letter-spacing: 1.3px;

}
.footer-title{
  padding-bottom: 10px;
}
.footer-title a{
    color: #3D2400;
}
footer p, footer li {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
footer a {
  text-decoration: none;
  -webkit-transition: color .5s, background .5s;
  transition: color .5s, background .5s;
}

/* footer a:hover {

} */

.bottom-wrapper{
  padding-top: 20px;
}
/* .footer-signup-wrapper input{} */
 .footer-signup{
   margin-left: 10px;
 }

  .footer-signup-wrapper{
    text-align:center;
  }
  .footer-signup-wrapper input.email{
    width: 155px;
    height: 55px;
    padding: 10px;
    font-family: 'garlic_saltregular';

  }

  .footer-signup-wrapper input.submit{
    height: 55px;
    width: 110px;
    margin-left: -10px;
    background: #F9BC70;
    /* background: rgb(67,25,4); */
    color: white;
    border: 1px solid rgb(67,25,4);
    font-family: 'anvylregular';
    letter-spacing: 2px;
    -webkit-transition: all ease-in-out 240ms;
    -o-transition: all ease-in-out 240ms;
    transition: all ease-in-out 240ms;
  }

  .footer-signup-wrapper input.submit:hover{
      background: rgb(67,25,4);
  }
  .footer-signup-wrapper input.submit:hover{

  }

/* HOME */

.home-header{
  position: relative;
  height: 750px;
  background-position: center center;
  background-image: url(../img/home/home-bg.png);
  background-repeat:no-repeat;
  background-attachment: fixed;
  z-index: 20;

}
.home-title{
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: -80px;
  z-index: 50;

}
.home-title-content h1{
  font-family: 'rofitasteregular';
  color: #431904;
  font-size: 120px;
  letter-spacing: 8px;
  position: relative;
  z-index: 30;
  padding-top: 310px;
  margin-left: 150px;
  width: 350px;
  text-align: left;
}
.home-title img{
  margin-top: -400px;
  margin-right: -750px;
  padding-bottom:300px;
  position: relative;
  z-index: 10;
}
.home-content h2{
  font-family: 'anvylregular';
  color: #431904;
  letter-spacing: 5px;
  font-size: 36px;
  padding-bottom: 20px;
}
.home-content h4{
  margin: 0 auto;
  width:650px;
  text-align:center;
  font-family: 'anvylregular';
  color: #431904;
  letter-spacing: 5px;
  font-size: 36px;

}
.home-content p{
  font-family: 'playfair_displayregular';
  font-size: 18px;
  line-height: 35px;
  color: #431904;
  letter-spacing: 1px;
  /* adjust call-to btn */
  margin-bottom: 50px;
}

.home-hightlight{
  color:#F7AB4C;
}
.why-content{
  padding: 60px;
}
.why-wrapper{
  float: left;
  padding-top: 100px;
  margin-left: 150px;
  width: 300px;
}

.why-us-photo{
  float: right;
  margin-right: 230px;
}

.home-wheat img{
  margin-left: -200px;
}
.nature-content{
  margin-top: -400px;
}
.nature-wrapper{
  height: 600px;
  padding-top: 150px;
  text-align: center;

}

.nature-wrapper h2{
  width: 400px;
  text-align: center;
  margin: 0 auto;
}

.feature-bread{
    margin: 0 auto;
    width: 900px;
    display: flex;
    padding-bottom: 30px;

}
.feature-bread img{
  margin: auto;

}
.feature3{
  padding-top: 30px;
}
a.home-btn{
  margin-top: 90px;
  font-family: 'anvylregular';
  color:white;
  padding:20px 40px;
  width: 160px;
  background:#431904;
  border-radius: 40px;
  letter-spacing: 5px;
  font-size: 20px;
  cursor: pointer;
}
a.home-btn:hover{
  background-color: #F4991A;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* a.home-btn */


.baking-content{
  margin-top: 100px;
  height: 450px;
  background-image: url('../img/home/baking-5.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

}
.baking-wrapper{
  text-align:center;
  padding-top: 150px;
  padding-left: 200px;
  text-align: left;
}
.baking-p1{
  float: left;
  /* padding-right: 100px; */
}
.baking-p1 h2{
  color:#431904;
}
.baking-p1 p{

  color:#431904;
  font-family: 'anvylregular';
}

.accessary-content{
  margin-top: 150px;
  height: 600px;

}

.accessary-wrapper{
  text-align: center;
}
.signup-content{
  margin-top: 100px;
  height: 300px;
  background-image: url('../img/home/signup-wheat.png'), url('../img/home/crumbs.png');
  background-position:right bottom, center bottom ;
  background-repeat: no-repeat,no-repeat;
}
.signup-wrapper{
  text-align:center;
}

.signup-wrapper h4{
  line-height: 48px;
  margin-bottom: 60px;
}
.signup-content input.email{
  width: 295px;
  height: 64px;
  padding: 10px;
  font-family: 'garlic_saltregular';

}

.signup-content input.submit{
  height: 64px;
  width: 204px;
  margin-left: -10px;
    margin-top: 10px;
  background: #431904;
  color: white;
  border: none;
    letter-spacing: 3px;
    font-family: 'anvylregular';
}

/* ABOUT */
.about-header{
  position: relative;
  height: 585px;
  background-image: url(../img/about/nav-bg.png);
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: top center;
  /* background-position: center center;
  width: 100%; */
}

 .home img{
  float: left;
  padding: 50px;
  margin-left: 51px;

}

 .about-title{
   text-align: center;
   margin-top: -40px;
 }

 .about-title h1{
   font-family: 'rofitasteregular';
   color: #431904;
   font-size: 120px;
   letter-spacing: 8px;
 }

 .about-para{
   position: relative;
   height: 500px;
 }
 .about-para p strong{
   font-family: 'anvylregular';
   letter-spacing: 8px;
   color:#431904;
   font-size: 48px;
 }
 .para-imgs{
   position: relative;
   z-index: 60;
 }
 .para-imgs .para-left{
   float: left;
   position: relative;
   left: -280px;
   top: -250px;
 }
 .para-imgs .para-left2{
   position: relative;
   left: -200px;
 }
  .para-imgs .para-right{
    float: right;
    position: relative;
    right: -550px;
    top:-80px;
  }

 .about-para p{
   position: relative;
   font-family: 'playfair_displayregular';
   width: 450px;
   margin: 0 auto;
   font-size: 18px;
   padding-top: 200px;
     color: #723C00;
   line-height: 35px;
   letter-spacing: 1px;
 }

  .about-para strong{
    font-size: 36px;
    font-family: 'playfair_displayregular';
    letter-spacing: 3px;
  }

.sub-sustitle{
  position: relative;
  top:-350px;
  text-align: center;
  font-size: 64px;
  line-height: 150px;
  width: 790px;
  margin: 0 auto;
}

.sub-sustitle h1{
  font-family: 'anvylregular';
  letter-spacing: 9px;
  color:#431904;
}


.about-staff{
  position: relative;
  top: -300px;
  height: 280px;
  margin: 0 auto;

}

.staff-container{
  width: 900px;
  margin-left: 50%;
  transform:translateX(-50%);
  position: relative;
  background
  z-index: 100;
  color: #431904;
}

.staffs{
  display: inline-block;
  float: left;
  margin-left: 60px;
  bottom: -200px;
  margin-top: -100px;
}

.staffs h3{

    font-family: 'garlic_saltregular';
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.staffs h4{

    font-family: 'playfair_displayregular';
    margin-bottom: 20px;
    font-size: 20px;
}
.staffs img{

}
.staff-intro, .staff-social{
  position: relative;
  text-align: center;
}

.staff-social i{
  margin-right: 10px;
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.staff-social i:hover{
  color: #F4991A;
}

.about-staff img.staff-bg{
  position: relative;
  z-index: 20;
  bottom: 100px;

}
.why-us{
  height: 600px;
  margin-top: -300px;
  background-image: url('../img/about/why-bg.png');
  background-attachment:fixed;
  width: 100%;
  background-repeat: no-repeat;
 background-position: top;
 background-size: cover;
 background-position: top center;
}

.why-para{

  position: relative;
  text-align: center;
  margin-left: 50%;
  transform:translateX(-50%);
  color: #431904;


}
.why-para h1{
  margin-top: 150px;
  margin-bottom: 50px;
  height: 200px;
  font-size: 64px;
  font-family: 'anvylregular';
  letter-spacing: 5px;

}

.why-para p {
letter-spacing: 1px;
  width: 240px;
  text-align: center;
  line-height: 25px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: 'playfair_displayregular';
  color: white;
  text-shadow: 1px 1px 6px rgba(61, 36, 0, 0.76);

}

/* BREAD PAGE */
.bread-wrapper{
  background:#FAF8F3;
}
.bread-header{
  position: relative;
  background-color:#F2F2F2;
  background-repeat: no-repeat;
  height: 680px;
  background-image: url('../img/bread/bread-bg.png');
  background-position: right;
  z-index: 10;
  background-attachment: fixed;
  background-position: right center;
}
.bread-title-content{

  position: relative;
  z-index: 50;
  margin-top: -450px;
  margin-left: 230px;
}

.bread-title-content h1{
  font-family: 'rofitasteregular';
  font-size: 110px;
  color: #431904;
  font-weight: 100;
  letter-spacing: 10px;

}

.bread-title-content p{
    font-family: 'playfair_displayregular';
    color: #431904;
    width: 300px;
    line-height: 30px;
    margin-top: -50px;
}

.RYE-content h1,.SOUR-content h1,.WHEA-content h1{
  font-family: 'anvylregular';
  color: #723C00;
  letter-spacing: 5px;
  font-size: 64px;
}

.RYE-content p,.SOUR-content p,.WHEA-content p{
  font-family: 'playfair_displayregular';
  color: #6A5C55;
  line-height: 30px;
}
.SOUR-content{
  margin-left: 100px;
  margin-top: 200px;

}
.RYE-content,.WHEA-content {
  margin-right: 100px;
}
.WHEA-content{
  margin-top: 200px;
}
.RYE{
  position: relative;
  z-index: 80;
  margin-top: -100px;
  margin-left: -200px;
  height: 1000px;
  background-image: url('../img/bread/Rye1.png'), url('../img/bread/Rye1-1.png');
  background-position:left bottom,20% 40%;
  background-size: 40% 65%, 50% 40%;
  background-repeat: no-repeat, no-repeat;

}

.RYE-content{
float: right;
margin-top: 450px;
text-align: right;
width: 400px;
}

.COMMON-detail{

  display: flex;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 125% 100%;
  background-position: 20% -80%;
  background-image: url('../img/bread/bd-shape-1.png');
  margin: 0 auto;

}

.COMMON-detail h3{
    font-family: 'anvylregular';
    color: #723C00;
 font-size: 24px;
 letter-spacing: 3px;
}

.COMMON-detail p{
    font-family: 'rofitasteregular';
    color: #723C00;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 15px;
}
.COMMON-detail a{

}
.COMMON-detail a, .product-de-content a{
   font-family: 'anvylregular';
   color:white;
   padding:20px 40px;
   width: 160px;
   background:#431904;
   border-radius: 40px;
   letter-spacing: 5px;
}

.COMMON-detail a:hover, .product-de-content a:hover{
  background-color: #F4991A;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.bread-price{
  font-size: 36px;
}
.rye{
margin: auto;

}
.detail{
  text-align: center;
}

.dark-de{
  margin-top: 65px;
}
.seed-de{
  margin-top: 30px;
}
.mini{
  margin-top: 50px;
}

.SOUR{
  position: relative;
  z-index: 80;
  margin-right: -100px;
  height: 1000px;
  background-image: url('../img/bread/Sour1.png'), url('../img/bread/Sour1-1.png');
  background-position:right top,50% 10%;
  background-size: 60% 50%, 40% 30%;
  background-repeat: no-repeat, no-repeat;

}

.SOUR-content{
float: left;
text-align: left;
width: 400px;
}
.rye-up{
  margin-top: -80px;
}
.sour-up{
  margin-top:-500px;
}
.wheat-up{
  margin-top: -500px;
}

.WHEA{
  position: relative;
  z-index: 80;
  height: 900px;
  background-image: url('../img/bread/Wheat1.png'), url('../img/bread/Wheat1-1.png');
  background-position:left top,10% 40%;
  background-size: 40% 60%, 30% 30%;
  background-repeat: no-repeat, no-repeat;

}

.WHEA-content{
float: right;
text-align: right;
width: 400px;
}

/* SHOPPING DETAIL PAGE */

.shopping-wrapper{
}
.sub-nav ul {
  display: inline-block;
  margin-left: 60px;
  margin-top: 30px;

}
.sub-nav ul li{
    float: left;
    margin-left: 20px;

}

.sub-nav ul li a{
  color:#723C00;
  font-family: 'anvylregular';
  font-size: 24px;


}
.product-wrapper{
margin-top: 60px;
}

.product-box{
  position: relative;
  width: 40%;
  height: 380px;
  background:white;
  float: left;
  margin-left: 100px;
  /* padding: 30px; */
}
.product-photo>img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 80%;
  height: 65%;
}

.product-detail{
  position: relative;
  width: 50%;
  height: 700px;
  float: right;
}

.product-content{
width: 70%;
margin: 0 auto;
}

.product-de-content{
  margin-bottom: 40px;
}

.product-de-content h2{
  color:#723C00;
  font-family: 'anvylregular';
  font-size: 36px;
  letter-spacing: 2px;
}

.product-de-content p{
      font-family: 'garlic_saltregular';
      padding-bottom: 30px;
}

.product-de-content p:nth-child(2){
  font-size: 24px;
  color: #6A5C55;
  font-weight: 500;
}
.product-de-content p.quantity input{
  padding: 10px 15px;
  margin-left: 10px;
  text-align: center;
  font-family: 'garlic_saltregular';

}
.data{
  /* background: white; */
  padding: 20px;
}
.data-1{
/* border-bottom: 1px dotted #6A5C55; */
/* background: orange; */
margin-bottom: 10px;
}

dt{
      font-family: 'playfair_displayregular';
        padding-bottom: 5px;
}
dd{
    font-family: 'garlic_saltregular'
}
dd ul{
  display: inline-block;

}
dd ul li{
  float: left;
    border-right: 1px dotted #6A5C55;
  margin-top: 10px;
}
dd ul li span{

  padding: 0px 10px;
  line-height: 20px;
  /* padding-bottom: 5px; */

}


.review-box{
  padding: 30px;
  margin-left: 100px;
  background-image: url('../img/accessary/review-wheat.png');
  background-position: 130% 80%;
  background-repeat: no-repeat;

}

.review-title{
  margin-bottom: 30px;
}

.review-title p{
    font-family: 'garlic_saltregular'
}
.review-box h2{
    color:#431904;
      font-family: 'anvylregular';
      font-size: 36px;
      letter-spacing: 2px;
      padding-bottom: 30px;

}
.review-title .star i{
margin-bottom: 15px;
  color:#F4991A;
  margin-right: 10px;
}


.review-comment p{
    font-family: 'garlic_saltregular'
}


.review-comment p{
    font-family: 'garlic_saltregular';
      color:#723C00;
      letter-spacing: 1px;
}
.comment1
{
  width: 50%;
  float: left;
}

.comment2{
  width: 50%;
  float: right;

}

.comments{
  line-height: 20px;
}
.comments p:last-child{
  margin-bottom: 60px;
}
.review-comment a{
  background:#431904;
  color:white;
  padding: 20px;
  text-align: center;
  font-family: 'anvylregular';
  letter-spacing: 3px;
  width: 250px;
  /* transform: translate(-50%, -50%); */
}
.review-comment a:hover{
  background-color: #F4991A;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.comments .words{
  margin-top: -50px;
  width: 300px;
}
.avatar-detail .name{
  font-size: 20px;
}
.maylike-wrapper {
  /* margin-top: 100px; */
  background-image: url('../img/shopping/shopping-shape.png');
  background-repeat: no-repeat;
}
.maylike-wrapper h2{
  color:#431904;
    font-family: 'anvylregular';
    font-size: 36px;
    letter-spacing: 2px;
    padding-top: 70px;
    text-align: center;
}

.shopping-featured img{
  padding-top: -70px;
}

/* WORKSHOP PAGE */

/*---------header- video-start----------*/
.v-header
{
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
.video-container
{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin:auto;
  text-align: center;
}

.fullscreen-video-wrap
{
  position: absolute;
  top:0;
  left: 50%;
  width: 1200px;
  height: 100vh;
  transform: translate(-50%, 0%);
  /* margin:auto; */
  overflow: hidden;
}

.fullscreen-video-wrap video
{
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.header-overlay
{
  height: 100vh;
  /* width: 100vw; */
  position: absolute;
  top:0;
  left: 0;
  background: #431904;
  z-index: 1;
  opacity: 0.4;
}
.header-content
{
  z-index: 2;
  text-align: center;
margin-left: auto;
margin-right: auto;
}
.header-content h1
{
  font-family: 'rofitasteregular';
  color: #FAF8F3;
  font-size: 120px;
  letter-spacing: 8px;
  padding-bottom: 400px;
  /* margin-bottom: 200px; */

}
/*header-video-end*/

.bClass-wrapper{
  position: relative;
  z-index: 10;
  background-image: url('../img/bakingClass/baking-main.png');
  background-repeat: no-repeat;
  background-position: top;
margin-top: -250px;
  height: 2000px;
background-attachment: fixed;

}

.class-content{
  position: relative;
  top: 300px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  height:1000px;
  background-color: #FAF8F3;
  padding: 100px;
}
.class-text{
  margin-top:50px;
}
.class-text h2{
  font-family: 'anvylregular';
  font-size: 48px;
  letter-spacing: 1px;
  color:#723C00;
  padding-bottom: 20px;

}
.class-text p{
  font-family: 'playfair_displayregular';
  color: #6A5C55;
     line-height: 35px;
}
.class-text ol li{
  font-family: 'playfair_displayregular';
  color: #6A5C55;
     line-height: 35px;
}

.class-wrapper .class-p1{
  width: 450px;
  float: left;
  padding-left: 50px;
}

.class-wrapper .class-p2{
  float: right;

}

.class-wrapper{
    margin-top: -20px;
}

.class-wrapper2 .class-p3{
  width: 450px;
  float: right;

}
.class-p4{
  float: left;
}
.sign-up{

  background-image: url('../img/bg-shape.png');
  height: 400px;
  width: 1200px;
  margin: 0 auto;
  position: absolute;
 bottom: 0;
}
.sign-1{
  float: left;
}
.sign-2{
  float: right;
  height: 150px;
  padding-right: 100px;
}


.sign-2 h1 {
  text-transform: uppercase;
  text-align:center;
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding: 0;
  color:#723C00;
  font-family: 'anvylregular';

}

.sign-2 p{
  margin: 0 0 15px 0;
  padding: 0;
  color: #555;
  font-style: italic;
  font-size: 14px;
}

.sign-2 form{
  width: 428px;
  margin: 70px auto;
  padding: 50px;
}

.sign-2 input {
  font-family: 'PT Sans Narrow';
  font-size: 20px;
}

.sign-2 .info{
  display: inline-block;
  margin-right: 5px;
}

.sign-2 .info input {

  display: block;
  width: 300px;
  height: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #723C00;
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 12px 10px;
  background: none;
}

.sign-2 .info input:last-child {
  margin: 0;
}

.sign-2 .info input:focus {
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  background: white;
  opacity: .4;
  outline: none;
}

.sign-2 input[type="submit"]{
  vertical-align: top;
  height: 48px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  font-family: 'anvylregular';
  width: 160px;
  background:#431904;
  border-radius: 40px;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.sign-2 input[type="submit"]:hover{
  background-color: #F4991A;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


/* ACCESSARY */
.acc-header{
  height: 600px;
    background-image: url('../img/accessary/acc-title.png');
    background-repeat: no-repeat;
    background-color: #E9E9E9;
    /* background-attachment: fixed; */
}

.acc-copyright{
  padding-right: 100px;
}

.acc-copyright h1{
  font-family: 'rofitasteregular';
  font-size: 120px;
  color: #431904;
  letter-spacing: 8px;
  margin: 0;
}

.acc-copyright{
  float: right;
  text-align: right;
}


.acc-main{
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;

}
.acc-content{
  float: right;
  text-align: right;
  width: 350px;
}

.acc-content p{
  color:#6A5C55;
}
.acc-left{
  float:left;
  text-align: left;
  width: 350px;
}


.acc-content h1{
  font-family: 'anvylregular';
  color: #723C00;
  letter-spacing: 5px;
  font-size: 64px;
}

.acc-content p{
font-family: 'playfair_displayregular';
color: #6A5C55;
line-height: 30px;
}
.acc-product h1{
  font-family: 'anvylregular';
  color: #723C00;
  letter-spacing: 5px;
  font-size: 36px;
  text-align: center;

}

.acc-pros{
  position: relative;
  margin-right: 30px;
}

.product-box1, .product-box2{
  display: flex;
 align-items: center;
 justify-content: center;
}

.pro-details h3{
  font-family: 'anvylregular';
  color: white;
  letter-spacing: 5px;
  font-size: 24px;
}


.pro-details p{
  font-family: 'anvylregular';
  color: white;
  letter-spacing: 5px;
  margin-top: -20px;
  text-align: center;
  font-size: 24px;
  text-shadow: 1px 5px 2px rgba(150, 150, 150, 0.48);

}
.apron-wrapper img,.bag-wrapper img{
  position: relative;

}
.apron-wrapper a img:hover, .bag-wrapper a img:hover{

      -webkit-transition:all ease-in-out 300ms;
      -o-transition:all ease-in-out 300ms;
      transition:all ease-in-out 300ms;
opacity: .8;

}

/* Hover Effect `https://codepen.io/littlesnippets/pen/vNByJE */`
.acc-pros img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.acc-pros  div.pro-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8em 4em;
  width: 100%;
  height: 100%;
}
.acc-pros  div::before {
  position: absolute;
  top: 50px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* .pro-details h3, */
.pro-details p {
  /* margin: 0 auto; */
  text-align: center;
  padding-top: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}

.pro-details p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;

}

.pro-details:hover img {
  opacity: 0.35;

}

.acc-pros:hover  div p {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;

}
.acc-pros:hover  div::before {
  background: rgba(255, 255, 255, 0);
  left: 50px;
  right: 50px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Hover Effect End */

/* SUBPAGE - CLOTH-1 */
.cloth-detail{
  height:550px;
}
.cloth-detail .data-1 p{
  font-family: 'garlic_saltregular';
    color:#723C00;
    letter-spacing: 1px;
    border-bottom: none;
}
.maylike-wrapper{
  margin-top: 100px;
}
.maylike-wrapper h2{
  padding-bottom: 20px;
}
.maylike-wrapper .acc-may{
margin-left: 200px;
}
.maylike-wrapper .acc-may img{
  padding-right: 20px;
  /* margin-left: 50%;
  transform:translateX(-50%); */
}
