@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Heebo');
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre');

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

input:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}


/* Contenedor principal */

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #707070;
  background: #fafafa;
}

@media only screen and (min-width: 769px) {
  .container {
    margin: 0 auto;
  }
}

@media (max-height: 600px) {
  .container {
    padding-bottom: 60px;
  }
}


/* Header */

header {
  display: flex;
  flex: 0 0 44px;
  padding: 8px 0px;
  background-color: rgba(255, 0, 0, 0.94);
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 44px;
  z-index: 999;
}

header.htrans {
  background: rgba(0, 0, 0, .2);
}

header a:nth-child(1) {
  margin-right: auto;
  margin-left: 8px;
  height: 28px;
}

header a:nth-child(1) img {
  padding-left: 4px;
}

header a:nth-child(2) {
  display: flex;
  font-size: .8125rem;
  text-decoration: none;
  color: #fff;
  height: 28px;
  align-items: center;
  justify-content: center;
}

header a:nth-child(2) span {
  padding: 7px 2px 7px 2px;
  font-weight: 600;
}

/* header a:nth-child(3) {
  display: flex;
  background-color: #EA212E;
  text-decoration: none;
  margin-left: 4px;
  font-size: 1.5rem;
  color: #fff;
  height: 28px;
  align-items: center;
  justify-content: center;
}

header a:nth-child(3) i {
  padding: 2px 4px 2px 4px;
}

header a:nth-child(3) i::before {
  max-width: 50%;
} */


header a:nth-child(3) {
  display: flex;
  font-size: .8125rem;
  text-decoration: none;
  color: #fff;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  /* margin-right: 8px; */
}

header a:nth-child(3) span {
  padding: 7px 2px 7px 2px;
  font-weight: 600;
}

header a:nth-child(4) {
  display: flex;
  font-size: .8125rem;
  text-decoration: none;
  color: #fff;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  /* margin-right: 16px; */
}

header a:nth-child(4) i {
  font-size: 1rem;
  padding: 2px 8px 2px 8px;
}

header a:nth-child(5) {
  display: flex;
  font-size: .8125rem;
  text-decoration: none;
  color: #fff;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  margin-right: 16px;
}

header a:nth-child(5) i {
  font-size: 1rem;
  padding: 2px 8px 2px 8px;
}


/* Menu principal */

nav {
  display: flex;
  flex: 0 0 45px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  justify-content: space-around;
}

nav>a {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  color: #6a6a6a;
  justify-content: center;
}

nav>a:nth-child(1) {
  margin-left: 20px;
}

nav>a:nth-child(5) {
  margin-right: 20px;
}

nav>span.separator {
  margin: 10px 0;
  border-left: 1px solid #d5d5d5;
}


/* Footer */

footer {
  flex: 0 0 68px;
  color: #c6c6c6;
  background-color: #353535;
  position: relative;
  bottom: -60px;
}

.footer-login {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-profile {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-pedido {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 0px;
  background-color: rgba(255, 0, 0, 0.94);
}

.footer-pedido > #social {
  padding: 0;
  align-items: center;
  height: 50px;
  margin-top: 10px;
}

.footer-pedido > #social a {
  font-size: 1rem;
  color: #fff;
  display: flex;
  width: 100%;
  height: 50px;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.footer-pedido > #social a:hover {
  color: #fff;
}

footer>#legal,
#social,
#copy {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

footer>#legal a,
#social a,
#copy a {
  font-size: .625rem;
  text-decoration: none;
  color: #c6c6c6;
}

footer>#legal a:hover,
#social a:hover {
  color: #9b9b9b;
}

footer #legal {
  justify-content: space-around;
  padding: 10px 4px 4px 4px;
}

footer #legal>span.separator {
  font-size: .875rem;
  color: #c6c6c6;
}

footer #social {
  padding: 12px 4px 0 4px;
}

footer #social>a {
  font-size: 1.375rem;
  margin: 0 12px;
}

footer #copy {
  padding-top: 16px;
}

footer #copy>span {
  font-size: .6875rem;
  color: #c6c6c6;
}


/* Main container */

main {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  flex: 1 1 auto;
  background: #fafafa;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  overflow-y: inherit;
  top: 60px;
  padding-bottom: 70px;
}

.main-order, .main-address {
  top: 60px;
  width: 480px;
  margin: 0 auto;
  flex: 0 0 auto;
}

.main-login, .main-login-lost, .main-orders, .main-cart, .main-product, .main-shipping, .main-payments, .main-sucursales {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  overflow-y: inherit;
  top: 60px;
  flex: 0 1 auto;
  margin: 16px auto;
}

.main-legal {
  display: flex;
  flex: 0 1 auto;
  top: 60px;
  margin: 16px auto 0 auto;
}

.main-login {
  width: 768px;
}

.main-orders {
  width: 768px;
}

.main-login-lost, .main-product, .main-payments {
  width: 420px;
}

@media (max-width: 430px) {
  .main-login, .main-login-lost, .main-orders, .main-cart {
    flex-direction: column;
    width: 100%;
  }
  .lost-pass {
    border-bottom: 1px solid #dbdbdb;
  }
  .main-orders, .main-cart {
    margin-bottom: 0px;
  }

  .main-cart {
    padding-bottom: 32px;
  }

  .main-product, .main-legal, .main-shipping, .main-order, .main-address, .select2-container, .main-sucursales {
    width: 100%;
  }

  .producto {
    margin: 0 12px;
  }

  #recoge {
    width: 100%;
  }

  #recoge h5 {
    padding: 0 16px;
  }

  .recoge-sucursal {
    margin: 16px;
  }

  .main-payments {
    width: initial;
    margin: 16px 0;
  }
}

.main-menu-nav {
  position: sticky;
  position: -webkit-sticky;
  width: 180px;
  padding-right:20px;
  min-width: 180px;
  top: 60px;
  display: inline-block;
  font-size: 14px;
  height: 50vh;
}

