/*
=========================================
=========================================

Photo E-commerce Template

=========================================
========================================= */
/* =======================================================
     GENERAL STYLE

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

section {
  padding: 100px 0;
}

section.p-t-small {
  padding-top: 50px;
}

section.p-b-small {
  padding-bottom: 50px;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.text-small {
  font-size: 0.85rem !important;
}

.text-uppercase {
  letter-spacing: 0.12em;
}

.line-height-lg {
  line-height: 2;
}

.reset-anchor-style {
  color: inherit;
  text-decoration: none;
}

.reset-anchor-style:hover, .reset-anchor-style:focus {
  color: #ff6b6b;
  text-decoration: none;
}

.font-family-base {
  font-family: "Roboto", sans-serif !important;
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  color: #ff6b6b;
}

.btn-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #16181b;
  border-color: #16181b;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-unique {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #fff;
}

.btn-unique:hover {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
}

.btn-unique:focus, .btn-unique.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-unique.disabled, .btn-unique:disabled {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.btn-unique:not(:disabled):not(.disabled):active, .btn-unique:not(:disabled):not(.disabled).active,
.show > .btn-unique.dropdown-toggle {
  color: #fff;
  background-color: #ff3838;
  border-color: #ff2b2b;
}

.btn-unique:not(:disabled):not(.disabled):active:focus, .btn-unique:not(:disabled):not(.disabled).active:focus,
.show > .btn-unique.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-unique:hover {
  color: #fff;
}

.btn.btn-unique-outline {
  color: #ff6b6b;
  background-color: transparent;
  background-image: none;
  border-color: #ff6b6b;
}

.btn.btn-unique-outline:hover {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.btn.btn-unique-outline:focus, .btn.btn-unique-outline.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn.btn-unique-outline.disabled, .btn.btn-unique-outline:disabled {
  color: #ff6b6b;
  background-color: transparent;
}

.btn.btn-unique-outline:not(:disabled):not(.disabled):active, .btn.btn-unique-outline:not(:disabled):not(.disabled).active,
.show > .btn.btn-unique-outline.dropdown-toggle {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.btn.btn-unique-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-unique-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-unique-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-unique,
.btn-unique-outline,
.btn-white,
.btn-dark {
  border-radius: 50px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.breadcrumb {
  background: none;
  margin: 50px 0 0;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0;
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
  margin-bottom: 2rem;
}

.text-content p,
.text-content ul,
.text-content ol {
  color: #6c757d;
}

.text-content ul {
  margin-left: 2rem;
}

.blockquote {
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}

.blockquote.blockquote-primary {
  border-left-color: #ff6b6b;
}

.home-page {
  background: #f6f6f6;
}

.not-found {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/404.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.not-found-text {
  color: #fff;
  font-size: 12em;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
}

.not-found-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dropdown-toggle::after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: none;
  vertical-align: 0;
}

ul {
  padding: 0;
  margin: 0;
}

i {
  display: inline-block;
}

label.error {
  color: #dc3545;
  margin-left: 20px;
}

.heading-line::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #ff6b6b;
  margin: 5px 0 20px;
  display: block;
}

.font-weight-light {
  font-weight: 300;
}

/* GENERAL MEDIAQUERIES ----------------------------------------- */
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 20px !important;
  }
}

/* =======================================================
       TOP BAR
 ======================================================= */
.top-bar {
  background: #212529;
  color: #fff;
}

.top-bar .top-bar-link {
  padding: 10px 0;
  color: #fff;
  font-size: 0.8em;
  margin: 0 5px;
}

.top-bar .top-bar-link:hover, .top-bar .top-bar-link:focus {
  text-decoration: none;
  color: #ff6b6b;
}

@media (min-width: 992px) {
  .top-bar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease opacity;
    transition: .5s ease opacity;
    pointer-events: none;
  }
  .top-bar .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s ease opacity;
    transition: .5s ease opacity;
    pointer-events: auto;
  }
}

/* =======================================================
       HERO SECTION
   ======================================================= */
