@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(./yanone.css);
:root {
    --blue: #6ad1ef;
    --red: #c00a27;
}
body {
    font-family: "Barlow", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #9e9e9e;
    overflow-x: hidden !important;
    position: relative;
}
/* layout */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.home-header, .mobile-header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 6;
    width: 100%;
    height: 80px;
    background-color: transparent;
    transform: translateY(0);
    transition: all .2s;
}
.mobile-header {
    display: none;
    align-items: center;
    padding: 0 15px;
}
.mobile-side-menu {
    transform: translateX(100%);
    overflow-y: auto;
    position: fixed;
    z-index: 6;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100dvh;
    transition: all .3s ease-in-out;
}
.mobile-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-brand {
    padding: 10px 0;
}
.mobile-brand img {
    display: block;
    margin: 0 auto;
    height: 50px;
}
.mobile-menu-item {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
}
.mobile-menu-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.mobile-menu-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #232323;
    font-weight: 600;
}
.mobile-data {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.mobile-login-logo {
    width: 100%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
}
.mobile-login-logo img {
    width: 150px;
}
#close-mobile-side {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: x-large;
}
.menu-mobile a {
    color: white;
    font-size: xxx-large;
}
.logo-mobile img {
    width: 115px;
}
.scrolade {
    transform: translateY(-80px);
}
.active-home {
    background-color: var(--red);
}
.erfood-header {
    background-color: var(--red);
    z-index: 3;
}
aside {
    width: 300px;
    height: 100dvh;
    position: fixed;
    -webkit-box-shadow: 10px 0px 50px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 0px 50px -10px rgba(0,0,0,0.5);
    box-shadow: 10px 0px 50px -10px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
section {
    position: relative;
    z-index: 3;
}
main {
    /*width: calc(100% - 300px);*/
    width: 100%;
    height: 100dvh;
    /*margin-left: 300px;*/
}
abbr {
    color: red;
}
.overlay-h {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}
.overlay-i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
}
.bold {
    font-weight: bold;
}
.page-container {
    padding: 0 5rem;
    background-color: white;
    max-width: 1400px;
    margin: 0 auto;
}
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 100%;
}
.login a {
    color: white;
    font-size: xx-large;
}
.logo-home {
    width: 33.33%;
    padding: 15px 10px;
    cursor: pointer;
}
.logo-home img {
    height: 100%;
}
.home-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding: 0 100px;
}
.home-slide-text {
    font-family: 'Yanone Kaffeesatz';
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    line-height: normal !important;
    margin-bottom: 0 !important;
    transform: translateY(-70%);
}
.welcome {
    background-image: url(/img/pizza-home.jpg);
}
.slide-buttons a, 
.welcome a {
    text-decoration: none;
    padding: 12px 30px;
    color: black;
    background-color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: medium;
    transition: all .1s ease-in;
}
.welcome a {
    font-size: large;
}
.slide-buttons a {
    margin-right: 10px;
}
.welcome h1 {
    color: white;
    font-size: 50px;
    font-weight: 600;
}
.welcome h3 {
    color: white;
    font-size: 35px;
    font-weight: 600;
}
.vera-breadcrumb {
    position: relative;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background-color: white;
    z-index: 4;
}
.vera-breadcrumb a {
    text-decoration: none;
}
.vera-breadcrumb span {
    font-size: medium;
    padding: 20px 0 20px 50px;
    color: #4a4a4a;
}
.vera-breadcrumb i {
    font-size: 10px;
}
#myorders-body h3 {
    color: #232323;
    font-size: xx-large;
    border-bottom: 2px solid var(--red);
    padding-bottom: 5px;
    display: inline;
}
.layer {
    position: relative;
    background-image: url(../img/layer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer h1 {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: white;
    z-index: 3;
}

/* index */
/*.swiper {
    width: 100%;
    height: 100dvh;
}
.slide-title {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slide-title span, .slide-title p {
    font-family: 'Yanone Kaffeesatz';
    text-transform: uppercase;
    line-height: 40px;
}
.slide-title span {
    position: relative;
    font-size: x-large;
    color: #232323;
    font-weight: 100;
}
.slide-title span::before {
    border-top: 1px solid #858585;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: -15%;
    width: 20px;
    z-index: -1;
}
.slide-title span::after {
    border-top: 1px solid #858585;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    right: -15%;
    width: 20px;
    z-index: -1;
}
.slide-title p {
    font-size: xxx-large;
    color: var(--red);
}
.slide-pizza {
    width: 100%;
    height: 85%;
}
.img-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide-buttons {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}*/
.layer-home {
    position: relative;
    width: 100%;
    height: 100dvh;
}
.layer-title {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.layer-title span, .layer-title p {
    font-family: 'Yanone Kaffeesatz';
    text-transform: uppercase;
    line-height: 40px;
}
.layer-title span {
    position: relative;
    font-size: x-large;
    color: #232323;
    font-weight: 100;
}
.layer-title span::before {
    border-top: 1px solid #858585;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: -15%;
    width: 20px;
    z-index: -1;
}
.layer-title span::after {
    border-top: 1px solid #858585;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    right: -15%;
    width: 20px;
    z-index: -1;
}
.layer-title p {
    font-size: xxx-large;
    color: var(--red);
}
.layer-body {
    width: 100%;
    height: 85%;
}
.layer-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
}
.layer-buttons {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.add-to-cart, .see-more-item {
    text-decoration: none;
    padding: 10px 30px;
    color: black;
    background-color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: medium;
    transition: all .1s ease-in;
    margin-left: 10px;
}

/* float menu */
.float-menu {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 5;
    transition: all 500ms ease-in-out;
}
.pizza-menu-body, 
.drink-menu-body {
    width: 100%;
    display: flex;
    justify-content: center;
}
.float-menu-item {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #585858 !important;
    font-size: 18px !important;
    transition: all .2s;
}
.float-menu-item img {
    width: 125px;
}
.float-menu-item:hover {
    transform: translateY(-5px);
}
.float-menu-item span {
    color: #232323 !important;
    font-size: medium;
    font-weight: bold;
}
.menu-active-arrow {
    position: absolute;
    z-index: 6;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.0;
    transition: all 500ms ease-in-out;
}
#pizza-menu-items, 
#drink-menu-items, 
#other-menu-items {
    /*display: none;*/
    opacity: 0.0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    border-bottom: 1px solid #f1f1f1;
}
.show-menu {
    /*display: inherit !important;*/
    opacity: 1.0 !important;
    visibility: visible !important;
}
.mobile-img img {
    width: 100px;
}

/* cart button */
.cart-home {
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobile-cart {
    padding: 25px 0 20px 0;
    border-top: 1px solid #e0e0e0;
}
#cart-button {
    cursor: pointer;
}
.cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    text-decoration: none;
}
.cart-counter {
    position: absolute;
    top: -17px;
    right: -7px;
}
.cart-counter span {
    background-color: var(--red);
    color: white;
    border-radius: 50px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 19px;
    border: 2px solid white;
}
.mobile-cart .cart-title span, .mobile-cart .cart-total span {
    color: #232323 !important;
}
.mobile-cart .cart-counter span {
    border: 2px solid #232323 !important;
    color: white;
}
.cart-icon, 
.cart-title, 
.cart-total {
    position: relative;
    padding-left: 10px;
}
.cart-icon > i {
    color: white;
    font-size: large;
    border: 2px solid white;
    border-radius: 50px;
    padding: 7px 10px;
}
.mobile-cart .cart-icon > i {
    color: #232323 !important;
    border: 2px solid #232323 !important;
}
.cart-title span, 
.cart-total span {
    font-size: 16px;
    color: white;
    font-weight: 400;
}
.cart-total span {
    color: white;
    font-weight: bold;
}

/* menu items home */
.menu-items {
    position: relative;
}
.menu-home {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-home ul {
    width: 100%;
    list-style: none;
    height: 100%;
    display: flex;
}
.menu-home li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    position: relative;
}
.menu-home a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    padding: 0 15px;
    height: 100%;
    font-size: large;
    font-weight: bold;
}
.menu-home svg {
    padding-right: 5px;
}
.menu-pages a {
    text-decoration: none;
    line-height: 40px;
    font-weight: bold;
    font-size: medium;
    color: #232323;
}
.menu-social {
    display: flex;
    justify-content: space-around;
}
.menu-social a {
    font-size: x-large;
    color: #232323;
}
.menu-footer {
    color: #232323;
    font-size: medium;
    text-align: center;
}