.main-menu-nav ul {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 90px);
  padding-left: 0px;
  list-style: none;
  margin-top: 20px;
}

.main-menu-nav ul li {
  position: relative;
  vertical-align: top;
}

.main-menu-nav ul li a {
  display: block;
  padding: 11px 20px;
  transition: .3s;
  font-size: 13px;
  text-align: left;
  color: #7d7d7d;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
}

.main-menu-nav ul li a:hover {
  color: #af2e42;
  font-weight: 600;
}

.main-menu-nav ul li a p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.verified {
  display: flex;
  flex-direction: column;
  padding: 8px;
  margin: 16px 16px 8px 16px;
  background-color: #f6354d;
  border: 1px solid #f6354d;
  border-radius: 3px;
}

.verified span {
  font-size: .75rem;
  color: #fff;
  font-weight: normal;
}

.verified a {
  padding: 8px 0;
  text-align: center;
  font-size: .75rem;
  color: #fff;
  font-weight: normal;
}


/* formulario general */

form.form-gral {
  margin-top: 8px;
}

form.form-gral .input-group {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

form.form-gral .input-group label {
  padding-bottom: 4px;
  font-size: .8125rem;
  color: #353535;
}

form.form-gral .input-group input {
  height: 32px;
  font-size: .8125rem;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

form.form-gral .input-group label.terms {
  padding-left: 8px;
  padding-bottom: 4px;
  font-size: .75rem;
  color: #707070;
}

form.form-gral .input-group label.terms a {
  color: #169bd7;
}

form.form-gral .input-group textarea {
  resize: none;
  font-size: .8125rem;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

form.form-gral button {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #d0021b;
}

form.form-gral button:hover {
  background-color: #e9021e;
}


/* Contenido Home */
.hide {
  display: none;
}
.slider {
  display: flex;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .a-slide {
  height: 100vw;
  width: 100vw;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.slide1 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/022.jpg');
}
.slide2 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/004.jpg');
}
.slide3 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/001.jpg');
}
.slide4 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/018.jpg');
}
.slide5 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/009.jpg');
}
.slide6 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/008.jpg');
}
.slide7 {
  background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/horizontal/002.jpg');
}

.slider .slick-list,
.slider .slick-track,
.slider .slick-slide {
  height: 100vh;
  width: 100vw;
  display: flex;
}

@media (max-width: 768px) {
  .slide1 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/032.jpg');
  }
  .slide2 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/040.jpg');
  }
  .slide3 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/041.jpg');
  }
  .slide4 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/012.jpg');
  }
  .slide5 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/024.jpg');
  }
  .slide6 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/023.jpg');
  }
  .slide7 {
    background:url('https://mint.nyc3.digitaloceanspaces.com/storage-store/public/web/vertical/026.jpg');
  }
}
/* 
.a-slide {
  width: 100vw !important;
  height: 100vh !important;
} */

/* Slider de productos */

/* .slider {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex: 0 0 auto;
  background-color: #fff;
} */

/* Producto de slider*/

.main-product {
  display: flex;
  flex-direction: column;
}

/* login main */

.login-main {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: 54px;
  margin: 0 16px 8px 16px;
  padding: 16px;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  background-color: #fff;
}

.login-main p {
  margin: 0;
  font-size: .8125rem;
}

.login-main a {
  text-decoration: none;
  text-align: center;
  margin-top: 8px;
  padding: 8px 24px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 2px;
  background-color: #d0021b;
}

.login-main button:hover {
  background-color: #d62238;
}


/* ads block */

.ads-main {
  display: flex;
  flex: 0 0 auto;
  margin: 8px 0;
  cursor: pointer;
  background-color: #fff;
}

.ads-main img {
  width: 100%;
}


/* recommended block */

.recommended-products {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-bottom: 16px;
  padding: 8px 0;
}

.product-block {
  display: flex;
  flex-direction: row;
  flex: 0 0 100px;
  padding: 8px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
}

.product-block:active {
  background-color: #f8f8f8;
}

.product-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-right: auto;
}

.product-info-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}

.product-info-header .pih-title {
  flex: 0 0 auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.product-info-header .pih-price {
  flex: 0 0 auto;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #d0021b;
}

.product-info-main {
  flex: 0 0 auto;
  padding: 8px 0;
}

.product-info-main p {
  width: 300px;
  margin: 0;
  font-size: .75rem;
  font-weight: 400;
  color: #9b9b9b;
}

.product-arrow {
  flex: 0 0 auto;
  padding-right: 8px;
  font-size: 1.25rem;
  color: #d0021b;
  align-self: center;
}


/* @end Contenido Home */


/* legal */

.legal-text {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.legal-text h1 {
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  color: #9b9b9b;
}

.legal-text p {
  margin: 0;
  padding-top: 8px;
  font-size: .625rem;
  font-weight: 400;
  line-height: .875rem;
  text-align: justify;
  color: #9b9b9b;
}


/* @end legal */


/* conatcto */

.contacto {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.contacto h1 {
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  color: #9b9b9b;
}


/* sucursales */

.sucursales {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 8px 16px;
}

.sucursales ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  justify-content: space-around;
}

.sucursales ul li {
  margin: 4px 0;
}

.sucursales ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: .75rem;
  color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  background-color: #e4eaec;
}

.sucursales ul li a:hover,
.sucursales ul li a.active {
  color: #fff;
  background-color: #e9021e;
}

.sucursal {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  flex-flow: row nowrap;
}

.sucursal:nth-child(1) {
  margin-top: 16px;
}

.sucursal:last-child {
  margin-bottom: 16px;
  border-bottom: 0;
}

.sucursal .sucursal-info h4 {
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  color: #4a4a4a;
}

.sucursal .sucursal-info p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: .75rem;
  color: #4a4a4a;
}