section.hero {
  min-height: calc(100vh - 180px);
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  color: #fff;
  position: relative;
}

section.hero::before {
  content: '';
  background: url(../img/hero-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.05;
}

section.hero h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
}

section.hero h1 {
  font-size: 4em;
  font-weight: 600;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

section.hero p {
  font-size: 1em;
  font-weight: 300;
  padding-right: 20px;
}

section.hero strong {
  font-weight: bold;
}

section.hero hr {
  border-color: #fff;
  max-width: 100px;
  margin: 30px 0;
}

section.hero ul.props li {
  padding-left: 2px;
}

section.hero ul.props li i {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 10px;
}

section.hero ul.price {
  margin-top: 50px;
}

section.hero p.price {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 20px 10px 0;
}

section.hero .owl-dots {
  display: block;
  right: 0;
  left: auto;
  position: absolute;
  bottom: 50%;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

section.hero .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}

section.hero .owl-dots .owl-dot.active {
  opacity: 1;
}

/* =======================================================
       HERO 2 SECTION
   ======================================================= */
section.hero-2 {
  background: none;
  padding: 0 !important;
}

section.hero-2::before {
  display: none;
}

section.hero-2 .item {
  padding: 10px 0;
  min-height: calc(100vh - 50px);
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
}

section.hero-2 h5 {
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}

section.hero-2 h1 {
  letter-spacing: 0.1em;
}

section.hero-2 p {
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  font-size: 1.2em;
  padding: 0 50px;
  margin-top: 20px;
}

section.hero-2 .owl-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
}

section.hero-2 .owl-prev,
section.hero-2 .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #ff6b6b;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
  position: absolute;
}

section.hero-2 .owl-prev:hover,
section.hero-2 .owl-next:hover {
  background: #ff6b6b;
  color: #fff;
}

section.hero-2 .owl-prev {
  left: 20px;
}

section.hero-2 .owl-next {
  right: 20px;
}

section.hero-2 .arrow {
  display: inline-block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 100px 0;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  color: #fff;
}

section.hero-2 .arrow::before, section.hero-2 .arrow::after {
  content: '';
  width: 70px;
  height: 1px;
  background: #ff6b6b;
  display: block;
}

section.hero-2 .arrow::before {
  position: absolute;
  top: 0;
  left: -20px;
}

section.hero-2 .arrow::after {
  position: absolute;
  right: -20px;
  bottom: 0;
}

section.hero-2 .arrow:hover, section.hero-2 .arrow:focus {
  text-decoration: none;
}

/* HERO MEDIAQUERIES ------------------------------------- */
@media (max-width: 800px) {
  section.hero {
    min-height: auto;
    font-size: 13px;
  }
  section.hero .carousel-item {
    padding: 50px 0 !important;
  }
}

section.categories {
  padding: 0;
  margin-top: -50px;
}

section.categories .categories-inner {
  background: #fff;
  z-index: 10;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
}

section.categories a {
  text-decoration: none;
  color: #333;
}

section.categories h2 {
  display: inline-block;
  font-size: 1.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: -64px;
}

section.categories .item p {
  font-weight: 300;
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #999;
}

section.categories .item:nth-of-type(n+2) {
  border-left: 1px solid #eee;
}

@media (max-width: 768px) {
  section.categories div[class*='col-'] {
    margin-bottom: 30px;
    border: none !important;
  }
}

