@charset "utf-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cd2126;
  --orange: #fd7e14;
  --yellow: #f6f2e6;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #3e3e3e;
  --gray-dark: #2b2b2b;
  --primary: #CD2126;
  --secondary: #303030;
  --success: #28bb74;
  --info: #3b86ff;
  --warning: #ff9736;
  --danger: #CD2126;
  --light: #f5f5f5;
  --dark: #1f1f1f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(17,17,17,0)
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block
}
body {
  margin: 0;
  font-family: CircularStd;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 500
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
b,
strong {
  font-weight: 600
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #cd2126;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #8b161a;
  text-decoration: none
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}
code,
pre {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #767676;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
select {
  word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=date],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .75rem;
  font-weight: 500;
  line-height: 1.2
}
.h1,
h1 {
  font-size: 2.75rem
}
.h2,
h2 {
  font-size: 2.25rem
}
.h3,
h3 {
  font-size: 2rem
}
.h4,
h4 {
  font-size: 1.75rem
}
.h5,
h5 {
  font-size: 1.5rem
}
.h6,
h6 {
  font-size: 1.25rem
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(17,17,17,.1)
}
.small,
small {
  font-size: 80%;
  font-weight: 400
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.img-fluid {
  max-width: 100%;
  height: auto
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}
a > code {
  color: inherit
}
pre {
  display: block;
  font-size: 87.5%;
  color: #1f1f1f
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col,
.col-10,
.col-11,
.col-12,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg-11,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-xl-10,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.offset-2 {
  margin-left: 16.66667%
}
@media (min-width:576px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
}
@media (min-width:768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
}
@media (min-width:992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
}
@media (min-width:1200px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
}
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #111
}
.table td,
.table th {
  padding: 1.5rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5
}
.table thead th {
  border-bottom: 2px solid #e5e5e5
}
.table tbody + tbody {
  border-top: 2px solid #e5e5e5
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.75rem + 2px);
  padding: .875rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111
}
.form-control:focus {
  color: #111;
  border-color: #1f1f1f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 1
}
.form-control::-ms-input-placeholder {
  color: #767676;
  opacity: 1
}
.form-control::placeholder {
  color: #767676;
  opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #d8d8d8;
  opacity: 1
}
select.form-control:focus::-ms-value {
  color: #111;
  background-color: #fff
}
.form-control-lg {
  height: calc(1.5em + 2.125rem + 2px);
  padding: 1.0625rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #767676
}
.form-check-label {
  margin-bottom: 0
}
.btn {
  display: inline-block;
  font-weight: 500;
  color: #111;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .875rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}
.btn:hover {
  color: #111;
  text-decoration: none
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn.disabled,
.btn:disabled {
  opacity: .65
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #cd2126;
  border-color: #cd2126
}
.btn-primary:hover {
  color: #fff;
  background-color: #ac1c20
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #ac1c20;
  border-color: #a11a1e;
  -webkit-box-shadow: 0 0 0 0 rgba(213,66,71,.5);
  box-shadow: 0 0 0 0 rgba(213,66,71,.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #cd2126;
  border-color: #cd2126
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a11a1e;
  border-color: #96181c
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213,66,71,.5);
  box-shadow: 0 0 0 0 rgba(213,66,71,.5)
}
.btn-secondary {
  color: #fff;
  background-color: var(--red);
  border-color: var(--red)
}
.btn-secondary:hover {
  color: #fff;
  background-color: var(--dark);
  border-color: var(--brand-secondary)
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--red);
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(79,79,79,.5);
  box-shadow: 0 0 0 0 rgba(79,79,79,.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #303030;
  border-color: #303030
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #171717;
  border-color: #101010
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(79,79,79,.5);
  box-shadow: 0 0 0 0 rgba(79,79,79,.5)
}
.btn-success {
  color: #fff;
  background-color: #28bb74;
  border-color: #28bb74
}
.btn-success:hover {
  color: #fff;
  background-color: #219b60;
  border-color: #1f915a
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #219b60;
  border-color: #1f915a;
  -webkit-box-shadow: 0 0 0 0 rgba(72,197,137,.5);
  box-shadow: 0 0 0 0 rgba(72,197,137,.5)
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28bb74;
  border-color: #28bb74
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1f915a;
  border-color: #1d8653
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(72,197,137,.5);
  box-shadow: 0 0 0 0 rgba(72,197,137,.5)
}
.btn-outline-primary {
  color: #cd2126;
  border-color: #cd2126
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cd2126;
  border-color: #cd2126
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(205,33,38,.5);
  box-shadow: 0 0 0 0 rgba(205,33,38,.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #cd2126;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #cd2126;
  border-color: #cd2126
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(205,33,38,.5);
  box-shadow: 0 0 0 0 rgba(205,33,38,.5)
}
.btn-link {
  text-decoration: none
}
.btn-link:hover {
  text-decoration: none
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
  color: #3e3e3e;
  pointer-events: none
}

.btn-lg {
  padding: 1.0625rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}
.fade {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  transition: height .35s
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 150px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e5e5e5
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: 0
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0
}
.dropleft .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: middle;
  content: "";
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: 0
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #111;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #111;
  text-decoration: none;
  background-color: #f5f5f5
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #3e3e3e;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0
}

.input-group > .form-control + .form-control {
  margin-left: -1px
}

.input-group > .form-control:focus {
  z-index: 3
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .875rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5e5e5
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #3e3e3e;
  pointer-events: none;
  cursor: default
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--brand-secondary)
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 1rem
}
.navbar .container,
.navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar-toggler {
  padding: .25rem 0;
  font-size: .9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link {
  color: #111
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(17,17,17,.3)
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #cd2126
}
.navbar-light .navbar-toggler {
  color: #111;
  border-color: transparent
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card-title {
  margin-bottom: .75rem
}
.card-text:last-child {
  margin-bottom: 0
}
.card-header {
  padding: .75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(17,17,17,.03);
  border-bottom: 0 solid rgba(17,17,17,.125)
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0
}
.card-footer {
  padding: .75rem 1.5rem;
  border-top: 0 solid rgba(17,17,17,.125)
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 2px;
  padding: 1.5rem
}
.card-img,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0
}
.accordion > .card > .card-header {
  margin-bottom: 0
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 2px 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 2px 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #ddd
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}
.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem;
  background-color: transparent;
  border: 1px solid #e5e5e5
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #3e3e3e;
  pointer-events: none;
  background-color: transparent
}
.list-group-item.active {
  z-index: 2;
  color: #111;
  background-color: transparent;
  border-color: #e5e5e5
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}
.close:hover {
  color: #a6a6a6;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
a.close.disabled {
  pointer-events: none
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0 .25rem .75rem rgba(17,17,17,.1);
  box-shadow: 0 .25rem .75rem rgba(17,17,17,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0
}
.toast:not(:last-child) {
  margin-bottom: .75rem
}
.toast.showing {
  opacity: 1
}
.toast.show {
  display: block;
  opacity: 1
}
.toast.hide {
  display: none
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #111
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .3
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: CircularStd;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #111
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: CircularStd;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .6875rem;
  word-wrap: break-word;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid transparent
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #ededed;
  border-bottom: 1px solid #e1e1e1
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .75rem 1rem;
  color: #525252
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translatex(100%);
  transform: translatex(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%)
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}
.align-middle {
  vertical-align: middle!important
}
.bg-light {
  background-color: #f5f5f5!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dcdcdc!important
}
.bg-dark {
  background-color: #1f1f1f!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #060606!important
}
.bg-white {
  background-color: #fff!important
}
.border {
  border: 1px solid #e5e5e5!important
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5!important
}
.border-top-0 {
  border-top: 0!important
}
.rounded {
  border-radius: .25rem!important
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.d-none {
  display: none!important
}
.d-block {
  display: block!important
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-block {
    display: block!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-block {
    display: block!important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-block {
    display: block!important
  }
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.float-left {
  float: left!important
}
.float-right {
  float: right!important
}
.position-static {
  position: static!important
}
.position-relative {
  position: relative!important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
.shadow {
  -webkit-box-shadow: 0 .25rem .25rem rgba(17,17,17,.02)!important;
  box-shadow: 0 .25rem .25rem rgba(17,17,17,.02)!important
}
.w-100 {
  width: 100%!important
}
.mt-0 {
  margin-top: 0!important
}
.mb-0 {
  margin-bottom: 0!important
}
.mt-2 {
  margin-top: .5rem!important
}
.mr-2 {
  margin-right: .5rem!important
}
.mb-2 {
  margin-bottom: .5rem!important
}
.mb-3 {
  margin-bottom: .75rem!important
}
.ml-3 {
  margin-left: .75rem!important
}
.mb-4 {
  margin-bottom: 1rem!important
}
.mt-5 {
  margin-top: 1.25rem!important
}
.mr-5 {
  margin-right: 1.25rem!important
}
.mb-5 {
  margin-bottom: 1.25rem!important
}
.ml-5 {
  margin-left: 1.25rem!important
}
.mb-6 {
  margin-bottom: 1.5rem!important
}
.mb-7 {
  margin-bottom: 2rem!important
}
.mt-8 {
  margin-top: 2.5rem!important
}
.mb-8 {
  margin-bottom: 2.5rem!important
}
.mt-10 {
  margin-top: 4rem!important
}
.mb-10 {
  margin-bottom: 4rem!important
}
.mb-11 {
  margin-bottom: 5rem!important
}
.mb-13 {
  margin-bottom: 8rem!important
}
.pt-0 {
  padding-top: 0!important
}

.px-0 {
  padding-right: 0!important
}
.pb-0 {
  padding-bottom: 0!important
}

.px-0 {
  padding-left: 0!important
}
.p-1 {
  padding: .25rem!important
}
.p-2 {
  padding: .5rem!important
}

.px-2 {
  padding-right: .5rem!important
}

.px-2 {
  padding-left: .5rem!important
}
.pt-3,
.py-3 {
  padding-top: .75rem!important
}

.px-3 {
  padding-right: .75rem!important
}

.py-3 {
  padding-bottom: .75rem!important
}

.px-3 {
  padding-left: .75rem!important
}
.p-4 {
  padding: 1rem!important
}

.py-9 {
  padding-top: 3rem!important
}

.py-9 {
  padding-bottom: 3rem!important
}

.py-12 {
  padding-top: 6rem!important
}

.py-12 {
  padding-bottom: 6rem!important
}
.mt-auto {
  margin-top: auto!important
}
.mr-auto,
.mx-auto {
  margin-right: auto!important
}
.ml-auto,
.mx-auto {
  margin-left: auto!important
}
@media (min-width:576px) {
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-4 {
    margin-top: 1rem!important
  }
  .mt-sm-5 {
    margin-top: 1.25rem!important
  }
  .mt-sm-10 {
    margin-top: 4rem!important
  }
  .mt-sm-11 {
    margin-top: 5rem!important
  }
  .mt-sm-14 {
    margin-top: 10rem!important
  }
  .mb-sm-14 {
    margin-bottom: 10rem!important
  }
  .mt-sm-15 {
    margin-top: 12rem
  }
  .pt-sm-15 {
    padding-top: 12rem!important
  }
}
@media (min-width:768px) {
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mt-md-4 {
    margin-top: 1rem!important
  }
  .mt-md-8 {
    margin-top: 2.5rem!important
  }
  .mt-md-9 {
    margin-top: 3rem!important
  }
  .mt-md-15 {
    margin-top: 12rem!important
  }
  .mb-md-15 {
    margin-bottom: 12rem!important
  }
}
.text-justify {
  text-align: justify!important
}
.text-left {
  text-align: left!important
}
.text-right {
  text-align: right!important
}
.text-center {
  text-align: center!important
}
@media (min-width:992px) {
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-5 {
    margin-top: 1.25rem!important
  }
  .mt-lg-10 {
    margin-top: 4rem!important
  }
}
@media (min-width:1200px) {
  .mt-xl-5 {
    margin-top: 1.25rem!important
  }
}
.text-uppercase {
  text-transform: uppercase!important
}
.text-capitalize {
  text-transform: capitalize!important
}
.font-weight-bold {
  font-weight: 700!important
}
.text-white {
  color: #fff!important
}
.text-primary {
  color: #cd2126!important
}
a.text-primary:focus,
a.text-primary:hover {
  color: #8b161a!important
}
.text-dark {
  color: #1f1f1f!important
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000!important
}
.text-body {
  color: #111!important
}
.text-muted {
  color: #767676!important
}
.text-decoration-none {
  text-decoration: none!important
}
.visible {
  visibility: visible!important
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  pre {
    white-space: pre-wrap!important
  }
  
  pre {
    border: 1px solid #525252;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img,
  tr {
    page-break-inside: avoid
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container,
  body {
    min-width: 992px!important
  }
  .navbar {
    display: none
  }
  .table {
    border-collapse: collapse!important
  }
  .table td,
  .table th {
    background-color: #fff!important
  }
}
.btn {
  border: #ffdead;
  white-space: nowrap
}
.btn[data-toggle=button] {
  cursor: pointer
}
.btn:not([href]):not(button):not(label) {
  pointer-events: none
}
.btn:not([href]):not(button):not(label) > a {
  pointer-events: auto
}

.btn-lg {
  height: calc(1.5rem + 2.125rem + 2px)
}
.btn-xs {
  height: calc(1.40625rem + 1rem + 2px);
  padding: .5rem .75rem;
  font-size: .9375rem
}
.btn-xxs {
  height: calc(1.40625rem + .375rem + 2px);
  padding: .1875rem .75rem;
  font-size: .9375rem
}
.btn-link {
  font-weight: 500;
  color: #111
}
.btn-link:focus,
.btn-link:hover,
.btn-link[data-toggle=button].active {
  color: #cd2126
}
[class*=btn-outline] {
  color: #111
}
.card > * {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.card .card-footer {
  padding: 1.5rem
}
.card-footer {
  background-color: transparent
}
.card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.card-img-overlay > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
a.card-img-overlay {
  color: inherit
}
a.card-img-overlay:hover {
  text-decoration: none
}
.card-img {
  position: relative
}
.card-collapse {
  position: absolute;
  top: 100%;
  width: 100%
}
.card-collapse-parent {
  position: relative;
  transition: transform .35s,-webkit-transform .35s
}
.close {
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out
}
.dropdown {
  display: inline-block
}
.dropdown-menu {
  background-clip: border-box
}
.position-static .dropdown-menu .card-body {
  padding-left: 0;
  padding-right: 0
}
.dropdown-item {
  font-size: .875rem;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color
}
.dropdown-item + .dropdown-item {
  border-top: 1px solid #e5e5e5
}
.dropdown-toggle {
  overflow: hidden
}
.dropdown-toggle::after {
  float: right;
  margin-left: .255em;
  font-family: Feather;
  border: 0
}
.dropdown-toggle::after {
  content: ""
}
.dropup .dropdown-toggle::after {
  border: 0;
  content: ""
}
.dropdown-toggle[data-toggle=collapse]::after {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center
}
.dropdown-toggle[data-toggle=collapse][aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.form-control {
  background-clip: border-box;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.form-control-gray-700 {
  background-color: #303030;
  border-color: #303030;
  color: #fff
}
.form-control-gray-700::-webkit-input-placeholder {
  color: #a6a6a6
}
.form-control-gray-700:-ms-input-placeholder {
  color: #a6a6a6
}
.form-control-gray-700::-ms-input-placeholder {
  color: #a6a6a6
}
.form-control-gray-700::placeholder {
  color: #a6a6a6
}
.form-control-gray-700:focus {
  background-color: #303030;
  border-color: #303030;
  color: #fff
}
@media (min-width:992px) {
  .navbar:not(.navbar-vertical).navbar-expand-lg .navbar-nav:last-child {
    margin-right: -1rem
  }
}
.img-comp-front {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
  border-right: 2px solid #fff;
  overflow: hidden
}
.img-comp-handle {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%)
}
.img-comp-input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.img-comp-input::-ms-tooltip {
  display: none
}
.list-group-item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-body {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}
.nav-link {
  font-weight: 500;
  color: #111
}
.nav-link.active {
  color: #cd2126;
  position: relative
}
.navbar-brand {
  font-weight: 600
}
@media (max-width:991.98px) {
  .navbar-brand {
    font-size: 1.5rem
  }
}
.navbar-nav .nav-link {
  font-weight: 500;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.navbar-nav .dropdown-menu [class*=container] {
  display: block
}
.navbar-nav > .dropdown.position-static > .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: calc(1.5rem + 1px);
  width: 100%
}
@media (max-width:991px) {
  .navbar.navbar-expand-lg .navbar-collapse::before {
    content: "";
    display: block;
    margin-top: .5rem
  }
  
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav>.nav-item>.nav-link.active::before {
    display: none
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown.position-static {
    position: relative!important
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown-menu {
    min-width: 0!important;
    border: 0;
    background-color: transparent
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown-item {
    padding-left: .625rem;
    padding-right: .625rem;
    border: 0
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown .dropdown-menu .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .navbar.navbar-expand-lg .navbar-collapse .dropdown:not(.position-static) .dropdown-menu .card-body {
    padding: 1rem
  }
}
@media (min-width:1200px) {
  .navbar-nav .dropdown > .dropdown-menu,
  .navbar-nav .dropright > .dropdown-menu {
    display: block!important;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0
  }
  .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%,.5rem);
    transform: translate(-50%,.5rem)
  }
  .navbar-nav .dropright > .dropdown-menu {
    -webkit-transform: translatey(.5rem);
    transform: translatey(.5rem)
  }
  .navbar-nav .hovered > .dropdown-menu {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transition-property: visibility,-webkit-transform,transform,opacity
  }
  .navbar-nav .dropdown.show > .dropdown-menu,
  .navbar-nav .dropright.show > .dropdown-menu {
    visibility: visible;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    opacity: 1
  }
  .navbar-nav .dropdown.show > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
  }
  .navbar-nav .dropright.show > .dropdown-menu {
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
/*@supports ((position:-webkit-sticky) or (position:sticky)) {
  . sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
  . navbar . sticky-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow-y: auto
  }
  . navbar . sticky-left . navbar-collapse: not(.show): not(.collapsing) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100vh
  }
}*/
.pagination {
  margin-bottom: 0;
  font-weight: 500
}
.table thead th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .9375rem;
  font-weight: 500;
  vertical-align: middle;
  border-width: 1px
}
.table tbody th {
  font-size: .9375rem;
  font-weight: 500
}
.table tbody td,
.table tbody th {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out
}
@font-face {
  font-family: Jost;
  src: url(../fonts/jost/Jost-400-Book.woff2) format("woff2"),url(../fonts/jost/Jost-400-Book.woff) format("woff"),url(../fonts/jost/Jost-400-Book.ttf) format("truetype")
}
@font-face {
  font-family: Jost;
  font-style: italic;
  src: url(../fonts/jost/Jost-400-BookItalic.woff2) format("woff2"),url(../fonts/jost/Jost-400-BookItalic.woff) format("woff"),url(../fonts/jost/Jost-400-BookItalic.ttf) format("truetype")
}
@font-face {
  font-family: Jost;
  font-weight: 500;
  src: url(../fonts/jost/Jost-500-Medium.woff2) format("woff2"),url(../fonts/jost/Jost-500-Medium.woff) format("woff"),url(../fonts/jost/Jost-500-Medium.ttf) format("truetype")
}
@font-face {
  font-family: Jost;
  font-weight: 600;
  src: url(../fonts/jost/Jost-600-Semi.woff2) format("woff2"),url(../fonts/jost/Jost-600-Semi.woff) format("woff"),url(../fonts/jost/Jost-600-Semi.ttf) format("truetype")
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-Black.eot);
  src: url(../fonts/circular/CircularStd-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-Black.woff) format("woff"),url(../fonts/circular/CircularStd-Black.ttf) format("truetype"),url(../fonts/circular/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 800;
  font-style: normal
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-BlackItalic.eot);
  src: url(../fonts/circular/CircularStd-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-BlackItalic.woff) format("woff"),url(../fonts/circular/CircularStd-BlackItalic.ttf) format("truetype"),url(../fonts/circular/CircularStd-BlackItalic.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 800;
  font-style: italic
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-Bold.eot);
  src: url(../fonts/circular/CircularStd-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-Bold.woff) format("woff"),url(../fonts/circular/CircularStd-Bold.ttf) format("truetype"),url(../fonts/circular/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-BoldItalic.eot);
  src: url(../fonts/circular/CircularStd-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-BoldItalic.woff) format("woff"),url(../fonts/circular/CircularStd-BoldItalic.ttf) format("truetype"),url(../fonts/circular/CircularStd-BoldItalic.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 600;
  font-style: italic
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-Medium.eot);
  src: url(../fonts/circular/CircularStd-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-Medium.woff) format("woff"),url(../fonts/circular/CircularStd-Medium.ttf) format("truetype"),url(../fonts/circular/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-MediumItalic.eot);
  src: url(../fonts/circular/CircularStd-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-MediumItalic.woff) format("woff"),url(../fonts/circular/CircularStd-MediumItalic.ttf) format("truetype"),url(../fonts/circular/CircularStd-MediumItalic.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 500;
  font-style: italic
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-Book.eot);
  src: url(../fonts/circular/CircularStd-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-Book.woff) format("woff"),url(../fonts/circular/CircularStd-Book.ttf) format("truetype"),url(../fonts/circular/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/circular/CircularStd-BookItalic.eot);
  src: url(../fonts/circular/CircularStd-BookItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/circular/CircularStd-BookItalic.woff) format("woff"),url(../fonts/circular/CircularStd-BookItalic.ttf) format("truetype"),url(../fonts/circular/CircularStd-BookItalic.svg#bcc26993292869431e54c666aafa8fcd) format("svg");
  font-weight: 400;
  font-style: italic
}
@media (max-width:767.98px) {
  .h1,
  h1 {
    font-size: 2.25rem
  }
  .h2,
  h2 {
    font-size: 1.875rem
  }
  .h3,
  h3 {
    font-size: 1.75rem
  }
  .h4,
  h4 {
    font-size: 1.5rem
  }
  .h5,
  h5 {
    font-size: 1.375rem
  }
}
.heading-xxs {
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase
}
small {
  font-weight: inherit
}
strong {
  font-weight: 500
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1.5rem
}
.bg-cover {
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important
}
.border-gray-700 {
  border-color: #303030!important
}
.font-size-lg {
  font-size: 1.125rem!important
}
.font-size-base {
  font-size: 1rem!important
}
.font-size-sm {
  font-size: .9375rem!important
}
.font-size-xs {
  font-size: .875rem!important
}
.font-size-xxs {
  font-size: .8125rem!important
}
.font-size-xxxs {
  font-size: .6875rem!important
}
.text-gray-300 {
  color: #bababa!important
}
.text-gray-300[href]:hover {
  color: #a6a6a6!important
}

.text-gray-400 {
  color: #909090!important
}
.text-gray-400[href]:hover {
  color: #767676!important
}
.text-body[href]:focus,
.text-body[href]:hover {
  color: #303030!important
}
.text-muted[href]:focus,
.text-muted[href]:hover {
  color: #525252!important
}
.line-height-small,
.line-height-xs {
  line-height: 1.25!important
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0
}
.rating-form {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.rating-input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0
}
.line {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  display: block;
  width: 200px;
  margin-left: 2rem;
  margin-right: 2rem;
  border-top: 1px solid;
  color: #cd2126
}
.line::after {
  content: "";
  position: inherit;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  width: 11px;
  height: 11px;
  background-color: currentColor;
  border-radius: 50%
}
.flickity::after {
  display: none;
  content: "flickity"
}
.fancybox-button {
  background-color: #111
}
.fancybox-bg {
  background-color: #111;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
.fancybox-is-open .fancybox-bg {
  opacity: .9
}
.fe {
  display: inline-block;
  vertical-align: -.1em
}
@font-face {
  font-family: icomoon-2;
  src: url(../fonts/pizzaville-font/icomoon-2.eot?m5luf7);
  src: url(../fonts/pizzaville-font/icomoon-2.eot?m5luf7#iefix) format("embedded-opentype"),url(../fonts/pizzaville-font/icomoon-2.ttf?m5luf7) format("truetype"),url(../fonts/pizzaville-font/icomoon-2.woff?m5luf7) format("woff"),url(../fonts/pizzaville-font/icomoon-2.svg?m5luf7#icomoon-2) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.navbar-section .navbar-light #navbar-icon-btn {
  border: unset!important;
  padding: unset!important;
  margin: unset!important
}
@media (max-width:768px) and (min-width:50px) {
  .home-slider .carousel-item {
    height: 134px
  }
}
@media (max-width:992px) and (min-width:768px) {
  .home-slider .carousel-item {
    height: 169px
  }
}
@media (max-width:1200px) and (min-width:992px) {
  .home-slider .carousel-item {
    height: 225px
  }
  .home-slider .desktop-screen-slider-text {
    bottom: 8px
  }
  .food-menu-heading {
    margin-bottom: 18px
  }
}
@media (min-width:1200px) {
  .home-slider .carousel-item {
    height: 276px
  }
  .home-slider .desktop-screen-slider-text {
    bottom: 17px
  }
  .food-menu-heading {
    margin-bottom: 28px
  }
}
.home-slider .input-group-text {
  border: unset!important;
  background-color: #fff
}
.home-slider .form-control {
  border: unset!important;
  -webkit-appearance: none;
  background: url(../icons/arrow_drop_down.png) right 17px center no-repeat #ddd;
  -webkit-box-shadow: unset!important;
  box-shadow: unset!important;
  height: 40px;
  outline: unset
}
.home-slider select option {
  outline: unset;
  border: unset
}
@media (max-width:991px) and (min-width:50px) {
  .home-slider .carousel-item .desktop-screen-slider-text {
    display: none!important
  }
  .bg-color-gray,
  .home-slider .form-control {
    background-color: #f0f0f0!important
  }
}
.input-group-prepend {
  margin-right: -4px!important
}
.navbar-section .navbar-light .navbar-nav .nav-link {
  color: b;
  font-size: 12px!important
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #c30000
}
.home-content .card-body {
  height: 50px
}
.home-content .card {
  border: none!important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12)
}
@media (max-width:768px) and (min-width:50px) {
  .home-slider .form-control {
    height: 36px
  }
  .home-content .row .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .home-content .gutters-mobile-view {
    padding: 0 7.5px
  }
  .home-content .card-body {
    height: 35px
  }
}
@media (max-width:992px) and (min-width:768px) {
  .home-content {
    margin-bottom: 30px!important
  }
  .home-content .card {
    margin-top: 27px
  }
}
.section-product-menu-wide-screen .card {
  border: none!important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12)
}
.home-content.container .row.gutters-mobile-view .card-body {
  border-radius: 5px 5px 0 0!important;
  background: #fff;
  margin-top: -5px
}
.home-content .card-body {
  padding: unset
}
@media (max-width:768px) and (min-width:50px) {
  .section-product-menu-wide-screen .card {
    border-bottom: 1px solid #ddd!important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset!important
  }
  .section-product-menu .input-group-append .input-group-text {
    padding-top: unset;
    padding-bottom: unset
  }
  .section-product-menu .nav-link,
  .section-product-menu-wide-screen .nav-link {
    margin-right: 17px;
    min-height: 28px;
    min-width: 70px;
    padding-top: 3.5px!important;
    padding: unset
  }
}
@media (min-width:992px) {
  .home-content .card {
    margin-top: 32px!important
  }
}
@media (min-width:1200px) {
  .home-content .card-body {
    height: 60px
  }
  .home-content .card {
    margin-top: 33px!important
  }
  .navbar-section .navbar-light .navbar-nav .nav-link {
    font-size: 16px!important
  }
}
.section-product-menu .border-bottom {
  border-bottom: 1.5px solid #dee2e6!important
}
.section-product-menu .nav-link {
  border: 1px solid #707070;
  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  color: #c30000!important
}
@media (max-width:992px) and (min-width:768px) {
  .section-product-menu .nav-link,
  .section-product-menu-wide-screen .nav-link {
    margin-right: 23px;
    height: 31px;
    width: 94px;
    padding-top: 4px!important;
    padding: unset
  }
}
@media (min-width:992px) {
  .section-product-menu .nav-link,
  .section-product-menu-wide-screen .nav-link {
    margin-right: 27px;
    height: 37px;
    width: 111px;
    padding-top: 5px
  }
  
  .home-slider .mobile-screen-slider-dropdown {
    display: none!important
  }
}
.section-product-menu-wide-screen .nav-link {
  border: 1px solid #707070;
  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  color: #c30000!important
}
.section-product-menu .nav-pills .nav-link.active,
.section-product-menu-wide-screen .nav-pills .nav-link.active {
  color: #fff!important;
  background-color: #c30000!important;
  border: 1px solid #c30000
}
.product-customize-nav-pills .nav-link {
  margin-bottom: 10px
}
@media (max-width:992px) and (min-width:768px) {
  .product-customize-nav-pills .nav-link {
    margin-right: 29px;
    margin-top: 10px
  }
}
.section-menu-product-customize-desktop .card {
  border: unset;
  border-radius: unset
}
.form-group {
  margin-bottom: 19px
}
.input-styles,
.textarea-style {
  background-color: #ededed;
  padding-left: 22px;
  border-radius: 2px
}
.select-styles {
  background-color: #ededed!important;
  padding-left: 20px;
  border-radius: 2px;
  -webkit-appearance: none;
  background: url(../icons/arrow_drop_down.png) right 17px center no-repeat #ddd
}
.textarea-style {
  height: 126px!important
}
.input-styles:focus,
.textarea-style:focus {
  background-color: #ededed;
  padding-left: 22px;
  border-radius: 2px;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset
}
button:focus,
button:hover {
  -webkit-box-shadow: unset!important;
  box-shadow: unset!important
}
.background-color-gray {
  background-color: #e5e5e5
}
.navbar-background {
  background-color: #1f1d1b;
  top: 0;
  width: 100%;
  z-index: 999999
}

.green-color-btn {
  background-color: #71b09f!important
}
.background-color-white {
  background-color: #fff!important
}
.background-color-transparent {
  background-color: transparent
}
.secondary-text-color {
  color: #727473!important
}
.text-color-red {
  color: #c30000!important
}
.text-color-green {
  color: #71b09f!important
}
.text-color-black {
  color: #000
}
.text-color-707070 {
  color: #707070!important
}
.green-btn-style {
  color: #fff!important;
  border-radius: 2px;
  background-color: var(--brand-secondary)!important;
  padding: 10px 30px
}
.slider-img {
  position: relative;
  color: #fff;
  text-align: center
}
.centered {
  position: absolute;
  width: 100%;
  top: 50%
}
@media (max-width:1200px) and (min-width:992px) {
  .product-customize-nav-pills .nav-link {
    margin-right: 14px
  }
  .centered {
    top: 38%
  }
}
@media (min-width:1200px) {
  .product-customize-nav-pills .nav-link {
    margin-right: 20px
  }
  .centered {
    top: 43%
  }
}
.color-white {
  fill: #fff!important
}
.text-color-white {
  color: #fff
}
.mt-0 {
  margin-top: 0
}
.mt-17 {
  margin-top: 17px
}
.mt-23 {
  margin-top: 23px
}
.mt-25 {
  margin-top: 25px
}
.mt-31 {
  margin-top: 31px
}
.mt-45 {
  margin-top: 45px
}
.mb-unset {
  margin-bottom: unset
}
.mb-0 {
  margin-bottom: 0
}
.mb-13 {
  margin-bottom: 13px
}
.mb-25 {
  margin-bottom: 25px
}
.mb-30 {
  margin-bottom: 30px
}

.pt-0 {
  padding: 0
}
.pb-0 {
  padding-bottom: 0
}
.pt-0 {
  padding-top: 0
}
.font-size-14 {
  font-size: 14px
}
.font-size-12 {
  font-size: 12px
}
.font-size-13 {
  font-size: 13px
}
.font-size-15 {
  font-size: 15px
}
.font-size-20 {
  font-size: 20px
}
.height-43 {
  height: 43px
}
.height-45 {
  height: 45px
}
.border-radius-2 {
  border-radius: 2px
}
.border-unset {
  border: unset
}
.cart-amount {
  vertical-align: bottom
}
.nav-item-order-apply-screen-wise {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
#navbar-close-btn:focus,
#navbar-icon-btn:focus,
#navbar-icon:focus {
  outline: unset!important
}
@media (min-width:768px) {
  .nav-item-order-apply-screen-wise {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.home-slider-image {
  background-image: url(../img/banner/mobile_our_menu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
@media (max-width:992px) and (min-width:768px) {
  .home-slider-image {
    background-image: url(../img/banner/medium_our_menu.jpg)
  }
}
.home-content {
  margin-bottom: 25px
}
@media (max-width:768px) and (min-width:50px) {
  .home-slider .carousel-item .desktop-screen-slider-text {
    display: none!important
  }
  .home-content .card {
    margin-top: 25px!important
  }
  .section-product-menu-wide-screen .card:hover .card-text-mobile-view {
    display: block!important;
    margin-top: -20px!important
  }
}
@media (max-width:1200px) and (min-width:992px) {
  .nav-item-order-apply-screen-wise {
    margin-left: 25px
  }
  .home-slider-image {
    background-image: url(../img/banner/large_our_menu.jpg)
  }
  .home-content {
    margin-bottom: 36px
  }
}
@media (min-width:1200px) {
  .nav-item-order-apply-screen-wise {
    margin-left: 9%
  }
  .cart-amount {
    vertical-align: -webkit-baseline-middle
  }
  .home-slider-image {
    background-image: url(../img/banner/x_large_our_menu.jpg)
  }
  .home-content {
    margin-bottom: 38px
  }
}
.menu-product-slider-image {
  background-image: url(../img/medium-screen/product.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.section-product-menu-wide-screen .search-bar {
  border-right: unset;
  border-color: #707070;
  padding-left: 20px;
  height: 43px
}
.section-product-menu-wide-screen .input-group-append {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070
}
.section-product-menu-wide-screen .input-group-text {
  background-color: unset;
  border: unset
}
.section-product-menu-wide-screen .card {
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px
}
.input-hidden {
  position: absolute;
  left: -9999px
}
.section-product-menu-wide-screen .pizza-type {
  text-align: center
}
.section-product-menu-wide-screen .pizza-type-title {
  font-size: .5rem;
  display: block;
  color: #000
}
.section-product-menu-wide-screen .pizza-type .pizza-amount {
  font-size: .625rem;
  display: block;
  font-weight: 700;
  margin-bottom: .313rem
}
#size input[type=checkbox]:checked+label,
#size input[type=radio]:checked+label,
.section-product-menu-wide-screen input[type=checkbox]:checked+label,
.section-product-menu-wide-screen input[type=radio]:checked+label {
  background-color: #ffefef
}
.search-bar:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset
}
#show-hide {
  display: none
}
@media (min-width:768px) {
  #show-hide {
    background-color: #fff;
    left: 0;
    top: 95.7%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    border-top: 0 solid #fff;
    outline: unset
  }
  .section-product-menu-wide-screen .col-lg-3:hover {
    padding-left: 0!important;
    padding-right: 0!important
  }
  .section-product-menu-wide-screen .card:hover {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important;
    box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important;
    margin-top: -53px;
    margin-left: -15px;
    width: 113%;
    position: absolute;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
  }
  .section-product-menu-wide-screen .card:hover .card-amount-text {
    display: none
  }
  .section-product-menu-wide-screen .card:hover #show-hide {
    position: absolute;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
  }
}
.section-product-menu-wide-screen .card:hover #show-hide {
  display: block
}
@media (max-width:768px) and (min-width:50px) {
  .section-product-menu-wide-screen .card {
    margin-bottom: unset!important
  }
  #size input[type=checkbox]+label,
  #size input[type=radio]+label,
  .section-product-menu-wide-screen input[type=checkbox]+label,
  .section-product-menu-wide-screen input[type=radio]+label {
    padding: 10px 8px 5px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 28px 0 0 17px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 16px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
  .section-product-menu-wide-screen .tab-content .card #show-hide {
    margin-top: 27.3px
  }
  .section-product-menu-wide-screen .tab-content .card #show-hide .card-text-mobile-view {
    padding-right: 17px;
    padding-left: 17px
  }
}
@media (max-width:992px) and (min-width:768px) {
  .menu-product-slider-image {
    background-image: url(../img/medium-screen/product.jpg)
  }
  .section-product-menu-wide-screen .pizza-type-title {
    font-size: 9px!important
  }
  #size input[type=checkbox]+label,
  #size input[type=radio]+label,
  .section-product-menu-wide-screen input[type=checkbox]+label,
  .section-product-menu-wide-screen input[type=radio]+label {
    padding: 5px!important
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 9px 14px 23px 16px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 13px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-text {
    margin-bottom: 20px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
}
@media (max-width:1200px) and (min-width:992px) {
  .menu-product-slider-image {
    background-image: url(../img/images-large/product_page.jpg)
  }
  .section-product-menu-wide-screen {
    margin-top: 23px
  }
  #size input[type=checkbox]+label,
  #size input[type=radio]+label,
  .section-product-menu-wide-screen input[type=checkbox]+label,
  .section-product-menu-wide-screen input[type=radio]+label {
    padding: 5px!important
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 8.5px 13.5px 23px 16.5px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 13px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-text {
    margin-bottom: 23px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .menu-product-slider-image {
    background-image: url(../img/xl-screen/product_page.jpg)
  }
  #size input[type=checkbox]+label,
  #size input[type=radio]+label,
  .section-product-menu-wide-screen input[type=checkbox]+label,
  .section-product-menu-wide-screen input[type=radio]+label {
    padding: 10px 8px 5px
  }
}
@font-face {
  font-family: PVNUMBERS;
  src: url("../fonts/PVNUMBERS.otf")
}
@font-face {
  font-family: PVICONS;
  src: url("../fonts/PVICONS.otf")
}
.bg-yellow {
  background-color: var(--yellow)
}
.background-color-white {
  background-color: #fff!important
}
.background-color-transparent {
  background-color: transparent
}
.background-color-off-white,
body {
  background-color: #fcfaf4!important
}
body {
  margin: 0
}
.navbar-background {
  background-color: #1f1d1b;
  top: 0;
  width: 100%
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000!important;
  background-color: initial;
  color: var(--red)!important
}
.navbar-brand img {
  width: 100px
}
.navbar-nav {
  display: flex
}
.home-slider-image {
  background-image: url("../img/banner/mobile_our_menu.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.home-content {
  margin-bottom: 25px
}
.home-slider .text-left {
  top: 0
}
.home-content .card {
  background-color: #fcfbf9;
  background-color: var(--main-grey)
}

.green-color-btn {
  background-color: #71b09f!important
}
.green-btn-style {
  border-radius: 10px!important;
  color: #fff!important;
  padding: 10px 30px;
  background-color: var(--brand-red);
  border: none;
  line-height: 3.1em
}
.green-color-btn {
  background-color: #71b09f!important;
  background-color: var(--brand-secondary)!important
}
.border-radius-2 {
  border-radius: 2px
}
.border-unset {
  border: currentcolor;
  border: initial
}
.secondary-text-color {
  color: #727473!important
}
.text-color-red {
  color: #c30000!important
}
.text-color-green {
  color: #71b09f!important
}
.text-color-black {
  color: #000
}
.text-color-707070 {
  color: #707070!important
}
.text-color-white {
  color: #fff
}
.mt-0 {
  margin-top: 0
}
.mt-17 {
  margin-top: 17px
}
.mt-23 {
  margin-top: 23px
}
.mt-25 {
  margin-top: 25px
}
.mt-31 {
  margin-top: 31px
}
.mt-45 {
  margin-top: 45px
}
.mt-99 {
  margin-top: 99px
}
.mt-md-15 {
  margin-top: 15px!important
}
.cart-icon {
  margin-bottom: -4px
}
.cart-item .details ul.product-options li span {
  color: #008bc0
}
.cart-item .item input {
  margin: -.5em 0 0;
  width: 2em
}
.cart-item img {
  display: inline;
  float: left;
  text-align: center;
  width: 30%
}
.cart-amount {
  vertical-align: middle!important
}
.slider-img {
  color: #fff;
  position: relative;
  text-align: center
}
.centered {
  position: absolute;
  top: 50%;
  width: 100%
}
.color-white {
  fill: #fff!important
}
.mb-unset {
  margin-bottom: 0;
  margin-bottom: initial
}
.mb-0 {
  margin-bottom: 0
}
.mb-13 {
  margin-bottom: 13px
}
.mb-25 {
  margin-bottom: 25px
}
.mb-30 {
  margin-bottom: 30px
}

.pt-0 {
  padding: 0
}
.pt-0 {
  padding-top: 0
}
.pt-sm-15 {
  padding-top: 15px!important
}
.pb-0 {
  padding-bottom: 0
}
.font-size-14 {
  font-size: 14px
}
.font-size-12 {
  font-size: 12px
}
.font-size-13 {
  font-size: 13px
}
.font-size-15 {
  font-size: 15px
}
.font-size-20 {
  font-size: 20px
}
.height-43 {
  height: 43px
}
.height-45 {
  height: 45px
}
.nav-item-order-apply-screen-wise {
  order: 2
}
.nav-pills .nav-item a {
  color: #000;
  font-weight: 400
}
.nav-pills .nav-link {
  border: none!important;
  border-radius: 21px;
  color: #fff!important;
  opacity: .65;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  width: auto
}
#navbar-close-btn:focus,
#navbar-icon-btn:focus,
#navbar-icon:focus {
  outline: currentcolor!important;
  outline: initial!important
}
.menu-product-slider-image {
  background-image: url("../thumbs/categories/600____0____fixings.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.menu-product-customize-slider {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f5f5f5
}
.section-product-menu-wide-screen .search-bar {
  border-color: #707070;
  border-right: 0;
  border-right: initial;
  height: 43px;
  padding-left: 20px
}
.section-product-menu-wide-screen .input-group-append {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070
}
.section-product-menu-wide-screen .input-group-text {
  background-color: initial;
  border: currentcolor;
  border: initial
}
.section-product-menu-wide-screen .card {
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px
}
.section-product-menu-wide-screen .pizza-type {
  text-align: center
}
.section-product-menu-wide-screen .pizza-type-title {
  color: #000;
  display: block;
  font-size: .5rem
}
.section-product-menu-wide-screen .pizza-type .pizza-amount {
  display: block;
  font-size: .625rem;
  font-weight: 700;
  margin-bottom: .313rem
}
.section-product-menu-wide-screen .card:hover #show-hide {
  display: block
}
.section-menu-product-customize-desktop .modify-your-pizza-heading,
.section-menu-product-customize-desktop .toppings-heading {
  background-color: #c30000;
  color: #fff;
  height: 46px;
  padding: 12px 0 10px 20px;
  text-align: center
}
.section-menu-product-customize-desktop .nav-pills .nav-link.active,
.section-menu-product-customize-desktop .nav-pills .show > .nav-link {
  background-color: #71b09f
}
.section-menu-product-customize-desktop .card-img-overlay {
  padding: .5rem!important
}
.section-menu-product-customize-desktop .full-and-half {
  margin-bottom: 20%;
  margin-top: 33%
}
.section-menu-product-customize-desktop .center-full-icon {
  margin-left: 15%;
  margin-right: 15%
}
.section-menu-product-customize-desktop input[type=radio]:checked + label,
.section-menu-product-customize-desktop input[type=radio]:checked + label > span > svg > .color-white {
  fill: #f33!important
}
.section-menu-product-customize-desktop input[type=checkbox] {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 43px;
  outline: 0;
  width: 43px
}
.section-menu-product-customize-desktop .icon-minus,
.section-menu-product-customize-desktop .icon-plus,
.section-menu-product-customize-desktop .product-quantity,
.section-menu-product-customize-desktop .qty-text {
  vertical-align: middle
}
.section-menu-product-customize-desktop .card {
  border: currentcolor!important;
  border: initial!important
}
.section-menu-product-customize-desktop .double-text {
  color: #c30000!important;
  margin-left: 7%;
  vertical-align: super
}
.section-product-menu .card {
  min-height: 300px;
  background-color: rgba(245,241,232,.6)!important;
  border-radius: 8px;
  padding: 7px
}
.input-hidden {
  left: -9999px;
  position: absolute
}
#size input[type=checkbox]:checked + label,
#size input[type=radio]:checked + label,
.section-product-menu-wide-screen input[type=checkbox]:checked + label,
.section-product-menu-wide-screen input[type=radio]:checked + label {
  background-color: #ffefef
}
.search-bar:focus {
  box-shadow: none;
  box-shadow: initial
}
#show-hide {
  display: none;
  background-color: #fdfdfd!important
}
.card-img {
  opacity: 1!important;
  transition: .3s ease-in-out;
  width: 100%
}
.card {
  padding: 0!important;
  background-color: #fdfdfd
}
.card-img-overlay {
  display: block
}
.card-body a:hover {
  color: #71b09f!important;
  -webkit-text-decoration: none;
  text-decoration: none
}
.login-content input[type=checkbox],
.section-menu-product-customize-desktop #show_all input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 24px;
  outline: 0;
  width: 24px
}
.order-summary .orders {
  margin-bottom: 15px
}
.order-summary .med-title {
  padding-bottom: 10px;
  text-align: right
}
.order-summary {
  min-height: 372px;
  padding: 37px 27px 24.6px 26px
}
.background-color-gray,
.order-summary {
  background-color: #f5f5f5
}
.order-3 .navbar-nav {
  display: inline
}
.orders-delete-btn {
  color: #c30000!important;
  margin-bottom: 18.5px
}
.product-qty-and-amount-desc {
  line-height: 2em;
  vertical-align: top
}
.product-image img {
  height: auto;
  width: 100%
}
.product-image {
  height: 330px;
  width: 330px
}
.quick-customize-btn .customize-btn,
.quick-customize-btn .quick-add-btn {
  font-size: 15px!important
}
.quick-customize-btn .customize-btn {
  margin-left: 0;
  margin-left: initial;
  padding-left: 0;
  padding-left: initial
}
.quick-customize-btn .quick-add-btn {
  background-color: #71b09f;
  color: #fff!important
}
.add_coupon input {
  border: none;
  text-align: center
}
.add_coupon .clearfix {
  display: flex!important
}

.back-to-menu-footer {
  height: 50px;
  width: 222.71px
}
.table-header-rotated th.rotate-45 {
  border-top: 0;
  border-top: initial;
  font-weight: inherit;
  height: 129px;
  max-width: 40px;
  min-width: 40px;
  padding: 0;
  position: relative;
  width: 40px
}
.table-header-rotated th.rotate-45 > div {
  height: 100%;
  left: 3px;
  overflow: hidden;
  position: relative;
  top: 0
}
.table-header-rotated th.rotate-45 span {
  bottom: 48px;
  display: inline-block;
  left: -25px;
  position: absolute;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 85px
}
.table-total-width {
  width: 690px
}
.first-col-width-manage {
  width: 175px
}
.nutrition-alergen-info-content tr.separator-row td.separator-heading {
  padding: 0 0 0 20px!important
}
.nutrition-alergen-info-content .nav-pills .nav-link.active {
  background-color: #c30000;
  border: currentcolor;
  border: initial;
  border-radius: 21px
}
.nutrition-alergen-info-content tr.separator-row {
  background-color: #c30000;
  color: #fff;
  height: 40px;
  margin-top: 15px
}
.nutrition-alergen-info-content tr.desc-row td {
  vertical-align: middle;
  text-align: center
}
.nutrition-alergen-info-content tr.desc-row td:first-child {
  padding-left: 49px;
  text-align: inherit
}
.nutrition-alergen-info-content tr.desc-row .sub-desc {
  color: #939393;
  font-size: 13px
}
table {
  table-layout: fixed
}
.remember_me {
  margin-bottom: 10px;
  margin-top: 20px
}
.remember_me label {
  margin-left: 5px
}
.delivery-page-one-content .nav-pills .nav-link.active {
  background-color: #71b09f;
  opacity: 1;
  padding-bottom: 8.5px
}
.delivery-page-one-content .nav-pills .nav-link {
  color: #707070
}
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px
}
.switch input {
  height: 0;
  opacity: 0;
  width: 0
}
.switch .slider {
  background-color: #ccc;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
:root {
  --main-grey: #fcfbf9;
  --brand-secondary: #71b09f;
  --dark: #1f1f1f;
  --global-waist: 375px
}
.scrollmenu img {
  height: 72px!important
}
.scrollmenu {
  min-width: 375px;
  min-width: var(--global-waist);
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap
}
.scrollmenu_name {
  color: #cd2126;
  font-size: 10px;
  text-transform: uppercase
}
.panzerotties {
  width: 95px
}
.specials {
  width: 90px
}
.desktop-footer {
  margin-top: 40px
}
.passport {
  display: block;
  position: relative;
  text-align: center;
  width: 100%
}
.passport .spacer {
  display: block;
  visibility: hidden;
  width: 100%
}
.passport .book {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.passport .stamp {
  position: absolute;
  width: 60px;
  z-index: 40
}
.tooltip2 {
  display: inline-block;
  position: relative
}
.tooltip2 .tooltiptext {
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 120px;
  z-index: 1
}
.tooltip2:hover .tooltiptext {
  visibility: visible
}
#myNav {
  content-visibility: auto;
  text-align: center
}
.black {
  color: #1f1f1f;
  color: var(--dark)
}
#flashMessage {
  width: 100%
}
.black:hover {
  color: var(--red)
}
.account .med-title {
  text-align: right
}
.account {
  text-align: left;
  font-size: 16px!important;
  padding: 37px 27px 24.6px 26px
}
.account,
.order-summary {
  border-radius: 5px
}
.checkbox.extra label {
  background-image: none!important
}
.checkbox.topping label {
  background-image: none
}
.toppings_select li input {
  width: 10px
}
.toppings_select li {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px
}
.toppings_select li label {
  margin-left: 5px
}
.toppings .checkbox input {
  margin-left: -9999px;
  position: absolute
}
form .btn-secondary {
  border: none
}
form .btn-secondary:hover {
  background-color: #71b09f;
  background-color: var(--brand-secondary)
}
form .password select,
form .select select,
form .text select,
form .textarea select {
  background: #e8e8e8;
  border: 1px solid #f1f2f2;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 .5em;
  padding: 0 3%;
  width: 100%
}
form legend {
  display: none
}
.promotions .name,
.promotions .price {
  display: block;
  font-size: .9rem
}
.promotions .price {
  color: #c30000;
  color: var(--brand-red)
}
.btn:hover {
  border: none;
  background-color: #71b09f;
  background-color: var(--brand-secondary)
}
.content iframe {
  border: none
}
.content {
  margin-top: 75px
}
html {
  -webkit-font-smoothing: antialiased!important;
  text-rendering: optimizelegibility!important
}
body,
html {
  width: 100%
}
input,
select {
  width: 100%;
  vertical-align: middle
}
.tab-pane .btn {
  line-height: normal
}
.tab-pane {
  margin-bottom: 20px
}
.extra .selected {
  color: red
}
.topping.lh label.selected,
.topping.rh label.selected,
.topping.wp label.selected {
  text-transform: lowercase
}
.overlay2 .btn-secondary:hover {
  background-color: #c30000
}
.overlay2 .order {
  background: var(--red);
  color: #fff;
  display: none;
  font-size: .6em;
  font-weight: 700;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 70px;
  position: absolute
}
.overlay2 {
  border-radius: 5px 5px 0 0
}
.overlay2 p {
  margin-bottom: 0;
  margin-top: 0
}
.overlay2 .row {
  margin: 0;
  width: 100%
}
.overlay2 .btn {
  line-height: normal;
  padding: 5px
}
.overlay2 .pvnumbers {
  line-height: 30px
}
.med-title {
  font-weight: 700
}
.submit input {
  line-height: normal
}
.inline-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center
}
.pvicons {
  color: #000;
  display: inline-block;
  font-family: PVICONS;
  font-size: 35px
}
._control .pvicons {
  font-size: 40px
}
._control2_inner,
._control_inner {
  text-align: center
}
._control2_inner {
  margin-left: auto;
  margin-right: auto;
  opacity: 1
}
._control {
  position: absolute;
  bottom: 33px;
  height: 50px;
  left: 0;
  right: 0
}
._control2 {
  color: hsla(0,0%,100%,.7);
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}
._next {
  height: 50px;
  color: #71b09f;
  cursor: pointer;
  font-weight: 700!important;
  margin-left: 65%
}
.__next {
  right: 10px
}
.__next,
.__previous {
  bottom: 100px;
  color: #c30000;
  font-size: 50px;
  position: fixed;
  z-index: 9999
}
.__previous {
  left: 10px
}
.pvnumbers {
  display: block;
  font-family: PVNUMBERS;
  font-size: 35px
}
.fancybox-content,
.section-product-menu .card {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.fancybox-content {
  border-radius: 5px
}
.fancybox-content,
.glogin.card {
  background-color: #f5f1e8
}
article,
body {
  background-color: #fcfbf9!important
}
.minicart {
  width: 100%
}
.minicart .item-name {
  text-align: left;
  width: 65%
}
.minicart .cost,
td {
  vertical-align: middle
}
.sidebar {
  min-width: 300px
}
.scroll_top {
  background-color: #fcfbf9;
  background-color: var(--main-grey);
  border: none;
  border-radius: 20px;
  color: #000;
  height: 35px;
  width: 50%
}
.scroll_active {
  background-color: #f0f0f0;
  color: #000;
  font-weight: 999
}
.scroll_disabled {
  background-color: ""
}
#smartbanner,
body,
html {
  min-width: 375px;
  min-width: var(--global-waist)
}
.nopadding {
  margin: 0!important;
  padding: 0!important
}
.cta-section ion-icon[name=location-outline] {
  font-size: 32px;
  min-width: 32px
}
.cta-content p {
  line-height: 1
}
.product-info {
  color: #fff
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
  color: #cd2126
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center
}
.swiper-pagination {
  bottom: -25px;
  position: absolute
}
.swiper-pagination-bullet {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 19px;
  width: 19px;
  opacity: .8
}
.swiper-pagination-bullet-active {
  background: #cd2126!important
}
.sb-button span {
  background-color: #cd2126!important;
  color: #fff
}
.product-info {
  background-color: rgba(0,0,0,.5);
  border-radius: 10px;
  padding: 20px
}
@media (max-width:768px) {
  .swiper-container,
  .swiper-slide,
  .swiper-wrapper {
    display: flex;
    align-items: center
  }
  h1 {
    font-size: 1.75rem
  }
  .description {
    font-size: 1rem
  }
  .price {
    font-size: 1.5rem
  }
}
@media (min-width:769px) {
  .product-info {
    padding: 40px 20px
  }
}
#GuserGloginForm .btn {
  color: #fff!important
}

.overlay {
  background-color: #fcfbf9;
  background-color: var(--main-grey)
}
.overlay-right .order-summary {
  background-color: transparent;
  text-align: left
}
.overlay-right {
  background-color: hsla(0,0%,100%,.98);
  max-width: 400px;
  overflow-x: hidden;
  right: 0
}
.overlay,
.overlay-right {
  transition: .5s;
  height: 100%;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 99999
}
.overlay {
  left: 0
}
.overlay-content {
  margin-top: 30px;
  position: relative;
  text-align: center;
  top: 15%;
  width: 100%
}
.overlay a {
  display: block;
  font-size: 24px;
  padding: 8px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.overlay-right .closebtn:hover {
  color: #c30000
}
.overlay .closebtn {
  font-size: 60px;
  position: absolute;
  right: 45px;
  top: 15px
}
.overlay-right .closebtn {
  color: #818181;
  font-size: 45px;
  left: 25px;
  position: absolute;
  top: 15px;
  z-index: 9999
}
.overlay-content .order-summary {
  min-width: 350px
}
.grey-bg {
  background-color: #fcfbf9;
  background-color: var(--main-grey)
}
.slide-big-price {
  color: #c30000;
  color: var(--brand-red)
}
.align-items-end {
  align-items: flex-end!important
}
.bg-white {
  background-color: #fff!important
}
.fa-chevron-right {
  margin-right: 10px
}
.collapse {
  transition-duration: .5s!important
}
ul {
  list-style-type: none
}
.details ul {
  padding: 0
}
.details {
  margin-left: 33%
}
.options .nav-pills .nav-link.active {
  background-color: #c30000;
  border: currentcolor;
  border: initial;
  border-radius: 2px
}
.options {
  margin-left: 0;
  margin-right: 0
}
.step-title .caret {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  display: block;
  float: right;
  height: 0;
  margin-right: 7px;
  margin-top: 12px;
  width: 0
}
.step-title {
  margin-top: 5px
}
.step-title.clear {
  text-align: center
}
.loading {
  background: url("../img/auto-loader.gif") 100% no-repeat;
  border: none;
  padding-right: 20px
}
.forgot {
  width: 100%
}
.forgot,
.user_login {
  text-align: right
}
.user_options {
  margin-top: 5px
}
.item-name a {
  color: #000
}
.left {
  float: left
}
.left,
.right {
  display: inline-block
}
.right {
  float: right
}
.modify-your-pizza-heading {
  border-radius: 2px
}
.cta-title {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: .5em;
  text-align: left;
  text-transform: uppercase
}
.totals {
  text-align: right;
  width: 100%
}
.total {
  width: 25%
}
.red {
  color: #c30000!important
}
.clearcart {
  color: #a7a9ac!important;
  display: inline-block;
  padding-top: 10px;
  text-transform: uppercase
}
a.remove {
  font-size: 22px;
  margin: 0 .1em
}
.close {
  opacity: 1!important;
  position: relative!important
}
.remove {
  background: #cd2126;
  border: none!important;
  border-radius: 100px;
  color: #fff!important;
  font-size: .8em;
  font-weight: 700;
  height: 21px;
  line-height: 18.5px;
  text-shadow: none;
  text-transform: lowercase;
  width: 21px
}
.cart-item .item input,
.remove {
  display: inline-block;
  text-align: center
}
.btn-checkout {
  border-radius: 2px;
  font-size: 22.5px;
  height: 46px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px
}
.error-message {
  color: #c30000!important
}
header {
  position: relative;
  width: 100%;
  z-index: 10000
}
header ul {
  list-style: none;
  padding: 0
}
header li {
  display: inline-block;
  line-height: 21px;
  position: relative;
  text-align: left
}
header li a {
  color: #333;
  display: block;
  font-weight: 700;
  padding: 8px 25px;
  -webkit-text-decoration: none;
  text-decoration: none
}
header nav ul li a:hover {
  background: #71b09f;
  background: var(--brand-secondary);
  color: #fff
}
header li ul.dropdown {
  background: #c30000;
  color: #fff;
  display: none;
  min-width: 100%;
  position: absolute;
  right: 0;
  z-index: 999
}
header li ul {
  width: 14.5em
}
header .order-summary {
  background-color: #c30000!important;
  color: #fff!important;
  margin-top: 0
}
header .order-summary a {
  color: #fff!important
}
.scrollmenu::-webkit-scrollbar {
  display: none;
  font-size: 0
}

.scrollmenu {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll
}
.bstimeslider {
  background: #ccc;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 9999
}
.disabled {
  color: rgba(195,0,0,.5)!important
}
.flash-message {
  background-color: #fff;
  border-radius: 10px;
  bottom: 10px;
  box-shadow: 10px;
  color: #000;
  font-size: 10px;
  left: 10px;
  opacity: 0;
  padding: 10px;
  position: fixed;
  transform: translateY(16px);
  transform-origin: bottom left;
  transition: .2s;
  visibility: hidden;
  z-index: 10px
}
.flash-message--is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.methods {
  margin-bottom: 1em
}
.methods .radio input[type=radio] {
  display: inline;
  float: left;
  margin: .25em 0
}
.methods .radio label {
  display: inline;
  float: left;
  margin: 0 .25em
}
.methods .radio {
  background: #dfe0e1;
  border-radius: .25em;
  padding: .5em
}
input[type=radio] {
  vertical-align: text-bottom
}
button,
input,
option,
select,
textarea {
  font-size: 100%
}
.gray {
  color: #a7a9ac
}
.addresses .address input {
  clear: both;
  float: left;
  margin-top: 14px;
  width: 30px
}
.addresses .address label {
  color: #58595b;
  float: left;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 6px;
  text-transform: none
}
.aside {
  padding-bottom: 75px
}
.callout {
  margin-top: 75px;
  display: none;
  height: 168px;
  padding-bottom: 24px;
  position: relative
}
.callout ul {
  position: relative
}
.callout ul li img {
  display: block;
  height: auto;
  position: relative;
  width: 100%
}
.callout ul li {
  background: #231f20;
  box-shadow: 0 0 24px 0 rgba(0,0,0,.65);
  display: inline;
  float: left;
  margin: 0 12px;
  width: 299px
}
.callout h4 {
  color: #fff;
  font-size: 1rem!important
}
.callout ul li .deals {
  background: url("https://pizzaville.s3.amazonaws.com/bg/triangle.png") 0 0/100% auto no-repeat;
  height: 168px;
  padding: 12px
}
.callout ul li .deals h4 span {
  color: #c30000;
  display: block;
  font-size: 1.75em;
  font-weight: 700
}
.wizard .step-title {
  background: #c30000;
  border-radius: 2px;
  color: #fff;
  display: block;
  height: 46px;
  line-height: 31px;
  margin-top: 3px;
  padding: .5em;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none
}
.clear {
  clear: both
}
.food-menu-heading {
  display: none;
  background-color: transparent;
  color: #fff
}
#sidebar img {
  margin-top: 30px;
  width: 100%!important
}
#sidebar {
  margin-left: 0;
  padding-left: 0
}
#sidebar .account {
  background-color: #f5f5f5
}
#sidebar .order-summary {
  margin-top: 30px
}
.ham_nav li:hover,
.overlay li:focus {
  background-color: #c30000;
  color: #fff
}
.ham_nav a:hover,
.overlay a:focus {
  color: #fff!important
}
.ham_nav a {
  color: #000;
  text-transform: uppercase
}
.noscroll {
  overflow: hidden
}
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap
}
div.scrollmenu a {
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none
}
div.scrollmenu .swiper-slide:hover {
  background-color: #f0f0f0
}
.navbar-background,
.ui-autocomplete,
nav {
  z-index: 9999
}
header li:hover ul.dropdown,
header ul.dropdown li,
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block
}
.hide-desktop {
  display: block;
  text-align: center
}
.hide {
  visibility: hidden
}
.shadow {
  position: absolute
}
.accordian,
a {
  color: #c30000
}
.icon.pizza {
  display: inline-block;
  height: 32px;
  width: 100%
}
.icon.flat {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/flatbread.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.small {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/small.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.gthin {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/g-free.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.medium,
.icon.pizza.thin {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/medium.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.large {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/large.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.x-large {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/x-large.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.pizza.party {
  background: url("https://pizzaville.s3.amazonaws.com/icons/pizza/party.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.wings {
  height: 32px;
  width: 100%
}
.icon.wings.small {
  background: url("https://pizzaville.s3.amazonaws.com/icons/wings/small.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.wings.medium {
  background: url("https://pizzaville.s3.amazonaws.com/icons/wings/medium.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.wings.large {
  background: url("https://pizzaville.s3.amazonaws.com/icons/wings/large.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.poppers {
  height: 32px;
  width: 100%
}
.icon.poppers.small {
  background: url("https://pizzaville.s3.amazonaws.com/icons/poppers/small.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.poppers.medium {
  background: url("https://pizzaville.s3.amazonaws.com/icons/poppers/medium.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.poppers.large {
  background: url("https://pizzaville.s3.amazonaws.com/icons/poppers/large.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
.icon.panz {
  height: 32px;
  width: 100%
}
.icon.panz.medium {
  background: url("https://pizzaville.s3.amazonaws.com/icons/panz/medium.png") 50% no-repeat;
  height: 40px;
  width: 40px
}
#leftArrow,
.menu-product-slider-image {
  height: 103px
}
#leftArrow {
  color: #c30000;
  cursor: pointer;
  font-size: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 25px;
  z-index: 10000
}
#rightArrow {
  bottom: 0;
  color: #c30000;
  cursor: pointer;
  font-size: 30px;
  height: 103px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 9999
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
.tips {
  height: 115px;
  margin-bottom: 6px
}
.tips .radio input[type=radio] {
  clear: both;
  display: inline;
  float: left;
  margin: .25em 0
}
.tips .radio label {
  color: #58595b;
  display: inline;
  float: left;
  font-size: 1em;
  margin: .1em .5em .25em;
  width: 90%
}
#storeSearchInput {
  background-image: url("https://www.w3schools.com/css/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 12px 20px 12px 40px;
  width: 100%
}
.hidden {
  display: none
}
.slider::before,
.switch .slider {
  position: absolute;
  transition: .4s
}
.slider::before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  width: 26px
}
input:checked + .slider {
  background-color: #cd2126
}
input:checked + .slider::before {
  transform: translateX(26px)
}
input:focus + .slider {
  box-shadow: 0 0 1px #cd2126
}
.slider.round {
  border-radius: 34px
}
.slider.round::before {
  border-radius: 50%
}
.slides img {
  width: 100%
}
.btn:not([href]):not(button):not(label) {
  pointer-events: all!important
}

#flashMessage,
.flashMessage {
  clear: both;
  color: #666;
  margin: 0 0 1em;
  overflow: auto;
  padding: 8px 10px 8px 34px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff
}
div.success {
  background: url("https://pizzaville.s3.amazonaws.com/icons/icon_success.png") 0 no-repeat #cbda8f;
  border: 1px dotted #8ea534
}
div.message {
  background: url("https://pizzaville.s3.amazonaws.com/icons/icon_error.png") 0 no-repeat #f8dedd;
  border: 1px dotted #900
}
div.notice {
  background: url("https://pizzaville.s3.amazonaws.com/icons/icon_notice.png") 0 no-repeat #d5edf8;
  color: #008bc0
}
div.failure,
div.notice {
  border: 1px dotted #92cae4
}
div.failure {
  background: url("https://pizzaville.s3.amazonaws.com/icons/icon_error.png") 0 no-repeat #f8dedd
}
.banner-background {
  position: relative;
  width: 100%;
  height: 444px;
  background-image: url('../thumbs/slides/slide-wide-chicken-poppers.jpg');
  background-size: cover;
  background-position: center
}
.banner-content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 10px
}
@media (max-width:1200px) and (min-width:992px) {
  .centered {
    top: 38%
  }
  .font-size-lg-12 {
    font-size: 12px
  }
  .font-size-lg-13 {
    font-size: 13px
  }
  .font-size-lg-14 {
    font-size: 14px
  }
  .font-size-lg-15 {
    font-size: 15px
  }
  .font-size-lg-16 {
    font-size: 16px
  }
  .font-size-lg-19 {
    font-size: 19px
  }
  .font-size-lg-20 {
    font-size: 20px
  }
  .font-size-lg-35 {
    font-size: 35px
  }
  .font-size-lg-39 {
    font-size: 39px
  }
  .font-size-lg-43 {
    font-size: 43px
  }
  .font-size-lg-50 {
    font-size: 50px
  }
  .mt-lg-5 {
    margin-top: 5px!important
  }
  .mt-lg-19 {
    margin-top: 19px
  }
  .mt-lg-22 {
    margin-top: 22px
  }
  .mt-lg-23 {
    margin-top: 23px
  }
  .mt-lg-25 {
    margin-top: 25px
  }
  .mt-lg-26half {
    margin-top: 26.5px
  }
  .mt-lg-28two {
    margin-top: 28.2px
  }
  .mt-lg-30 {
    margin-top: 30px
  }
  .mt-lg-34 {
    margin-top: 34px
  }
  .mt-lg-36 {
    margin-top: 36px
  }
  .mt-lg-45 {
    margin-top: 45px
  }
  .mt-lg-54 {
    margin-top: 54px
  }
  .mt-lg-69 {
    margin-top: 69px
  }
  .mt-lg-80 {
    margin-top: 80px
  }
  .mt-lg-84 {
    margin-top: 84px
  }
  .mt-lg-91 {
    margin-top: 91px
  }
  .mt-lg-98 {
    margin-top: 98px
  }
  .mt-lg-75 {
    margin-top: 75px
  }
  .mt-lg-141 {
    margin-top: 141px
  }
  .mt-lg-152 {
    margin-top: 152px
  }
  .mb-lg-21 {
    margin-bottom: 21px
  }
  .mb-lg-30 {
    margin-bottom: 30px
  }
  .mb-lg-81half {
    margin-bottom: 81.5px
  }
  .mb-lg-88half {
    margin-bottom: 88.5px
  }
  .mb-lg-138half {
    margin-bottom: 138.5px
  }
  .mb-lg-110half {
    margin-bottom: 110.5px
  }
  .mr-lg-46half {
    margin-right: 46.4px
  }
  .mr-ml-lg-17 {
    margin-left: 17px;
    margin-right: 17px
  }
  .ml-lg-87 {
    margin-left: 87px
  }
  .lg-height-188 {
    height: 188px
  }
  .lg-height-225 {
    height: 225px
  }
  .w-lg-330 {
    width: 330px
  }
  .nav-item-order-apply-screen-wise {
    margin-left: 25px
  }
  .home-slider-image {
    background-image: url("../img/banner/large_our_menu.jpg")
  }
  .home-content {
    margin-bottom: 36px
  }
  .menu-product-slider-image {
    background-image: url("../thumbs/categories/1200____0____fixings.jpg")
  }
  .section-product-menu-wide-screen {
    margin-top: 23px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 8.5px 13.5px 23px 16.5px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 13px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-text {
    margin-bottom: 23px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
  #size input[type=checkbox] + label,
  #size input[type=radio] + label,
  .section-product-menu-wide-screen input[type=checkbox] + label,
  .section-product-menu-wide-screen input[type=radio] + label {
    padding: 5px!important
  }
  .section-menu-product-customize-desktop .modify-your-pizza-heading,
  .section-menu-product-customize-desktop .toppings-heading {
    padding: 12px 0 10px 20px
  }
  .section-menu-product-customize-desktop {
    margin-bottom: 25px
  }
  .order-summary {
    padding: 25px
  }
  .order-summary .btn-checkout-no-items {
    margin-top: 66%!important
  }
  .order-summary .order-summary-title {
    margin-bottom: 35px;
    text-align: center
  }
  .order-summary .btn-checkout {
    margin-top: 46px
  }
  .order-summary .no-item-msg {
    margin-top: 150px
  }
  .quick-customize-btn .customize-btn,
  .quick-customize-btn .quick-add-btn {
    font-size: 11px!important
  }
  .table-total-width {
    width: 903px
  }
  .first-col-width-manage {
    width: 230px
  }
  .nutrition-alergen-info-content tr.separator-row td.separator-heading {
    padding: 0 0 0 28px!important
  }
  .product-image {
    height: 240px;
    width: 240px
  }
}
@media (min-width:1200px) {
  .centered {
    top: 43%
  }
  .font-size-xl-12 {
    font-size: 12px
  }
  .font-size-xl-12half {
    font-size: 12.5px
  }
  .font-size-xl-13 {
    font-size: 13px
  }
  .font-size-xl-14 {
    font-size: 14px
  }
  .font-size-xl-15 {
    font-size: 15px
  }
  .font-size-xl-16 {
    font-size: 16px
  }
  .font-size-xl-19 {
    font-size: 19px
  }
  .font-size-xl-20,
  .font-size-xl-21 {
    font-size: 20px
  }
  .font-size-xl-35 {
    font-size: 35px
  }
  .font-size-xl-40 {
    font-size: 40px
  }
  .font-size-xl-43 {
    font-size: 43px
  }
  .font-size-xl-50 {
    font-size: 50px
  }
  .font-size-xl-55 {
    font-size: 55px
  }
  .mt-xl-5 {
    margin-top: 5px!important
  }
  .mt-xl-8seven {
    margin-top: 8.7px!important
  }
  .mt-xl-16half {
    margin-top: 16.5px
  }
  .mt-xl-17half {
    margin-top: 17.7px
  }
  .mt-xl-19half {
    margin-top: 19.5px
  }
  .mt-xl-20 {
    margin-top: 20px!important
  }
  .mt-xl-27half {
    margin-top: 27.5px
  }
  .mt-xl-32 {
    margin-top: 32px
  }
  .mt-xl-34 {
    margin-top: 34px
  }
  .mt-xl-36 {
    margin-top: 36px!important
  }
  .mt-xl-37 {
    margin-top: 37px
  }
  .mt-xl-43half {
    margin-top: 43.5px
  }
  .mt-xl-46 {
    margin-top: 46.2px
  }
  .mt-xl-47two {
    margin-top: 47.2px
  }
  .mt-xl-47 {
    margin-top: 47px!important
  }
  .mt-xl-67half {
    margin-top: 67.5px
  }
  .mt-xl-75 {
    margin-top: 75px
  }
  .mt-xl-81 {
    margin-top: 81px
  }
  .mt-xl-82half {
    margin-top: 82.5px
  }
  .mt-xl-99 {
    margin-top: 99px
  }
  .mt-xl-100 {
    margin-top: 100px
  }
  .mt-xl-106 {
    margin-top: 106px
  }
  .mt-xl-109 {
    margin-top: 109px
  }
  .mt-xl-142 {
    margin-top: 142px
  }
  .mt-xl-245 {
    margin-top: 245px
  }
  .mb-xl-30 {
    margin-bottom: 30px
  }
  .mb-xl-32 {
    margin-bottom: 32px
  }
  .mb-xl-84half {
    margin-bottom: 84.5px
  }
  .mb-xl-127 {
    margin-bottom: 127px
  }
  .mb-xl-133half {
    margin-bottom: 133.5px
  }
  .mr-xl-60half {
    margin-right: 60.4px
  }
  .mr-ml-xl-22half {
    margin-left: 22.5px;
    margin-right: 22.5px
  }
  .ml-xl-112half {
    margin-left: 112.6px
  }
  .xl-height-227 {
    height: 227px
  }
  .xl-height-276 {
    height: 276px
  }
  .block {
    display: flex;
    flex-direction: column
  }
  .nav-item-order-apply-screen-wise {
    margin-left: 15%
  }
  .cart-amount {
    vertical-align: -webkit-baseline-middle
  }
  .home-slider-image {
    background-image: url("../img/banner/x_large_our_menu.jpg")
  }
  .home-content {
    margin-bottom: 38px
  }
  .menu-product-slider-image {
    background-image: url("../thumbs/categories/1800____0____fixings.jpg")
  }
  #size input[type=checkbox] + label,
  #size input[type=radio] + label,
  .section-product-menu-wide-screen input[type=checkbox] + label,
  .section-product-menu-wide-screen input[type=radio] + label {
    padding: 10px 8px 5px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 11.5px 18.8px 23px 17px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 10.6px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-text {
    margin-bottom: 23.4px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
  .order-summary .btn-checkout-no-items {
    margin-top: 41%!important
  }
  .order-summary .order-summary-title {
    margin-bottom: 33px;
    text-align: center
  }
  .order-summary .btn-checkout {
    margin-top: 31.6px!important
  }
  .order-summary .no-item-msg {
    margin-top: 190px
  }
  .table-total-width {
    width: 1109px
  }
  .first-col-width-manage {
    width: 275px
  }
  .nutrition-alergen-info-content tr.separator-row td.separator-heading {
    padding: 0 0 0 29px!important
  }
  .food-menu-heading {
    margin-top: 159px!important;
    display: block!important
  }
  .container {
    max-width: 1340px!important
  }
  .product-image {
    height: 300px;
    width: 300px
  }
  .menu-product-slider-image {
    height: 264px!important
  }
}
@media (max-width:768px) and (min-width:50px) {
  .font-size-sm-10half {
    font-size: 10.5px
  }
  .font-size-sm-11 {
    font-size: 11px
  }
  .font-size-sm-12 {
    font-size: 12px
  }
  .font-size-sm-13 {
    font-size: 13px
  }
  .font-size-sm-14 {
    font-size: 14px!important
  }
  .font-size-sm-15 {
    font-size: 15px!important
  }
  .font-size-sm-16 {
    font-size: 16px!important
  }
  .font-size-sm-17 {
    font-size: 17px
  }
  .font-size-sm-18 {
    font-size: 18px!important
  }
  .font-size-sm-21 {
    font-size: 21px
  }
  .font-size-sm-23 {
    font-size: 23px
  }
  .font-size-sm-28 {
    font-size: 28px
  }
  .font-size-sm-35 {
    font-size: 35px
  }
  .order-manage-sm-1 {
    order: 1
  }
  .order-manage-sm-2 {
    order: 2
  }
  .mt-sm-1 {
    margin-top: 1px
  }
  .mt-sm-5 {
    margin-top: 5px!important
  }
  .mt-sm-10 {
    margin-top: 10px
  }
  .mt-sm-11 {
    margin-top: 11px
  }
  .mt-sm-14 {
    margin-top: 14px
  }
  .mt-sm-15 {
    margin-top: 15px
  }
  .mt-sm-18 {
    margin-top: 18px
  }
  .mt-sm-19 {
    margin-top: 19px
  }
  .mt-sm-20half {
    margin-top: 20.5px
  }
  .mt-sm-22half {
    margin-top: 22.5px
  }
  .mt-sm-25 {
    margin-top: 25.2px
  }
  .mt-sm-29 {
    margin-top: 29px
  }
  .mt-sm-30 {
    margin-top: 30px
  }
  .mt-sm-34 {
    margin-top: 34px
  }
  .mt-sm-44 {
    margin-top: 44px
  }
  .mt-sm-45 {
    margin-top: 45px
  }
  .mt-sm-51 {
    margin-top: 51px
  }
  .mt-sm-51half {
    margin-top: 51.5px
  }
  .mb-sm-14 {
    margin-bottom: 14px
  }
  .mb-sm-21half {
    margin-bottom: 21px
  }
  .mb-sm-25 {
    margin-bottom: 25px
  }
  .mb-sm-30 {
    margin-bottom: 30px
  }
  .mb-sm-37half {
    margin-bottom: 37.5px
  }
  .mb-sm-58 {
    margin-bottom: 58px
  }
  .mr-ml-sm-22 {
    margin-left: 22px;
    margin-right: 22px
  }
  .sm-height-134 {
    height: 134px
  }
  .pr-sm-unset {
    padding-right: 0;
    padding-right: initial
  }
  .pr-sm-17 {
    padding-right: 17px
  }
  .pr-sm-34 {
    padding-right: 34px
  }
  .pl-sm-unset {
    padding-left: 0;
    padding-left: initial
  }
  .pl-sm-17 {
    padding-left: 17px
  }
  .pt-sm-15 {
    padding-top: 15px!important
  }
  .home-slider .carousel-item .desktop-screen-slider-text {
    display: none!important
  }
  .home-content .card {
    margin-top: 25px!important
  }
  .section-product-menu-wide-screen .card:hover .card-text-mobile-view {
    display: block!important;
    margin-top: -20px!important
  }
  .section-product-menu-wide-screen .card {
    margin-bottom: 0!important;
    margin-bottom: initial!important
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 28px 0 0 17px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 16px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
  .section-product-menu-wide-screen .tab-content .card #show-hide {
    margin-top: 27.3px
  }
  .section-product-menu-wide-screen .tab-content .card #show-hide .card-text-mobile-view {
    padding-left: 17px;
    padding-right: 17px
  }
  #size input[type=checkbox] + label,
  #size input[type=radio] + label,
  .section-product-menu-wide-screen input[type=checkbox] + label,
  .section-product-menu-wide-screen input[type=radio] + label {
    padding: 10px 8px 5px
  }
  .section-menu-product-customize-desktop .mobile-tabs {
    background-color: #c30000;
    color: #fff;
    height: 46px;
    margin: 5px
  }
  .section-menu-product-customize-desktop .mobile-tabs .mt-sm-25 {
    padding-top: 15px
  }
  .section-menu-product-customize-desktop .product-amount {
    float: right;
    margin-right: 3px;
    vertical-align: middle
  }
  .section-menu-product-customize-desktop .tab-content > .mobile-active {
    opacity: 1!important;
    opacity: initial!important
  }
  
  .back-to-menu-footer {
    display: block;
    width: 100%
  }
}
@media (max-width:991px) and (min-width:768px) {
  .font-size-md-11 {
    font-size: 11px
  }
  .font-size-md-12 {
    font-size: 12px
  }
  .font-size-md-13 {
    font-size: 13px
  }
  .font-size-md-14 {
    font-size: 14px
  }
  .font-size-md-16 {
    font-size: 16px
  }
  .font-size-md-15 {
    font-size: 15px
  }
  .font-size-md-17 {
    font-size: 17px
  }
  .font-size-md-27 {
    font-size: 27px
  }
  .font-size-md-34 {
    font-size: 34px
  }
  .font-size-md-35 {
    font-size: 35px
  }
  .font-size-md-45 {
    font-size: 45px
  }
  .mt-md-8 {
    margin-top: 8px
  }
  .mt-md-9 {
    margin-top: 9px!important
  }
  .mt-md-15 {
    margin-top: 15px!important
  }
  .mt-md-17half {
    margin-top: 17.5px
  }
  .mt-md-21 {
    margin-top: 21px
  }
  .mt-md-27half {
    margin-top: 27.5px
  }
  .mt-md-29half {
    margin-top: 29.5px
  }
  .mt-md-32 {
    margin-top: 32px
  }
  .mt-md-33 {
    margin-top: 33px
  }
  .mt-md-36 {
    margin-top: 36px
  }
  .mt-md-45 {
    margin-top: 45px
  }
  .mt-md-45half {
    margin-top: 45.5px
  }
  .mt-md-46half {
    margin-top: 46.5px
  }
  .mt-md-59 {
    margin-top: 59px
  }
  .mt-md-65half {
    margin-top: 65.5px
  }
  .mt-md-66 {
    margin-top: 66px
  }
  .mt-md-69 {
    margin-top: 69px
  }
  .mt-md-93 {
    margin-top: 93px
  }
  .mt-md-97 {
    margin-top: 97px
  }
  .mt-md-206 {
    margin-top: 206px
  }
  .mb-md-15 {
    margin-bottom: 15px
  }
  .mb-md-26 {
    margin-bottom: 26px
  }
  .mb-md-27 {
    margin-bottom: 27px
  }
  .mb-md-65 {
    margin-bottom: 65px
  }
  .mb-md-138 {
    margin-bottom: 138px
  }
  .mb-md-328 {
    margin-bottom: 328px
  }
  .mr-ml-md-30half {
    margin-left: 30.5px;
    margin-right: 30.5px
  }
  .ml-md-73 {
    margin-left: 73px
  }
  .md-height-169 {
    height: 169px
  }
}
@media (max-width:991px) and (min-width:50px) {
  .text-center-md-sm {
    text-align: center
  }
  .font-size-sm-md-13 {
    font-size: 13px
  }
  .mt-sm-md-46 {
    margin-top: 46px!important
  }
  .mb-sm-md-23 {
    margin-bottom: 23px
  }
  .mr-sm-md-32half {
    margin-right: 32.4px
  }
  .navbar-nav {
    display: block
  }
  nav .show ul li {
    height: 39px;
    padding-left: 21px;
    padding-right: 22px;
    width: 100%
  }
  nav .show ul li.active {
    background-color: #c30000
  }
  nav .show ul li.active a {
    color: #fff!important
  }
}
@media (max-width:1200px) and (min-width:768px) {
  .mt-md-lg-16 {
    margin-top: 16px
  }
  .mt-md-lg-23 {
    margin-top: 23px!important
  }
  .font-size-md-lg-18 {
    font-size: 18px
  }
}
@media (min-width:768px) {
  .sidebar {
    min-width: 400px
  }
  .nav-item-order-apply-screen-wise {
    order: 1
  }
  #show-hide {
    background-color: #fff;
    border-top: 0 solid #fff;
    box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    left: 0;
    outline: currentcolor;
    outline: initial;
    top: 95.7%;
    width: 100%
  }
  .section-product-menu-wide-screen .col-lg-3:hover {
    padding-left: 0!important;
    padding-right: 0!important
  }
  .section-product-menu-wide-screen .card:hover .card-amount-text {
    display: none
  }
  .section-product-menu-wide-screen .card:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important;
    margin-left: -15px;
    margin-top: -53px;
    width: 113%
  }
  .section-product-menu-wide-screen .card:hover,
  .section-product-menu-wide-screen .card:hover #show-hide {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 2
  }
  .tab-content .card .col-8.order-manage-sm-1 .card-body {
    border-top: 1px solid #c1c1c1!important
  }
  .btn-checkout {
    float: right!important;
    width: 200px!important
  }
  .shadow {
    position: absolute
  }
  .mobile_shortcuts {
    display: none
  }
}
@media (min-width:992px) {
  .mb-md-99half {
    margin-bottom: 40px
  }
  .font-size-lg-xl-14 {
    font-size: 14px
  }
  .font-size-lg-xl-15 {
    font-size: 15px
  }
  .font-size-lg-xl-16 {
    font-size: 16px
  }
  .font-size-lg-xl-19 {
    font-size: 19px
  }
  .font-size-lg-xl-20 {
    font-size: 20px
  }
  .font-size-lg-xl-43 {
    font-size: 43px
  }
  .mt-lg-xl-52 {
    margin-top: 52px
  }
  .pr-lg-xl-30 {
    padding-right: 30px
  }
  
  .home-slider .mobile-screen-slider-dropdown {
    display: none!important
  }
  .section-product-menu-wide-screen,
  .section-product-menu-wide-screen .card {
    margin-bottom: 30px
  }
  .section-product-menu-wide-screen .input-group-text {
    background-color: initial;
    border: currentcolor;
    border: initial
  }
  .desktop-footer {
    display: block
  }
  .hide-desktop {
    display: none
  }
  .step-title.clear {
    text-align: left
  }
}
@media (max-width:992px) and (min-width:768px) {
  .home-slider-image {
    background-image: url("../img/banner/medium_our_menu.jpg")
  }
  .section-product-menu-wide-screen .pizza-type-title {
    font-size: 9px!important
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body {
    padding: 9px 14px 23px 16px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-title {
    margin-bottom: 13px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-text {
    margin-bottom: 20px
  }
  .section-product-menu-wide-screen .tab-content .card .col-8.order-manage-sm-1 .card-body .card-amount-text {
    margin-bottom: 0
  }
  #size input[type=checkbox] + label,
  #size input[type=radio] + label,
  .section-product-menu-wide-screen input[type=checkbox] + label,
  .section-product-menu-wide-screen input[type=radio] + label {
    padding: 5px!important
  }
  .section-menu-product-customize-desktop .modify-your-pizza-heading,
  .section-menu-product-customize-desktop .toppings-heading {
    padding: 7px 0 10px 20px
  }
  .toppings-heading {
    background-color: #c30000;
    color: #fff;
    padding: 15px 0 15px 20px;
    text-align: center
  }
  .quick-customize-btn .customize-btn,
  .quick-customize-btn .quick-add-btn {
    font-size: 11px!important
  }
  .section-menu-product-customize-desktop .full-and-half {
    margin-bottom: 10%;
    margin-top: 33%
  }
  .section-menu-product-customize-desktop .card-img-overlay {
    padding: .25rem!important
  }
}
@media only screen and (max-width:800px) {
  .menu-product-customize-slider {
    height: 103px
  }
}
@media (max-width:1200px) {
  #sidebar img {
    width: 290px
  }
}
@media screen and (min-width:1020px) {
  .callout {
    display: block
  }
}
@media screen and (min-width:63.5em) {
  .callout ul {
    margin: 0 auto;
    max-width: 1074px
  }
}
@media screen and (min-width:81em) {
  .callout ul {
    max-width: 1344px
  }
  .callout {
    height: 220px
  }
  .callout ul li {
    width: 390px
  }
  .callout ul li .deals {
    height: 219px
  }
}
@media screen and (max-height:450px) {
  .overlay a {
    font-size: 20px
  }
  .overlay .closebtn {
    font-size: 40px;
    right: 35px;
    top: 15px
  }
}
@media (min-width:768px) and (max-width:992px) {
  .product-image {
    height: 650px;
    width: 650px
  }
}
@media (min-width:600px) {
  .navbar {
    padding: 1.5rem 1rem!important
  }
  .navbar-brand img {
    width: 195px
  }
  .menu-product-slider-image {
    height: 103px
  }
  .cart-amount {
    display: inline-flex
  }
  .scrollmenu img {
    height: 72px
  }
  .scrollmenu_name {
    color: #cd2126;
    font-size: 13px
  }
  #leftArrow {
    left: 0
  }
  #leftArrow,
  #rightArrow {
    color: #c30000;
    cursor: pointer;
    font-size: 60px;
    height: 111px;
    position: absolute;
    text-align: center;
    width: 50px
  }
  #rightArrow {
    right: 0
  }
}