.sucursal .sucursal-phone {
  flex: 0 0 auto;
  padding-left: 8px;
  margin-left: auto;
  align-self: center;
}

.sucursal .sucursal-phone a {
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  color: #d0021b;
}

.sucursal .sucursal-phone a.two {
  display: block;
  padding-top: 8px;
}


/* inicio sesion */

.login {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.login h1 {
  display: flex;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #4a4a4a;
}

.login h1 span {
  margin-left: auto;
}

.login h1 span a {
  font-size: .825rem;
  font-weight: 400;
  color: #e9021e;
  text-decoration: underline
}

.lost-pass {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  /* border-bottom: 1px solid #dbdbdb; */
  justify-content: flex-end;
}

.lost-pass a {
  padding: 16px 0;
  font-size: .75rem;
  color: #707070;
}

.lost-pass a:hover {
  color: #9b9b9b;
}

.login-register {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.login-register h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #4a4a4a;
}

.login-register a.btn-signup {
  margin-top: 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  text-align: center;
  text-decoration: none;
  color: #353535;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  background-color: #e8e8e8;
}

.login-register a.btn-signup:hover {
  background-color: #e0e0e0;
}

.login-w100 {
  width: 100%;
  padding: 0;
}

@media (max-width:420px) {
  .login-w100 {
    width: initial;
    padding: 16px;
  }  
}

/* registro de usuario */

.signup {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.signup h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #4a4a4a;
}


/* olvido contraseña */

.forgot {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.forgot h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #4a4a4a;
}

.forgot p {
  margin: 0;
  padding-top: 16px;
  font-size: .75rem;
  color: #4a4a4a;
}


/* menu */


/* nav */

.nav-menu {
  display: none;
}

.nav-menu>a:nth-child(1) {
  margin-left: 0px;
}

.nav-menu .left-arrow,
.right-arrow {
  padding: 0 16px;
  cursor: pointer;
  font-size: 1.25rem;
  color: #6a6a6a;
  border: 0;
  background-color: #fff;
}


/*.nav-menu button:hover {
  background-color: #e4eaec;
}*/

.nav-menu .familia-nav {
  width: 100%;
  padding-top: 14px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}


/*.nav-menu .familia-nav:hover {
  background-color: #e4eaec;
}*/

.nav-menu .familia-nav i {
  padding-left: 8px;
}

.nav-drop {
  position: absolute;
  z-index: 999;
  top: 45px;
  left: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #353535;
}

.nav-drop li {
  padding: 16px 0;
  cursor: pointer;
  text-align: center;
}

.nav-drop li:hover {
  background-color: #4a4a4a;
}

.nav-drop li a {
  color: #fff;
  text-decoration: none;
}


/* productos */

.ligera {
  background-color: #01b194;
}

.clasica {
  background-color: #ec2327;
}

.deli {
  background-color: #f47920;
}

.gourmet {
  background-color: #bd1f8c;
}

.exquisita {
  background-color: #169bd7;
}

.tradicional {
  background-color: #ea9e3d;
}

.familia-header.ensaladas {
  background-color: #78ac46;
}

.familia-header.tortas {
  background-color: #d0021b;
}

.familia-header.alitas {
  background-color: #353535;
}

.familia-header.aderezos {
  background-color: #ec2327;
}

.familia-header.pastas {
  background-color: #1E1E80;
}

.familia-header.bebidas {
  background-color: #808C8E;
}

.familia {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-wrap: wrap;
}

.familia-header {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.familia-header span {
  font-size: .875rem;
  font-weight: 600;
  align-self: center;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.familia-header>button.right-arrow,
button.left-arrow {
  padding: 0 16px;
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  background-color: transparent;
}

.a-familia-producto {
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 373px;
}

.a-familia-producto:hover {
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .2);
}

.familia-producto-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.familia-producto {
  display: flex;
  width: 210px;
  flex: 1 auto;
  flex-direction: column;
  margin: 12px 16px;
}

.familia-producto h5 {
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
  padding-bottom: 12px;
}

.familia-producto p {
  margin: 0;
  padding-bottom: 8px;
  font-size: .875rem;
  color: #9b9b9b;
}

.familia-producto p.descripcion {
  text-align: left;
  line-height: 17px;
  height: 60px;
  overflow: hidden;
  display: block;
}

.familia-producto p.precio {
  text-align: left;
  line-height: 17px;
  overflow: hidden;
  display: block;
  padding-top: 20px;
  color: #4a4a4a;
}

.familia-producto-img {
  display: flex;
  min-width: 132px;
  flex: 1 auto;
}
.familia-producto-img img {
  padding: 16px;
  width: 100px;
  height: 100px;
}

.pizzas {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
}

.pizzas h4 {
  font-weight: 600;
  font-size: .9375rem;
  color: #4a4a4a;
  margin: 0;
  padding-bottom: 16px;
  margin-top: 30px;
}

.pizzas ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pizzas ul li {
  width: 100px;
  margin-bottom: 8px;
}

.pizzas ul li a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 84px;
  padding: 8px;
  cursor: pointer;
  font-size: .75rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
}

.pizzas .familia {
  margin: 0;
}


/* producto */

.producto {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  flex-grow: 0;
  background: #fff;
  border: 1px solid #f6f6f6;
}

.product-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 24px;
}

.product-main-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
}

.producto-main-picture {
  display: flex;
  width: 100px;
  padding: 8px 16px;
  align-items: center;
  flex-direction: column;
}

.zoom {
  display: inline-flex;
  font-size: .675rem;
  padding: 8px 12px;
  background-color: #e9021e;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  border: 0;
  justify-content: center;
  margin-top: 4px;
}

/* producto nombre */

.producto-header {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 40px;
}

.producto-header span {
  font-size: .875rem;
  font-weight: 600;
  align-self: center;
  color: #353535;
  width: 100%;
  padding-left: 16px;
}

