.alert-box {
  background-color: #a40c01;
  padding: 1rem 0.5rem;
  color: #ffffff;
  text-align: center;
}

.black-box {
  background-color: #000000;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
}

.gray-box {
  background-color: #6F6F6F;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
}

.light-gray-box {
  background-color: #D9D9D9;
  padding: 0.5rem;
  color: #a40c01;
  text-align: center;
}

#navbarToggleContent a {
  color: #ffffff;
}

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

#navbarToggleContent input {
  color: #ffffff;
  background: #a40c01;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
}

#navbarToggleContent input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

#navbarToggleContent input::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

#navbarToggleContent input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

#navbarToggleContent input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}

#navbarToggleContent .invalid-feedback {
  color: #ffffff;
}

#navbarToggleContent .custom-checkbox input.is-invalid + label {
  color: #ffffff !important;
}

.webshop select,
.webshop .line-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  box-shadow: none;
  border-radius: 0;
}

.webshop .line-input:focus {
  box-shadow: none;
}

.webshop .no-border-input {
  background: transparent;
  border: none;
  border-bottom: 0px;
  box-shadow: none;
  border-radius: 0;
}

.webshop .red-dot {
  height: 35px;
  width: 35px;
  background-color: #A40C01;
  border-radius: 50%;
  display: inline-block;
}

.webshop .black-dot {
  height: 35px;
  width: 35px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
}

.webshop .stick {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.webshop .carousel-item {
  height: 300px;
}

.webshop .carousel-item .carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 300px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.webshop .carousel .carousel-indicators .active {
  background-color: #A40C01 !important;
}

.webshop #carouselRatingIndicators .carousel-indicators li {
  background-color: #BEBEBE;
}

.webshop .btn {
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0px;
  border-radius: 0px !important;
}

.webshop .btn-primary {
  background-color: #A40C01;
  border-color: #A40C01;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #A40C01;
  border-color: #A40C01;
}

.webshop nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff !important;
}

.webshop nav a:hover {
  color: #cccccc !important;
}

.webshop :root {
  --vz-vertical-menu-item-hover-color: #ffffff;
  --vz-vertical-menu-item-active-color: #cccccc;
  --vz-vertical-menu-sub-item-hover-color: #cccccc;
  --vz-vertical-menu-sub-item-active-color: #cccccc;
  --vz-topnav-item-color-active: #cccccc;
  --vz-link-color: #ffffff;
  --vz-link-hover-color: #cccccc;
}

.webshop .text-align-justify {
  text-align: justify;
}

.webshop .secondary-navbar {
  position: absolute;
  bottom: -24px;
  width: 100%;
  background: #A40C01;
  left: 0;
  color: #ffffff;
}

.webshop .mfp-counter {
  display: none !important;
}

.webshop .xzoom {
  box-shadow: unset !important;
}

.webshop .mfp-img {
  padding: 40px 0 0px;
}

.webshop .btn-primary:hover {
  filter: brightness(120%);
}

.webshop .nav-tabs .nav-link {
  background: #000000;
}

.webshop .nav-tabs .nav-link.active {
  background: #A40C01 !important;
}

.webshop .details-label {
  text-transform: capitalize;
}

.webshop .choices__list--multiple .choices__item {
  background-color: #A40C01;
  border: 1px solid #A40C01;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

@media (max-width: 767.98px) {
  .border-sm-left-none {
    border-left: none !important;
  }
  .border-sm-right-none {
    border-right: none !important;
  }
  .border-sm-top-none {
    border-top: none !important;
  }
  .border-sm-bottom-none {
    border-bottom: none !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
.order-form input[type=text],
.order-form select.form-control,
.order-form input[type=password] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  box-shadow: none;
  border-radius: 0;
}

.order-form input[type=text]:focus,
.order-form select.form-control:focus,
.order-form input[type=password]:focus {
  box-shadow: none;
}

.order-form .form-control {
  border: 0;
  transition: border 0s ease-out;
}

.order-form .form-control:focus {
  background: transparent;
  border-bottom: 2px solid #a40c01;
  transition-duration: 0.3s;
}

.order-form input[type=checkbox],
.order-form input[type=radio] {
  accent-color: #a40c01 !important;
  transform: scale(1.5);
}

.form-check-input {
  margin-top: 0.45rem;
  margin-left: -1.5rem;
}

.choices input {
  border-bottom: unset !important;
}
