/* CSS Document */
/*TEXT STYLES*/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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('https://fonts.googleapis.com/css2?family=Poppins: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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
main {
  font-size: 1.6rem;
  font-weight: 300; }

body a {
  line-height: normal;
  color: #c9a656; }
  body a:hover {
    color: #8c6f2d; }
  body a img {
    float: left;
    margin: 0 10px  10px; }

.icolink {
  height: auto;
  display: block; }

.icolink > img {
  margin-top: 0px;
  float: left;
  display: inline-block; }

.header {
  font-family: 400 2rem "Raleway", Helvetica, sans-serif;
  display: table;
  width: 100%;
  margin-top: 0; }

.alt-font {
  font-family: 400 1rem "Fredericka the Great";
  color: white; }

h1, h2, h3 {
  font: 400 2rem "Raleway", Helvetica, sans-serif; }

h1 {
  margin-bottom: 35px;
  font-size: 5rem; }

h2 {
  font-size: 3.6rem; }
  h2 small {
    font-size: 1.6rem;
    line-height: normal;
    display: inline-block; }
  h2 a {
    color: #3c3c3c; }
    h2 a:hover {
      color: #3c3c3c; }

h3 {
  font-size: 3rem; }

h4, h5, h6 {
  font: 400 2rem "Raleway", Helvetica, sans-serif; }

article {
  text-align: left;
  margin: 35px 0; }
  article h2, article h3 {
    margin: 20px auto 20px; }
  article h4 {
    margin: 20px auto 8px; }
  article ul {
    list-style: none; }

th {
  font-size: 1.4rem; }

td {
  font-size: 1.3rem; }

label {
  font-size: 1.4rem; }

.white {
  color: white; }

.scale {
  transition: all 0.2s; }
  .scale:hover {
    transform: scale(1.1); }

.btn {
  font-size: 1.3rem;
  padding: 8px; }

.online {
  font-size: 1.68rem;
  background-color: #fbf3e4;
  border: 2px solid #1e1e21;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 1em;
  border-radius: 4px; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white; }
  .navbar-dark .navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.4);
    outline: none; }
  .navbar-dark .navbar-toggler:focus {
    outline: none; }

.menu-link {
  border: 1px solid rgba(255, 255, 255, 0.4); }
  .menu-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }

.clearcart {
  background-color: #c9a656; }

.modal button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  border: solid 2px white;
  border-radius: 0;
  background-color: transparent;
  min-width: 80px;
  padding: 10px; }
  .modal button:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.3);
    color: white; }
.modal .modal-close {
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  font-size: 2rem;
  padding: 0; }

.select-button {
  width: 100%;
  display: inline-block;
  border: 1px #999 solid;
  padding: 10px;
  margin: 8px 0; }

.select-button.selected {
  background-color: #c9a555; }

.icon-link {
  line-height: 28px; }
  .icon-link:hover {
    text-decoration: none; }
  .icon-link img {
    max-height: 28px; }

#nav-kassa {
  display: flex; }

.product-category {
  display: block; }

.category-table {
  max-width: 800px;
  margin: 30px auto; }
  .category-table .product-list-element {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .category-table .product-list-element:hover {
      background-color: rgba(0, 0, 0, 0.1);
      cursor: pointer; }
  .category-table .product-list-element-nocart {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .category-table .product-name h4 {
    margin-top: 0; }
  .category-table .product-name small {
    font-size: 1.3rem;
    font-style: italic; }
  .category-table .product-desc {
    font-size: 1.4rem;
    margin-top: 10px; }
  .category-table .product-price {
    text-align: center;
    font-size: 1.8rem; }
  .category-table .bnt-addToCart {
    padding: 6px 12px;
    border-radius: 0;
    color: #fbf3e4;
    background-color: #060606;
    border: 1px solid transparent;
    float: right; }
    .category-table .bnt-addToCart:hover {
      background-color: #c9a656;
      color: black;
      border-color: #1e1e21; }
  .category-table .sub-product {
    padding: 3px 0;
    margin: 3px; }
    .category-table .sub-product:hover {
      background-color: #f8e9ce; }

#store {
  margin: auto; }

#cart-fade {
  display: none;
  position: fixed;
  z-index: 98;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0; }

#checkoutform .form-check .form-check-input {
  padding: 5px 15px;
  position: relative;
  margin-left: 5px; }
  #checkoutform .form-check .form-check-input .form-check-label {
    padding-right: 8px; }

