* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  color: #8f8f8f;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  background: #ffffff;
}

body,
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

img {
  display: block;
  max-width: 100%;
}

*:focus {
  outline: none !important;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.vc {
  align-items: center;
}

.noscroll {
  overflow-y: hidden;
}

.fixed {
  position: fixed;  
}

/* -------------------------------------------------------------------------- */

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

@keyframes pulsate {
  0% { 
    opacity: 0.2;
  }
  50% { 
    opacity: 1.0;
  }
  100% { 
    opacity: 0.2;
  }
}

/* -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  background: #f4f4f4;
}

#preloader i {
  color: #ee5498;
  font-size: 30px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1100px) {
  .ease:hover {
    opacity: 0.6;
  }   
}

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;    
}

/* -------------------------------------------------------------------------- */

header {
  width: 100%;
  height: 170px;
  z-index: 100;
}

header #header-top {
  width: 100%;
  height: 120px;
  background: #f4f4f4;
}

header #header-top img {
  width: 220px;
  height: auto;
}

header nav {
  width: 100%;
  height: 50px;
  background: #ee5498;
}

header nav a {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 10px;
  height: 100%;
}

header nav a.selected::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

/* -------------------------------------------------------------------------- */

footer {
  width: 100%;
  height: 110px;
}

body.admin footer {
  display: none;
}

footer #links-container {
  width: 100%;
  height: 50px;
  background: #ee5498;
}

footer #links-container a {
  font-size: 12px;
  color: #ffffff;
}

footer #links-container span {
  font-size: 12px;
  color: #ffffff;
  margin: 0 5px;
}

footer #help-container {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  padding: 15px 0;
}

body:not(.online-megrendeles) #help-container {
  display: none;
}

footer #help-container p,
footer #help-container a {
  color: #616161;
  font-size: 18px;
  font-weight: 500;
}

footer #help-container a {
  margin-left: 10px;
}

footer #payment-container {
  width: 100%;
  height: 60px;
}

footer #payment-container img {
  height: 50px;
  width: auto;
}

/* -------------------------------------------------------------------------- */

section#book-container {
  position: absolute;
  width: 580px;
  height: 595px;
  top: 30px;
  left: calc(((100% - 1100px) / 2) + 845px);
  z-index: 200;
  background: #ff253a;
  background: url(../img/book.png) left center no-repeat;
}

body.online-megrendeles section#book-container {
  top: 190px;
}

body.admin section#book-container {
  display: none;
}

/* -------------------------------------------------------------------------- */

#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 40px;
}

#popup-wrapper .popup-inner-container {
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 20px;
}

#popup-wrapper .popup-inner-container object {
  width: 100%;
  height: 100%;
}

#popup-wrapper .popup-inner-container p {
  margin-top: 15px;
  font-size: 12px;
}

#popup-wrapper .popup-inner-container p a {
  color: #ee5498;
}

#popup-wrapper .popup-inner-container p .button {
  margin: 15px auto 0 auto;
  background: #ee5498;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  width: max-content;
}

/* -------------------------------------------------------------------------- */

section#picture-container {
  width: 100%;
  height: 380px;
  background: #0f0f1e;
}

section#picture-container .image-container {
  width: calc(((100% - 1100px) / 2) + 845px);
  height: 100%;
}

section#picture-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
}

section#content {
  margin-top: 5px;
  padding-bottom: 100px;
}

section#content::before {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  z-index: -1;
  position: absolute;
  top: 35px;
  left: 0;
}

.intro-container h1 {
  color: #ee5498;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.intro-container p {
  margin-top: 15px;
  text-align: center;
}

.intro-container p strong {
  color: #616161;
  font-weight: 500;
}

.benefit-container {
  margin-top: 50px;
}

.benefit-container .benefit:not(:last-child) {
  margin-bottom: 50px;
}

.benefit-container .benefit .image-container {
  width: 425px;
  height: 145px;
}

.benefit-container .benefit .image-container img {
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefit-container .benefit .image-container .primary,
.benefit-container .benefit .image-container .secondary {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);  
}