/* info footer */
.info-contact {
    display: flex;
    justify-content: space-evenly;
    -webkit-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.1);
    border-bottom: 1px solid #eaeaea;
    background-color: white;
}
.info-contact-2 {
    display: flex;
    justify-content: space-evenly;
}
.item-info-contact, .item-info-contact-2 {
    display: flex;
    justify-content: start;
    align-items: center;
}
.item-info-contact span, .item-info-contact-2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    padding: 30px;
    background-color: var(--red);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
}
.item-info-contact-2 span {
    font-size: large;
    padding: 25px;
    width: 40px;
    height: 40px;
}
.item-info-contact a, .item-info-contact-2 a {
    text-decoration: none;
    color: #232323;
    padding-left: 10px;
    font-size: x-large;
}
.item-info-contact-2 a {
    font-size: larger;
}
.register-social {
    color: #000;
    font-size: larger;
    text-align: center;
    display: block;
}

/* footer */
footer {
    position: relative;
    z-index: 0;
    background-color: #f1f1f1;
}
.logo-footer {
    display: flex;
    justify-content: center;
}
.logo-footer img {
    width: 300px;
    transform: rotate(-5deg);
}
.footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.footer-menu li+li::before {
    content: "|";
    display: inline-block;
    margin: 0 1.467em;
    color: #dcdcdc;
}
.footer-menu a {
    text-decoration: none;
    color: #232323;
    font-size: 1rem;
}
.sign-up {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.sign-up input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 20px 30px;
    outline: none;
}
.sign-up input[type="button"] {
    position: absolute;
    right: 10px;
    border: none;
    background-color: var(--red);
    color: white;
    border-radius: 50px;
    padding: 8px 25px;
    border: 2px solid var(--red);
    transition: all .2s;
}
.sign-up input[type="button"]:hover {
    background-color: white;
    color: var(--red);
}
.footer-copy {
    text-align: center !important;
    color: #9e9e9e;
    font-size: medium;
    border-top: 1px solid #d9d9d9;
}

