/************************************/
/* PAGE TITLE */
/************************************/

#pageTitle {
  padding: 4vh 0;
  background: var(--baseLinkColor);
}

#pageTitle .pTitle {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#pageTitle .breadContainer {
  padding: 0 0 10px 0;
}

#pageTitle .breadItem {
  display: inline-block;
  border-right: 1px solid #fff;
}

#pageTitle .breadItem:first-child {
  border-left: 1px solid #fff;
}

#pageTitle .breadItem a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1vw;
}

#pageTitle .breadItem a:hover {
  color: #333;
}

/************************************/
/* END PAGE TITLE */
/************************************/

/************************************/
/* LIST */
/************************************/

#list {
  padding: 0;
  background: #fff;
}

#list .listItem {
  display: inline-block;
  width: 50%;
  background: #f2f2f2;
  position: relative;
  vertical-align: top;
}

#list .listItem:nth-child(odd) {
  padding: 9vh 1vw 9vh 3vw;
}

#list .listItem:nth-child(even) {
  padding: 9vh 3vw 9vh 1vw;
}

#list .listItem:nth-child(4n), #list .listItem:nth-child(4n-1) {
    background: #fff;
}

#list .listLink {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  display: block;
  width: 100%;
}

#list .listLink::before {
  content: "\e818";
  font-family: "icomoon";
  background: var(--baseLinkColor);
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin-right: 10px;
}

#list .listLink:hover {
  color: var(--baseLinkColor);
}

#list .item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

#list .itemContainer {
  margin: 30px 0 0 0;
}

#list .itemContainer .itemTitle {
  padding: 20px 10px 0 10px;
}

@media (max-width:1400px){
  #list .item {
    width: 50%;
  }

  #list .item:last-child {
    display: none;
  }
}

@media (max-width:1000px){
  #list .listItem {
    width: 100%;
  }

  #list .listItem:nth-child(odd) {
    background: #f2f2f2;
    padding: 9vh 3vw;
  }

  #list .listItem:nth-child(even) {
    background: #fff;
    padding: 9vh 3vw;
  }

  #list .item {
    width: 33.33%;
  }

  #list .item:last-child {
    display: inline-block;
  }
}

@media (max-width:750px){
  #list .item {
    width: 50%;
  }

  #list .item:last-child {
    display: none;
  }
}

@media (max-width:480px){
  #list .item {
    width: 100%;
  }

  #list .item:not(:first-child) {
    display: none;
  }
}

/************************************/
/* END LIST */
/************************************/

/************************************/
/* PRODUCTLIST */
/************************************/

#productList {
  background: #f2f2f2;
}

#productList .product {
  display: inline-block;
  width: 25%;
  padding-bottom: 9vh;
  vertical-align: top;
}

@media (min-width:1600px){
  #productList .product {
    width: 20%;
  }
}

@media (max-width:1000px){
  #productList .product {
    width: 33.33%;
  }
}

@media (max-width:750px){
  #productList .product {
    width: 50%;
  }
}

@media (max-width:480px){
  #productList .product {
    width: 100%;
  }

  #productList .itemContainer.col4 .itemImg {
    height: 103vw;
  }
}

/************************************/
/* END PRODUCTLIST */
/************************************/

/************************************/
/* DETAIL */
/************************************/

#detail {
  background: #f2f2f2;
  padding: 9vh 0 3vh 0;
}

#detail .detailSlickContainer {
  position: relative;
  text-align: center;
}

#detail .detailSlick {
  position: relative;
  margin: auto;
  max-width: 700px;
  max-height: 800px;
}

#detail .detailSlide {
  opacity: .3;
}

#detail .detailSlide.slick-current {
  opacity: 1;
}

#detail .detailImg {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

#detail .slickNav {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}

#detail .slickNav li {
  width: 50%;
  display: inline-block;
  text-align: left;
}

#detail .slickNav li:last-child {
  text-align: right;
}

#detail .slickNav a {
  color: #333;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

#detail .slickNav a:hover {
  background: #333;
  color: #fff;
}

#detail .detailTitle {
  font-family: "Satisfy", cursive;
  padding: 10px 0;
  text-align: center;
}

#detail .social {
  text-align: center;
}

#detail .formStyle {
  max-width: 600px;
  margin: 20px auto;
}

#detail .formStyle .col2 {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
}

#detail .formStyle .col1 {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 0 5px;
}