/* producto descripcion */

.producto-descripcion p {
  margin: 0;
  padding: 8px 8px 16px 16px;
  font-size: .875rem;
  color: #9b9b9b;
}


/* producto imagen */
.producto-picture img {
  width: 100%;
}


/* producto detalles */

.producto-orden {
  display: flex;
  flex: 0 0 auto;
  padding: 0 12px;
}

form.form-producto {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

form.form-producto .input-group {
  flex: 1 0 auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

form.form-producto .input-group label {
  padding-bottom: 4px;
  font-size: .8125rem;
  font-weight: 600;
  color: #707070;
  align-self: center;
}

form.form-producto #customize {
  display: none;
}

form.form-producto button.custom {
  display: inline-flex;
  font-size: .75rem;
  padding: 8px 12px;
  background-color: #e9021e;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  margin: 2px 2px 16px 8px;
  border: 0;
  width: 120px;
  justify-content: center;
}


/* producto tamaño */

form.form-producto .input-group.size div.radio {
  background-color: #fff;
  display: inline-flex;
  text-align: center;
  font-size: .8125rem;
}

form.form-producto .input-group.size div.radio div {
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  padding: 8px 18px;
  font-size: .8125rem;
}

form.form-producto .input-group.size div.disabledsize {
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}

form.form-producto .input-group.size div.activo {
  background-color: #e9021e;
  color: #fff;
}

form.form-producto .input-group.size div.diez {
  border: 1px solid #e9021e;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

form.form-producto .input-group.size div.catorce {
  border: 1px solid #e9021e;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#pasta {
  display: none;
}

.pasta {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e9021e;
  margin: 0 8px 8px 8px;
  height: 34px;
  border-radius: 3px;
}

.pasta div {
  padding: 8px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.pasta div span {
  font-size: .75rem;
}

.pasta div.active {
  color: #fff;
  background-color: #e9021e
}


/* producto cantidad */

form.form-producto .input-group.quantity .counter {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 108px;
  padding: 4px;
  border-radius: 30px;
  border: 1px solid #e9021e;
}

form.form-producto .input-group.quantity .counter input {
  width: 40px;
  font-size: .8125rem;
  border: 0;
  background-color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

form.form-producto .input-group.quantity .counter button {
  padding: 4px 8px;
  font-size: .8125rem;
  border: 0;
  background-color: #fff;
  border-radius: 30px;
  font-weight: 600;
  color: #707070;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: 0;
}


/* producto modificadores */

form.form-producto .input-group.modificadores {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 8px;
  margin: 0 8px;
  justify-content: space-between;
}

form.form-producto .input-group.modificadores label {
  align-self: flex-start;
}

form.form-producto .input-group.modificadores>.sin,
.con {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 12px;
}

form.form-producto .input-group.modificadores select {
  border: 1px solid #e4eaec;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  outline: 0;
  font-size: .8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 13px) calc(.8125em), calc(100% - 8px) calc(.8125em), calc(100% - 2em) 0.275em;
  background-size: 5px 5px, 5px 5px, 1px 1.3em;
  background-repeat: no-repeat;
}

@media (min-width: 340px) {
  form.form-producto .input-group.modificadores select {
    flex-grow: 1;
  }
}

form.form-producto .input-group.modificadores button {
  width: 80px;
  float: right;
  background-color: #e9021e;
  border: 0;
  padding: 6px;
  border-radius: 3px;
  color: #fff;
  font-size: .875rem;
  cursor: pointer;
  margin-left: 8px;
}

form.form-producto .input-group.modificadores-list {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  padding: 8px;
  margin: 0 8px;
  border-bottom: 1px dashed #e6e6e6;
}

.mods-right {
  display: none;
}

form.form-producto .input-group.modificadores-list label {
  align-self: flex-start;
  padding-bottom: 4px;
}

form.form-producto .input-group.modificadores-list .list {
  flex: 0 0 auto;
  margin: 4px 0;
}

form.form-producto .input-group.modificadores-list span {
  display: inline-flex;
  font-size: .75rem;
  padding: 8px 12px;
  background-color: #e9021e;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  margin: 2px 2px 4px 2px;
}

form.form-producto .input-group.input-group.modificadores-list span.disabletag {
  background-color: #e4eaec;
  color: #353535;
}

form.form-producto .input-group.modificadores-list span i {
  padding-left: 4px;
}


/* Mitad y mitad */

form.form-producto .input-group.mitad div.radio {
  background-color: #fff;
  display: inline-flex;
  text-align: center;
  font-size: .8125rem;
}

form.form-producto .input-group.mitad div.radio div {
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  padding: 8px 18px;
  font-size: .8125rem;
}

form.form-producto .input-group.mitad div.disabledsize {
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}

form.form-producto .input-group.mitad div.activo {
  background-color: #e9021e;
  color: #fff;
}

form.form-producto .input-group.mitad div.si {
  border: 1px solid #e9021e;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

form.form-producto .input-group.mitad div.no {
  border: 1px solid #e9021e;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

form.form-producto .input-group.mitad input[type="radio"] {
  background-color: #fff;
  margin-left: -5px;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: #707070;
  border: 0px;
}

form.form-producto .input-group.mitad input[type="radio"]:after {
  text-align: center;
  padding: 8px;
  width: 100%;
  height: 100%;
  font-size: .8125rem;
}

form.form-producto .input-group.mitad input[type="radio"]:checked:after {
  background-color: #e9021e;
  color: #fff;
}

form.form-producto .input-group.mitad input.si[type="radio"]:after {
  border: 1px solid #e9021e;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 16px;
  content: 'SI';
}

form.form-producto .input-group.mitad input.no[type="radio"]:after {
  border: 1px solid #e9021e;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  content: 'NO';
}

.product-submit {
  margin: 24px 8px 12px 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #d0021b;
  text-align: left
}

.product-submit span {
  float: right;
  font-weight: 600;
}

.nav-menu-mitad {
  display: none;
  flex: 0 0 32px;
  border-bottom: 0;
  background-color: #f6354d;
  margin: 0 8px;
  padding: 0 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nav-menu-mitad>a:nth-child(1) {
  margin-left: 0px;
}

.left-arrow-mitad,
.right-arrow-mitad {
  padding: 0 16px;
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  background-color: #f6354d;
}

#sub-mitad {
  width: 100%;
  padding-top: 8px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: .8125rem;
}

#products-mitad {
  display: none;
  margin: 0 8px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #e4eaec
}

.products-mitad-item {
  display: flex;
  flex: 0 0 auto;
  padding: 8px;
  justify-content: space-between;
  flex-direction: column;
}

.products-mitad-item-top {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-flow: row wrap;
}

.products-mitad-radio {
  margin-right: 4px;
}

.products-mitad-radio input[type="radio"] {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0;
}

.products-mitad-radio input[type="radio"]:after {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 8px 1px 8px 16px;
  content: '';
}

.products-mitad-radio input[type="radio"]:checked:after {
  background-color: #f6354d;
  color: #fff;
}

.products-mitad-name {
  font-size: .75rem;
  margin: 0 4px;
  text-transform: uppercase;
  display: inline-block;
}

.products-mitad-price {
  font-size: .75rem;
  margin-left: auto;
}

.products-mitad-desc {
  display: inline-block;
  font-size: .75rem;
  padding-top: 4px;
  padding-left: 28px;
  color: #9b9b9b
}

.alert-danger {
  margin: 4px;
  padding: 0 8px;
  border: 1px solid #ec2327;
  color: #ec2327;
  border-radius: 3px;
}

.alert-danger p {
  font-size: .75rem
}


/*Cart*/

#pedido {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin: 16px;
}

#pedido h5 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: .875rem;
}

#cart {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #d0021b;
  background-color: #fff;
  margin-bottom: 8px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

#products-cart {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 160px;
}

.product-cart {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 8px 8px 20px 8px;
  border-bottom: 1px dashed #c6c6c6;
  font-size: .75rem;
  /* cursor: pointer; */
}

.product-cart:last-child {
  border: 0;
}

.main-item-cart {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}

.item-cart-qty {
  width: 22px;
  text-align: center;
  padding: 4px 4px;
  border-radius: 30px;
  border: 1px solid #e4eaec;
  color: #000000;
  margin-right: 8px;
  background-color: #e4eaec;
}

.item-cart-title {
  padding-top: 4px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 600;
}

.item-cart-title span.category {
  color: #9b9b9b;
  text-transform: none;
  font-weight: 400;
}

.item-cart-price {
  width: 70px;
  text-align: right;
  padding-top: 4px;
  margin-left: auto;
}

.slave-item-cart {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: flex-end;
}

.item-cart-desc {
  margin-left: 48px;
  color: #9b9b9b;
}

.item-cart-desc .inside {
  padding-left: 8px;
}

.item-cart-desc .inside span.keyword {
  padding-right: 4px;
}

.item-cart-desc .inside span.ingredient:after {
  content: ', ';
}

.item-cart-desc .inside span.ingredient:last-of-type:after {
  content: '';
}

.item-cart-desc .half {
  text-transform: uppercase;
}

.item-cart-cta {
  display: flex;
  flex-direction: column;
  width: 160px;
  margin-left: auto;
}

.item-cart-modify {
  width: 70px;
  text-align: right;
  margin-left: auto;
}

.item-cart-modify button {
  border: 1px solid #9b9b9b;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #707070;
  padding: 4px 8px;
  cursor: pointer;
}

.item-cart-modify button:hover {
  background-color: #e4eaec;
  color: #9b9b9b;
}

.item-cart-remove {
  width: 70px;
  text-align: right;
  margin-left: auto;
}

.item-cart-remove button {
  border: 1px solid #f6354d;
  background-color: #f6354d;
  border-radius: 14px;
  margin-top: 12px;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.item-cart-remove button:hover {
  background-color: #f6354d;
  color: #fff;
}


/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  left: 0;
  top: 60px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}


/* Modal Content/Box */

.content-modal {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  font-size: .8125rem;
}

.option-modal {
  display: flex;
}

.option-modal button {
  width: 100%;
  margin: 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  background-color: #e4eaec;
}

.option-modal button:hover {
  background-color: #f6354d;
  color: #fff;
}


.content-modal-zoom {
  background-color: #fefefe;
  margin: 2% auto;
  /* 15% from the top and centered */
  padding: 8px;
  border: 0;
  width: 40%;
  /* Could be more or less, depending on screen size */
  font-size: .8125rem;
  border-radius: 14px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

/* The Modal (background) */

.modal-home {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  /* top: 60px; */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}


/* Modal Content/Box */

.content-modal-home {
  /* background-color: #fefefe; */
  margin: 0 auto;
  /* 15% from the top and centered */
  padding: 0;
  /* border: 1px solid #888; */
  width: 90%;
  /* Could be more or less, depending on screen size */
  font-size: .8125rem;
  text-align: center;
}

/* The Close Button */

.close-modal-home {
  color: #ffffff;
  float: right;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 30px;
  right: -10px;
  background-color: #000;
  border-radius: 30px;
  padding: 5px 15px;
}

.close-modal-home:hover,
.close-modal-home:focus {
  /* color: black; */
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .content-modal-zoom {
    margin: 2% auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .content-modal-zoom {
    margin: 5% auto;
    width: 65%;
  }
}

@media (max-width: 430px) {
  .content-modal-zoom {
    margin: 15% auto;
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .content-modal-home {
    width: 30%;
  }
}

.product-name-zoom {
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
  color: #353535;
}

/* The Close Button */

.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#subtotal-cart {
  display: flex;
  flex-direction: column;
  background-color: #e4eaec;
  padding: 8px;
}

#subtotal-cart p {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: .75rem;
}

#subtotal-cart p.pedido-cart {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #c6c6c6;
}

#subtotal-cart p span.title {
  margin-left: auto;
}