/* cart page */
.cart-page {
    margin-top: 80px;
    background-color: white;
    z-index: 4;
}
#cart-body, .cart-shop-steps {
    background-color: white;
}
.cart-shop-steps ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart-shop-steps li+li {
    padding-left: 200px;
}
.cart-shop-steps li {
    position: relative;
    text-align: center;
}
.cart-shop-steps li+li::before {
    display: block;
    content: " ";
    height: 3px;
    background-color: #dcdcdc;
    width: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cart-shop-steps span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid var(--red);
    width: 50px;
    height: 50px;
    color: #232323;
    z-index: 2;
}
.cart-shop-steps p {
    position: absolute;
    bottom: -30px;
    color: #232323;
    margin: 0;
    width: 200px;
    font-size: medium;
}
.step-active {
    background-color: var(--red);
    color: white !important;
}
.cart-checkout-list {
    display: flex;
    width: 100%;
}
#cart-table, #cart-table-tracking {
    width: 100%;
}
th,td {
    font-size: medium;
    color: #232323;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.delete-cart-item {
    color: #232323;
    font-size: larger;
    transition: color .2s;
}
.delete-cart-item:hover {
    color: var(--red);
}
.td-img-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.td-img-item img {
    width: 100px;
    padding: 5px 10px;
}
.td-img-item span {
    font-weight: bold;
}
.td-quantity-item, 
.quantity-item {
    position: relative;
    width: 150px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.td-quantity-item input, 
.quantity-item input {
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.td-quantity-item input[type="number"], 
.quantity-item input[type="number"] {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    text-align: center;
    outline: none;
    line-height: 1.75rem !important;
}
.td-quantity-item input[type="button"], 
.quantity-item input[type="button"] {
    position: absolute;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}
.td-quantity-item input[type="button"]:hover, 
.quantity-item input[type="button"]:hover {
    background-color: var(--red);
    color: white;
}
.td-quantity-item input[type="button"]:first-of-type, 
.quantity-item input[type="button"]:first-of-type {
    left: 4px;
}
.td-quantity-item input[type="button"]:last-of-type, 
.quantity-item input[type="button"]:last-of-type {
    right: 4px;
}
.cart-checkout {
    position: relative;
}
.pay-order-list {
    background-color: #f5f5f5;
    padding: 20px 30px;
    border-radius: 20px;

}
.pay-order-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 0;
}
.pay-order-list span {
    font-size: medium;
    color: #232323;
}
.pay-order-list a {
    text-decoration: none;
    font-weight: bold;
}
#pay-body {
    background-color: white;
}
.cart-checkout-tittle, 
.pay-checkout-tittle,
.account-checkout-tittle
.login-tittle,
.register-tittle,
.checkout-alert span {
    color: #232323;
    font-size: xx-large;
    border-bottom: 2px solid var(--red);
    padding-bottom: 5px;
}
.checkout-alert p {
    padding-top: 25px;
    font-size: medium;
    color: #232323;
    line-height: 20px;
    text-align: justify;
}
.cart-checkout-subtotal, 
.cart-checkout-itbis,
.cart-checkout-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #232323;
    font-size: medium;
    border-bottom: 1px solid #dcdcdc;
}
.cart-checkout-subtotal {
    padding-top: 25px;
}
.cart-checkout-total,
.cart-checkout-itbis {
    padding-top: 15px;
}
#checkout-btn:hover {
    color: var(--red);
    background-color: white;
}
#place-order {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    border: 2px solid var(--red);
    border-radius: 50px;
    padding: 5px 0;
    font-weight: bold;
    font-size: medium;
    background-color: var(--red);
    color: white;
    margin-top: 10px;
}
#pay-checkout, #remember-pass {
    transform: translateY(2px);
}
label[for="pay-checkout"] > span {
    margin-left: 3px;
}