section.product-1 .item, section.product-2 .item {
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

section.product-1 .item img, section.product-2 .item img {
  margin: 0 auto;
  display: inherit;
}

section.product-1 .item h4, section.product-2 .item h4 {
  font-size: 1rem;
}

section.product-1 .item:hover .overlay, section.product-2 .item:hover .overlay {
  opacity: 1;
}

section.product-1 .item:hover .overlay a, section.product-2 .item:hover .overlay a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section.product-1 .overlay, section.product-2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.product-1 .overlay a, section.product-2 .overlay a {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.product-1 .overlay.outStock, section.product-2 .overlay.outStock {
  opacity: 1;
}

section.product-1 .overlay.outStock strong, section.product-2 .overlay.outStock strong {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section.product-1 .item-big, section.product-2 .item-big {
  height: calc(100% - 20px);
  position: relative;
  padding: 30px !important;
}

section.product-1 .item-big img, section.product-2 .item-big img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

section.product-1 .item-big h2, section.product-2 .item-big h2 {
  font-size: 3em;
}

@media (max-width: 768px) {
  section.product-1 .item-big, section.product-2 .item-big {
    min-height: 290px;
    padding: 30px;
    z-index: 1;
  }
  section.product-1 .item-big img, section.product-2 .item-big img {
    max-width: 150px !important;
    z-index: -1;
  }
  section.product-1 .item-big br, section.product-2 .item-big br {
    display: none;
  }
}

/* =======================================================
       SALE SECTION
   ======================================================= */
section.sale {
  padding: 100px 0;
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  color: #fff;
}

section.sale .product {
  margin-bottom: -180px;
  text-align: right;
}

section.sale p {
  font-size: 1em;
  font-weight: 300;
}

/* =======================================================
       LENSES(PRODUCT 2 SECTION) SECTION
   ======================================================= */
section.product-2 .item {
  min-height: 200px;
}

section.product-2 .item-big {
  height: calc(100% - 20px);
  padding: 40px 0 0 40px;
}

section.product-2 .item-big img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}

/*  LENSES MEDIAQUERIES ----------------------------------- */
@media (max-width: 768px) {
  section.product-2 .item-big {
    min-height: 250px;
    z-index: 1;
  }
  section.product-2 .item-big img {
    z-index: -1;
  }
  section.product-2 .item-big br {
    display: none;
  }
}

/* =======================================================
       DIVIDER SECTION
   ======================================================= */
section.divider {
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  position: relative;
  color: #fff;
}

section.divider::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/hero-bg.jpg) fixed;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}

section.divider .container {
  position: relative;
}

section.divider h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

section.divider p.h5 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

section.divider hr {
  max-width: 100px;
  border-color: #fff;
  margin: 30px auto;
}

section.divider p {
  font-weight: 300;
}

/* =======================================================
       NEWSLETTER SECTION
   ======================================================= */
section.newsletter {
  padding-bottom: 0;
}

section.newsletter .newsletter-image {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}

section.newsletter p {
  margin: 30px 0;
  font-weight: 300;
  color: #666;
}

section.newsletter p.h5 {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
}

