* {
    font-family: 'Raleway', sans-serif;
    color: #252040;
}

body {
    background: #E3E4EB;
}

/* Login, Registro y Recuperacion contraseña */
input[type=text], 
input[type=password] {
    border-radius: 0px;
    padding: 10px 20px;
}

.loginLink {
    background: #251C49;
    color: white;
    border: none;
    width: 90%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.registerLink {
    color: #251C49;
    text-decoration: none;
}

.forgotLink {
    background: #251C49;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.forgotLinkA {
    background: #251C49;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

/* Header */
.header {
    height: 20px;
    background: #251C49;
    margin-bottom: 30px;
}


/* Dashboard */
h2 {
    font-size: 2em;
}

h2 span.prior {
    color: #97C432;
}

.container {
    padding: 0px 25px;
    height: 100%;
    min-height: 1000px;
}

.iconBig img {
    width: 100%;
}

.imgBtn img {
    width: 100%;
    margin-top: 30px;
}

.middleRow {
    position: relative;
    top: 200px;
}

/* .bottomRow {
    position: absolute;
    bottom: 100px;
    width: 50%;
} */

@media only screen and (max-width: 768px) {

    .middleRow {
        position: relative;
        top: 0px;
    }
   
    .bottomRow {
        /* position: relative !important;
        top: 240px !important; */
    }

}

@media only screen and (min-width: 768px) {

    .middleRow {
        position: relative;
        top: 150px;
    }
   
    .bottomRow {
        position: relative;
        top: 450px;
    }

}

/* Search */
.searchBar {
    width: 100%;
    padding: 0px;
    position: relative;
    left: -13px;
}

.searchBarIcon {
    width: 50px;
    height: 50px;
    background-color: #251C49;
    padding: 5px;
    float: left;
    margin-right: 20px;
}

.searchBarIcon img {
    width: 40px;
}

.searchBarContent {
    width: 100%;
    background-color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.searchBarContent.opened {
    height: 600px;
    position: fixed;
    z-index: 1;
    width: 94%;
    background-color: #D6D7DA;
}

.searchBarContent p {
    margin-bottom: 0px;
    line-height: 46px;
}

.searchBarContent span {
    font-size: 22px;
    font-weight: 700;
}

.fa-chevron-left {
    margin-right: 16px;
}

.formRow {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
}

.restaurantesContainer {
    margin-top: 10px;
}

.restaurantesContainer div {
    padding: 0px;
}

.restauranteCard {
    background: white;
    margin: 3px;
}

.restauranteCardTitle {
    padding: 5px !important;
}

.restauranteCardTitle span {
    font-size: 14px;
    position: relative;
    top: 2px;
    left: 2px;
    font-weight: 700;
}

.restauranteCardTitle p {
    margin-bottom: 0px;
}

.restauranteCardTitle img {
    width: 30px;
}

.restauranteCardImages {
    height: 110px;
    background: #acabb1;
}

.restauranteCardImages {
    text-align: center;
}

.restauranteCardImages img {
    width: 50px;
    position: relative;
    top: 85px;
}

.restauranteCardData {
    margin-top: 30px;
    padding: 0px 20px !important;
}

.restauranteCardData2 {
    margin-top: 10px;
    padding: 0px 20px !important;
}

.restauranteCardData p {
    margin-bottom: 0px
}

.btnGreen {
    background: #8CB33B;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    width: 90%;
    padding: 10px 25px;
    margin: 10px 0px;
    font-weight: 700;
    text-decoration: none;
}

.btnGreen:hover,
.btnGreen:active,
.btnGreen:focus {
    text-decoration: none;
}

.btnGreen img {
    width: 15px;
    margin-right: 10px;
}

.collapseBtn,
.collapseBtn:active,
.collapseBtn:focus,
.collapseBtn:focus-within,
.collapseBtn:target,
.collapseBtn:hover,
.collapseBtn:visited {
    width: 100%;
    margin-bottom: 0px;
    background: #251C49;
    border-bottom: 2px solid white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    padding: 3px;
    line-height: 30px;
    font-size: 19px;
}

.collapseBtn img {
    width: 30px;
    height: 30px;
}

.collapseBody {
    background: #251C49;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collapseBody label {
    color: white;
}

.collapseFa {
    color: #8CB33B;
    font-size: 22px;
    margin-top: 4px;
}

.restauranteCardButton {
    text-align: center;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.searchBox {
    width: 88%;
    height: 75%;
    position: fixed;
    left: 0;
    background: grey;
    z-index: 1;
    top: 98px;
}

.btnSearchbar {
    padding: 0;
    text-decoration: none;
}

.searchBar2 {
    width: 100%;
    padding: 0px 13px;
    position: relative;
    left: -13px;
}

#recoger,
#domicilio,
#mesa,
#pagarAhoraPay,
#reembolsoPay,
#reembolsoTarjetaPay,
#tarjetaPay,
#bizumPay,
#paypalPay,
#stripePay {
    display:none;
}
    
#recoger + label {
    background-image: url('../img/search/icon-recoger.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#recoger:checked + label {
    background-image: url('../img/search/icon-recoger-active.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#domicilio + label {
    background-image: url('../img/search/icon-domicilio.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#domicilio:checked + label {
    background-image: url('../img/search/icon-domicilio-active.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#mesa + label {
    background-image: url('../img/search/icon-mesa.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#mesa:checked + label {
    background-image: url('../img/search/icon-mesa-active.png');
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#pagarAhoraPay + label {
    background-image: url('../img/cart/icon-pa.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#pagarAhoraPay:checked + label {
    background-image: url('../img/cart/icon-pa-active.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#reembolsoPay + label {
    background-image: url('../img/cart/icon-er.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#reembolsoPay:checked + label {
    background-image: url('../img/cart/icon-er-active.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#reembolsoTarjetaPay + label {
    background-image: url('../img/cart/icon-tr.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#reembolsoTarjetaPay:checked + label {
    background-image: url('../img/cart/icon-tr-active.png');
    height: 80px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#tarjetaPay + label {
    background-image: url('../img/cart/icon-t.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#tarjetaPay:checked + label {
    background-image: url('../img/cart/icon-t-active.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#bizumPay + label {
    background-image: url('../img/cart/icon-b.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#bizumPay:checked + label {
    background-image: url('../img/cart/icon-b-active.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#paypalPay + label {
    background-image: url('../img/cart/icon-p.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#paypalPay:checked + label {
    background-image: url('../img/cart/icon-p-active.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#stripePay + label {
    background-image: url('../img/cart/icon-s.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

#stripePay:checked + label {
    background-image: url('../img/cart/icon-s-active.png');
    height: 60px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

input[type=checkbox].checkbix+label {
    color: white;
}

input[type=checkbox].checkbix[data-shape=circled]+label>span {
    border-color: white;
}

.submitRow {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 110px;
}

.categorieContainer {
    background: #251C49;
    margin: 5px;
    text-align: center;
    padding-top: 20px;
    border-radius: 20px;
    min-height: 100px;
}

.platoList {
    list-style: none;
    padding-left: 0px
}

.platoList li {
    background: white;
    padding: 15px;
}



.box {
    position: relative;
    width: 100%;
    padding: 5px;
    max-width: 170px;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
    background: #251C49;
    border-radius: 20px;
}

.boxContent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

/* Search -> Home restaurante */
.slider {
    height: 300px;
    background: grey;
}

.btnSliderRow {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.btnSliderRow i {
    font-size: 30px;
}

.btnSliderRow i:hover {
    cursor: pointer;
}

.productCard {
    background: grey;
    width: 100%;
    max-width: 200px;
    height: 200px;
    /* margin: 15px 0px; */
    border: 1px solid white;
    border-radius: 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.productCardName {
    font-size: 18px;
    font-weight: 600;
}

.productCardPrice {
    font-size: 12px;
    font-weight: 800;
}

.productCardLink {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

/* Search -> Listado categorias por restaurante */
.catName {
    z-index: 1;
    color: white;
}

.catIndex {
    color: #383165;
    position: absolute;
    font-size: 110px;
    bottom: 10px;
    z-index: 0;
}

/* Search -> Listado platos por categoría */
.categoryImgContainer {
    width: 100%;
    height: 125px;
    background: grey;
}

.categoryNameRow {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid #251C49;
    align-items: center;
    padding: 10px;
}

.categoryNameRow i {
    color: #8CB33B;
}

.categoryNameRow p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.tableTitleRow {
    border-bottom: 2px solid white;
    margin: 8px 10px 0px 10px;
    padding: 0px 5px;
}

.tableTitleRow span {
    font-size: 14px;
}

.tableItemRow {
    border-bottom: 2px solid white;
    margin: 5px 10px 0px 10px;
    padding: 0px 5px;
    padding-bottom: 10px;
}

.tableItemRow img {
    width: 25px;
}

.tableItemRow .name {
    font-size: 14px;
    font-weight: 700;
}

.tableItemRow .price {
    font-size: 16px;
    font-weight: 400;
    color: #E3B249;
}

.productInCart {
    width: 20px;
    height: 20px;
    border: 2px solid #8CB33B;
    border-radius: 13px;
    float: right;
    padding: 0px;
    margin-top: 3px;
}

.productInCart.active {
    background: #8CB33B;
}

/* Search -> Página de producto */
.imageSliderContainer {
    height: 70px;
    background: white;
}

.imageContainer {
    min-height: 350px;
    background: grey;
}

.imageSlider {
    max-height: 60px;
    margin: 5px;
}

.iconsContainer {
    display: flex;
    justify-content: center;
    margin-top: -34px;
}

.iconsContainer img {
    width: 70px;
    height: 70px;
    margin: 0px 5px;
    max-height: 70px;
}

.productNameRow {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid #251C49;
    align-items: center;
    padding: 10px;
}

.productNameRow i {
    color: #8CB33B;
}

.productNameRow p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.productInfoRow {
    display: flex;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 14px;
}

.productInfoRow div {
    padding: 0px 10px;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
}

/* QR */
.qrReader {
    width: 100%;
}

/* Cart */
.cartContainer {
    width: 60px;
    height: 60px;
    background: #E3B249;
    position: fixed;
    z-index: 1;
    top: 30px;
    right: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.cartQty {
    text-align: center;
}

.cartQty span {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.pill {
    /* background: #252040; */
    background: #8CB33B;
    color: white;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 10px;
    text-transform: capitalize;
}

/* Cerca de mi */
#map {
    height: 300px;
    width: 100%;
}

/* Footer normal */ 
footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0px;
    z-index: 1;
}

footer .icon-container {
    background: #251C49;
    border: 5px solid #383166;
    margin: 0px 20px;
    border-radius: 35px;
    display: flex;
    height: 70px;
    justify-content: space-around;
    align-items: center;
}

footer .icon-container .icon img{
    width: 50px;
}

footer .icon-container .icon:hover {
    cursor: pointer;
}

/* Footer producto */
.icon-container-product {
    background: #251C49;
    display: flex;
    height: 80px;
    justify-content: space-around;
    align-items: center;
    border-top: 5px solid #8CB33B;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.icon-container-product .icon img{
    width: 50px;
}

.icon-container-product .icon:hover {
    cursor: pointer;
}

.icon-return {
    width: 45px !important;
    height: 45px !important;
    background: white;
    border: 4px solid grey;
    border-radius: 23px;
}

.btn-pedir {
    background: #8CB33B;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn-comeHome {
    background: #8CB33B;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 15px 50px;
    text-transform: uppercase;
    border-radius: 25px;
    flex: 1;
    text-align: center;
}

.btn-pagar {
    background: #8CB33B;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 20px;
}

.qty-selector {
    display: flex;
}

.qty-box {
    color: #8CB33B;
    font-size: 20px;
    width: 45px;
    background: white;
    height: 45px;
    text-align: center;
    border: 4px solid grey;
    border-radius: 24px;
}

.qty-box input {
    width: 30px;
    background: transparent;
    border: 0;
    padding-left: 6px;
    font-size: 22px;
    color: #8CB33B;
}

.qty-box span {
    font-size: 22px;
    color: #8CB33B;
}

.qtyChange {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qtyChange i {
    color: #8CB33B;
    font-size: 25px;
    margin: 5px;
}




















/* Estilos animacion success */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
  }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
  }
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
  }
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  
  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
}



/* Estilos botones Sharing */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