#detail .detailPrice {
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

#detail .cta {
  width: 280px;
  margin: auto;
  display: block;
  background: #333;
  font-family: "Barlow", sans-serif;
}

@media (max-width:480px){
  #detail .formStyle .col2 {
    width: 100%;
  }
}

/************************************/
/* END DETAIL */
/************************************/

/************************************/
/* DETAILINFO */
/************************************/

#detailInfo {
  padding: 3vh 0;
  color: #333;
}

#detailInfo .infoContainer {
  color: #fff;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

@media(max-width:480px){
  #detailInfo .infoContainer {
    height: 65px;
  }

  #detailInfo .infoContainer::before {
    content: "\e818";
    font-family: "icomoon";
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 20px
  }

  #detailInfo .open {
    height: auto;
  }

  #detailInfo .open::before {
    content: "\e819";
  }
}

/************************************/
/* END DETAILINFO */
/************************************/

/************************************/
/* SUGESTIONS */
/************************************/
#sugestions {
  background: #fff;
  padding: 3vh 0 9vh 0;
}

#sugestions:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));
  position: absolute;
  top: 0;
  left: 0;
}

#sugestions .sectionTitle {
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 2vh 0;
}

#sugestions .slickNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#sugestions .slickNav li {
  float: left;
}

#sugestions .slickNav li:last-child {
  float: right;
}

#sugestions .slickNav a {
  color: #333;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

#sugestions .slickNav a:hover {
  background: #333;
  color: #fff;
}

/************************************/
/* END SUGESTIONS */
/************************************/

/************************************/
/* END CART */
/************************************/

#cart {
  background: #f2f2f2;
  padding: 9vh 0;
}

#cart .cartItem {
  display: inline-block;
  width: 15%;
  text-align: right;
  padding: 10px 5px;
  vertical-align: middle;
}

#cart .cartItem:nth-child(2) {
  width: 20%;
  text-align: center;
}

#cart .cartItem:first-child {
  width: 50%;
  text-align: left;
}

#cart .cartTitle {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

#cart .cartTitle .cartItem {
  text-transform: uppercase;
  font-weight: 700;
  border-top: none;
}

#cart .cartItemContainer {
  border-bottom: 1px solid #ccc;
}

#cart .cartImg {
  max-width: 160px;
  max-height: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

#cart .cartItemTitle {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #333;
}

#cart .cartItemTitle:hover {
  color: var(--baseLinkColor);
}

#cart .cartItem .fsInput {
  max-width: 100px;
}

#cart .updateCart {
  padding: 10px 0;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}

#cart .updateCart:hover {
  color: #333;
}

#cart .removeCart {
  padding: 10px;
  cursor: pointer;
  color: #333;
}

#cart .removeCart:hover {
  font-weight: bold;
}

#cart .cartPrice {

}

#cart .cartProd {
  display: inline-block;
  max-width: 50%;
  text-align: left;
  vertical-align: middle;
}

#cart .cartInfo{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 20px 0 0 0;
}

#cart .promo {
  max-width: 280px;
  margin: 10px 0 0 0;
  position: relative;
}

#cart .promoSubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 20px;
}

#cart .cartSumContainer {
  padding: 0 0 10px 0;
  text-align: right;
}

#cart .cartSum {
  width: 70%;
  display: inline-block;
}

#cart .cartSumContainer .cartSum:last-child {
  width: 30%;
}

#cart .cartTotal {
  font-weight: 700;
  text-transform: uppercase;
}

#cart .cta {
  margin: auto;
  background: #333;
  font-family: "Barlow", sans-serif;
  text-align: center;
}

#cart .cartNav {
  display: inline-block;
  width: 50%;
}

#cart .checkout {
  float: right;
  font-weight: 700;
}

#cart .back {
  background: #666;
}

#cart.conclusao .cartImg {
    max-width: 80px;
    max-height: 90px;
}

#cart.conclusao .dadosDiv {
  padding: 3vh 10px;
  text-align: center;
  vertical-align: top;
}

#cart.conclusao .dadosTitle {
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

#cart.conclusao .confirmarSubmit {
  max-width: 300px;
  margin: auto;
  display: block;
}

