body {
    background: #fcfcfc;
}

a, a:href {
    color: #880000;
}

a:hover {
    color: #260707;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #aaa;
}

.ui-to-top.fa.fa-angle-up.active {
    background-color: #880000;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li:hover > a {
    color: #aaa;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
    color: #fff;
}

.bg-primary {
    background-color: #880000;
}

.button-primary {
    color: #880000;
    border-color: #880000;
}

.button-primary:focus,
.button-primary:active,
.button-primary:hover {
  color: #fff;
  background-color: #880000;
  border-color: #880000;
}

.swiper-button-prev, .swiper-button-next {
    background-color: rgba(53,0,0,0.8);
}

.linearicons-map-marker, .linearicons-telephone {
    color: #880000 !important;
}

ul.rd-navbar-nav li a.active {
    color: #aaa !important;
}

#ordersubmenu a {
    margin-right: 20px;
    font-weight: bold;
    font-size: 12pt;
    color: #880000;
}

#ordersubmenu a:last-child {
    margin-right: 0;
}

#ordertime {
	width: 110px;
	border-radius: 3px;
	padding: 5px;
	background: #58D68D;
	position: fixed;
	top: 140px;
	right: 10px;
	color: #fff;
	z-index: 999;
	font-size: 10pt;
}

#enzo-logo {
    max-width: none;
    padding: 0 !important;
    width: 530px !important;
    font-size: 26pt;
    color: #880000;
    font-family: 'Lobster', cursive;
    cursor: pointer;
}

.enzo-cart-item {
    width: 378px;
    min-height: 105px;
    background: #fff url(../images/pizza7-128.png) 6px 10px no-repeat;
    background-size: 58px;
    padding: 10px;
    padding-left: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}

#enzo-products-pasta .enzo-cart-item {
    background: #fff url(../images/pasta5-128.png) 4px 10px no-repeat;
    background-size: 58px;
}

#enzo-products-salat .enzo-cart-item {
    background: #fff url(../images/salad3-128.png) 3px 0px no-repeat;
    background-size: 60px;
}

#enzo-products-specials .enzo-cart-item {
    background: #fff url(../images/beverage1-128.png) 5px 10px no-repeat;
    background-size: 60px;
}

.enzo-cart-item:nth-child(3n){
    margin-right: 0px;
}

.enzo-cart-item h5 {
    color: #333;
    border-bottom: 1px solid #aaa;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 16px;
}

.enzo-cart-item h5 div {
    font-weight: bold;
    color: #333;
}

.enzo-cart-item-cart-icon {
    width: 40px;
    height: 40px;
    background: url(../images/cart-200.png) 0 0 no-repeat;
    background-size: 40px;
    float: right;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.enzo-cart-item-description {
    font-size: 11pt;
    color: #111;
}

#addCartModal-product-price {
    font-weight: bold;
}

.enzo-checkout-item-table {
    width: 100%;
}

.enzo-checkout-item-table tr:nth-child(even) {
    background: #f1f1f1;
}

.enzo-checkout-item-table td, .enzo-checkout-item-table th {
    padding: 5px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.enzo-checkout-item-name {
    font-weight: bold;
}

.enzo-checkout-item-extras {
    font-weight: normal;
    font-size: 8pt;
}

.enzo-checkout-item-name-remove, .enzo-checkout-item-name-remove-coupon {
    width: 24px;
    background: url(../images/close-48.png) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.enzo-checkout-item-price {
    text-align: right;
    padding-right: 20px !important;
}

.check-container {
    min-width: 158px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container.extras {
    min-width: 230px;
}

.check-container.left {
    float: left;
    margin-right: 20px;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.enzo-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .enzo-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .enzo-checkmark {
    background-color: #880000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.enzo-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .enzo-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .enzo-checkmark:after {
    left: 10px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#modal-order-loading {
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20%;
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
    display: none;
}

.enzo-openorders-table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
}

.enzo-openorders-table tr:nth-child(odd) {
    background: #f5f5f5;
}

.enzo-openorders-table tr {
    border: 1px solid #aaa;
}


.enzo-openorders-table th {
    background: #ddd;
    padding: 10px;
}

.enzo-openorders-table td {
    padding: 10px;
}

.enzo-order-open {
    width: 120px;
    height: 60px;
    border-radius: 4px;
    background: #5cb85c;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14pt;
    line-height: 60px;
    display: block;
    cursor: pointer;
}

.enzo-openorders-table.blink .enzo-openorders-table-open {
  animation: blinker 2s ease infinite;
}

@keyframes blinker {
  50% {
    background: #ffa700;
  }
}




.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 10px !important;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}



input.pme-input-0, input.pme-input-1, select.pme-input-0, select.pme-input-1, textarea.pme-input-0, textarea.pme-input-1 {
    width: 90% !important;
    font-size: 10pt !important;
    padding: 3px !important;
}

input.pme-input-0:disabled {
    background: #f9f9f9;
}


.pme-main td, .pme-main th {
    padding: 5px !important;
    font-size: 10pt !important;
    font-family: inherit !important;
}

.pme-main td a, .pme-main th a {
    color: #202020 !important;
}

.pme-cell-1 {
    background: #ffffff !important;
}

.pme-help-0, .pme-help-1 {
    width: 200px !important;
    font-weight: normal !important;
}

/*wfghbqdfkgb*/

.pme-buttons input, .pme-buttons select, .pme-buttons textarea {
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
    background: #eee !important;
    color: #202020 !important;
    font-size: 10pt !important;
    padding: 5px !important;
}

.pme-hr {
    border: 0 !important;
    background: #fff !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.pme-message {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 10pt !important;
}


.enzocartbutton {
    width: 90%;
    background: #880000;
    color: #fff;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}


#cart-bottom {
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    display: none;
}

#cart-bottom.showcart {
    display: block;
}

#cart-bottom-icon {
    width: 24px;
    height: 24px;
    background: url(../images/icons8-cart-64.png) center center no-repeat;
    background-size: 24px 24px;
    margin-top: 0px;
    margin-right: -8px;
    display: block;
    float: left;
    overflow: visible;
}