/* order checkout */
.order-tittle-thanks {
    text-align: center;
    display: block;
    color: #232323;
    font-size: xx-large;
}
.order-tittle-thanks-info {
    text-align: center;
    display: block;
    color: #232323;
    font-size: medium;
}
.order-tittle {
    display: flex;
    justify-content: flex-start;
}
.order-tittle i {
    font-size: xxx-large;
    color: #49c949;
    padding-right: 10px;
    padding-top: 5px;
}
.order-tittle-info span {
    font-size: medium;
}
.order-tittle-info p {
    font-size: large;
    color: #232323;
    font-weight: bold;
}
.order-details-tittle, 
.order-address-tittle {
    color: #232323;
    font-size: xx-large !important;
    border-bottom: 2px solid var(--red);
    padding-bottom: 5px;
}
.order-user-info ul {
    margin-top: 20px;
    list-style: none;
    height: 200px;
    overflow-y: auto;
}
.order-user-info li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}
.order-user-info ul span, 
.order-address-info-data span {
    color: #232323;
    font-size: 1.1rem;
    display: block;
}
.cart-order-buttons a, .cart-buttons a {
    text-decoration: none;
    margin: 0 auto;
    border-radius: 50px;
    font-size: medium;
    color: white;
    background-color: var(--red);
    border: 2px solid var(--red);
    font-weight: bold;
    padding: 5px 25px;
    margin-left: 5px;
    float: right;
    transition: all .2s;
}
.cart-order-buttons a:hover, .cart-buttons a:hover {
    color: var(--red);
    background-color: white;
}

