body{
   font-family: 'Gentium Basic', serif;
   background-color:#EBEBEB;
}

.no-link{
  text-decoration: none;
  color:#fff;
}

.site-message{
  background-color: #f44842;
}

.first-bar{
  background-color: #EBEBEB;
  min-height:40px;
}
.second-bar{
  background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 red;
  border: medium none;
  color: black;
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 0px 12px 26px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 12px 26px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 12px 26px 0px rgba(0,0,0,0.75);
}
.logo-bar{
  margin-top: -110px;
  background-color: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 30px 30px 0px 0px;
  border-radius: 30px 30px 0px 0px;
  position: relative;
  z-index: 98;
  border-bottom: 0px;
  box-shadow: 6px 8px 20px -4px #222, -6px 6px 4px -4px #222;
  -moz-box-shadow: 6px 8px 20px -4px #222, -6px 6px 4px -4px #222;
  -webkit-box-shadow: 6px 8px 20px -4px #222, -6px 6px 4px -4px #222;
}

.octive{
  background-color: #fff;
  border-radius: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  width: 225px;
  z-index: 98;
  position: relative;
}

.large-logo {
    margin-top: -75px;
    position: relative;
    z-index:99999;
}

@media (min-width: 992px) {
    .large-logo {
        margin-top: -90px;
    }
}

.navbar{
  background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
}
.navbar-nav li{
  padding:2px;
  border-right: 1px solid #d5d5d5;
  font-family: 'Gentium Basic', serif;
  font-size: 16px;
}

.navbar-nav li a{
  color: #777;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link{
  color:#000000;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: rgba(0,0,0,.7);
}

.grey-bg{
  background-color: #EBEBEB;
}

.admin-link{
  color:#000 !important;
}

h2.underline::after {
    border-bottom: 4px solid #950100;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 40px;
    width: 60px;
}

.store-info-wrapper{
  background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 red;
  border: medium none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  padding: 1px 0;
  transition: all 0.35s ease 0s;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding:10px;
}
.details{
  background-color:#fff;
  border-radius: 10px;
  font-size: 18px;
}
.store-info-details{
  width:100%;
  list-style-type: none;
  color:#000;
  display:table;
  margin-top:10px;
  padding:0px;
}
.store-info-details .heading{
  font-weight: bold;
  float:left;
}

.red-bg {
    background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 red;
}

.grey-bg {
    background-color:#EBEBEB;
}

.rounded-border{
  border: medium none;
  border-radius: 10px;
}

/*BIKES/TRIKES/FILTERS STYLES*/
.filters {
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 0.5rem;
}

