
@charset "UTF-8";
.rpress-icon {
display: inline-block;
fill: currentColor;
position: relative;
top: -.0625em;
vertical-align: middle;
width: 1em;
height: 1em
}
.rpress-icon-lock {
top: -.125rem
}
.rpress-icon-spin {
display: inline-block;
-moz-animation: rpress-icon-spin 2s infinite linear;
-o-animation: rpress-icon-spin 2s infinite linear;
-webkit-animation: rpress-icon-spin 2s infinite linear;
animation: rpress-icon-spin 2s infinite linear
}
@-moz-keyframes rpress-icon-spin {
0% {
-moz-transform: rotate(0)
}
100% {
-moz-transform: rotate(359deg)
}
}
@-webkit-keyframes rpress-icon-spin {
0% {
-webkit-transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg)
}
}
@-o-keyframes rpress-icon-spin {
0% {
-o-transform: rotate(0)
}
100% {
-o-transform: rotate(359deg)
}
}
@-ms-keyframes rpress-icon-spin {
0% {
-ms-transform: rotate(0)
}
100% {
-ms-transform: rotate(359deg)
}
}
@keyframes rpress-icon-spin {
0% {
transform: rotate(0)
}
100% {
transform: rotate(359deg)
}
}
#rpress_checkout_cart {
text-align: left;
width: 100%;
border: none;
margin: 0 0 21px;
table-layout: auto
}
#rpress_checkout_cart td,
#rpress_checkout_cart th {
text-align: left;
border: 1px solid #eee;
color: #666;
padding: .5em 1.387em
}
#rpress_checkout_cart .rpress_cart_header_row th {
background: #fafafa;
padding: 1.387em
}
#rpress_checkout_cart .rpress_cart_discount_row th,
#rpress_checkout_cart .rpress_cart_tax_row th {
background: 0 0
}
#rpress_checkout_cart th {
font-weight: 700
}
#rpress_checkout_cart td {
line-height: 25px;
vertical-align: middle;
background: #fff
}
#rpress_checkout_cart td.rpress_cart_actions,
#rpress_checkout_cart td:last-child,
#rpress_checkout_cart th.rpress_cart_actions,
#rpress_checkout_cart th.rpress_cart_total,
#rpress_checkout_cart th:last-child {
text-align: right
}
#rpress_checkout_cart td img {
float: left;
margin: 0 8px 0 0;
background: 0 0;
padding: 0;
border: none
}
#rpress_checkout_cart input.rpress-item-quantity {
width: 3em;
padding: 2px
}
#rpress_checkout_cart .rpress_discount {
display: inline-block;
margin-left: 5px
}
.rpress_discount_remove {
display: inline-block;
width: 10px;
height: 11px;
background: url(https://www.luminabormio.it/apps/restropress/templates/images/xit.gif ) 0 0 no-repeat;
position: relative;
top: 1px
}
.rpress_discount_remove:hover {
background-position: -10px 0
}
#rpress_checkout_cart br {
display: none
}
#rpress_checkout_cart a.rpress-cart-saving-button {
font-weight: 400;
text-decoration: none
}
#rpress_checkout_form_wrap legend {
display: block;
font-size: 120%;
line-height: 1;
font-weight: 700;
margin: 0 0 21px;
background: #fff;
padding: 0px 5px;
}
#rpress_checkout_form_wrap label {
font-weight: 700;
display: block;
position: relative;
line-height: 100%;
font-size: 95%;
margin: 0 0 5px
}
#rpress_checkout_form_wrap label:after {
display: block;
visibility: hidden;
float: none;
clear: both;
height: 0;
text-indent: -9999px;
content: "."
}
#rpress_checkout_form_wrap.rpress-logged-out #rpress_payment_mode_select_wrap,
#rpress_checkout_form_wrap.rpress-logged-out #rpress_purchase_form_wrap{
display: none;
}
#rpress_checkout_form_wrap span.rpress-description {
color: #666;
font-size: 80%;
display: block;
margin: 0 0 5px
}
#rpress_checkout_form_wrap input.rpress-input,
#rpress_checkout_form_wrap textarea.rpress-input {
display: inline-block;
width: 100%;
color: #000;
}
#rpress-discount-code-wrap input.rpress-input{
width: 70%;
}
#rpress_checkout_form_wrap select.rpress-select {
display: block;
color: #000
}
#rpress_checkout_form_wrap select.rpress-select.rpress-select-small {
display: inline;
width: auto
}
#rpress_checkout_form_wrap input.rpress-input.error,
#rpress_checkout_form_wrap textarea.rpress-input.error {
border-color: #c4554e
}
#rpress_checkout_form_wrap>p {
margin: 0 0 21px
}
#rpress_checkout_form_wrap span.rpress-required-indicator {
color: #b94a48;
display: inline
}
#rpress_checkout_form_wrap input[type=email],
#rpress_checkout_form_wrap input[type=password],
#rpress_checkout_form_wrap input[type=tel],
#rpress_checkout_form_wrap input[type=text],
#rpress_checkout_form_wrap textarea {
padding: 4px 6px;
border: 1px solid #bbb;
background: #fff;
}
#rpress_checkout_form_wrap input[type=radio] {
border: none;
margin-right: 5px
}
#rpress_checkout_form_wrap input[type=checkbox] {
display: inline-block;
margin: 0 5px 0 0
}
#rpress_checkout_form_wrap input[type=checkbox]+label,
#rpress_checkout_form_wrap input[type=checkbox]+label:after {
display: inline
}
#rpress_checkout_form_wrap .rpress-payment-icons {
height: 32px;
display: block;
margin: 0 0 8px
}
#rpress_checkout_form_wrap .rpress-payment-icons img.payment-icon {
max-height: 32px;
width: auto;
margin: 0 3px 0 0;
float: left;
background: 0 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
#rpress_checkout_form_wrap #rpress-payment-mode-wrap label {
display: inline-block;
margin: 0 20px 0 0
}
#rpress_checkout_form_wrap #rpress-payment-mode-wrap .rpress-payment-mode-label {
font-weight: 700;
display: inline-block;
position: relative;
margin-bottom: 5px
}
#rpress_checkout_form_wrap fieldset {
border: 1px solid #eee;
padding: 1.387em;
margin: 0 0 21px
}
#rpress_checkout_form_wrap #rpress_discount_code,
#rpress_checkout_form_wrap #rpress_purchase_submit,
#rpress_checkout_form_wrap #rpress_register_account_fields {
padding: 0;
border: none
}
#rpress_checkout_form_wrap fieldset fieldset {
margin: 0;
border: none;
padding: 0
}
#rpress_checkout_form_wrap #rpress-login-account-wrap,
#rpress_checkout_form_wrap #rpress-new-account-wrap,
#rpress_checkout_form_wrap #rpress_final_total_wrap,
#rpress_checkout_form_wrap #rpress_show_discount,
#rpress_checkout_form_wrap .rpress-cart-adjustment {
background: #fafafa;
color: #666;
padding: .5em 1.387em
}
#rpress_checkout_form_wrap #rpress-discount-code-wrap,
#rpress_checkout_form_wrap #rpress_final_total_wrap,
#rpress_checkout_form_wrap #rpress_show_discount {
border: 1px solid #eee
}
#rpress_checkout_form_wrap .rpress-cart-adjustment {
padding: 1.387em
}
#rpress_checkout_form_wrap .rpress-cart-adjustment input.rpress-input,
#rpress_checkout_form_wrap .rpress-cart-adjustment input.rpress-submit {
display: inline-block
}
#rpress_checkout_form_wrap #rpress-discount-error-wrap {
width: 100%;
display: inline-block;
margin: 1em 0 0
}
#rpress_checkout_form_wrap #rpress-login-account-wrap,
#rpress_checkout_form_wrap #rpress-new-account-wrap {
margin: -1.387em -1.387em 21px;
border-left: none;
border-right: none;
border-top: none
}
#rpress_checkout_form_wrap #rpress_payment_mode_select {
margin-bottom: 21px
}
#rpress_checkout_form_wrap fieldset#rpress_register_fields #rpress_checkout_user_info {
margin-bottom: 21px
}
#rpress_checkout_form_wrap fieldset#rpress_register_account_fields legend {
padding-top: 11px
}
#rpress_checkout_form_wrap fieldset#rpress_register_account_fields p.rpress_login_password,
#rpress_checkout_form_wrap fieldset#rpress_register_account_fields p.rpress_register_password {
margin: 0
}
#rpress_checkout_form_wrap fieldset#rpress_cc_fields {
border: 1px solid #f0f0f0;
background: #f9f9f9;
position: relative
}
#rpress_checkout_form_wrap fieldset#rpress_cc_fields legend {
border: none;
padding: 0
}
#rpress_checkout_form_wrap fieldset p:last-child {
margin-bottom: 0
}
#rpress_checkout_form_wrap fieldset#rpress_cc_fields #rpress-card-number-wrap {
margin-top: 5px
}
#rpress_checkout_form_wrap #rpress_purchase_final_total {
margin: 21px 0
}
#rpress_checkout_form_wrap #rpress_purchase_final_total p {
margin: 0
}
#rpress_secure_site_wrapper {
padding: 4px 4px 4px 0;
font-weight: 700
}
#rpress_checkout_form_wrap input.rpress-input.card-number.valid {
background-image: url(https://www.luminabormio.it/apps/restropress/templates/images/tick.png);
background-repeat: no-repeat;
background-position: 98% 50%
}
#rpress_checkout_form_wrap span.exp-divider {
display: inline
}
#rpress_checkout_form_wrap span.card-type {
position: absolute;
top: -2px;
right: 0;
width: 43px;
height: 32px;
background-size: 43px 32px!important
}
#rpress_checkout_form_wrap span.card-type.off {
display: none
}
#rpress_checkout_form_wrap span.card-type.visa {
background: url(https://www.luminabormio.it/apps/restropress/templates/images/icons/visa.png ) no-repeat
}
#rpress_checkout_form_wrap span.card-type.mastercard {
background: url(https://www.luminabormio.it/apps/restropress/templates/images/icons/mastercard.png ) no-repeat
}
#rpress_checkout_form_wrap span.card-type.discover {
background: url(https://www.luminabormio.it/apps/restropress/templates/images/icons/discover.png ) no-repeat
}
#rpress_checkout_form_wrap span.card-type.amex {
background: url(https://www.luminabormio.it/apps/restropress/templates/images/icons/americanexpress.png ) no-repeat
}
#rpress_checkout_form_wrap .rpress-cart-ajax {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.rpress-amazon-profile-wrapper {
font-size: 12px
}
.rpress-amazon-profile-name {
font-weight: 600
}
.rpress-amazon-logout {
font-size: 10px;
line-height: 12px
}
.rpress-amazon-logout a {
cursor: pointer
}
#rpress-amazon-address-box,
#rpress-amazon-wallet-box {
height: 228px;
width: 350px
}
#rpress-amazon-address-box {
margin-bottom: 15px
}
@media only screen and (min-width:768px) {
#rpress-amazon-address-box,
#rpress-amazon-wallet-box {
width: 100%;
height: 228px
}
}
.rpress_purchase_submit_wrapper {
position: relative
}
.rpress_purchase_submit_wrapper .rpress-cart-ajax {
display: none;
position: relative;
left: -35px
}
.rpress-submit.button.rpress-ajax-loading {
padding-right: 30px
}
.rpress-add-to-cart .rpress-add-to-cart-label {
opacity: 1
}
.rpress-loading,
.rpress-loading:after {
border-radius: 50%;
display: block;
width: 1.5em;
height: 1.5em
}
.rpress-loading {
-webkit-animation: rpress-spinning 1.1s infinite linear;
animation: rpress-spinning 1.1s infinite linear;
border-top: .2em solid rgba(255, 255, 255, .2);
border-right: .2em solid rgba(255, 255, 255, .2);
border-bottom: .2em solid rgba(255, 255, 255, .2);
border-left: .2em solid #fff;
font-size: .75em;
position: absolute;
left: calc(50% - .75em);
top: calc(50% - .75em);
opacity: 0;
-ms-transform: translateZ(0);
transform: translateZ(0)
}
.rpress-discount-loader.rpress-loading,
.rpress-loading-ajax.rpress-loading,
a.rpress-add-to-cart.white .rpress-loading {
border-top-color: rgba(0, 0, 0, .2);
border-right-color: rgba(0, 0, 0, .2);
border-bottom-color: rgba(0, 0, 0, .2);
border-left-color: #000
}
.rpress-loading-ajax.rpress-loading {
display: inline-block;
position: relative;
top: 0;
left: .25em;
vertical-align: middle
}
.button .rpress-loading-ajax.rpress-loading{
top: 5px;
}
#rpress_checkout_form_wrap .rpress-cart-adjustment .rpress-apply-discount.rpress-submit {
display: inline-block;
padding: 6px 12px;
}
.rpress-discount-loader.rpress-loading {
display: inline-block;
position: relative;
left: auto;
vertical-align: middle;
width: 1.25em;
height: 1.25em
}
.rpress-loading-ajax.rpress-loading {
opacity: 1
}
@-webkit-keyframes rpress-spinning {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rpress-spinning {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.rpress-loading,
a.rpress-add-to-cart .rpress-add-to-cart-label {
-webkit-transition: .1s opacity!important;
-moz-transition: .1s opacity!important;
-ms-transition: .1s opacity!important;
-o-transition: .1s opacity!important;
transition: .1s opacity!important
}
.rpress-add-to-cart[data-rpress-loading] .rpress-add-to-cart-label {
opacity: 0
}
.rpress-add-to-cart[data-rpress-loading] .rpress-loading,
.rpress-discount-loader.rpress-loading {
opacity: 1
}
.rpress-cart-added-alert {
color: #567622;
display: block;
position: absolute
}
body.rpress_receipt_page {
background-color: #fff;
color: #141412;
margin: 0;
font-family: Helvetica, sans-serif;
font-size: 12px
}
body.rpress_receipt_page:before {
position: relative
}
body.rpress_receipt_page #rpress_receipt_wrapper {
width: 660px;
margin: 0 auto;
padding: 50px 0
}
body.rpress_receipt_page table {
display: table;
width: 100%;
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px
}
body.rpress_receipt_page td,
body.rpress_receipt_page th {
display: table-cell;
text-align: left;
border-top: 1px solid #ededed;
padding: 6px 10px;
font-weight: 400
}
body.rpress_receipt_page th {
font-weight: 700;
text-transform: uppercase
}
body.rpress_receipt_page h3 {
font-size: 22px;
margin: 40px 0 5px;
clear: both;
display: block;
font-weight: 700
}
body.rpress_receipt_page li {
list-style: none
}
table#rpress_purchase_receipt,
table#rpress_purchase_receipt_products {
width: 100%
}
table#rpress_purchase_receipt td,
table#rpress_purchase_receipt th,
table#rpress_purchase_receipt_products td,
table#rpress_purchase_receipt_products th {
text-align: left
}
table#rpress_purchase_receipt .rpress_receipt_payment_status.cancelled,
table#rpress_purchase_receipt .rpress_receipt_payment_status.failed,
table#rpress_purchase_receipt .rpress_receipt_payment_status.pending,
table#rpress_purchase_receipt .rpress_receipt_payment_status.revoked {
color: #f73f2e
}
table#rpress_purchase_receipt_products li {
list-style: none;
margin: 0 0 8px 10px
}
table#rpress_purchase_receipt ul,
table#rpress_purchase_receipt_products ul.rpress_purchase_receipt_files {
margin: 0;
padding: 0
}
table#rpress_purchase_receipt li.rpress_fooditem_file {
list-style: none;
margin: 0 0 8px 0
}
table#rpress_purchase_receipt_products .rpress_purchase_receipt_product_notes {
font-style: italic
}
table#rpress_purchase_receipt_products .rpress_purchase_receipt_product_name {
font-weight: 700
}
table#rpress_purchase_receipt_products .rpress_bundled_product_name {
font-style: italic;
font-weight: 700
}
#rpress_user_history {
text-align: left;
width: 100%;
border-top: 1px solid #f0f0f0;
border-bottom: none
}
#rpress_user_history td,
#rpress_user_history th {
text-align: left;
padding: 3px 5px;
border-bottom: 1px solid #f0f0f0;
border-top: none
}
#rpress_user_history th {
font-weight: 700;
background: #f5f5f5
}
#rpress_user_history td {
line-height: 25px;
vertical-align: middle
}
#rpress_user_history .rpress_purchase_status.cancelled,
#rpress_user_history .rpress_purchase_status.failed,
#rpress_user_history .rpress_purchase_status.pending,
#rpress_user_history .rpress_purchase_status.revoked {
color: #f73f2e
}
#rpress_login_form legend,
#rpress_register_form legend {
font-size: 120%;
margin-bottom: 1em
}
#rpress_login_form fieldset,
#rpress_register_form fieldset {
border: none
}
#rpress_login_form .rpress-input,
#rpress_register_form .rpress-input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
#rpress_login_form label,
#rpress_register_form label {
cursor: pointer
}
#rpress_profile_editor_form p {
margin-bottom: 8px
}
#rpress_profile_editor_form label {
display: inline-block
}
#rpress_profile_editor_form .rpress-profile-emails {
list-style-type: none;
display: inline-table;
margin-left: 0;
margin-bottom: 0
}
#rpress_profile_editor_form .rpress-profile-email {
width: auto
}
#rpress_profile_editor_form .rpress-profile-email .actions {
display: none
}
#rpress_profile_editor_form .rpress-profile-email:hover>span {
display: inline-block
}
.rpress_added_to_cart_alert {
padding: 5px;
font-size: 14px;
border: 1px solid #046a9e;
background: #9ecce2;
color: #333;
margin: 8px 0
}
.rpress_added_to_cart_alert a.rpress_alert_checkout_link {
color: #000!important
}
input.rpress_submit_plain {
background: 0 0!important;
border: none!important;
padding: 0!important;
display: inline;
cursor: pointer
}
.single-fooditem .rpress_fooditem_purchase_form {
margin-bottom: 1.387em
}
.rpress_fooditem_purchase_form .rpress_fooditem_quantity_wrapper {
margin: 0 0 .5em
}
.rpress_fooditem_purchase_form .rpress_fooditem_quantity_wrapper .rpress-item-quantity {
width: 75px
}
.rpress_fooditem_purchase_form .rpress_price_options {
margin: 0 0 15px
}
.rpress_fooditem_purchase_form .rpress_price_options ul {
margin: 0;
padding: 0;
list-style: none
}
.rpress_fooditem_purchase_form .rpress_price_options li {
display: block;
padding: 0;
margin: 0
}
.rpress_fooditem_purchase_form .rpress_price_options span {
display: inline;
padding: 0;
margin: 0
}
.rpress_fooditem_purchase_form .rpress_price_options .rpress_fooditem_quantity_wrapper {
padding-left: 18px
}
.rpress_fooditem_purchase_form .rpress_price_options .rpress_fooditem_quantity_wrapper * {
font-size: 80%
}
.rpress_fooditem_purchase_form .rpress_price_options input.rpress-item-quantity {
display: inline;
width: 50px;
max-width: 90%
}
#rpress-purchase-button,
.rpress-submit,
[type=submit].rpress-submit {
display: inline-block;
padding: 0px 5px;
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none
}
.rpress-submit.button:focus,
[type=submit].rpress-submit:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.rpress-submit.button:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.rpress-submit.plain {
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.rpress_fooditems_list:after {
content: "";
display: table;
clear: both
}
.rpress_fooditem {
float: left
}
.rpress_fooditem_columns_1 .rpress_fooditem {
width: 100%
}
.rpress_fooditem_columns_2 .rpress_fooditem {
width: 50%
}
.rpress_fooditem_columns_0 .rpress_fooditem,
.rpress_fooditem_columns_3 .rpress_fooditem {
width: 33%
}
.rpress_fooditem_columns_4 .rpress_fooditem {
width: 25%
}
.rpress_fooditem_columns_5 .rpress_fooditem {
width: 20%
}
.rpress_fooditem_columns_6 .rpress_fooditem {
width: 16.6%
}
.rpress_fooditem_inner {
padding: 0 8px 8px;
margin: 0 0 10px
}
.rpress_fooditem_columns_2 .rpress_fooditem:nth-child(2n+1),
.rpress_fooditem_columns_3 .rpress_fooditem:nth-child(3n+1),
.rpress_fooditem_columns_4 .rpress_fooditem:nth-child(4n+1),
.rpress_fooditem_columns_5 .rpress_fooditem:nth-child(5n+1),
.rpress_fooditem_columns_6 .rpress_fooditem:nth-child(6n+1) {
clear: left
}
.rpress_fooditem_image {
max-width: 100%
}
.rpress_fooditem .rpress_price {
margin-bottom: 10px
}
#rpress_fooditem_pagination {
clear: both
}
.rpress-hide-on-empty.cart-empty {
display: none
}
rpress-hide-on-empty.cart-not.empty {
display: block
}
.rpress-cart-ajax {
margin: 0 8px 0 4px;
position: relative;
top: 2px;
background: 0 0;
border: none;
padding: 0
}
.rpress-cart-number-of-items {
font-style: italic;
color: grey
}
.rpress-cart-meta.rpress_cart_tax::before {
font-style: normal
}
.rpress-cart-meta.rpress_total {
font-weight: 700
}
.rpress_errors:not(.rpress-alert) {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #e6db55;
margin: 0 0 21px;
background: #ffffe0;
color: #333
}
.rpress_error {
padding: 10px
}
p.rpress_error {
margin: 0!important
}
.rpress_success:not(.rpress-alert) {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #b3ce89;
margin: 20px 0;
background: #d5eab3;
color: #567622;
padding: 6px 8px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7)
}
.rpress-alert {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 20px;
padding: 10px;
border: 1px solid transparent;
vertical-align: middle;
clear: both;
}
.rpress-alert p {
padding: 0
}
.rpress-alert p:not(:last-child) {
margin-bottom: 5px
}
.rpress-alert p:last-child {
margin-bottom: 0
}
.rpress-alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.rpress-alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d
}
.rpress-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.rpress-alert-warn {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}