.benefit-container .benefit .image-container .primary {
  z-index: 20;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.benefit-container .benefit .image-container .secondary {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
}

.benefit-container .benefit .description-container {
  width: 625px;
  height: 145px;
}

.benefit-container .benefit .description-container h2 {
  color: #ee5498;
  font-size: 18px;
  font-weight: 500;
}

.benefit-container .benefit .description-container p {
  margin-top: 15px;
  text-align: justify;
  color: #616161;  
}

.benefit-container .benefit:nth-child(odd) .image-container {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
}

.benefit-container .benefit:nth-child(odd) .description-container {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  border-left: #ee5498 3px solid;
  padding-left: 50px;
  margin-left: 50px;
}

.benefit-container .benefit:nth-child(even) .image-container {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;  
}

.benefit-container .benefit:nth-child(even) .description-container {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  border-right: #ee5498 3px solid;
  padding-right: 50px;
  margin-right: 50px;
}

.about-container {
  margin-top: 50px;
}

.about-container .image-container {
  width: 400px;
  height: 400px;
  flex-grow: 0;
  flex-shrink: 0;  
}

.about-container .image-container img {
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-container .image-container .primary,
.about-container .image-container .secondary {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);  
}

.about-container .image-container .primary {
  z-index: 20;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-container .image-container .secondary {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
}

.about-container .description-container {
  width: 700px;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 50px;
}

.about-container .description-container p {
  margin-top: 15px;
  text-align: justify;
  color: #616161;  
}

.about-container .description-container p.quote {
  margin-top: 0;
  margin-bottom: 30px;
  color: #ee5498;
  font-style: italic;
  padding-left: 50px;
  border-left: #ee5498 3px solid;
}

.about-container .description-container p.quote::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 10px;
  background: url(../img/quote.svg) left top no-repeat;
  background-size: 100% auto;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
}

.order-button-container.top {
  margin-bottom: 50px;
  margin-top: -35px;
}

.order-button-container.bottom {
  margin-top: 70px;
}

.order-button-container .button {
  background: #ee5498;
  color: #ffffff;
  width: 320px;
  height: 70px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);  
}

section#title-container {
  width: 100%;
  height: 130px;
  background: #0f0f1e;
}

section#title-container h1 {
  font-size: 24px;
  font-style: italic;
  color: #ffffff;
  font-weight: 400;
}

/* -------------------------------------------------------------------------- */

section#order-process-container {
  margin-top: 5px;
  padding-top: 50px;
  padding-bottom: 100px;
}

section#order-process-container::before {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

section#order-process-container .order-process-wrapper {
  width: 715px;
}

#order-form .order-section-title {
  border-left: #ee5498 3px solid;
  padding-left: 50px;
  margin-bottom: 30px;
}

#order-form .order-section-title .breadcrumb {
  font-size: 18px;
  color: #616161;
  margin-bottom: 3px;
}

#order-form .order-section-title .breadcrumb span:last-child {
  color: #ee5498;
  font-weight: 500;
}

#order-form .order-section-title .breadcrumb span:not(:last-child)::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 14px;
  margin: 0 10px;  
}

#order-form .row {
  margin-bottom: 10px;
}

#order-form .row.separated {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #e3e3e3 1px solid;
}

#order-form label {
  width: 170px;
  color: #616161;
  flex-grow: 0;
  flex-shrink: 0;
}

#order-form .order-details label.checkbox {
  flex-grow: 1;
  flex-shrink: 0;
}

#order-form .order-details label.checkbox a {
  color: #ee5498;
}

#order-form .row.align-top label {
  margin-top: 12px;
}

#order-form input,
#order-form textarea {
  flex-grow: 1;
  flex-shrink: 0;
  height: 40px;
  border: #e3e3e3 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 15px;
  color: #616161;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;  
}

#order-form textarea {
  height: 100px;
  resize: none;
  padding: 10px 15px;
}

#order-form ::placeholder {
  font-weight: 400;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  font-style: italic;
}

#order-form ::-ms-input-placeholder {
  font-weight: 400;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  font-style: italic;
}

#order-form input[name="invoice_zip"],
#order-form input[name="shipping_zip"] {
  width: calc(20% - 5px);
  margin-right: 5px;
}

#order-form input[name="invoice_city"],
#order-form input[name="shipping_city"] {
  width: 50%;
}

#order-form input.quantity {
  width: 80px;
  text-align: center;
  margin: 0 10px;
  flex-grow: 0;
}

#order-form a.quantity-mod {
  cursor: pointer;
}

#order-form a.quantity-mod i {
  color: #616161;
  font-size: 24px;
  margin-top: 7px;
}

#order-form .order-details input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  cursor: pointer;
  padding: 0;
  margin-right: 20px !important;
  border: #eae7d6 1px solid;
  flex-grow: 0;  
  flex-shrink: 0;
}

#order-form .order-details input[type="checkbox"]:checked {
  background: #ee5498 !important;
  border-color: #ee5498 !important;
}

#order-form .order-details input[type="checkbox"]:checked::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f00c';
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order-form input.error {
  border: #ef9696 1px solid !important;
  background: #ffebee !important;
}

#order-button {
  width: 300px;
  height: 50px;
  text-transform: uppercase;
  padding: 10px;
  background: #ee5498;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  margin-left: auto;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);  
}

#order-button.progress {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  pointer-events: none;
}

#back-button {
  width: 300px;
  height: 50px;
  text-transform: uppercase;
  padding: 10px;
  background: #afafaf;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  margin-right: auto;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

