
.cart-z {
 padding: 5px 24px;
 border-style:solid;
 border-color:black;
 border-radius:8px;
 font-weight:bold;
}
#banner1 {
  position:relative;
  display:flex;
  flex: 0 0 100em;
  min-width: 100vw;
  z-index:9;
  height:15em;
  bottom:320px;
  overflow:hidden;
  margin:auto;
  padding:0px;
}
#banner2 {
  position:relative;
  display:flex;
  flex: 0 0 100%;
  min-width: 100vw;
  z-index:9;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

/*Q&A box*/
div + div {
    clear: both;
}

p {
    line-height: 1.4em;
    color: white;
}

.faq-title {
  position:relative;
  left:-10px;
    font-size: 2em;
    margin: 0.4em 0;
}

div.seperator {
    width: 7.5em;
    background-color: #e31b1b;
    height: 0.17em;
    margin-left: -1.8em;
}

.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1.5em 0em;
} 

.faq-list > div:last-child {
    border: unset;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    transition: all 0.3s ease;
}

summary:hover {
    color: #e31b1b;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
    color: #e31b1b;
}

details[open] p {
    border-left: 2px solid #e31b1b;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -33px 0.35em 0 0;
    font-weight: 200;
}

.faq-body {
  position:relative;
  display:flex;
  top:65px;
  left:2px;
  flex: 0 0 100%;
  min-width: 100em;
  height:50em;
    margin: 4em auto;
    box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
    padding: 5em;
    background-image: url('https://img.freepik.com/premium-photo/beautiful-young-woman-drinking-coffee-by-window_1022970-57184.jpg');
  background-repeat:no-repeat;
  background-size:cover;
}

.faq-list {
    position:relative;
    top:-100px;
    width: 55em;
    margin: 1em auto;
    padding: 2em 0;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: white;
    float: left;
    font-size: 1.9em;
    font-weight: bold;
    margin: -0.3em 0.65em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

/* email banner */

  .emailbanner {
  position:relative;
  display:flex;
  flex: 0 0 100%;
  min-width: 110em;
  height:360px;
  background-image: url('background1.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  overflow:hidden;
  margin:0px;
  padding:0px;
  }

  .feild1 form {
   position:relative;
   width:400px;
   display:inline-block;
  left:400px;
  top:100px; 
  margin-left:10px;
  padding:20px;
  }

  .feild1 {
  position:relative;
  width:1000px;
  height:400px;
  left:60px;
  top:10px;
   margin:0px;
  padding:0px;
  }
  .bud1 img {
  position:absolute;
  width:350px;
  right:70px;
  top:25px;
   margin:5px;
  padding:0px;
  box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
  }
  .feild1 h3 {
  position:relative;
  font-size:30px;
  top: 70px;
  left: 400px;
   margin:0px;
  padding:0px;
  font-family: cambria;
   src: url(cambria.ttf);
  }
  .feild1 h1 {
  position:relative;
  font-size:60px;
  top: 10px;
  left:400px;
   margin:0px;
  padding:0px;
  font-family: cambria;
   src: url(cambria.ttf)
  }
  .feild1 label {
   color:white;
   left:2px;
   top:3px;
  }

    .sub1 {
    position:relative;
    left:155px;
    top:5px;
  }

 

 