#cart {
  width: 600px;
  max-width: 100%;
  height: 100%;
  top: 0;
  margin: auto;
  background-color: white;
  color: #3c3c3c;
  z-index: 99;
  position: fixed;
  display: inline-block;
  right: -660px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8); }
  #cart #cart-header {
    padding: 10px; }
    #cart #cart-header h3 {
      margin-left: 10px; }
    #cart #cart-header .totalprice {
      font-size: 2.4rem; }
  #cart .prod-desc {
    text-align: center;
    border-bottom: 1px solid;
    margin: 1rem; }
  #cart form {
    padding-bottom: 60px; }
  #cart .cart-content {
    padding: 0 0 20px;
    height: 100%;
    overflow-y: auto;
    display: block;
    position: absolute; }
  #cart .card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #fbf3e4;
    cursor: pointer; }
    #cart .card:hover {
      background-color: #f4dfb8; }
  #cart .card-body-header {
    margin: 8px 0;
    padding: 0; }
    #cart .card-body-header p {
      background-color: rgba(0, 0, 0, 0.1);
      font-size: 1.4rem;
      padding: 12px;
      margin: 0px 2px 0; }
    #cart .card-body-header:first-of-type {
      margin-top: 0; }
  #cart .card-body {
    padding-top: 0; }
  #cart #variableselect {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none; }
    #cart #variableselect .variable {
      cursor: pointer; }
  #cart .form-group {
    padding: 5px 15px; }
  #cart .form-check-input {
    margin-right: 8px; }
  #cart .cart-header-row {
    color: white;
    background-color: #1e1e21;
    padding: 8px; }
    #cart .cart-header-row h3 > div {
      min-width: 20%; }
  #cart #close-cart {
    float: left;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -40px;
    background-color: black;
    color: white;
    z-index: 999;
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #cart #close-cart:hover {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.8);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    #cart #close-cart .arrow {
      margin-left: 8px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-left: 12px solid #fff;
      border-bottom: 9px solid transparent; }
  #cart .form-check {
    margin: 2px 0; }
    #cart .form-check:hover {
      background-color: #ebebec; }
    #cart .form-check label {
      font-size: 1.2rem;
      margin: 3px;
      width: 100%;
      padding: 3px;
      cursor: pointer; }
      #cart .form-check label .checkbox {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #ccc;
        border-radius: 50%; }
        #cart .form-check label .checkbox.checked::after {
          content: "\2713";
          font-size: 26px;
          position: relative;
          float: left;
          line-height: 15px;
          color: #c9a656; }
  #cart .addToOrder, #cart .to-checkout {
    background-color: #fbf3e4;
    color: #1e1e21;
    border: 1px solid #1e1e21;
    border-radius: 0;
    padding: 10px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 1.4rem;
    display: block; }
    #cart .addToOrder:hover, #cart .to-checkout:hover {
      background-color: #f4dfb8;
      transform: scale(1.1); }

#bottom-cart {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #c9a656;
  border: 2px solid white;
  z-index: 1000;
  border-radius: 5%;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none; }
  #bottom-cart:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
  #bottom-cart img {
    margin: 0 auto 7px 5px;
    height: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.arrow-down {
  position: relative;
  text-align: center;
  padding: 1px;
  margin-top: 12px;
  height: 3px;
  width: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .arrow-down:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: black;
    transform: skew(0deg, -30deg); }
  .arrow-down:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: black;
    transform: skew(0deg, 30deg); }

#checkout-products #productlist {
  background-color: white; }
  #checkout-products #productlist > div {
    padding: 12px; }
#checkout-products #clear-cart {
  font-size: 1.4rem; }
#checkout-products #payment {
  background-color: white; }
  #checkout-products #payment > div {
    padding: 12px; }
#checkout-products .checkout-details {
  font-size: 1.4rem; }
#checkout-products .cart-product {
  border: 1px solid rgba(0, 0, 0, 0.3); }