#subtotal-cart p span.amount {
  display: flex;
  flex: 0 0 70px;
  padding-left: 16px;
}

#subtotal-cart p span.amount span.dollar {
  text-align: left;
  padding-right: 8px;
}

#subtotal-cart p span.amount span.price {
  margin-left: auto;
}

.total-cart {
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9375rem;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 8px;
  color: #d0021b;
}

.envio-cart {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e9021e;
  background-color: #fff;
  margin: 4px 12px 16px 12px;
  height: 34px;
  border-radius: 3px;
}

.envio-cart div {
  padding: 8px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.envio-cart div span {
  font-size: .75rem;
}

@media (max-width: 360px) {
  .envio-cart div span {
    font-size: .625rem;
  }
}

.envio-cart div.active {
  color: #fff;
  background-color: #e9021e
}

.envio-msg {
  display: flex;
  flex: 0 0 auto;
  margin: 0 12px 16px 12px;
  color: #9b9b9b;
  font-size: .8215rem;
}

.envio-msg-pay {
  display: flex;
  flex: 0 0 auto;
  margin: 0 12px 16px 12px;
  color: #9b9b9b;
  font-size: .8215rem;
}

.envio-msg-pay span:nth-child(2) {
  width: 180px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end
}

.envio-msg-pay span i {
  padding-left: 2px;
}

.cart-cta {
  display: flex;
  flex-direction: column;
}

button.submit-shop {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #d0021b;
}

button.submit-shopt:hover {
  background-color: #e9021e;
}

button.submit-cart {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #e9021e;
  border: 1px solid #e9021e;
  border-radius: 3px;
  background-color: #fff;
  text-transform: uppercase
}

button.submit-cart:hover {
  color: #fff;
  background-color: #d0021b;
}


/* Profile */

.profile {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin: 16px 16px 60px 16px;
  width: 100%;
  min-height: 300px;
}

@media (max-width: 430px) {
 .profile {
   width: initial;
 }
}

.profile-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #e4eaec;
}

