
/*  TEST */

:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif
}

:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
  --color-secondary-light: #676775
}

:root {
  scroll-behavior: auto
}

html {
  user-select: none;
  min-width: 350px;
}

body {
  font-family: var(--font-default);
  color: var(--color-default)
}

a {
  color: var(--color-primary);
  text-decoration: none
}

a:hover {
  color: #ec2727;
  text-decoration: none
}

section {
  overflow: hidden;
  padding: 80px 0;
  scroll-margin-top: 90px;
  overflow: clip
}

.section-bg {
  background-color: #ddd
}

.home {
  background-image: url(/assets/img/brustolitobg.jpg);
  background-position: right;
  background-repeat: no-repeat
}

.section-header {
  text-align: center;
  padding-bottom: 30px
}

.modal .form-check {
  padding: 0;
}
.modal-content .form-check label,.section-header h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0px 0px 0px 10px;
  color: var(--color-secondary-light);
  max-width: calc(100% - 33px);
  text-transform: uppercase;
  font-family: var(--font-default)
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary)
}

.section-header p span {
  color: var(--color-primary)
}

input[type=checkbox] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  padding: 4px
}

.modal-content .form-check .form-check-input {
  float: right;
  margin-right: 10px;
}

body .form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}

.form-check-input:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(253 13 53/25%)
}

.breadcrumbs {
  padding: 15px 0;
  background: rgba(55,55,63,.05);
  margin-top: 90px
}

@media(max-width: 575px) {
  .breadcrumbs {
      margin-top:70px
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/"
}

@media(max-width: 992px) {
  .breadcrumbs .d-flex {
      display:block!important
  }

  .breadcrumbs h2 {
      margin-bottom: 10px
  }

  .breadcrumbs ol {
      display: block
  }

  .breadcrumbs ol li {
      display: inline-block
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background: var(--color-primary);
  width: 46px;
  height: 46px;
  border-radius: 50px;
  transition: all .4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff
}

.scroll-top.active {
  visibility: visible;
  opacity: 1
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all .6s ease-out;
  width: 100%;
  height: 100vh
}

#preloader:before,#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0,.2,.8,1) infinite
}

#preloader:after {
  animation-delay: -.5s
}

@keyframes animate-preloader {
  0% {
      width: 10px;
      height: 10px;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      opacity: 1
  }

  100% {
      width: 72px;
      height: 72px;
      top: calc(50% - 36px);
      left: calc(50% - 36px);
      opacity: 0
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay:0!important
  }
}

.header {
  background: #fff;
  transition: all .5s;
  z-index: 997;
  height: 90px;
  border-bottom: 1px solid #fff
}

@media(max-width: 575px) {
  .header {
      height:70px
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary)
}

.header .logo h1 span {
  color: var(--color-primary)
}

.header .btn-book-a-table,.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50px;
  text-align: CENTER;
  transition: .3s
}

.header .btn-book-a-table:hover,.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206,18,18,.8)
}

@media(min-width: 1280px) {
  .navbar {
      padding:0
  }

  .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center
  }

  .navbar li {
      position: relative
  }

  .navbar>ul>li {
      white-space: nowrap;
      padding: 10px 0 10px 28px
  }

  .navbar a,.navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3px;
      font-family: var(--font-secondary);
      font-size: 16px;
      font-weight: 600;
      color: #7f7f90;
      white-space: nowrap;
      transition: .3s;
      position: relative
  }

  .navbar a i,.navbar a:focus i {
      font-size: 18px;
      line-height: 0;
  }

  .navbar>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -6px;
      left: 0;
      background-color: var(--color-primary);
      visibility: hidden;
      width: 0;
      transition: all .3s ease-in-out 0s
  }

  .navbar a:hover:before,.navbar li:hover>a:before,.navbar .active:before {
      visibility: visible;
      width: 100%
  }

  .navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a {
      color: #000
  }

  .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 28px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0 0 30px rgba(127,137,161,.25);
      transition: .3s;
      border-radius: 4px
  }

  .navbar .dropdown ul li {
      min-width: 200px
  }

  .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 600
  }

  .navbar .dropdown ul a i {
      font-size: 12px
  }

  .navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
      color: var(--color-primary)
  }

  .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible
  }

  .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden
  }

  .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible
  }
}

@media(min-width: 1280px) and (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
      left:-90%
  }

  .navbar .dropdown .dropdown:hover>ul {
      left: -100%
  }
}

@media(min-width: 1280px) {
  .mobile-nav-show,.mobile-nav-hide {
      display:none
  }
}

@media(max-width: 1279px) {
  .navbar {
      position:fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      border-left: 1px solid #666;
      bottom: 0;
      transition: .3s;
      z-index: 9997
  }

  .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px;
      margin: 0;
      background: rgba(255,255,255,.9);
      overflow-y: auto;
      transition: .3s;
      z-index: 9998
  }

  .navbar a,.navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-family: var(--font-secondary);
      border-bottom: 2px solid rgba(255,255,255,.8);
      font-size: 16px;
      font-weight: 600;
      color: #7f7f90;
      white-space: nowrap;
      transition: .3s
  }

  .navbar a i,.navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px
  }

  .navbar a:hover,.navbar li:hover>a {
      color: #000
  }

  .navbar .active,.navbar .active:focus {
      color: #000;
      border-color: var(--color-primary)
  }

  .navbar .dropdown ul,.navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all .5s ease-in-out;
      border: 1px solid #eee
  }

  .navbar .dropdown>.dropdown-active,.navbar .dropdown .dropdown>.dropdown-active {
      display: block
  }

  .mobile-nav-show {
      color: var(--color-secondary);
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: .5s;
      z-index: 9999;
      margin: 0 10px 0 20px
  }

  .mobile-nav-hide {
      color: var(--color-secondary);
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: .5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9999
  }

  .mobile-nav-active {
      overflow: hidden
  }

  .mobile-nav-active .navbar {
      right: 0
  }

  .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(255,255,255,.8);
      z-index: 9996
  }

  li.cart {
    position: fixed;
    bottom: 120px;
    right: 0;
    list-style: none;
}
  
  li.cart a {
    padding: 0;
    border: none;
  }
  
  li.cart .translate-middle {
    transform: translate(-210%,-50%)!important;
}

  .navbar a i,.navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 0px
  }

  li.cart a button {
    background: #fff;
    border-radius: 0;
    border-right: 0;
  }

}