#checkout-products .product-total-delivery {
  display: none; }

input.has-error {
  border-color: crimson; }
  input.has-error:before {
    content: '*';
    color: crimson;
    position: absolute;
    left: -10px;
    top: 2px;
    z-index: 99; }

.next {
  background-color: #fbf3e4;
  color: #1e1e21;
  border: 1px solid #1e1e21;
  border-radius: 0;
  padding: 10px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-size: 1.4rem;
  display: block; }
  .next:hover {
    background-color: #f4dfb8;
    transform: scale(1.1); }

.collapsed .arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: flash-animation;
  animation-duration: 0.5s; }

@-webkit-keyframes flash-animation {
  0% {
    -webkit-filter: blur(8px); }
  100% {
    -webkit-filter: blur(0px); } }
@keyframes flash-animation {
  0% {
    -webkit-filter: blur(8px); }
  100% {
    -webkit-filter: blur(0px); } }
.v-50 {
  max-width: 48% !important;
  float: left;
  margin: 1%; }

@media (max-width: 800px) {
  #cart .cart-header-row {
    padding-left: 0px; }
  #cart #close-cart {
    left: 0;
    transform: rotate(180deg); }

  .v-50 {
    max-width: 100%; } }
/*FORM STYLES*/
/*FORMS*/
.form-holder {
  max-width: 800px;
  margin: 15px auto; }

fieldset {
  margin: 8px auto; }
  fieldset input.form-control {
    border-radius: 0;
    border: solid 1px #ccc;
    height: 35px; }

.col-form-label {
  font-size: 1.4rem; }

textarea {
  min-width: 100%; }

.form-group {
  margin-top: 12px; }

.form-loader {
  text-align: center;
  padding: 15px; }

form {
  margin: 10px 0px;
  position: relative; }
  form textarea.form-control {
    height: 80px; }

.submitForm {
  color: #fff;
  background-color: black;
  border-radius: 0;
  border-bottom: solid 3px transparent; }
  .submitForm:hover {
    color: #fff;
    background-color: #060606; }

#login input {
  max-width: 250px;
  font-size: 1.4rem;
  padding: 8px; }

.btn-submit {
  background-color: #f4dfb8;
  border-radius: 0; }

/*ERRORS*/
form .error {
  display: none; }

.error {
  display: none; }
  .error p {
    padding: 8px; }

.form-control {
  font-size: 1.3rem;
  background-clip: border-box; }

.has-error {
  position: relative; }
  .has-error:after {
    content: '*';
    position: absolute;
    left: 0;
    top: -5px;
    color: white;
    margin-left: -15px;
    font-size: 2.8rem; }

input.form-control.has-error {
  border: 1px solid red; }

.checkbox span {
  height: 20px;
  width: 20px;
  border: 1px solid grey;
  display: inline-block;
  position: relative;
  float: left;
  clear: left; }
.checkbox p {
  width: calc(100% - 30px);
  padding-left: 5px;
  float: left; }

[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: 0;
  left: 5px;
  color: white; }

label.h-0 {
  float: left; }

label span.checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -5px;
  border: 1px solid #ccc;
  border-radius: 50%; }

[type=radio]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: 0;
  left: 5px;
  color: white; }

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 10px; }

body {
  color: #1e1e21;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.5rem;
  min-height: 100%;
  height: 100%;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000; }

/* HEADER */
header {
  margin-top: 40px; }
  header p {
    font-size: 1.5rem;
    margin: 5px 0 10px; }
  header .logo {
    margin: 50px auto 30px; }

ul.languagenav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  float: right;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 25px; }
  ul.languagenav li {
    float: left;
    list-style: none;
    margin: 5px; }
    ul.languagenav li a {
      color: #f1f1f1;
      padding: 5px; }
    ul.languagenav li:hover {
      background-color: rgba(255, 255, 255, 0.6);
      cursor: pointer; }
      ul.languagenav li:hover a {
        color: #fff; }

#top {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  position: relative;
  max-width: 60%; }
  #top h1 {
    font-style: italic;
    font-weight: 400;
    font-size: 6rem;
    line-height: 7rem;
    margin-bottom: 20px; }
  #top .mobile-header {
    font-size: 5rem;
    margin: 60px auto; }
  #top small {
    max-width: 380px;
    color: white;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 80px;
    display: inline-block; }