@media (max-width:650px){
  #cart .cartItem:nth-child(3) {
    display: none;
  }

  #cart .cartItem:first-child {
    width: 33.33%;
    text-align: center;
  }

  #cart .cartItemTitle {
    padding: 10px 0 0 0;
  }

  #cart .cartItem:nth-child(2) {
    width: 33.33%;
  }

  #cart .cartItem:last-child {
    width: 33.33%;
  }

  #cart .cartProd {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  #cart .cartInfo{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }

  #cart .cartSum {
    width: 60%;
  }

  #cart .cartSumContainer .cartSum:last-child {
    width: 40%;
  }
}

/************************************/
/* END CART */
/************************************/

/************************************/
/* LOGIN */
/************************************/

#login {
  padding: 9vh 0;
  background: #f2f2f2;
}

#login .wrap {
  max-width: 600px;
}

#login .formStyle {
  margin: 2vh 0 0 0;
}

#login .loginCol2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#login .loginCol2:last-child {
  text-align: right;
}

#login .recover {
  cursor: pointer;
}

#login .cta {
  margin: auto;
  background: #333;
  font-family: "Barlow", sans-serif;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
}

/************************************/
/* END LOGIN */
/************************************/

/************************************/
/* REGISTER */
/************************************/

#register {
  padding: 9vh 0;
  background: #1a1a1a;
}

#register .wrap {
  max-width: 600px;
}

#register .registerInfo {
  color: #fff;
}

#register .formStyle {
  margin: 2vh 0 0 0;
}

#register .col2 {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

#register .col2.right {
  padding: 0 0 0 5px;
}

#register .col3_1 {
  display: inline-block;
  width: 25%;
  padding: 0 5px 0 0;
}

#register .col3_2 {
  display: inline-block;
  width: 20%;
  padding: 0 5px ;
}

#register .col3_3 {
  display: inline-block;
  width: 55%;
  padding: 0 0 0 5px ;
}

#register .col3 {
  display: inline-block;
  width: 33.33%;
  padding: 0 5px;
}

#register .col3:first-child {
  padding: 0 5px 0 0;
}

#register .col3:last-child {
  padding: 0 0 0 5px;
}

#register .cta, #moreProducts {
  margin: auto;
  background: var(--baseLinkColor);
  font-family: "Barlow", sans-serif;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
}

#moreProducts {
  display: block;
  max-width: 240px;
}

#register .termosInfo {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 10px 10px;
  max-width: 90%;
}

@media (max-width:480px){
  #register .col2 {
    width: 100%;
    padding: 0;
  }

  #register .col2.right {
    padding: 0;
  }
}

/************************************/
/* END REGISTER */
/************************************/

/************************************/
/* PAY */
/************************************/

#pay {
  padding: 9vh 0;
  background: #f2f2f2;
}

#pay .wrap {
  max-width: 1200px;
}

#pay .payInfo {
  padding: 0 0 10px 0;
}

#pay .payMain {
  display: block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px 20px 0;
  margin: 0 auto;
}

#pay .payMain:nth-child(2) {
  padding: 0 0 20px 10px;
}

#pay .payMain:nth-child(3) {
  padding: 0 10px 20px 0;
}

#pay .col2 {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

#pay .col2.right {
  padding: 0 0 0 5px;
}

#pay .col3_1 {
  display: inline-block;
  width: 25%;
  padding: 0 5px 0 0;
}

#pay .col3_2 {
  display: inline-block;
  width: 20%;
  padding: 0 5px ;
}

#pay .col3_3 {
  display: inline-block;
  width: 55%;
  padding: 0 0 0 5px ;
}

#pay .col3 {
  display: inline-block;
  width: 33.33%;
  padding: 0 5px;
}

#pay .col3:first-child {
  padding: 0 5px 0 0;
}

#pay .col3:last-child {
  padding: 0 0 0 5px;
}

#pay .cta {
  margin: auto;
  background: var(--baseLinkColor);
  font-family: "Barlow", sans-serif;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
  display: block;
}

@media (max-width:850px){
  #pay .payMain {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #pay .payMain:nth-child(2) {
    padding: 0 0 20px 0;
  }

  #pay .payMain:nth-child(3) {
    padding: 0 0 20px 0;
  }
}

@media (max-width:480px){
  #pay .col2 {
    width: 100%;
    padding: 0;
  }

  #pay .col2.right {
    padding: 0;
  }
}

/************************************/
/* END PAY */
/************************************/

/************************************/
/* ABOUT */
/************************************/

#about {
  background: #1a1a1a;
  padding: 9vh 0;
}