.profile-card p {
  color: #6a6a6a;
  font-size: .875rem;
  margin: 8px 0;
}

.profile-card p.user {
  text-align: center;
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 20px;
  color: #f6354d;
  border-bottom: 1px solid #e4eaec
}

.profile-card p.infouser {
  padding-left: 16px;
}

.profile-nav {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}

.profile-nav a {
  border: 2px solid #e4eaec;
  padding: 8px;
  border-radius: 3px;
  color: #9b9b9b;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0;
}


/* Shipping */

#domicilio {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px;
  width: 420px;
}

.add-address {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
}

.add-address span.title {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.add-address span.btn {
  background-color: #e4eaec;
  font-size: .75rem;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
}

.add-address span.cart-orders {
  background-color: #af2e42;
  font-size: 0.675rem;
  border-radius: 30px;
  padding: 8px 16px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
}


/* Domicilio */

#home-delivery {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px 0;
}

.address-container {
  display: flex;
  background-color: #fff;
  border-bottom: 2px solid #e4eaec;
  padding: 16px 8px;
  flex-direction: row;
  margin-bottom: 4px;
  cursor: pointer;
  transition: border-color 1s ease;
}

.address-info {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}

.address-info h4 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.address-info p {
  font-size: .75rem;
  padding-left: 16px;
  margin: 0;
}

.address-active {
  border-bottom: 2px solid #f6354d;
}

.address-cta {
  width: 70px;
  text-align: right;
  margin-left: auto;
}

.address-cta button {
  border: 1px solid #f6354d;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #f6354d;
  padding: 4px 10px;
  cursor: pointer;
}

.address-cta button:hover {
  background-color: #f6354d;
  color: #fff;
}


/* Recoge */

#recoge {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px;
}

#recoge h5 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .875rem;
  margin-top: 0;
  margin-bottom: 16px;
}

.recoge-sucursal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 8px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  padding: 24px 16px;
}

.recoge-sucursal p {
  color: #4a4a4a;
  font-size: .75rem;
  margin-top: 0;
  margin-bottom: 16px;
}

.shipping-submit {
  margin-top: 24px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #d0021b;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

#recoge-select {
  width: 100%;
  border: 1px solid #e4eaec;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  outline: 0;
  font-size: .8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  margin-bottom: 16px;
  cursor: pointer;
}


/* address */

#address-container {
  display: flex;
  margin: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  min-height: 300px;
}

#address-container.address-container-guest {
  margin: 0px;
  background-color: #fafafa;
  border: 0;
}

.address-form-title {
  background-color: #e9021e;
  font-size: .75rem;
  padding: 12px 8px;
  color: #fff;
}

.form-address {
  margin: 8px;
}

.state {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 12px;
}

select.select-address {
  border: 1px solid #e4eaec;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  outline: 0;
  font-size: .8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

#select2-state-address-container,
#select2-state-address-results {
  font-size: .75rem;
}

#select2-city-address-container,
#select2-city-address-results {
  font-size: .75rem;
}

#select2-neighborhood-address-container,
#select2-neighborhood-address-results {
  font-size: .75rem;
}

#comment-address {
  height: 50px;
}

#not-neighborhood {
  display: flex;
  margin: 0 16px 16px 16px;
}

#not-neighborhood span {
  font-size: .75rem;
  color: #9b9b9b;
}

#not-neighborhood span a {
  color: #ec2327;
}

.cp-error {
  display: none;
  color: #ec2327;
}


/* Payments */

#payments {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px;
}

.add-payment {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
}

.add-payment span.title {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.add-payment span.btn {
  background-color: #e4eaec;
  font-size: .75rem;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
}

#payment-cards {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px 0;
}