/*NAVIGATION*/
nav {
  background-color: transparent;
  color: #fff;
  font: 500 1.6rem "Poppins", Helvetica, sans-serif; }

.fixed-top {
  z-index: 90 !important; }

.navbar {
  background-color: #343434;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fbf3e4; }
  .navbar .navbar-collapse {
    text-align: right;
    border: none; }
    .navbar .navbar-collapse .navbar-right {
      float: right !important;
      margin: auto;
      display: inline-block;
      overflow: hidden; }

.navbar-brand {
  padding: 8px;
  max-width: 120px; }

#menu {
  width: 100%;
  border: none;
  margin: 0 auto;
  padding: 0; }
  #menu .container {
    height: 60px;
    padding: 0;
    margin: 0; }
  #menu .navbar-nav .nav-item {
    background-size: 100% 200%;
    margin: auto;
    background-image: linear-gradient(to bottom, transparent 50%, #c9a656 50%);
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    transition: background-position 0.4s; }
    #menu .navbar-nav .nav-item:hover {
      background-position: 0 -100%; }
  #menu .navbar-nav a.nav-link {
    color: #fff;
    line-height: 60px;
    height: 60px;
    margin: 0 10px;
    padding: 0 12px; }
  #menu li > a:hover, #menu li > a:focus {
    color: white; }
  #menu .navbar-toggle:hover, #menu .navbar-default .navbar-toggle:focus {
    background-color: transparent; }

.navbar-toggler {
  height: 30px;
  margin-right: 30px; }

.navbar-dark .navbar-toggler-icon {
  border-color: white; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: white; }

.navbar-nav > li:hover span {
  width: 90%; }

.navbar-brand {
  height: auto; }
  .navbar-brand img {
    height: auto; }

nav.navbar-fixed-top {
  background-color: #13553a;
  border-bottom: 1px solid white;
  top: -60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8); }
  nav.navbar-fixed-top .navbar {
    margin: 10px 0 0; }
  nav.navbar-fixed-top .navbar-brand {
    display: block;
    padding: 0 15px;
    max-width: 50px; }
  nav.navbar-fixed-top .navbar-nav li {
    font-size: 1.8rem;
    margin: 5px; }
    nav.navbar-fixed-top .navbar-nav li a {
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
      font-weight: 400;
      padding: 0 8px;
      margin-bottom: 5px; }
    nav.navbar-fixed-top .navbar-nav li span {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      height: 1px; }

.subnav {
  background-color: #e6e6e6;
  padding-top: 25px;
  padding-bottom: 25px; }
  .subnav a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 8px 20px;
    background-color: white;
    color: #fff;
    font-size: 1.6rem;
    margin: 5px 10px; }
    .subnav a:hover {
      text-decoration: none;
      color: white;
      background-color: #000; }

/* HEADER*/
.header-icon {
  position: absolute;
  max-height: 70%; }

/* #CONTENT AREA */
.content {
  min-height: 100%;
  margin-bottom: -120px;
  padding-bottom: 120px;
  margin-top: 60px; }

.container-fluid > .row {
  margin-bottom: 10px; }

.light {
  background-color: #fbf3e4;
  color: #3c3c3c; }

.bg-image {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bg-image .row {
    display: flex;
    align-items: center;
    min-height: 400px;
    height: auto;
    margin-bottom: 0; }
  .bg-image .quote {
    background-color: rgba(0, 0, 0, 0.6);
    margin: 40px;
    padding: 20px 40px;
    color: white;
    min-height: 100%; }
    .bg-image .quote h3 {
      margin: 0 auto 8px;
      max-width: 500px; }

.logo {
  width: 75%;
  display: block; }

.main-text p {
  margin: auto;
  max-width: 700px;
  font-size: 1.7rem; }

section.content {
  margin: 0 auto 40px;
  position: relative; }

img.bordered {
  border: 3px solid black;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7); }

.light-overlay {
  padding: 8px;
  margin: 10%;
  background-color: rgba(255, 255, 255, 0.8); }

.black-bar {
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-top: 2px solid white;
  border-bottom: 2px solid white; }

.mobile-button-bar {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-left: -25px;
  bottom: 0; }

a.mobile-link {
  margin: 10px 25px;
  display: inline-block; }
  a.mobile-link img {
    float: none; }

#whatsapp {
  display: none;
  margin: 0 30px;
  text-align: center; }
  #whatsapp img {
    float: none;
    max-width: 40px;
    margin: 15px; }
  #whatsapp span {
    display: inline-block;
    line-height: normal; }