#about .wrap {
  max-width: 1000px;
  color: #fff;
}

#about p {
  padding: 0 0 3vh 0;
}

#about p:last-child {
  padding: 0;
}

/************************************/
/* END ABOUT */
/************************************/

/************************************/
/* CONTACT */
/************************************/

#contact {
  background: #1a1a1a;
  padding: 9vh 0;
}

#contact .wrap {
  max-width: 600px;
}

#contact .contactText {
  color: #fff;
  padding: 0 0 30px 0;
  text-align: center;
}

#contact .payInfo {
  padding: 0 0 10px 0;
}

#contact .col2 {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

#contact .col2.right {
  padding: 0 0 0 5px;
}

#contact .cta {
  margin: auto;
  background: var(--baseLinkColor);
  font-family: "Barlow", sans-serif;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
}

@media (max-width:480px){
  #contact .col2 {
    width: 100%;
    padding: 0;
  }

  #contact .col2.right {
    padding: 0;
  }
}

/************************************/
/* END CONTACT */
/************************************/

/************************************/
/* SUPPORT */
/************************************/

#support {
  background: #1a1a1a;
  padding: 9vh 0;
}

#support .wrap {
  max-width: 1000px;
  color: #fff;
}

#support .initialInfo p {
  padding: 0 0 3vh 0;
}

#support .question {
  padding: 20px 0 0 0;
}

#support .initialInfo p:last-child {
  padding: 0;
}

#support .questionsContainer {
  padding: 3vh 0 0 0;
}

#support .questionTitle {
  cursor: pointer;
}

#support .questionTitle::before {
  content: "\e818";
  font-family: "icomoon";
  font-size: 20px;
  color: var(--baseLinkColor);
  padding: 0 10px 0 0;
}

#support .questionTitle.close::before {
  content: "\e819";
}

#support .answer {
  padding: 20px 0 20px 30px;
  display: none;
}

/************************************/
/* END SUPPORT */
/************************************/

/************************************/
/* CHECK */
/************************************/

#check .wrap {
  height: 100vh;
}

#check .checkText {
  padding: 10px 0;
  color: #fff;
}

#check .checkInfo {
  max-width: 350px;
  text-align: center;
  margin: auto;
  position: relative;
  margin-top: 20vh;
}

#check .checkInfo figure {
  max-width: 70%;
  margin: auto;
}

#check .cta {
  color: var(--baseLinkColor);
}

#check .cta:hover {
  text-shadow: 0 0 10px rgba(0,0,0,1);
  background: #1a1a1a;
}

/************************************/
/* END CHECK */
/************************************/

/************************************/
/* CLIENTE */
/************************************/

#cliente {
  padding: 3vh 0;
  /* background: #f2f2f2; */
  text-align: center;
}

#cliente .siteTitle {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #fff;
}

#filter {
  padding: 0 0 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#filter .filterDiv {
  position: relative;
}

#filter .filterLi {
  /* border-left: 1px solid #ccc; */
  display: inline-block;
}

#filter .filterLi:last-child {
  /* border-right: 1px solid #ccc; */
}

#filter .ctaSimple {
  padding: 5px;
  display: block;
}

#filter .filterDrop {
  display: none;
  padding: 7px 0;
  text-transform: uppercase;
  color: var(--baseLinkColor);
  cursor: pointer;
}

#filter .filterDrop:hover {
  color: #fff;
}

#filter .filterUl.mobile {
  display: block;
  position: absolute;
  background: #000;
  z-index: 5;
  width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  display: none;
}

#filter .filterUl.mobile .filterLi {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
}

#filter .filterUl.mobile .filterLi:last-child {
  border-bottom: 1px solid #ccc;
}

#filter .filterUl.mobile .ctaSimple {
  padding: 7px 5px;
}

#filter .filterDrop.mobile {
  display: block;
}

#filter .filterDrop.mobile::after {
  content: "\e813";
  font-family: "icomoon";
  position: absolute;
  right: 4vw;
}

#filter.clienteNav {
  border-top: none;
  border-bottom: none;
  text-align: center;
  /* background: #f2f2f2; */
}

#filter.clienteNav .filterUl.mobile {
    padding: 10px;
}

#filter.clienteNav .filterUl.mobile .filterLi .cta {
    display: block;
}

/************************************/
/* END CLIENTE */
/************************************/

/************************************/
/* PANEL */
/************************************/