/* item page */
#img-item {
    overflow: hidden;
}
.item-image {
    /*width: 100%;*/
}
.item-tittle {
    font-size: xx-large;
    color: #232323;
}
.item-details {
    font-size: medium;
    font-style: italic;
    line-height: 20px;
    color: #585858;
}
.item-tittle-list, .item-tittle-price {
    font-size: 17px;
    color: #585858;
    display: block;
}
.item-buttons {
    display: flex;
}
.item-quantity {
    font-size: 17px;
    color: #232323;
    font-weight: bold;
}
.item-add-cart {
    display: block;
    width: 100%;
}
.item-list-details {
    color: #4a4a4a;
    font-size: medium;
    font-weight: bold;
}
.item-add-cart button {
    width: 100%;
    border-radius: 50px;
    font-size: smaller;
    color: white;
    background-color: var(--red);
    border: 2px solid var(--red);
    font-weight: bold;
    margin: 0 10px;
    padding: 0 25px;
}
.item-related {
    text-decoration: none;
    text-align: center;
}
.item-related span {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: bold;
}
.item-related-tittle {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    color: #232323;
    font-size: x-large;
}
.item-related-tittle::before {
    content: " ";
    width: 5%;
    height: 3px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item-related a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
}
.item-related p {
    text-align: center;
    color: #484848;
}
.item-related {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-related img {
    width: 200px;
    display: block;
    margin: 25px auto 0 auto;
}
.item-related button, 
#login-btn, 
#register-btn-login,
#register-btn-save,
#back-to-home {
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    font-size: smaller;
    color: white;
    background-color: var(--red);
    border: 2px solid var(--red);
    font-weight: bold;
    padding: 2px 25px;
}
#login-btn, 
#register-btn-login,
#register-btn-save,
#back-to-home {
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
}
#register-btn-save {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.login {
    cursor: pointer;
}
.user-menu {
    display: none;
    position: absolute;
    background: white;
    width: 150px;
    top: 80px;
    right: 0;
    border-radius: 5px;
    z-index: 5;
    border: 1px solid #ddd;
}
.user-menu ul {
    list-style: none;
}
.user-menu a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 5px 15px;
    transition: all .2s;
}
.user-menu a:hover {
    background-color: var(--red);
    color: white;
}
.user-menu i {
    font-size: 16px;
    padding-right: 5px;
}
.user-details {
    padding: 0px 10px 10px 10px;
    background-color: var(--red);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.user-details span {
    color: white;
    font-size: 12px;
    line-height: 0;
}
.user-details p {
    color: white;
    font-size: 10px;
    margin: 0;
    line-height: 15px;
}

/* login page */
.left-layer {
    position: relative;
    background-image: url(../img/pizza-home-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-layer img {
    z-index: 3;
}
.login-body,
.register-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register-body p {
    text-align: justify;
    letter-spacing: normal;
}
.login-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    text-decoration: none;
    background-color: var(--red);
    color: white;
    padding: 8px 0;
    border-radius: 50px;
    font-size: large;
}
.forget-password {
    display: block;
    text-align: center;
    color: #232323;
    font-size: medium;
}
.login-btn-separator {
    position: relative;
    text-align: center;
    display: block;
    color: #9e9e9e;
    font-size: smaller;
}
.login-btn-separator::after {
    display: block;
    content: " ";
    height: 1px;
    background-color: #9e9e9e;
    width: 25%;
    position: absolute;
    top: 54%;
    left: 23%;
}
.login-btn-separator::before {
    display: block;
    content: " ";
    height: 1px;
    background-color: #9e9e9e;
    width: 25%;
    position: absolute;
    top: 54%;
    left: 52%;
}
.login-check span {
    font-size: medium;
    color: #232323;
    padding-left: 5px;
}
#warning-t-c {
    display: none;
    line-height: normal;
    font-size: smaller;
    color: red;
    text-align: center;
}
.spinner-border-md {
    width: 1.5rem;
    height: 1.5rem;
}
.time-line-status {
    color: #000;
}
.time-line-status ul {
    list-style: none;
    padding: 0;
}
.time-line-status span {
    padding-left: 5px;
}
.time-line-status li p {
    padding-left: 25px;
    line-height: 15px;
    position: relative;
    margin: 0;
}
.time-line-status-p::before {
    display: block;
    content: " ";
    height: 25px;
    background-color: #9e9e9e;
    width: 1px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(8%);
}
.time-line-status li::before {
    content: "○";
    font-size: xx-large;
    display: inline-block;
    transform: translateY(15px);
}
.time-line-active {
    color: #49c949 !important;
}
.time-line-status li.time-line-active > p::before {
    background-color: #49c949 !important;
}
.mobile-item-link {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
}
.mobile-item-link a {
    text-decoration: none;
    font-size: large;
    color: #232323;
}
span.view-pass {
    position: absolute;
    right: 25px;
    top: 42px;
    z-index: 1000;
    cursor: pointer;
    font-size: larger;
    color: var(--red);
}
.input-field {
    position: relative;
}

/* Terms and conditions */
#terms_conditions_body h1, #cancellation_policy_body h1 {
    color: var(--red);
    /*border-bottom: 2px solid var(--red);*/
    padding: 0;
    margin: 15px calc(1.5rem * .5);
    text-align: center;
}
#terms_conditions_body span, #cancellation_policy_body span {
    padding: 0;
    font-size: x-large;
    color: var(--red);
}
#terms_conditions_body p, #cancellation_policy_body p {
    padding: 0;
}