.about .about-img {
  min-height: 500px
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary)
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0 2px 25px rgba(0,0,0,.08);
  padding: 20px;
  text-align: center
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default)
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary)
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary)
}

.about .content p:last-child {
  margin-bottom: 0
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%,rgba(206,18,18,0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206,18,18,.7);
  top: -15%;
  left: -15%;
  background: transparent
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

@keyframes pulsate-btn {
  0% {
      transform: scale(.6,.6);
      opacity: 1
  }

  100% {
      transform: scale(1,1);
      opacity: 0
  }
}

.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #fff
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px
}

.why-us .why-box p {
  margin-bottom: 30px
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255,255,255,.3);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out .4s
}

.why-us .why-box .more-btn i {
  font-size: 14px
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55,55,63,.1);
  transition: .3s
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206,18,18,.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  font-family: var(--font-secondary)
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d
}

@media(min-width: 1200px) {
  .why-us .icon-box:hover {
      transform:scale(1.1)
  }
}

.stats-counter {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0
}

@media(min-width: 1365px) {
  .stats-counter {
      background-attachment:fixed
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,.6)
}

.menu .nav-tabs {
  border: 0
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: .3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf
}

#menu .input-group {
  min-height: 40px;
  line-height: 40px;
}
div.col.form-select.price {
  --bs-form-select-bg-img: none;
}

@media(max-width: 575px) {
  .menu .nav-link {
      margin:0 10px;
      padding: 10px 0
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary)
}

@media(max-width: 575px) {
  .menu .nav-link h4 {
      font-size:16px
  }
}

.menu .nav-link:hover {
  color: var(--color-primary)
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary)
}

.menu .tab-content .tab-header {
  padding: 30px 0
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-primary)
}

.modal-content .tab-header h3,
#ExtraTitle h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-primary);
  text-align: center;
}

.menu-item {
  position: relative
}

.name,.menu-item,.ingredients,.price {
  -moz-text-align-last: auto;
  text-align-last: auto
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px
}

.menu-img[src=""] {
  display: none
}

.modal-content h6,.name {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary-light);
  background-color: #ddd;
  font-family: var(--font-secondary);
  margin-bottom: 5px;
  text-transform: uppercase
}

.ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px
}

.price,.menu .tab-content .menu-item .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  width: auto
}

.prodotto-extra {
  background-color: #ddd;
  color: var(--color-secondary-light)
}

.prodotto-extra:nth-child(odd) {
  background-color: #eee
}

button.btn.btn-danger.btn-sm {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 20px;
}

.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55,55,63,.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: .3s
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary)
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.08)
}

.contact .php-email-form .form-group {
  padding-bottom: 20px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input:focus,.contact .php-email-form textarea:focus {
  border-color: var(--color-primary)
}

.contact .php-email-form input {
  height: 48px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: .4s;
  border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
  background: #ec2727
}

@keyframes animate-loading {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

.home {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 60px
}

.home h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary)
}

.home h2 span {
  color: var(--color-primary)
}

.home p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px
}

.home .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 25px;
  border-radius: 50px;
  transition: .5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206,18,18,.2);
  text-align: center
}

a.btn-book-a-table.just-eat {
  background-color: #fb6100;
  margin-left: 10px
}

a.btn-book-a-table.just-eat:hover {
  background: #df5900;
  box-shadow: 0 8px 28px rgba(206,140,18,.45)
}

.home .btn-book-a-table:hover {
  background: rgba(206,18,18,.8);
  box-shadow: 0 8px 28px rgba(206,18,18,.45)
}

.home .btn-watch-video {
  font-size: 16px;
  transition: .5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600
}

.home .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: .3s;
  line-height: 0;
  margin-right: 8px
}

.home .btn-watch-video:hover {
  color: var(--color-primary)
}

.home .btn-watch-video:hover i {
  color: rgba(206,18,18,.8)
}

@media(max-width: 640px) {
  .home h2 {
      font-size:36px
  }

  .home .btn-get-started,.home .btn-watch-video {
      font-size: 14px
  }
}

.footer {
  font-size: 14px;
  background-color: #1f1f24;
  padding: 50px 0;
  color: rgba(255,255,255,.7)
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  color: #fff
}

.footer .footer-links {
  margin-bottom: 30px
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-links ul a {
  color: rgba(255,255,255,.6);
  transition: .3s;
  display: inline-block;
  line-height: 1
}

.footer .footer-links ul a:hover {
  color: #fff
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin-right: 10px;
  transition: .3s
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.1)
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px
}

.footer .credits a {
  color: #fff
}

.modal-header h5 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: var(--color-primary);
  font-family: var(--font-primary)
}

.modal-content p,.modal-content h6 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-family: var(--font-default)
}

.quantity-selector .form-control::-webkit-inner-spin-button,
.quantity-selector .form-control::-webkit-outer-spin-button {
margin: 0;
appearance: none;
}