.cards-container {
  display: flex;
  background-color: #fff;
  border-bottom: 2px solid #e4eaec;
  padding: 16px 8px;
  flex-direction: column;
  margin-bottom: 4px;
  transition: border-color 1s ease;
}

.cards-container h4 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.cards-container p {
  font-size: .75rem;
  padding-left: 16px;
  margin: 0;
}

.cards-active {
  border-bottom: 2px solid #f6354d;
}

.payment-charge {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 12px;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #d0021b;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}


/* Payment */

#payment-container {
  display: flex;
  margin: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  min-height: 300px;
  width: 100%;
}

.payment-form-title {
  background-color: #e9021e;
  font-size: .75rem;
  padding: 12px 8px;
  color: #fff;
}

.form-payment {
  margin: 8px;
}

form.form-gral .input-group.cvvexp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}

form.form-gral .input-group.cvvexp .input-cvv {
  display: flex;
  flex-direction: column;
  width: 80px;
}

form.form-gral .input-group.cvvexp .input-exp {
  display: flex;
  flex-direction: column;
}


/* Checkout */

#checkout {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px;
}

.card-errors {
  display: inline-block;
  color: #f6354d;
  margin-bottom: 8px;
  font-size: .8125rem;
}

.loading {
  display: none;
  color: #4a4a4a;
  margin: 0;
  text-align: center;
  font-size: .875rem;
}


/* Order */

#order {
  display: flex;
  margin: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
  border-radius: 3px;
  flex-direction: column;
  min-height: 300px;
}

#order h4 {
  font-size: 1.3rem;
  text-align: center;
  color: #d0021b;
  margin-bottom: 16px;
}

.sucursal-order {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: .75rem;
  color: #6a6a6a;
}

.msg-order {
  display: flex;
  flex-direction: column;
  font-size: .75rem;
  color: #6a6a6a;
  padding: 16px;
  margin-top: 60px;
}

.politica-cancel {
  display: flex;
  flex-direction: column;
  font-size: .75rem;
  color: #9b9b9b;
  padding: 16px;
}

.action-order {
  display: flex;
  flex-direction: row;
}

.repeat-order {
  width: 70px;
  text-align: right;
}

.repeat-order button {
  border: 1px solid #01B194;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #01B194;
  padding: 4px 8px;
  margin-left: 16px;
  cursor: pointer;
}

.repeat-order button:hover {
  background-color: #01B194;
  color: #fff;
}

.cancel-order {
  width: 90px;
  text-align: right;
  /* margin-left: auto; */
}

.cancel-order button {
  border: 1px solid #f6354d;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #f6354d;
  padding: 4px 8px;
  margin-left: 16px;
  cursor: pointer;
}

.cancel-order button:hover {
  background-color: #f6354d;
  color: #fff;
}

.canceled {
  width: 90px;
  text-align: right;
  /* margin-left: auto; */
}

.canceled button {
  background-color: #f6354d;
  color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  padding: 4px 8px;
  margin-right: 16px;
  border: 0;
}

.orders {
  width: 120px;
  text-align: right;
  margin-left: auto;
}

.orders button {
  border: 0;
  background-color: #e4eaec;
  border-radius: 3px;
  margin-top: 12px;
  color: #4a4a4a;
  padding: 4px 8px;
  margin-right: 16px;
  cursor: pointer;
}

.item-orden {
  margin: 0 16px;
  padding: 8px 0;
  font-size: .75rem;
  border-top: 1px dashed #e4eaec;
  border-bottom: 1px dashed #e4eaec;
  display: flex;
  flex-direction: column;
}

.cont-home {
  background-color: #ec2327 !important;
  border: 0;
}

.pronto {
  color: #fff;
  font-weight: 600;
  padding: 32px 0;
  border-bottom: 2px solid #d0021b;
  line-height: 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-shadow: 0 4px #d0021b;
  text-align: center;
}

.exmodal {
  color: #fff;
}

.notcharge {
  display: flex;
  margin: 16px 16px 0 16px;
  background: #f6354d;
  color: #fff;
  padding: 8px;
  font-size: .8125rem;
  line-height: 1rem;
  border-bottom: 2px solid #d0021b;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .3);
}

.pedidos-container {
  display: flex;
  background-color: #fff;
  border-bottom: 2px solid #e4eaec;
  padding: 16px;
  flex-direction: column;
  margin-bottom: 4px;
  transition: border-color 1s ease;
}

.pedidos-container h4 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.pedidos-container p {
  font-size: .75rem;
  padding-left: 16px;
  margin: 2px 0;
}

.last-order {
  display: flex;
  flex-direction: column;
  margin: 16px 16px 0px 16px;
  background-color: #fff;
  border-bottom: 2px solid #e4eaec;
}