/* account */
#update-profile,
#save-profile, 
#change-password,
#save-new-password,
#disabled-account {
    display: block;
    border-radius: 5px;
    font-size: smaller;
    color: white;
    background-color: var(--red);
    border: 2px solid var(--red);
    font-weight: bold;
    padding: 2px 25px;
    float: right;
}

@media only screen and (max-width: 767px) {
    /* index */
    tr {
        height: 50px;
    }
    th,td {
        font-size: smaller;
        line-height: normal;
        vertical-align: middle;
    }
    .home-header {
        display: none;
    }
    .mobile-header {
        display: flex;
        width: 100vw;
    }
    .home-slide {
        padding: 0;
    }
    .welcome {
        background-image: url(/img/pizza-home-mobile.jpg);
        padding: 0 15px;
    }
    .welcome h3 {
        font-size: 25px;
    }
    .welcome h1 {
        font-size: 40px;
    }
    .info-contact, .footer-menu ul {
        flex-direction: column;
    }
    .info-contact-2 {
        flex-direction: column;
    }
    .item-info-contact {
        padding: 10px 0;
    }
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu li+li::before {
        display: none;
    }
    .sign-up {
        width: 95%;
    }
    .sign-up input[type="text"] {
        padding: 10px 20px;
        font-size: smaller;
    }
    .sign-up input[type="button"] {
        font-size: smaller;
        right: 6px;
        padding: 2px 18px;
    }
    .slide-buttons a, .welcome a {
        padding: 8px 26px;
        font-size: smaller;
    }
    .home-slide-text {
        transform: translateY(-50%);
    }
    .item-image {
        width: 100%;
        height: auto !important;
    }
    .register-tittle {
        font-size: x-large;
    }
    .img-slide {
        background-repeat: repeat;
    }
    .layer-title span, .layer-title p {
        line-height: 30px;
    }
    .layer-title span {
        font-size: larger;
    }
    .layer-title p {
        font-size: xx-large;
    }

    /* cart, pay, order */
    .page-container {
        width: 100%;
        padding: 0 1rem;
    }
    #cart-body, #pay-body, #item-body, #account-body {
        padding: 0 !important;
    }
    .vera-breadcrumb span {
        padding: 20px 0 20px 2rem;
    }
    .add-to-cart, .see-more-item {
        font-size: small;
        padding: 5px 20px;
    }
    .cart-shop-steps ul {
        padding: 0;
    }
    .cart-shop-steps li+li {
        padding-left: 80px;
    }
    .cart-shop-steps li+li::before {
        width: 80px;
    }
    .cart-shop-steps span {
        width: 40px;
        height: 40px;
    }
    .cart-shop-steps p {
        width: 100px;
        bottom: -50px;
        line-height: normal;
    }
    .td-quantity-item {
        width: 85px;
        margin: 0 2px;
    }
    .td-img-item img {
        padding: 0 10px;
    }
    .td-img-item span {
        line-height: normal;
    }
    .cart-order-buttons a, .cart-buttons a {
        margin-bottom: 10px;
    }
    .item-related {
        margin: 15px 0 !important;
    }
    .item-related img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .item-related button {
        width: 100%;
        padding: 2px 0
    }
    footer {
        background-color: #dedcdc;
    }
    .footer-copy {
        border-top: 1px solid #c6c6c6;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container {
        width: 100%;
        padding: 0;
    }
    .cart-title {
        display: none;
    }
    .item-info-contact a {
        font-size: large;
    }
    .item-related img {
        margin: 0 auto;
    }
    .item-image {
        width: 100%;
        height: auto !important;
    }
    .info-contact {
        flex-direction: row;
    }
    .td-quantity-item {
        width: 100px;
        margin: 0 2px;
    }
    .sign-up {
        width: 85%;
    }
    .slide-buttons a, .welcome a {
        font-size: large;
    }
    .item-related {
        margin: 70px 0 !important;
    }
    .item-related img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .item-related button {
        padding: 2px 0
    }
    #item-body {
        padding: 3rem 1rem !important;
    }
    .pizza-menu-body, 
    .drink-menu-body {
        flex-wrap: wrap;
    }
}
@media only screen and (orientation: landscape) {
    
}