.filter-heading {
  width: 100%;
  color: #fff;
  background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 red;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.filter-heading.btn {
    color: #fff;
    transition: none;
}

.filter-heading.btn:hover {
    color: #fff;
}

.filter-heading.btn:focus,
.filter-heading.btn:focus-within,
.filter-heading.btn:active,
.filter-heading.btn:active:focus {
    background: #950100;
}

.filter-heading.collapsed {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.filter-border {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

.form-check-input {
  margin-left:10px;
  position:relative;
  margin-top:5px;
}
/*END BIKES/TRIKES/FILTERS STYLES*/

/*SERVICES*/
.services{
  padding-bottom:15px;
}
.service-wrapper{
  border-radius: 4px;
  box-shadow: 6px 8px 20px -4px #222, -6px 6px 4px -4px #222;
}
.service-heading {
    background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 red;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
}
.service-items-list{
  list-style-type: none;
}
.item-price{
  float:right;
  padding-right:50px;
}
/*END SERVICES*/

.staff-image{
  width:auto;
  max-height:250px;
}

.alternative-wrapper{
  background-color:#f5f5f5;
  width:100%;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 4px 30px -4px #222, -2px 5px 10px -4px #222;
  -moz-box-shadow: 6px 8px 20px -4px #222, -6px 6px 4px -4px #222;
  -webkit-box-shadow: 0 4px 30px -4px #222, -2px 5px 10px -4px #222;
}
.alternative{
  padding-left:20px;
}
.alternative h4{
  padding-top:10px;
}
.alternative ul{
  list-style-type:none;margin:20px 0 20px 0;padding:0;font-size:1.1em;
}
.alternative ul li{
  padding-bottom:5px;
}
.contact-img{
  width:80%;
}
.detail-image{
  width:100%;
}
.detail-thumbnail-img{
  width:80px  !important;
}
.thumb-spacing img{
  margin-right: 25px;
}
.item-image {
  margin-bottom: 0.25rem;
}

.price {
  font-weight: bold;
  font-size: 1.25rem;
}

fieldset{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.location-info{
  width:100%;
  height:100%;
}
.footer-img{
  height: 25px;
  width: auto;
}

/* NAV */
.cyp-mobile-nav {
    background-color: #fff;
    border-top: 2px solid #D9D9D9;
    width: calc(100% + 30px);
    padding: 0;
    margin: 0 -15px;
}

.cyp-mobile-nav .cyp-main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.cyp-mobile-nav .cyp-main-nav:not(.collapse):not(.collapsing) {
    display: flex;
}

.cyp-mobile-nav .cyp-main-nav li {
    display: flex;
    width: 100%;
}

.cyp-mobile-nav .cyp-main-nav li a {
    padding: 1rem 1.5rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    width: 100%;
}

.cyp-mobile-nav .cyp-main-nav li.cyp-mobile-nav-open-item,
.cyp-mobile-nav .cyp-main-nav li a:hover,
.cyp-mobile-nav .cyp-main-nav li a.current-page,
.cyp-mobile-nav .cyp-main-nav li a.active {
    color: #FFF;
    background-color: #950100;
    text-decoration: none;
    cursor: pointer;
}

.cyp-mobile-nav .cyp-main-nav li.cyp-mobile-nav-open-item a {
    padding: 1rem 1.5rem 1rem 0;
}

.cyp-mobile-nav .cyp-main-nav li .cyp-mobile-nav-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
}

.cyp-mobile-nav .cyp-main-nav li:not(:last-child) {
    border-bottom: 2px solid #D9D9D9;
}

.cyp-mobile-nav .cyp-sub-nav {
    background-color: #950100;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
}

.cyp-mobile-nav .cyp-sub-nav li {
    display: flex;
}

.cyp-mobile-nav .cyp-sub-nav li a {
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.cyp-mobile-nav .cyp-sub-nav li a:hover,
.cyp-mobile-nav .cyp-sub-nav li a.current-page {
    color: #950100;
    background-color: #fff;
}

.cyp-mobile-nav li.cyp-mobile-nav-open-item .cyp-sub-nav li a {
    padding: 0.75rem 0.75rem 0.75rem 0.25rem;
}

.cyp-mobile-sub-nav-container {
    width: calc(100% - 3.5rem);
    background-color: #fff;
    min-height: 2.75rem;
    margin-left: 3.5rem;

}

@media (min-width: 992px) {
    .cyp-nav {
        background-color: #fff;
        border-top: 2px solid #D9D9D9;
        width: calc(100% + 30px);
        padding: 0;
        margin: 0 -15px;
    }

    .cyp-nav .cyp-main-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }

    .cyp-nav .cyp-main-nav li {
        display: flex;
        width: auto;
    }

    .cyp-nav .cyp-main-nav li a {
        padding: 1rem 1.5rem;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid transparent;
    }

    .cyp-nav .cyp-main-nav li a:hover,
    .cyp-nav .cyp-main-nav li a.current-page,
    .cyp-nav .cyp-main-nav li a.active {
        color: #FFF;
        background-color: #950100;
        text-decoration: none;
        cursor: pointer;
    }

    .cyp-nav .cyp-main-nav li a.current-page[href],
    .cyp-nav .cyp-main-nav li a.active[href] {
        border-bottom: 2px solid #FFF;
    }

    .cyp-nav .cyp-main-nav li:not(:first-child) {
        border-left: 2px solid #D9D9D9;
    }

    .cyp-nav .cyp-sub-nav {
        background-color: #950100;
        width: 100%;
        list-style: none;
        padding: 0.25rem 0.25rem 0 0.25rem;
        margin: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 0.5rem;
    }

    .cyp-nav .cyp-sub-nav li {
        display: flex;
    }

    .cyp-nav .cyp-sub-nav li a {
        padding: 0.5rem;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

    .cyp-nav .cyp-sub-nav li a:hover,
    .cyp-nav .cyp-sub-nav li a.current-page {
        color: #950100;
        background-color: #fff;
    }

    .cyp-sub-nav-container {
        width: 100%;
        background-color: #fff;
        min-height: 2.75rem;
    }
}

/* BUTTONS */
.cyp-button {
    background-color: #fff;
    color: #950100;
    border: 1px solid #950100;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 45px;
    transition: all 100ms ease-in-out;
    text-decoration: none;
}

.cyp-button:hover {
    background-color: #950100;
    color: #fff;
    border-color: #950100;
    text-decoration: none;
}

/* INVENTRORY PAGES */
.cyp-inventory-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    transition: border 100ms ease-in-out;
    border-radius: 0.5rem;
    padding: 0.25rem;
    color: #000
}

.cyp-inventory-item:hover {
    text-decoration: none;
    border: 2px solid #000;
    color:#950100
}

.cyp-inventory-item .item-image {
    border-radius: 0.25rem;
}

.cyp-stock-indicator-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cyp-stock-indicator {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.cyp-stock-indicator-in-stock {
    background-color: #D3F0BB;
    border: 1px solid #5BCB00;
    color: #255300;
}

.cyp-stock-indicator-out-of-stock {
    background-color: #F4F1C3;
    border: 1px solid #CBC100;
    color: #666100;
}

/* POPUP ALERT */
.popup-alert-active {
    padding-top: 5rem;
}

.popup-alert-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}

.popup-alert {
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 0;
    background-color: #950100;
    border-color: #950100;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.popup-alert p {
    margin-bottom: 0;
}

.popup-alert p + p {
    margin-top: 0.5rem;
}

.popup-alert a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.popup-alert a:hover {
    color: #ccc;
    text-decoration: underline;
}

/* CONTAINER */
.cyp-container {
    max-width: 90vw !important;
    margin-bottom: 5vw;
}

/* FOOTER */
.cyp-footer {
    color: #fff;
    background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0 red;
    border: medium none;
    width: 100%;
    min-height: 200px;
    -webkit-box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cyp-footer a {
    color: #fff;
}

.cyp-footer a:hover {
    color: #999;
}

.cyp-footer-links {
    font-size: 0.95rem;
}

.cyp-footer-shop-hours {
    color: #fff;
    font-size: 1.125rem;
}

.cyp-footer-logo {
    width: 75%;
}

/* MD */
@media (min-width: 768px) {
    .cyp-footer-logo {
        width: 65%;
    }
}

/* LG */
@media (min-width: 992px) {
    .cyp-footer-logo {
        width: 50%;
    }
}

/* HOME PAGE */
.cyp-hero {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.cyp-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cyp-featured {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 2rem 0;
}

.cyp-featured a {
    color: #000;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.cyp-featured a:hover {
    transform: scale(1.05);
}
.cyp-featured a:hover img {
    border: 2px solid #000;
}

.cyp-featured img {
    width: auto;
    height: 200px;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out;
}

/* UTILITIES */
.justify-self-end {
    justify-self: flex-end;
}

.align-self-end {
    align-self: flex-end;
}

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

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.rounded-45 {
    border-radius: 45px;
}

/* COOKIE CONSENT */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background-color: #fff;
    border-top: 2px solid #D9D9D9;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cookie-consent-banner .banner {
    max-height: 30vh;
    overflow-y: auto;
    padding: 1rem;
}

.cookie-consent-banner .banner h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.cookie-consent-banner .banner p {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .cookie-consent-banner {
        width: 50vw;
        border-top-right-radius: 1rem;
        border-right: 2px solid #D9D9D9;
    }

    .cookie-consent-banner .banner {
        max-height: unset;
        overflow-y: unset;
        padding: 1rem 1rem 0 1rem;
    }
}