.last-order .title {
  background-color: #e4eaec;
  color: #4a4a4a;
  font-size: .875rem;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.date-last-order {
  display: flex;
  font-size: .75rem;
  padding: 0 16px;
}

.last-repeat-order {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.last-repeat-order button {
  font-size: .8125rem;
  border: 1px solid #e9021e;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #e9021e;
  padding: 8px 32px;
  margin-left: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.last-repeat-order button:hover {
  background-color: #e9021e;
  color: #fff;
}

#notservice {
  display: flex;
  margin: 16px;
  background-color: #fff;
  padding: 8px;
  font-size: .875rem;
  justify-content: center;
  border-bottom: 2px solid #e4eaec;
}

#notservicex {
  display: flex;
  margin: 16px;
  padding: 8px;
  font-size: .875rem;
  justify-content: center;
}

.menu-home {
  display: flex;
  min-height: 300px;
  background-color: #fff;
  margin-bottom: 16px;
  flex-direction: column;
}

.menu-home-familia {
  display: none;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.menu-home-familia i {
  padding-left: 8px;
}

.menu-home ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #353535;
}

.menu-home ul li {
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
}

.menu-home ul li:hover {
  background-color: #4a4a4a;
}

.menu-home ul li a {
  color: #fff;
  text-decoration: none;
}

.slider-title {
  font-family: 'Heebo', sans-serif;
  margin: 24px 16px 0 16px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 1.2rem;
  text-align: center;
}

.verifyphone a {
  text-decoration: none;
  border: 1px solid #f6354d;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #f6354d;
  padding: 4px 8px;
  cursor: pointer;
  margin-left: 8px;
  font-size: .8125rem;
}

@media only screen and (min-width: 768px) {
  .cont-home {
    width: 60%;
  }
  form.form-gral button {
    margin: 8px auto;
    display: flex;
    justify-content: center;
  }
  .login-main a {
    width: 300px;
    margin: 8px auto 0 auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);
  }
  .product-submit {
    width: 300px;
    margin: 32px auto;
    display: flex;
    justify-content: space-between;
  }
  .content-modal {
    width: 30%;
  }
  .cart-cta {
    flex-direction: row;
  }
  .item-cart-cta {
    flex-direction: row;
  }
  button.submit-cart,
  button.submit-shop,
  button.shipping-submit {
    display: flex;
    width: 300px;
    margin: 4px auto;
    justify-content: center;
  }
  button[type='submit'].submit-address {
    display: flex;
    width: 300px;
    margin: 4px auto;
    justify-content: center;
  }
  button[type='submit'].payment-charge {
    display: flex;
    width: 300px;
    margin: 4px auto;
    justify-content: space-between;
  }
  .envio-msg-pay span:nth-child(2) {
    width: auto;
  }
}

#slides {
  margin: 16px;
  display: none;
}

/*---------------
    #Cupones
---------------*/

.cupon-box {
  display: flex;
  flex: 0 0 auto;
  margin: 0 12px 16px 12px;
  color: #9b9b9b;
  font-size: .8215rem;
}

.cupon-input-codigo {
  height: 25px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 220px;
  margin-top: 8px;
}

.cupon-span-btn {
  width: 180px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.cupon-div-btn {
  width: 70px;
  text-align: right;
  margin-left: auto;
}

.cupon-btn {
  border: 1px solid #9b9b9b;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 12px;
  color: #707070;
  padding: 4px 8px;
  cursor: pointer;
}

.banner {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex: 0 0 auto;
  margin: 8px 16px;
  border-radius: 3px; 
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
}

.banner img {
  width: 100%;
}

/* Shipping */

#domicilio-profile {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 16px 0 0 0;
}

.add-address-profile {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin: 0;
  justify-content: space-between;
}

.add-address-profile span.title {
  color: #4a4a4a;
  font-size: .875rem;
  font-weight: 600;
  padding-left: 8px;
}

/* Evento */
h5.evento-menu-name {
  font-family: 'Abhaya Libre', serif;
  font-size: 1rem;
  font-weight: 600;
  color: crimson;
  padding: 5px 0 10px 0;
}
p.evento-menu-price {
  margin: 5px 0;
  text-align: right;
  font-family: 'Abhaya Libre', serif;
  font-size:  1rem;
  color: crimson;
  font-weight: 400;
}
p.evento-menu-price span {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  margin-right: 5px;
  background-color: firebrick;
  padding: 3px 12px;
  border-radius: 20px;
}


.envio-cart-evento {
  flex: 1 0 auto;
  display: none;
  justify-content: space-between;
  border: 1px solid #e9021e;
  background-color: #fff;
  margin: 4px 12px 16px 12px;
  height: 34px;
  border-radius: 3px;
}

.envio-cart-evento div {
  padding: 8px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.envio-cart-evento div span {
  font-size: .75rem;
}

@media (max-width: 360px) {
  .envio-cart-evento div span {
    font-size: .625rem;
  }
}

.envio-cart-evento div.active {
  color: #fff;
  background-color: #e9021e
}
.cart-cta-evento {
  display: none;
}

@media (max-width: 768px) {
  .main-menu-nav {
    display: none;
  }
  
  .nav-menu {
    display: flex;
    position: fixed;
    top: 60px;
    width: 100%;
    height: 45px;
    z-index: 999;
    overflow: hidden;
    max-width: 100%;
  }

  .main-menu {
    top: 105px;
  }
  
  .scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 45px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .scrolling-wrapper-flexbox .card {
    flex: 0 0 auto;
    margin-right: 8px;
  }
  
  .card {
    height: 45px;
  }
  
  .card a {
    display: block;
    padding: 16px 8px;
    font-size: 13px;
    text-align: left;
    color: #7d7d7d;
    text-decoration: none;
    cursor: pointer;
    font-weight: 300;
  }
  
  .card a:hover {
    color: #af2e42;
    font-weight: 600;
  }
  
  .card a p {
    padding: 0;
    margin: 0;
  }
  
  .scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 430px) {
  .a-familia-producto {
    margin-right: 0px;
  }
  
  .pizzas {
    width: 375px;
    margin: 0 auto;
  }

  footer {
    bottom: -105px;
  }

  .shipping-submit {
    margin: 24px auto;
    width: 80%;
  }
  
  #domicilio, .sucursales {
    width: 90%;
  }
}

@media (max-width: 375px) {
  .pizzas {
    width: 349px;
  }
  .a-familia-producto {
    width: 347px;
  }
  .familia-producto-img {
    min-width: inherit;
    align-items: center;
  }
  .familia-producto-img img {
    width: 90px;
    height: 90px;
    padding: 8px;
  }
  .familia-producto p.precio {
    padding-top: 8px;
  }  
}

@media (max-width: 320px) {
  .pizzas {
    width: 294px;
  }
  .a-familia-producto {
    width: 292px;
  }
  .familia-producto-img img {
    width: 80px;
    height: 80px;
  }

}