#cart-bottom-icon-count {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 9px;
    font-size: 8pt;
    color: #880000;
    font-weight: bold;
    display: block;
    margin-top: -7px;
    margin-left: -7px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
}


@media (min-width: 300px) and (max-width: 479px) {
    .inline-list > li {
        display: block !important;
    }

    .enzo-cart-item {
        width: 94%;
        margin-right: 0px;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
        display: block;
        float: none;
        clear: both;
    }

    .enzo-cart-item:nth-child(3n){
        margin-right: 0px;
    }

    .enzo-cart-item:nth-child(2n){
        margin-right: 0px;
    }

    #enzo-logo {
        max-width: none;
        padding: 0 !important;
        width: 280px !important;
        font-size: 16pt;
        color: #880000;
        font-family: 'Lobster', cursive;
    }

	#ordertime {
		top: 80px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
    .inline-list > li {
        display: block !important;
    }

    .enzo-cart-item {
        width: 480px;
        margin-right: 0px;
    }

    .enzo-cart-item:nth-child(3n){
        margin-right: 0px;
    }

    .enzo-cart-item:nth-child(2n){
        margin-right: 0px;
    }

    #enzo-logo {
        max-width: none;
        padding: 0 !important;
        width: 380px !important;
        font-size: 22pt;
        color: #880000;
        font-family: 'Lobster', cursive;
    }

	#ordertime {
		top: 80px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
    .enzo-cart-item {
        width: 365px;
        margin-right: 20px;
    }

    .enzo-cart-item:nth-child(3n){
        margin-right: 20px;
    }

    .enzo-cart-item:nth-child(2n){
        margin-right: 0px;
    }

    .enzo-nav-right {
        float: right;
    }

    .enzo-cart-item-description {
        font-size: 10pt;
        color: #111;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .enzo-cart-item {
      width: 310px;
      margin-right: 20px;
  }

  .enzo-cart-item:nth-child(3n){
      margin-right: 0px;
  }

  .enzo-nav-right {
      float: right;
  }

  #cart-bottom.showcart {
    display: none;
    }

    .enzo-cart-item-description {
        font-size: 10pt;
        color: #111;
    }
}


@media (min-width: 1200px) {
    .enzo-nav-right {
        float: right;
    }

    #cart-bottom.showcart {
        display: none;
    }

    .enzo-cart-item-description {
        font-size: 10pt;
        color: #111;
    }
}

@media (min-width: 1800px) {
    .enzo-nav-right {
        float: right;
    }

    .enzo-cart-item-description {
        font-size: 10pt;
        color: #111;
    }
}


.onlyprint {
    display: none;
}


@media print {

    .customAlertShow {
        display: none !important;
    }

    .noprint {display: none;}

    .print, .onlyprint {
        display: block !important;
    }

    #customAlert-overlay, #customConfirm-overlay, #customAlert {
        display: none !important;
    }

/*
    .modal-content {
        width: 300px !important;
        border: 0;
        position: relative !important;
        margin-top: -10px !important;
        margin-left: -10px !important;
        padding: 0 !important;


        font-size: 8pt !important;
    }



     .modal-dialog {
        width: 300px !important;
        transform: translate(0%, 0%) !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px !important;
        background: none!important;
    }
    */


}



@keyframes spinner {
    to {transform: rotate(360deg);}
  }
   
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #880000;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    display: none;
  }


  .reg-pass {
    display: none;
  }