#order-form .step-sum {
  width: 100%;
  display: flex;
  margin-top: 30px;
  color: #ee5498;
  font-size: 18px;
}

#order-form .step-sum .sum {
  white-space: nowrap;
  font-weight: 500;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: -20px;
}

#order-form .step-sum .sum span {
  font-weight: inherit;
  color: inherit;
}

#order-form .shipping-options {
  width: 100%;
}

#order-form .shipping-options a {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 20px;
  background: #616161;
  color: #ffffff;
  height: 50px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);  
}

#order-form .shipping-options a p:nth-child(2) {
  text-transform: uppercase;
}

#order-form .shipping-options a:hover,
#order-form .shipping-options a.selected {
  background: #ee5498;
}

#order-form .shipping-options a i {
  font-size: 24px;
  width: 45px;
}

#order-form .shipping-options a :last-child {
  margin-left: auto;
}

#order-form .shipping-content {
  display: none;
  padding-top: 15px;
}

#order-form .shipping-content:not(:last-child) {
  padding-bottom: 15px;
}

#order-form .shipping-content p {
  color: #616161;
}

#order-form .shipping-content p.margin-bottom {
  margin-bottom: 15px;
}

.foxpost-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 40px;
  display: none;
}

.foxpost-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.foxpost-wrapper.show {
  display: flex;
}

.postapont-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 40px;
  display: none;
}

.postapont-wrapper.show {
  display: flex;
}

.pp-map-info a {
  color: #106d3b !important;
  background: none !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#order-form p.barion {
  color: #616161;
}

#order-form p.barion img {
  margin: 0 10px;
  height: 40px;
  width: auto;
  border-radius: 4px;
  overflow: hidden;  
}

#order-form .row.bottom-separated {
  padding-bottom: 20px;
  border-bottom: #e3e3e3 1px solid;  
}

#order-form .confirm-container {
  margin-top: 30px;
}

#order-form .confirm-container .confirm-block {
  width: 100%;
  margin-bottom: 20px;
}

#order-form .confirm-container .confirm-block h2 {
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #ee5498;
  font-size: 16px;
  font-style: italic;
}

#order-form .confirm-container .confirm-block p {
  color: #616161;
}

#gls-btn,
#foxpost-btn,
#postapont-btn {
  font-family: 'Poppins', sans-serif;
  background: #afafaf;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);  
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

#gls-btn i,
#foxpost-btn i,
#postapont-btn i {
  margin-right: 10px;
}

p.warning {
  border: #ef9696 1px solid;
  background: #ffebee;
  padding: 10px 15px;
  color: #ee5498;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; 
  -moz-animation: pulsate 3s ease-out;
  -moz-animation-iteration-count: infinite; 
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;
  margin-bottom: 30px;
}

.order-success p {
  text-align: center;
  margin-bottom: 15px;
}

.order-success p a {
  color: #ee5498;
}

.order-success p:first-child {
  color: #ee5498;
  font-size: 80px;
  margin-bottom: -10px;
}

.order-success p:nth-child(2) {
  color: #ee5498;
  font-weight: 500;
  font-size: 24px;
}

.order-success #back-button {
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */

table.admin {
  font-size: 14px;
}

table.admin th {
  text-align: left;
  font-weight: 500 !important;
  color: #ee5498;
}

table.admin td {
  padding: 10px 20px !important;
}

table.admin td a {
  cursor: pointer;
}

table.admin td i {
  font-size: 18px !important;
}

.dataTables_wrapper {
  margin: 30px 0;
}

.dataTables_wrapper .dataTables_filter {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 14px;
  font-weight: 500;
  border: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ee5498 !important;
  color: #ffffff !important;  
}

.order-layer-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.order-layer {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 30px 30px 30px;
  position: relative;
}

.order-layer h2 {
  color: #ee5498;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.order-layer p {
  margin: 0;
  font-size: 14px;
}

.order-layer p label {
  width: 200px;
  display: inline-block;
}

.order-layer a {
  position: absolute;
  font-size: 30px;
  top: 10px;
  right: 20px;
  color: #ee5498;
  cursor: pointer;
  z-index: 100;
}

#admin-form {
  margin-top: 30px;
}

#admin-form input {
  width: 300px;
  height: 40px;
  border: #e3e3e3 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 15px;
  color: #616161;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;  
}

#admin-button {
  width: 300px;
  height: 50px;
  text-transform: uppercase;
  padding: 10px;
  background: #ee5498;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  margin-top: 10px;
}

/* -------------------------------------------------------------------------- */

#cookie {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  background: rgba(238,84,152,0.95);
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 30px;
}

#cookie .button {
  margin-top: 15px;
  background: #ffffff;
  color: #ee5498;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
}