"WARNING: The dart-sass executable is deprecated, use sass instead."
@charset "UTF-8";
/*
=========================================
=========================================

Bootstrapious Boilerplate Template

=========================================
========================================= */
/*

=====================
GENERAL
=====================

*/
html {
  height: 100%;
}

body {
  height: 100%;
}

p {
  font-weight: 300;
}

button {
  cursor: pointer;
}

header {
  z-index: 1000;
}

i[class*=icon] {
  transform: translateY(2px);
}

.bg-primary {
  color: #fff;
}

section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
section.section--no-padding-bottom {
  padding-bottom: 0;
}
section.section--padding-bottom-small {
  padding-bottom: 30px;
}

.heading {
  margin-bottom: 20px;
}
.heading:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 10px 0 20px;
  background: #EA170C;
}

.btn i {
  padding: 0 0.4rem;
}

b, strong {
  font-weight: bold;
}

.no-space .box {
  margin: -15px;
  padding: 0;
}
.no-space.padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  padding: 0;
  min-width: 200px;
  left: auto;
}
.dropdown-menu a {
  margin: 0 !important;
  padding: 10px 20px !important;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.dropdown-menu a:hover {
  color: #333;
  text-decoration: none;
  background: #eee;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px !important;
}

.margin-bottom--medium {
  margin-bottom: 45px !important;
}

.margin-bottom--big {
  margin-bottom: 60px !important;
}

a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.clickable {
  cursor: pointer !important;
}

.required {
  color: #EA170C;
}

.accent {
  color: #EA170C;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-style-none {
  list-style: none;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.text-gray {
  color: #ced4da;
}

.text-gray-light {
  color: #dee2e6;
}

.text-gray-lighter {
  color: #e9ecef;
}

.background-gray-lightest {
  background: #f8f9fa;
}

.background-gray-lighter {
  background: #e9ecef;
}

.background-gray-light {
  background: #dee2e6;
}

.background-gray {
  background: #ced4da;
}

.pages {
  text-align: center;
}

/* ==========================================
      GENERAL STYLES
========================================== */
body {
  overflow-x: hidden;
}

a {
  display: inline-block;
}

section,
footer {
  overflow-x: hidden;
}

section.hero {
  padding: 100px 0;
  background: #f5f5f5;
}
section.hero.is-fixed {
  margin-top: 80px;
}
section.hero p {
  margin-top: 30px;
}

p.hero-text {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 300;
}

.heading-center,
.heading-left {
  text-align: center;
}
.heading-center::after,
.heading-left::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #EA170C;
  display: block;
  margin: 20px auto 40px;
}

.heading-left {
  text-align: inherit;
}
.heading-left::after {
  margin: 20px 0 30px;
}

.labels {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
.labels span {
  display: inline-block;
  padding: 3px 25px;
  color: #fff;
  font-weight: 400;
  margin-left: 2px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.labels span.sale {
  background: #EA170C;
}
.labels span.new {
  background: #347ec3;
}

i,
span {
  display: inline-block;
}

.breadcrumb {
  background: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumb li {
  font-size: 0.875rem;
}
.breadcrumb li a {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb li.active {
  font-weight: 500;
  text-transform: uppercase;
}

/* ==========================================
   Media Queries General
========================================== */
@media (max-width: 1370px) {
  nav.navbar {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  br {
    display: none !important;
  }

  section.services div[class*=col-]:not(:last-of-type),
section.brands div[class*=col-]:not(:last-of-type),
footer div[class*=col-]:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section.home-hero {
    font-size: 10px !important;
  }

  footer {
    font-size: 13px !important;
  }

  h2 {
    font-size: 2.5em !important;
  }

  section.offers div[class*=col-]:not(:last-of-type),
section.new-arrivals div[class*=col-]:not(:last-of-type) {
    margin-bottom: 50px;
  }

  footer div[class*=col-]:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
/* ==========================================
      BOOTSTRAP SELECT
========================================== */
.bootstrap-select button {
  background: none !important;
  box-shadow: none !important;
  height: 36px;
  padding: 0 20px;
}
.bootstrap-select button.btn.dropdown-toggle.btn-default {
  outline: none !important;
}

/* ==========================================
      HERO SECTION
========================================== */
section.home-hero {
  background: #f5f5f5;
  padding: 0;
  overflow: hidden;
}
section.home-hero.is-fixed {
  margin-top: 80px;
}
section.home-hero .container {
  position: relative;
  min-height: calc(100vh - 160px);
}
section.home-hero .image img {
  max-height: 500px;
}
section.home-hero a.buy {
  margin-top: 20px !important;
}

/* Hero Media Queries ========================================== */
@media (max-width: 580px) {
  section.home-hero .image {
    display: none;
  }
  section.home-hero .text {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  section.home-hero .container {
    height: auto;
    min-height: 400px;
    padding: 100px 0;
  }
  section.home-hero .container .text {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  section.home-hero {
    padding: 50px 0;
  }
}
@media (min-width: 1500px) {
  section.home-hero .container {
    height: auto;
    min-height: 600px;
    padding: 100px 20px;
  }
}
/* ==========================================
      FEATURES SECTION
========================================== */
section.features {
  background: #fafafa;
}
section.features .info h3 {
  font-weight: 500;
}
section.features .info h3 + p {
  margin: 30px 0 10px;
  font-size: 1.25rem;
  line-height: 1.9rem;
}
section.features .feature {
  text-align: center;
  padding: 15px;
}
section.features .feature .icon i {
  font-size: 50px;
}
section.features .feature p {
  color: #555;
}
section.features .feature h4 {
  margin-top: 0;
}
section.features .feature:first-of-type, section.features .feature:nth-of-type(2) {
  border-bottom: 1px solid #eee;
  padding-top: 0;
}
section.features .feature:first-of-type, section.features .feature:nth-of-type(3) {
  border-right: 1px solid #eee;
}
section.features a.read-more {
  margin-top: 20px;
}

/* Features Media Queries ========================================== */
@media (max-width: 991px) {
  section.features .items {
    margin-top: 50px;
  }
  section.features .items .feature {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  section.features .items .feature:not(:last-of-type) {
    border: none;
    border-bottom: 1px solid #eee;
  }
}
/* ==========================================
      BIG PRODUCT SECTION
========================================== */
section.big-product {
  position: relative;
}
section.big-product .info {
  padding: 20px;
}
section.big-product .info ul.product-info {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  user-select: none;
  width: 100%;
}
section.big-product .info ul.product-info li {
  padding: 0;
  margin-top: 0.5rem;
}
section.big-product .info ul.product-info li.size {
  margin-right: 10px;
}
section.big-product .info ul.product-info li.price {
  height: 36px;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 500;
  color: #555;
}
section.big-product .info ul.product-info li .product-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.big-product .info ul.product-info li .product-quantity .minus-btn,
section.big-product .info ul.product-info li .product-quantity .plus-btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #444;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
section.big-product .info ul.product-info li .product-quantity input {
  width: 50px;
  height: 36px;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
section.big-product .info .info-wrapper::after {
  content: "";
  width: 150px;
  height: 2px;
  border-bottom: 2px solid #eee;
  display: block;
  margin: 20px 0 5px;
}
section.big-product .info a.add-to-cart {
  margin-top: 20px;
}

/* Big Product Media Queries ========================================== */
@media (max-width: 767px) {
  section.big-product .shirt {
    max-width: 300px;
    margin: 0 auto;
  }
  section.big-product .info {
    text-align: center;
  }
  section.big-product .info ul.product-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.big-product .info .info-wrapper::after {
    width: 50%;
    margin: 40px auto 20px;
  }
}
/* ==========================================
      PRODUCTS SECTION
========================================== */
section.products {
  background: #f5f5f5;
}
section.products .owl-carousel {
  margin-top: 100px;
}
section.products .owl-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
section.products .owl-carousel .owl-nav .owl-prev,
section.products .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 33px;
  border-radius: 0;
  margin-left: 4px;
}
section.products .owl-carousel .owl-nav .owl-prev.disabled,
section.products .owl-carousel .owl-nav .owl-next.disabled {
  background: #eee;
}
section.products .owl-carousel .product:hover .hover-overlay {
  opacity: 1;
}
section.products .owl-carousel .product .item-image {
  position: relative;
  padding: 40px;
  background: #fff;
  perspective: 1000px;
}
section.products .owl-carousel .product .item-image img {
  max-width: 300px;
}
section.products .owl-carousel .product .item-info {
  padding: 15px 0 0;
}
section.products .owl-carousel .product .item-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
section.products .owl-carousel .product .item-info span.price {
  margin: 0;
  color: #EA170C;
  font-size: 16px;
}
section.products .owl-carousel .product .item-info ul.rate {
  transform: translateX(5px);
  margin: 0;
}
section.products .owl-carousel .product .item-info ul.rate li {
  padding: 0;
  margin: 0;
}
section.products .owl-carousel .product .item-info ul.rate li i {
  color: #ccc;
  font-size: 0.85em;
}
section.products .owl-carousel .product .hover-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
section.products .owl-carousel .product .hover-overlay ul {
  display: inline-block;
}
section.products .owl-carousel .product .hover-overlay ul a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #EA170C;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
section.products .owl-carousel .product .hover-overlay ul a:hover {
  background: #EA170C;
}
section.products .owl-carousel .product .hover-overlay ul a i {
  display: inline-block;
  transform: translateY(4px);
}

/* ==========================================
      DIVIDER SECTION
========================================== */
section.divider {
  padding: 0;
  background-size: cover !important;
}
section.divider .overlay {
  background: rgba(0, 0, 0, 0.7);
  padding: 100px 0;
}
section.divider .overlay h2,
section.divider .overlay h3 {
  color: #fff;
  letter-spacing: 0.05em;
}
section.divider .overlay h3 {
  font-weight: 400;
  margin-top: 20px;
}
section.divider .overlay h3 a:hover {
  color: #EA170C;
  text-decoration: none !important;
}
section.divider .overlay h3 a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EA170C;
  display: block;
  transition: all 0.3s;
}

/* ==========================================
      NEW ARRIVALS SECTION
========================================== */
section.new-arrivals {
  background: #f5f5f5;
}
section.new-arrivals .items {
  margin-top: 70px;
}
section.new-arrivals .items .item:hover .hover-overlay {
  opacity: 1 !important;
}
section.new-arrivals .items .item .item-image {
  padding: 70px;
  background: #fff;
  position: relative;
}
section.new-arrivals .items .item .item-image img {
  width: 100%;
  max-width: 300px;
}
section.new-arrivals .items .item .item-image .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0;
  transition: all 0.5s;
}
section.new-arrivals .items .item .item-image ul {
  display: inline-block;
}
section.new-arrivals .items .item .item-image ul a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #EA170C;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
section.new-arrivals .items .item .item-image ul a:hover {
  background: #EA170C;
}
section.new-arrivals .items .item .item-image ul a i {
  transform: translateY(4px);
}
section.new-arrivals .items .item .item-info {
  padding: 15px 0 0;
}
section.new-arrivals .items .item .item-info h5 {
  font-size: 1.5em;
  font-weight: 500;
}
section.new-arrivals .items .item .item-info ul.price {
  font-size: 1.3em;
  font-weight: 500;
}
section.new-arrivals .items .item .item-info ul.price li.old {
  color: #ccc;
  text-decoration: line-through;
}
section.new-arrivals .items .item .item-info ul.price li.current {
  color: #EA170C;
}

/* ==========================================
      TESTIMONIALS SECTION
========================================== */
section.testimonials {
  padding: 200px 0 100px;
}
section.testimonials .slider {
  position: relative;
}
section.testimonials .slider .owl-nav {
  display: none;
}
section.testimonials .slider .owl-dots {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
section.testimonials .slider .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  line-height: 9px;
  background: #ddd;
  border-radius: 50%;
  margin: 3px;
}
section.testimonials .slider .owl-dots .owl-dot.active {
  background: #EA170C;
}
section.testimonials .slider i.icon-quote {
  font-size: 60px;
  color: #ccc;
  position: absolute;
  top: -100px;
  right: 50%;
}
section.testimonials .slider .quote {
  position: relative;
}
section.testimonials .slider .quote .user {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.testimonials .slider .quote .user .user-profile img {
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #ddd;
}
section.testimonials .slider .quote .user .user-title {
  margin-left: 20px;
}
section.testimonials .slider .quote .user .user-title h6 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
section.testimonials .slider .quote .user .user-title span {
  font-size: 1.2em;
  color: #ccc;
  font-weight: 300;
}

/* Testimonials Media Queries ========================================== */
@media (max-width: 767px) {
  section.testimonials {
    padding: 100px 0;
  }
  section.testimonials .slider {
    text-align: left;
  }
}
/* ==========================================
      GALLERY SECTION
========================================== */
section.gallery {
  background: #f5f5f5;
}
section.gallery div[class*=col-] {
  padding: 0;
}
section.gallery .gallery {
  margin-top: 70px;
}
section.gallery .gallery .row {
  margin-left: 0;
  margin-right: 0;
}
section.gallery .gallery .item {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
section.gallery .gallery .item a {
  background: rgba(234, 23, 12, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  opacity: 0;
}
section.gallery .gallery .item a:hover {
  opacity: 1;
}
section.gallery .gallery .item a span {
  color: #fff;
  font-size: 2.6em;
}
section.gallery .gallery .item img {
  width: 100%;
  height: 100%;
}
section.gallery .gallery .item .lb-data .lb-caption {
  font-size: 1.5em;
  font-family: "Encode Sans", sans-serif;
}

/* ==========================================
      SERVICES SECTION
========================================== */
section.services .service {
  padding: 20px;
  border: 1px solid #555;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.services .service .icon {
  margin-right: 20px;
}
section.services .service .icon i {
  font-size: 3.33em;
  height: 0;
}
section.services .service .text h4 {
  margin: 0;
  font-weight: 500;
}
section.services .service .text p {
  margin: 0;
  color: #aaa;
  font-size: 1.1em;
  font-weight: 300;
}

/* ==========================================
      BRANDS SECTION
========================================== */
section.brands {
  background: #fafafa;
}
section.brands .heading-left::after {
  margin: 10px 0;
}
section.brands img {
  max-width: 110px;
}

/* Brands Media Queries ========================================== */
@media (max-width: 991px) {
  section.brands {
    text-align: center;
  }
  section.brands h2.heading-left {
    margin-bottom: 50px;
  }
  section.brands h2.heading-left::after {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==========================================
      CONTACT SECTION
========================================== */
section.contact .form-holder {
  margin-top: 50px;
}
section.contact .form-holder form {
  color: #333;
}
section.contact .form-holder form input,
section.contact .form-holder form textarea {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  box-shadow: none;
  margin-bottom: 20px;
  font-size: 1.3em;
  position: relative;
  background: none;
  display: block;
  width: 100%;
}
section.contact .form-holder form input.active,
section.contact .form-holder form textarea.active {
  border-color: #EA170C;
}
section.contact .form-holder form textarea {
  min-height: 150px;
  resize: vertical;
}
section.contact .form-holder form label {
  font-weight: 300;
  font-style: italic;
  font-size: 1.2em;
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #666;
  transition: all 0.9s;
}
section.contact .form-holder form label:not(.error).active {
  transform: translateX(50px);
  opacity: 0;
}
section.contact .form-holder form label.error {
  color: #dc3545;
  bottom: -10px;
  font-size: 1.15em;
}
section.contact .form-holder form button {
  background: none;
  font-weight: 500;
  font-size: 1.5em;
  border: none;
  padding: 0;
}
section.contact .form-holder form button:hover {
  color: #EA170C;
}
section.contact .form-holder form button:hover i {
  transform: translateX(50px);
  opacity: 0;
}
section.contact .form-holder form button i {
  font-size: 0.45em;
  color: #EA170C;
  margin: 0;
  transition: all 0.5s;
}

/* Contact Media Queries ========================================== */
@media (max-width: 767px) {
  section.contact .form-holder form input {
    margin-bottom: 40px !important;
  }
  section.contact .form-holder form label {
    position: absolute;
    bottom: 40px;
    left: 15px;
  }
  section.contact .form-holder form label.error {
    bottom: -30px;
  }
}
/* ==========================================
      CART POPUP
========================================== */
.cart-popup-overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 20px;
}
.cart-popup-overlay .cart-popup {
  background: #fff;
  transform: translate(-50%, 0);
  padding: 50px 20px 70px;
  transition: all 0.8s;
  width: 90% !important;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
}
.cart-popup-overlay .cart-popup.fade-in-up {
  transform: translate(-50%, 0);
  top: 30px;
  opacity: 1;
}
.cart-popup-overlay .cart-popup .close-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #EA170C;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  transition: all 0.2s;
  cursor: pointer;
}
.cart-popup-overlay .cart-popup .close-btn i {
  transform: translateY(3px);
}
.cart-popup-overlay .cart-popup .close-btn:hover {
  background: #EA170C;
}
.cart-popup-overlay .cart-popup .item {
  margin-top: 70px;
}
.cart-popup-overlay .cart-popup .item .item-profile .labels {
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-flex;
  justify-content: flex-start;
}
.cart-popup-overlay .cart-popup .item .item-info p {
  color: #555;
  margin: 30px 0;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info {
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li {
  margin: 10px 0 0;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li.size {
  margin-right: 10px;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li.price {
  color: #555;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li .product-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li .product-quantity .minus-btn,
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li .product-quantity .plus-btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #444;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cart-popup-overlay .cart-popup .item .item-info ul.product-info li .product-quantity input {
  width: 50px;
  height: 36px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.cart-popup-overlay .cart-popup .item .item-info a.add-to-cart {
  margin-top: 20px;
}
.cart-popup-overlay .cart-popup .item .item-info .item-info-wrapper::after {
  content: "";
  width: 150px;
  height: 2px;
  background: #ddd;
  margin: 20px 0 10px;
  display: block;
}

/* Popup Media Queries ========================================== */
@media (max-width: 991px) {
  .cart-popup .container {
    width: 100%;
  }
  .cart-popup .item-profile {
    text-align: center;
  }
  .cart-popup .item-profile img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 858px) {
  .cart-popup-overlay .cart-popup {
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .cart-popup-overlay .cart-popup {
    margin: 120px 0 40px;
  }
  .cart-popup-overlay .cart-popup .item .item-profile .labels {
    display: inline-flex;
    justify-content: flex-end;
  }
  .cart-popup-overlay .cart-popup .item .item-info {
    text-align: center;
  }
  .cart-popup-overlay .cart-popup .item .item-info ul.product-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cart-popup-overlay .cart-popup .item .item-info-wrapper::after {
    width: 50%;
    margin: 30px auto 10px !important;
  }
}
@media (max-width: 767px) {
  .cart-popup-overlay .cart-popup {
    margin: 0 0 40px;
    top: 20px !important;
  }
  .cart-popup-overlay .cart-popup.fade-in-up {
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1400px) {
  .cart-popup-overlay .cart-popup {
    width: auto;
    display: inline-block;
  }
}
/* ==========================================
      BOOTSTRAP SELECT OVERRIDES
========================================== */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
  overflow-y: hidden !important;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #555;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-weight: 300;
  outline: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background: #eee;
  color: #333 !important;
}

.bootstrap-select .dropdown-menu {
  margin: 0 !important;
  transform: none !important;
}
.bootstrap-select .dropdown-menu::before, .bootstrap-select .dropdown-menu::after {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin-top: 15px;
  transform: translateY(30px);
  color: #999 !important;
  font-size: 1em;
  min-width: 200px;
}
.bootstrap-select .dropdown-menu li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0;
}
.bootstrap-select .dropdown-menu.open {
  max-height: 230px !important;
}
.bootstrap-select .dropdown-menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -5px;
  left: 30px;
}
.bootstrap-select .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #eee;
  position: absolute;
  top: -8px;
  left: 30px;
}
.bootstrap-select .dropdown-menu a {
  color: #999;
}
.bootstrap-select .dropdown-menu a:hover {
  background: #EA170C;
  color: #fff;
}
.bootstrap-select .dropdown-menu a {
  padding: 10px 20px;
}
.bootstrap-select .dropdown-toggle {
  background: #fff;
  color: #555 !important;
  padding-left: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 0;
  min-width: 200px;
}
.bootstrap-select .dropdown-toggle span {
  color: #999;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: none;
}
.bootstrap-select .dropdown-toggle span.bs-caret {
  margin-right: -10px;
  color: #999 !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  color: #555 !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/* ==========================================
      TOP BAR
========================================== */
div.top-bar {
  background: #333;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
div.top-bar p {
  margin: 0 !important;
  font-weight: 300;
}

/* ==========================================
      NAVBAR
========================================== */
nav.navbar {
  transition: all 0.2s;
  background: #0A142B;
  color: #dee2e6;
}
nav.navbar.active {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}
nav.navbar .navbar-toggler:focus, nav.navbar .navbar-toggler:active {
  outline: 0;
}
nav.navbar .navbar-right {
  padding: 0;
}
nav.navbar .navbar-brand img {
  max-height: 60px;
}
nav.navbar ul.navbar-nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
nav.navbar ul.navbar-nav > li > a.nav-link {
  margin: 0 5px;
  color: #dee2e6;
}
nav.navbar ul.navbar-nav > li > a.nav-link:hover {
  color: #dee2e6;
}
nav.navbar ul.navbar-nav > li > a i {
  font-size: 1.5rem;
  margin-top: -10px;
  transform: translateY(5px);
}
nav.navbar ul.navbar-nav > li > a.cart {
  position: relative;
}
nav.navbar ul.navbar-nav > li > a.cart span {
  border-radius: 50%;
  font-size: 0.8em;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #EA170C;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 20px;
}
nav.navbar ul.navbar-nav > li.active a {
  color: white;
}
nav.navbar ul.dropdown-menu {
  margin-bottom: 20px;
}
nav.navbar ul.dropdown-menu li {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Navbar Media Queries ========================================== */
@media (max-width: 767px) {
  nav.navbar .navbar-right {
    padding: 0 15px;
  }
  nav.navbar ul.nav li a.cart span {
    position: absolute;
    top: 0;
    left: 30px;
  }
}
/* ==========================================
      FOOTER
========================================== */
footer {
  background: #222;
  padding: 100px 0 0;
}
footer a,
footer a:hover,
footer a:focus {
  text-decoration: none;
}
footer .contact-details div[class*=col-]:not(:last-of-type) {
  border-right: 1px solid #3c3c3c;
}
footer .contact-details .icon {
  font-size: 3.33em;
  color: #fff;
}
footer .contact-details p {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
footer .contact-details p a {
  color: inherit;
}
footer .contact-details p a:hover {
  color: #EA170C;
}
footer .social {
  margin: 80px 0;
}
footer .social::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #3c3c3c;
  display: block;
  margin: 70px auto;
}
footer .social .social-list {
  font-size: 1.2rem;
}
footer .social .social-list a {
  color: #fff;
}
footer .social .social-list a:hover {
  color: #EA170C;
}
footer .site-links {
  color: #777;
  padding-bottom: 70px;
}
footer .site-links img {
  margin-bottom: 30px;
}
footer .site-links h4 {
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 700;
}
footer .site-links p {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
footer .site-links a {
  color: inherit;
  padding: 5px 0 0 0;
  font-size: 0.95rem;
}
footer .site-links a:hover {
  color: #EA170C;
}
footer .site-links form {
  margin-top: 30px;
}
footer .site-links form input {
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #555;
  outline: none;
  box-shadow: none;
  margin-bottom: 20px;
  font-size: 1em;
  position: relative;
  background: none;
  box-shadow: none !important;
  display: block;
  width: 100%;
  color: #fff;
}
footer .site-links form ::-webkit-input-placeholder {
  color: #555;
  font-style: italic;
}
footer .site-links form ::-moz-placeholder {
  color: #555;
  font-style: italic;
}
footer .site-links form :-ms-input-placeholder {
  color: #555;
  font-style: italic;
}
footer .site-links form button {
  background: none;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  padding: 0;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
footer .site-links form button:hover {
  color: #EA170C;
}
footer .site-links form button:hover i {
  transform: translateX(50px);
  opacity: 0;
}
footer .site-links form button i {
  font-size: 0.45em;
  color: #EA170C;
  margin: 0;
  transition: all 0.5s;
}
footer .copyrights {
  background: #1a1a1a;
  color: #888;
  padding: 2rem 0 1rem;
}
footer .copyrights p a {
  color: inherit;
}
footer .copyrights p a:hover {
  color: #EA170C;
}

/* ==========================================
      SCROLL TO TOP BUTTON
========================================== */
#scrollTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #EA170C;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  transition: background 0.3s;
  display: none;
  font-size: 1.6em;
  z-index: 9991;
}
#scrollTop:hover {
  background: #EA170C;
}

/* Footer Media Queries ========================================== */
@media (max-width: 767px) {
  footer .copyrights div[class*=col-] {
    margin-bottom: 10px;
  }
  footer .copyrights div[class*=col-] p {
    text-align: center !important;
  }
}
/* ==========================================
      GENERAL STYLES
========================================== */
.text-secondary {
  color: #EA170C;
  display: inline-block;
}

.bg-secondary {
  background: #EA170C;
  display: inline-block;
  color: #fff;
}

.text-page-holder .bg-dashed {
  border: 1px dashed #ddd;
}
.text-page-holder .btn-unique {
  height: auto;
  margin: 0;
}
.text-page-holder section:not(.hero) {
  padding: 0;
}
.text-page-holder section:not(.hero) > .container {
  padding: 50px 20px;
  border-bottom: 1px solid #ddd;
}
.text-page-holder p {
  margin-bottom: 25px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
}
.text-page-holder p span[class*=bg-] {
  padding: 2px 5px;
}
.text-page-holder a,
.text-page-holder a:hover,
.text-page-holder a:focus {
  text-decoration: none;
}
.text-page-holder h1,
.text-page-holder h2,
.text-page-holder h3,
.text-page-holder h4,
.text-page-holder h5,
.text-page-holder h6 {
  line-height: 1.5em;
}
.text-page-holder h1.heading-light,
.text-page-holder h2.heading-light,
.text-page-holder h3.heading-light,
.text-page-holder h4.heading-light,
.text-page-holder h5.heading-light,
.text-page-holder h6.heading-light {
  font-weight: 500;
}
.text-page-holder .row p,
.text-page-holder blockquote p {
  margin: 0;
  font-size: 1.1em;
}
.text-page-holder blockquote {
  margin-bottom: 50px;
}
.text-page-holder section.gallery {
  background: #fff;
}
.text-page-holder section.gallery .gallery {
  margin-top: 0;
}
.text-page-holder ol,
.text-page-holder ul {
  padding-left: 20px;
  margin-top: 40px;
  list-style: none;
}
.text-page-holder ol li,
.text-page-holder ul li {
  font-size: 1rem;
  color: #777;
  padding: 2px 0;
}
.text-page-holder ol li i,
.text-page-holder ul li i {
  font-size: 0.55rem;
  margin-right: 20px;
}
.text-page-holder ol li {
  counter-increment: item;
}
.text-page-holder ol li:before {
  margin-right: 20px;
  content: counter(item);
  color: #EA170C;
  font-weight: 500;
}
.text-page-holder .text-helpers {
  font-size: 12px !important;
}
.text-page-holder .text-helpers p {
  margin: 10px 0;
}
.text-page-holder a.btn {
  margin: 10px 10px 10px 0;
}

/* ==========================================
      MEDIAQUERIES
========================================== */
@media (max-width: 767px) {
  .text-page-holder section {
    font-size: 11px !important;
  }

  section.heading-style {
    text-align: center;
  }
  section.heading-style h2.heading-left::after {
    margin: 20px auto 40px;
  }
}
@media (max-width: 575px) {
  .text-page-holder section {
    font-size: 10px !important;
  }
  .text-page-holder section h1 {
    font-size: 3.5em;
  }
}
/* ==========================================
      CART SECTION
========================================== */
section.cart {
  user-select: none;
}
section.cart .cart-heading {
  padding: 15px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  font-size: 1.4em;
  color: #555;
  font-weight: 500;
}
section.cart .cart-body {
  padding: 30px 0;
  border-bottom: 1px solid #777;
}
section.cart .cart-body .product-img img {
  max-width: 150px;
}
section.cart .cart-body .product-details {
  margin-left: 20px;
}
section.cart .cart-body .product-details h3 {
  font-size: 2em;
}
section.cart .cart-body .product-details p {
  font-size: 1.3em;
  font-weight: 400;
  color: #999;
}
section.cart .cart-body .product-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.cart .cart-body .product-quantity .minus-btn, section.cart .cart-body .product-quantity .plus-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #444;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
section.cart .cart-body .product-quantity input {
  width: 50px;
  height: 30px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: none;
}
section.cart .total-price {
  padding: 20px 0;
  margin-bottom: 100px;
}
section.cart .total-price h2, section.cart .total-price h3 {
  display: inline-block;
}

/* ==========================================
      SHIPPING SECTION
========================================== */
.shipping.container {
  overflow: auto !important;
}
.shipping .form-holder div[class*=col-] {
  margin-bottom: 25px;
}
.shipping .form-holder .shipping-alternative {
  display: none;
}
.shipping .form-holder .shipping-main h3 {
  margin-top: 0;
}
.shipping .form-holder h3 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.shipping .form-holder input {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  box-shadow: none;
}
.shipping .form-holder input[type=checkbox] {
  display: none;
}
.shipping .form-holder input[type=checkbox]:checked + label::before {
  background: #EA170C;
}
.shipping .form-holder input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.shipping .form-holder input[type=checkbox] + label {
  font-size: 1.3em;
  font-weight: 400;
  color: #666;
  padding-left: 30px;
  cursor: pointer;
}
.shipping .form-holder input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 15px;
  transition: all 0.3s;
}
.shipping .form-holder input[type=checkbox] + label::after {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 20px;
  transition: all 0.3s;
  opacity: 0;
}
.shipping .form-holder button {
  border: none;
}
.shipping .form-holder label.error {
  color: #dc3545;
  padding-left: 1rem;
}
.shipping .form-holder ::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}
.shipping .form-holder ::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
.shipping .form-holder :-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}
.shipping .form-holder .bootstrap-select {
  position: relative;
  height: 60px;
}
.shipping .form-holder .bootstrap-select button {
  height: auto !important;
}
.shipping .form-holder .bootstrap-select label.error {
  position: absolute;
  bottom: -32px;
  left: 0;
  font-weight: 400;
}

/* ==========================================
      MEDIA QUERIES
========================================== */
@media (max-width: 767px) {
  section.cart > .container {
    width: 100%;
    overflow: scroll !important;
  }
  section.cart > .container .cart-holder {
    min-width: 768px;
  }
}
/* ==========================================
      BOOTSTRAP SELECT
========================================== */
form .bootstrap-select {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100% !important;
  font-weight: 300;
}
form .bootstrap-select button {
  border-radius: 10px;
  font-size: 1.4rem;
  padding: 14px 20px;
  font-weight: 300 !important;
  color: #555;
  background: none !important;
  box-shadow: none !important;
  padding-right: 30px !important;
}
form .bootstrap-select button.btn.dropdown-toggle.btn-default {
  outline: none !important;
}
form .bootstrap-select button span.filter-option {
  font-weight: 300 !important;
  color: #555;
  font-size: 1.2rem;
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}
#style-switch h4 {
  color: #495057;
}

/* =========================================
   THEMING OF BOOTSTRAP COMPONENTS
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */
.btn {
  font-weight: 700;
  border: 1px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 2rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  color: color-yiq(#EA170C);
  background-color: #EA170C;
  border-color: #EA170C;
}
.btn-primary:hover {
  color: color-yiq(#EA170C);
  background-color: #EA170C;
  border-color: #EA170C;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #EA170C;
  border-color: #EA170C;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: color-yiq(#EA170C);
  background-color: #EA170C;
  border-color: #EA170C;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.5);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.5);
  color: #fff;
}

.btn-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: color-yiq(#727b84);
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: color-yiq(#218838);
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: color-yiq(#1e7e34);
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: color-yiq(#138496);
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: color-yiq(#117a8b);
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: color-yiq(#e0a800);
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: color-yiq(#d39e00);
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: color-yiq(#c82333);
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: color-yiq(#bd2130);
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: color-yiq(#e2e6ea);
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: color-yiq(#dae0e5);
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: color-yiq(#23272b);
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: color-yiq(#1d2124);
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #EA170C;
  background-color: transparent;
  background-image: none;
  border-color: #EA170C;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #EA170C;
  border-color: #EA170C;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #EA170C;
  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: #EA170C;
  border-color: #EA170C;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2.5rem;
}

.btn-sm {
  padding: 0.25rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
}

/*
 * 3. TYPE
 */
body {
  font-family: "Encode Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

a {
  color: #EA170C;
  text-decoration: none;
}
a:focus, a:hover {
  color: #a11008;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 4.33rem;
}

h2,
.h2 {
  font-size: 2.7rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 0.85rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 5px solid #EA170C;
}

.blockquote-footer {
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.text-primary {
  color: #EA170C !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #b9120a !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #EA170C;
  border-color: #EA170C;
}
.page-item.disabled .page-link {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #EA170C;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #a11008;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*
* 5. UTILITIES
*/
.bg-primary {
  background-color: #EA170C !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #b9120a !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.border-primary {
  border-color: #EA170C !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-primary {
  color: #EA170C !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #b9120a !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.badge-primary {
  color: color-yiq(#EA170C);
  background-color: #EA170C;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: color-yiq(#EA170C);
  text-decoration: none;
  background-color: #b9120a;
}

.badge-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: color-yiq(#868e96);
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: color-yiq(#28a745);
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: color-yiq(#17a2b8);
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: color-yiq(#ffc107);
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: color-yiq(#dc3545);
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: color-yiq(#f8f9fa);
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: color-yiq(#343a40);
  text-decoration: none;
  background-color: #1d2124;
}

/*
  * 6. FORMS
  */
.form-control {
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f8837d;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 12, 0.25);
}
.form-control::placeholder {
  color: #868e96;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-sm {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 0.7rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

p.hero-text {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
  font-weight: 300;
}

.item-image {
  height: 170px;
  background-color: #fff;
  margin-bottom: 0px;
  margin-top: 34px;
}

.item-image img {
  max-height: 206px;
}

.text-page-holder h3 {
  margin-top: 16px;
}

a {
  color: #212529;
}