#panel {
  padding: 3vh 0;
  background: #f2f2f2;
}

#panel p {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

/************************************/
/* END PANEL */
/************************************/

/************************************/
/* ORDER LIST */
/************************************/

#orderList {
  padding: 3vh 0;
  background: #f2f2f2;
}

#orderList .orderListTxt {
  text-align: center;
  padding: 0 0 10px 0;
}

#orderList .orderListCta {
  text-decoration: none;
  display: block;
  position: relative;
}

#orderList .orderListUl {
  border-bottom: 1px solid #ccc;
  color: #333;
}

#orderList .topo {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  font-weight: 700;
}

#orderList .orderListCta:nth-child(even) .orderListUl {
  background: #f7f7f7;
}

#orderList .orderListLi {
  display: inline-block;
  width: 25%;
  padding: 5px;
}

#orderList .orderListCta:hover > .orderListUl {
  background: #333;
  color: #fff;
}

/************************************/
/* END ORDER LIST */
/************************************/

/************************************/
/* ORDER DETAIL */
/************************************/

#cart.orderDetail {
  padding: 0;
  background: #f2f2f2;
}

#orderList.orderDetail {
  padding: 3vh 0 0 0;
}

#cart.orderDetail .cartUl:first-child {
    border-top: 3px solid #666;
}

/************************************/
/* END ORDER DETAIL */
/************************************/

/************************************/
/* ADRESS LIST */
/************************************/
#cartConfirm {
  padding: 0 0 3vh 0;
}

#cart.cartConfirmList .cartProductInfo {
    padding: 0;
    width: 100%;
}

#cart.cartConfirmList .cartLi:last-child {
    padding: 5px;
}

#cart.cartConfirmList .cartRemove {
    display: none;
}

#cart.cartConfirmList .cartSumsLi:last-child {
    padding: 5px 0;
}

#cart.cartConfirmList .cartConfirmTitle {
  font-weight: 700;
}

#cartConfirm .confirmUl {
  max-width: 600px;
  margin: auto;
}

#cartConfirm .confirmLi {
  width: 50%;
  display: inline-block;
  padding: 0 2vw;
  vertical-align: top;
}

#cartConfirm .confirmLi .siteTitle {
  text-align: left;
}

#cartConfirm .confirmLi:first-child {
  text-align: right;
  border-right: 1px dashed #ccc;
}

#cartConfirm .confirmLi:first-child .siteTitle {
  text-align: right;
}

#cartConfirm .confirmUl:last-child {
  margin: 20px auto 0 auto;
  border-top: 1px solid #ccc;
}

#cartConfirm .confirmUl:last-child .confirmLi {
  text-align: right;
  padding: 10px 0 0 0;
}

#cartConfirm .confirmUl:last-child .confirmLi:first-child {
  border: none;
  text-align: left;
}

@media (max-width: 768px) {
  #cartConfirm .confirmUl:first-child .confirmLi {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #cartConfirm .confirmUl:first-child .confirmLi:first-child {
    text-align: center;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }

  #cartConfirm .confirmLi .siteTitle {
    text-align: center;
  }

  #cartConfirm .confirmLi:first-child .siteTitle {
    text-align: center;
  }

}

#cartConfirm.adressList {
  padding: 3vh 0;
  background: #f2f2f2;
}

#cartConfirm.adressList .confirmLi {
  position: relative;
  min-height: 200px;
}

#cartConfirm.adressList .ctaBlack {
  position: absolute;
  bottom: 0;
}

#cartConfirm.adressList .confirmLi:first-child .ctaBlack {
  right: 2vw;
}

@media (max-width: 767px) {
  #cartConfirm.adressList .confirmLi {
    min-height: initial;
  }

  #cartConfirm.adressList .ctaBlack {
    position: relative;
    bottom: initial;
    margin: 10px 0 0 0;
  }

  #cartConfirm.adressList .confirmLi:first-child .ctaBlack {
    right: initial;
  }
}

#cartConfirm.adressList .list2 {
  min-height: initial;
}

#cartData {
  background: #fff;
  padding: 3vh 0;
}

#cartData .formStyle {
  max-width: 580px;
  margin: auto;
}

#cartData #pay {
  padding: 0;
  background: #fff;
}

#register.account {
  background: #fff;
  padding: 3vh 0;
}

button[type="submit"] {
  font-size: 15px;
}

/************************************/
/* END ADRESS LIST */
/************************************/