section.newsletter form {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

section.newsletter form input {
  height: 55px;
  border-radius: 50px;
  padding: 0 30px;
  outline: none;
  border: 1px solid #ddd;
}

section.newsletter form input[type='email'] {
  width: 100%;
  background: none;
}

section.newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

section.newsletter form input::-moz-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

section.newsletter form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

section.newsletter form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.social {
  margin-top: 50px;
  padding-bottom: 100px;
}

.social a {
  color: #ff6b6b;
  font-size: 1.2em;
  margin: 0 5px;
}

/* =======================================================
       SEARCH OVERLAY
   ======================================================= */
.search-overlay {
  display: none;
}

.search-overlay .search-inner {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
}

.search-overlay .search-close {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #999;
}

.search-overlay form {
  position: relative;
  font-size: 1.5em;
}

.search-overlay input {
  width: 100%;
  padding: 20px 0;
  border: none;
  background: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}

.search-overlay input::-moz-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.search-overlay input::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.search-overlay input:-ms-input-placeholder {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.search-overlay button {
  background: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 20px;
  right: 0;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .search-overlay form {
    font-size: 1.1em;
  }
}

/* =======================================================
       FORMS
   ======================================================= */
.bootstrap-select {
  margin-bottom: 20px;
}

.custom-form input,
.custom-form select {
  height: 50px !important;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 16px;
  border-radius: 30px;
}

.custom-form input::-moz-placeholder,
.custom-form select::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form input::-webkit-input-placeholder,
.custom-form select::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form input:-ms-input-placeholder,
.custom-form select:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form input:focus,
.custom-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-form input[type=checkbox],
.custom-form select[type=checkbox] {
  display: none;
}

.custom-form input[type=checkbox]:checked + label::before,
.custom-form select[type=checkbox]:checked + label::before {
  background: #ff6b6b;
}

.custom-form input[type=checkbox]:checked + label::after,
.custom-form select[type=checkbox]:checked + label::after {
  opacity: 1;
}

.custom-form input[type=checkbox] + label,
.custom-form select[type=checkbox] + label {
  font-size: 1.1em;
  font-weight: 300;
  color: #999;
  padding-left: 30px;
  cursor: pointer;
}

.custom-form input[type=checkbox] + label::before,
.custom-form select[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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-form input[type=checkbox] + label::after,
.custom-form select[type=checkbox] + label::after {
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.custom-form textarea {
  line-height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 30px;
}

.custom-form textarea::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Roboto", sans-serif;
}

.custom-form label {
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: 300;
  color: #999;
  margin-bottom: .2rem;
}

.custom-form select {
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 0.95em !important;
  width: 100%;
  border-color: #ccc;
  font-family: "Roboto", sans-serif !important;
}

.custom-form input[type='submit'],
.custom-form button[type='submit'] {
  cursor: pointer;
  margin-bottom: 50px;
}

.custom-form label.error {
  color: #dc3545;
  font-size: 0.9rem;
  position: absolute;
  bottom: -8px;
  left: 20px;
  font-weight: 300;
}

.page-item .page-link:hover, .page-item .page-link:focus {
  background: #ff6b6b;
  border-color: #ff6b6b;
  color: #fff;
}

/* =======================================================
       FOOTER
   ======================================================= */
footer.main-footer {
  background: #212529;
  color: #fff;
}

footer.main-footer h3 {
  font-size: 1.2rem;
}

footer.main-footer h3 + ul {
  margin-top: 20px;
}

footer.main-footer .page-links {
  padding: 100px 0;
}

footer.main-footer .page-links a {
  padding-left: 15px;
  color: #999;
  margin: 1px 0;
  font-size: 0.9rem;
}

footer.main-footer .page-links a:hover {
  color: #ff6b6b;
  text-decoration: none;
}

footer.main-footer .page-links a:hover:before {
  color: #ff6b6b;
}

footer.main-footer .page-links a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #999;
}

footer.main-footer .page-links .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ff6b6b;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ff6b6b;
  margin-right: 10px;
  font-size: 18px;
}

footer.main-footer .page-links .details li {
  margin-bottom: 30px;
}

footer.main-footer .page-links .details li:last-of-type {
  margin-bottom: 0;
}

footer.main-footer .page-links .details h3 {
  margin-bottom: 0;
}

footer.main-footer .page-links .details p {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0;
}

footer.main-footer .copyrights {
  padding: 25px 0;
  background: #1a1d21;
}

footer.main-footer .copyrights p {
  margin: 0;
  font-weight: 300;
  color: #888;
  font-size: 0.9rem;
}

footer.main-footer .copyrights a {
  color: #ff6b6b;
}

/* FOOTER MEDIAQUERIES ----------------------------------------- */
@media (max-width: 991px) {
  footer.main-footer .page-links {
    padding-bottom: 70px;
  }
  footer.main-footer .page-links div[class*='col-'] {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  footer.main-footer .copyrights div[class*='col-'] {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

/* =======================================================
     NAVBAR
   ======================================================= */
nav.navbar {
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

nav.navbar i.fa-caret-down {
  padding: 0 5px;
  display: inline-block;
}

nav.navbar .navbar-nav .nav-link {
  font-size: 0.9rem;
}

nav.navbar .navbar-nav a {
  color: #333;
  padding: 15px 0;
}

nav.navbar .navbar-nav a:hover {
  color: #ff6b6b;
}

nav.navbar .navbar-nav .active .dropdown-menu a {
  color: #6c757d;
}

nav.navbar .navbar-nav .active a {
  color: #ff6b6b;
}

nav.navbar .navbar-nav ul li a {
  padding-right: 0 !important;
  margin: 0;
}

nav.navbar .navbar-nav ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

nav.navbar .navbar-nav ul li .icon.search {
  border: 1px solid #333;
}

nav.navbar .navbar-nav ul li .icon.cart {
  color: #fff;
  background: #ff6b6b;
  display: inline-block;
  margin-right: 10px;
}

nav.navbar .navbar-nav ul li .icon.cart i {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

nav.navbar .navbar-nav span.no {
  margin-right: 5px;
}

nav.navbar .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border-top: 2px solid #ff6b6b;
  margin-top: 17px;
  font-size: 0.85em;
}

nav.navbar .dropdown-menu a {
  padding: 12px 20px;
  color: #495057;
  font-size: .8rem;
}

nav.navbar .dropdown-menu a:active {
  background-color: #e9ecef;
}

nav.navbar .dropdown-submenu {
  position: relative;
}

nav.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  font-size: .95em;
}

nav.navbar .dropdown-submenu.show > .dropdown-menu {
  display: block;
}

nav.navbar button.navbar-toggler {
  font-size: 1em;
  padding: 10px 0;
  height: 40px;
  outline: none;
  text-transform: uppercase;
  right: 0;
}

nav.navbar .megamenu {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 8px !important;
  right: 0;
  z-index: 9999;
}

nav.navbar .megamenu ul {
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}

nav.navbar .megamenu ul a {
  padding: 5px 0 !important;
  text-decoration: none;
  color: #555;
}

nav.navbar .megamenu ul a:hover {
  background: none;
  color: #ff6b6b;
}

/* NAVBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 580px) {
  nav.navbar button.navbar-toggler {
    right: 1rem;
  }
  nav.navbar .navbar-nav .dropdown-menu {
    border-top: none;
  }
}

/* NAVBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 991.98px) {
  .navbar {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  nav.navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none !important;
  }
  .fixed-top .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    pointer-events: none;
  }
  .navbar .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    pointer-events: auto;
  }
}

/* =======================================================
       Category Page
   ======================================================= */
.sidebar-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.sidebar-block:last-of-type {
  border-bottom: none;
}

.sidebar-block:first-of-type {
  padding-top: 0;
}

.sidebar-heading {
  margin-bottom: 3rem;
}

.sidebar-nav .nav-link {
  font-size: 0.9rem;
  color: #343a40;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
  color: #343a40;
  background: #dee2e6;
}

.sidebar-nav .nav-link .badge {
  line-height: 1.5;
}

section.products a.item-name, section.related-items a.item-name {
  color: #333;
}

section.products a.item-name:hover, section.related-items a.item-name:hover, section.products a.item-name:focus, section.related-items a.item-name:focus {
  color: #ff6b6b;
  text-decoration: none;
}

section.products .filters div[class*="col-"], section.related-items .filters div[class*="col-"] {
  padding: 0;
  text-align: right;
}

section.products select, section.related-items select {
  color: #333;
  border-radius: 50px;
  font-size: 0.8em;
  margin-left: 10px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

section.products .item, section.related-items .item {
  position: relative;
  margin-bottom: 2rem;
}

section.products .item ul.rate, section.related-items .item ul.rate {
  font-size: 0.7em;
  margin: 15px;
}

section.products .item ul.rate li, section.related-items .item ul.rate li {
  padding: 0;
  margin: 0;
}

section.products .item p, section.related-items .item p {
  color: #777;
  font-size: 0.85em;
  font-weight: 300;
}

section.products .item .product-image, section.related-items .item .product-image {
  position: relative;
  padding-top: 30px;
  height: 180px;
}

section.products .item .product-image:hover .overlay, section.related-items .item .product-image:hover .overlay {
  opacity: 1;
}

section.products .item .badge, section.related-items .item .badge {
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 400;
}

section.products .item ul.price span, section.related-items .item ul.price span {
  font-size: 0.95em;
}

section.products .item ul.price span.price-old, section.related-items .item ul.price span.price-old {
  text-decoration: line-through;
  color: #aaa;
}

section.products .item .overlay, section.related-items .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.products .item .overlay a.wishlist, section.related-items .item .overlay a.wishlist {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 50%;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
}

section.products .item .overlay a.wishlist:hover, section.related-items .item .overlay a.wishlist:hover {
  background: #ff6b6b;
  color: #fff;
  border-color: #ff6b6b;
}

section.products .item .overlay a:not(.wishlist), section.related-items .item .overlay a:not(.wishlist) {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.products .item .overlay:hover a, section.related-items .item .overlay:hover a {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

section.products .item:hover .overlay, section.related-items .item:hover .overlay {
  opacity: 1;
}

section.products .item:hover .overlay a, section.related-items .item:hover .overlay a {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.pagination-custom nav {
  width: 100%;
}

.pagination-custom ul.pagination {
  width: 100%;
}

.pagination-custom ul.pagination li a {
  border-radius: 50px !important;
  padding: 5px 20px;
  color: #333;
}

.pagination-custom ul.pagination li a:hover {
  color: #fff;
}

.pagination-custom ul.pages li a {
  border-radius: 4px !important;
  padding: 5px 10px;
  font-size: 0.8em;
}

@media (max-width: 768px) {
  section.products h1, section.related-items h1 {
    text-align: center;
  }
  section.products h1::after, section.related-items h1::after {
    margin: 5px auto;
  }
  section.products .filters, section.related-items .filters {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 20px;
  }
}

/* =======================================================
       Item Details
   ======================================================= */
section.item-details .item img {
  margin: 0 auto;
}

section.item-details .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

section.item-details button.owl-thumb-item {
  width: 60px;
  height: 50px;
  overflow: hidden;
  opacity: 0.2;
  border: none;
  background: none;
  outline: none;
  margin: 0 5px;
  cursor: pointer;
}

section.item-details button.owl-thumb-item.active {
  opacity: 1;
}

section.item-details button.owl-thumb-item img {
  width: 100%;
}

section.item-details .price {
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 300;
}

section.item-details .price .rate {
  margin-right: 20px;
  font-size: 0.65em;
}

section.item-details .price li {
  padding: 0;
  margin: 0;
}

section.item-details .price span {
  color: #999;
  font-size: 0.6em;
  text-transform: uppercase;
  line-height: 23px;
}

section.item-details .model {
  margin-top: 20px;
  font-size: 0.95em;
  color: #444;
}

section.item-details .model li {
  padding: 5px 0;
}

section.item-details .model span {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}

section.item-details .description {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #777;
  font-weight: 300;
  line-height: 1.7em;
}

section.item-details .brief {
  font-weight: 300;
  line-height: 1.6em;
  font-weight: 300;
  color: #777;
  margin: 50px 0;
}

section.item-details .product-quantity .minus-btn, section.item-details .product-quantity .plus-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

section.item-details .product-quantity .minus-btn {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

section.item-details .product-quantity .plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

section.item-details .product-quantity input {
  width: 80px;
  height: 50px;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: none;
}

section.item-details select {
  border-radius: 50px;
  font-size: 0.95em;
  color: #777;
  width: auto;
  border-color: #ccc;
}

section.item-details select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.item-details .CTAs {
  margin-top: 30px;
}

section.item-details .CTAs i {
  display: inline-block;
  margin-left: 10px;
}

section.item-details .specifications {
  margin-top: 50px;
}

section.item-details .specifications .title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.95em;
  color: #333;
}

section.item-details .specifications .value {
  color: #777;
  font-weight: 300;
  font-size: 0.92em;
}

section.item-details .specifications ul {
  margin-bottom: 20px;
}

section.item-details .specifications li {
  margin-bottom: 7px;
}

/* =======================================================
       Related Items
   ======================================================= */
section.related-items {
  padding-top: 0;
}

/*  MEDIAQUERIES ----------------------------------------- */
@media (max-width: 992px) {
  section.related-items div[class*="col-"]:last-of-type, section.related-items div[class*="col-"]:nth-of-type(2n+2) {
    border-right: none;
  }
  section.related-items div[class*="col-"]:nth-of-type(3) {
    border-right: 1px solid #eee !important;
  }
}

@media (max-width: 768px) {
  section.related-items div[class*="col-"] {
    border-right: none !important;
  }
  section.related-items div[class*="col-"]:nth-of-type(3) {
    border-right: none !important;
  }
}

/*=======================================================
       Shopping cart
  ======================================================= */
.cart-page section {
  padding: 50px 0;
}

.cart-page .arrow {
  margin: 50px auto;
}

.cart-page .arrow span {
  display: inline-block;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 50px;
  height: 1px;
  background: #888;
}

.cart-page .arrow span:first-of-type {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.cart-page .arrow span:last-of-type {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

section.cart {
  padding-bottom: 0;
}

section.cart .cart-heading {
  background: #212529;
  color: #fff;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 400;
}

section.cart .cart-body {
  padding: 10px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
}

section.cart .cart-body a {
  color: #333;
}

section.cart .cart-body .cart-item {
  padding: 30px;
  border-bottom: 1px solid #eee;
}

section.cart .product-details {
  padding: 0 20px;
}

section.cart .product-details h3 {
  font-weight: 400;
}

section.cart .product-img {
  max-width: 150px;
}

section.cart .total-price {
  margin-top: 20px;
}

section.cart .total-price span, section.cart .total-price strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

section.cart .product-quantity .minus-btn, section.cart .product-quantity .plus-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

section.cart .product-quantity .minus-btn {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

section.cart .product-quantity .plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

section.cart .product-quantity input {
  width: 60px;
  height: 35px;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  background: none;
}

section.cart a:hover, section.cart a:focus {
  color: #ff6b6b;
  text-decoration: none;
}

/* =======================================================
       Shipping Address
   ======================================================= */
section.shipping .bootstrap-select {
  position: relative;
  height: 60px;
}

section.shipping .bootstrap-select button {
  height: auto !important;
}

section.shipping .shipping-alternative {
  display: none;
}

section.shipping .payment-cards {
  margin-bottom: 10px;
}

/* MEDIAQUERIES ----------------------------------------- */
@media (max-width: 768px) {
  section.cart > .container {
    width: 100%;
    overflow: scroll !important;
  }
  section.cart > .container .cart-holder {
    min-width: 768px;
  }
  section.cart .product-quantity input {
    width: 40px;
  }
}

/* =======================================================
       Contact Page
   ======================================================= */
#map {
  height: 400px;
}

.contact-icon {
  height: 5rem;
  font-size: 3rem;
  color: #ff6b6b;
}

/* =======================================================
       Blog Pages
   ======================================================= */
.comments-heading {
  margin-bottom: 2rem;
}

.comment {
  margin-bottom: 2rem;
}

.comment p.posted {
  color: #aaa;
  font-size: 90%;
}

.comment p {
  color: #495057;
  font-weight: 300;
}

.comment-form h4 {
  margin-bottom: 2rem;
}

.post-item {
  margin-bottom: 2rem;
}

.post-item .image {
  margin-bottom: 20px;
}

.post-item .intro {
  color: #6c757d;
  font-weight: 300;
}

.post-item h4 {
  font-size: 1.25rem;
}

.post-item h4 a {
  color: #212529;
}

.post-item h4 a:hover, .post-item h4 a:focus {
  color: #ff6b6b;
}

.pagination-lg {
  font-weight: 300;
}

.tag {
  padding: 0 1rem 0 0.8rem;
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  background: #eee;
  color: #333;
  text-decoration: none;
  position: relative;
}

.tag::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 8px solid #eee;
  border-bottom: 15px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tag:hover {
  background: #ff6b6b;
  color: #fff;
  text-decoration: none;
}

.tag:hover::before {
  border-right-color: #ff6b6b;
}

/*
* ==========================================================
*     Maps
* ==========================================================
*/
.map-custom-popup .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}

.map-custom-popup .leaflet-popup-content {
  margin: 0;
  background: #fff;
}

.map-custom-popup .leaflet-popup-tip {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.map-custom-popup a.leaflet-popup-close-button {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  background: #343a40 !important;
  font-weight: bold;
  line-height: 30px !important;
}

.map-custom-popup .leaflet-popup-content p {
  margin: 0 0 1rem;
}

.map-custom-popup .leaflet-popup-content a {
  color: #ff6b6b;
}

.map-custom-popup .popup-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-custom-popup .popup-venue .image {
  width: 200px;
  background-position: center center;
  background-size: cover;
}

.map-custom-popup .popup-venue .text {
  width: 400px;
  padding: 1rem;
}

.map-custom-tooltip {
  padding: .5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.map-custom-tooltip.active {
  color: #fff;
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.map-custom-tooltip.active:before {
  border-top-color: #ff6b6b;
}

/*
* ===================================================
*     NOUI SLIDER THEMING
* ===================================================
*/
.noUi-target {
  background: #ddd;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
  margin-top: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 3px;
  height: 14px;
  right: -2px !important;
  top: -5px;
  background: #343a40;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #222;
}

.nouislider-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: .9rem;
  color: #495057;
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 150px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 190px;
  left: 0;
  background: #fff;
  border: solid 1px #e9ecef;
  z-index: 2000;
}

#style-switch h4 {
  color: #495057;
}

#style-switch .text-small {
  font-size: .8em;
}

#style-switch select {
  font-size: 0.85em;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 {
  border: 1px solid transparent;
  font-weight: 400;
  padding: 0.45rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:not([class*='outline']) {
  color: #fff;
}

.btn-white {
  color: #ff6b6b !important;
}

.btn-white:hover, .btn-white:focus {
  color: #fff !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.btn:active, .btn.active {
  background-image: none;
}

.btn-primary {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff4545;
  border-color: #ff3838;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

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

.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.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  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: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  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: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  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: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  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: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #ff6b6b;
  background-color: transparent;
  background-image: none;
  border-color: #ff6b6b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff6b6b;
  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: #212529;
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.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.2rem rgba(255, 107, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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: 30rem;
}

.btn-sm {
  padding: 0.28rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 30rem;
}

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

a {
  text-decoration: none;
  color: #ff6b6b;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #ff1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-left: 5px solid #ff6b6b;
  font-size: 1.25rem;
}

.blockquote-footer {
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #ff3838 !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;
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  border-color: #dee2e6;
  background-color: #fff;
}

.page-link {
  padding: 0.5rem 0.75rem;
  color: #ff6b6b;
  border: 1px solid #dee2e6;
  background-color: #fff;
  line-height: 1.25;
}

.page-link:hover, .page-link:focus {
  text-decoration: none;
  color: #ff1f1f;
  border-color: #dee2e6;
  background-color: #e9ecef;
}

.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;
}

.custom-control-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff6b6b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff6b6b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff6b6b;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 107, 107, 0.5);
}

.form-control {
  padding: 1.5rem 1.5rem;
  border-radius: 5rem;
}

.form-control::-webkit-input-placeholder {
  color: #adb5bd !important;
  font-size: 0.9rem !important;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  color: #adb5bd !important;
  font-size: 0.9rem !important;
  font-weight: 300;
}

.form-control::-ms-input-placeholder {
  color: #adb5bd !important;
  font-size: 0.9rem !important;
  font-weight: 300;
}

.form-control::placeholder {
  color: #adb5bd !important;
  font-size: 0.9rem !important;
  font-weight: 300;
}

.form-control-lg {
  font-size: 1.1rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

textarea.form-control {
  border-radius: 25px;
}

.input-group-prepend .input-group-text {
  border-radius: 30rem 0 0 30rem;
}

.input-group-prepend + .form-control {
  border-radius: 0 30rem 30rem 0;
}

.input-group input:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-groupappend .input-group-text {
  border-radius: 0 30rem 30rem 0;
}

.input-groupappend + .form-control {
  border-radius: 30rem 0 0 30rem;
}

/*
* 10. DROPDOWNS
*/
.dropdown-menu {
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: .8rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  color: #495057;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ff6b6b;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #ff6b6b;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
}