#instafeed {
  margin-left: -10px;
  display: inline-block; }
  #instafeed a {
    display: table; }

.product-category {
  display: block; }

.category-name h2 {
  text-align: center; }

/* CONTENT AREA END */
/* FOOTER */
footer {
  color: #fbf3e4;
  background-color: #343434;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  bottom: 0;
  height: auto;
  min-height: 120px;
  border-top: 2px #1e1e21 solid;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  padding-top: 20px; }
  footer .row {
    margin-bottom: 5px; }
  footer .logot img {
    float: left;
    margin: 8px; }
  footer .logot h4 {
    text-align: left; }
  footer .pageinfo {
    margin: auto;
    height: auto;
    padding: 5px;
    text-align: center; }
  footer .copy {
    padding-bottom: 10px;
    font-size: 1.2rem; }
    footer .copy a {
      line-height: normal; }
      footer .copy a:hover {
        color: #fbf3e4; }

/* FOOTER END */
/* COLUMNS */
/* COLUMNS END */
.img-small {
  height: 250px;
  background-size: cover, cover;
  background-position: center;
  margin: 20px 0; }

@media (max-width: 965px) {
  .navbar-header {
    float: none;
    text-align: center; }

  .navbar > .container .navbar-brand {
    float: none;
    display: inline-block;
    margin: auto; } }
.modal .modal-content {
  background-color: black;
  border-radius: 0;
  color: white; }
.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }
  .modal .modal-header .close {
    color: white; }
.modal .modal-body {
  position: relative;
  padding: 20px; }
.modal .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

#admin-menu {
  height: 30px;
  background-color: #112026;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5); }
  #admin-menu a.nav-link {
    color: #ebebeb;
    font-size: 1.6rem;
    cursor: pointer; }

.sidebar-sticky {
  position: sticky;
  top: 0;
  height: calc(100vh - 35px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; }

.header {
  position: relative;
  padding: 5px 15px;
  margin: 0;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  font-weight: 300; }
  .header::after {
    content: "";
    background: #5a6871;
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%; }

.side-list {
  color: white; }
  .side-list .element {
    position: relative;
    min-height: 35px;
    padding: 5px 10px;
    cursor: pointer; }
    .side-list .element:hover {
      background-color: #b3b3b3; }
    .side-list .element .list-name {
      font-size: 1.4rem;
      color: white; }
    .side-list .element .due-day {
      font-size: 1.6rem;
      color: white;
      font-weight: 900;
      line-height: 1.4rem;
      text-align: center; }
      .side-list .element .due-day span {
        float: left;
        clear: both; }
    .side-list .element::after {
      content: "";
      background: #5a6871;
      position: absolute;
      bottom: 0;
      left: 5%;
      height: 1px;
      width: 90%; }
  .side-list .element.past {
    background-color: #f26d7d; }
    .side-list .element.past .list-name {
      color: white;
      font-weight: 700; }

.content-list .element {
  border-bottom: 1px solid #ebebeb; }
  .content-list .element:hover {
    background-color: #ebebeb; }

.admin-content {
  padding-top: 48px;
  background-color: #ebebeb; }
  .admin-content .row {
    padding-top: 2rem; }
  .admin-content .inner-col {
    background-color: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 8px; }

#editForm .row {
  padding-top: 0;
  margin-bottom: 8px; }

.fas {
  margin-left: 8px; }

#bottom-cart {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #c9a656;
  border: 2px solid white;
  border-radius: 5%;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none; }
  #bottom-cart:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
  #bottom-cart img {
    margin: 0 auto 7px 5px;
    height: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

@media screen and (min-width: 768px) {
  #bottom-cart {
    display: none; } }
