body {padding-top: 3.5rem;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* gallery over thumb text */
.overImgTop {width: 100%; position: absolute; top: 0; color: white; background: rgba(0, 0, 0, 0.6); text-overflow: ellipsis; word-wrap: break-word; display: block; line-height: 1.5em; max-height: 2em;}
.overImgBot { width: 100%; position: absolute; bottom: 0; color: white; background: rgba(0, 0, 0, 0.6); overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: block; line-height: 1.5em; max-height: 2em;}
 
.container h1 {font-size: 2.0em;}
.container h2 {font-size: 1.875em;}
.container h3 {font-size: 1.175em;}
 
#btn-back-to-top {position: fixed; bottom: 20px; right: 20px; display: none;}
 
/* ribbon forsale */
.ribbon-wrapper {height: 70px; overflow: hidden; position: absolute; right: -2px; top: -2px; width: 70px; z-index: 10;}
.ribbon-wrapper.ribbon-lg {height: 120px; width: 120px;}
.ribbon-wrapper.ribbon-lg .ribbon {right: 0px; top: 26px; width: 160px;}
.ribbon-wrapper.ribbon-xl {height: 180px; width: 180px;}
.ribbon-wrapper.ribbon-xl .ribbon {right: 4px; top: 47px; width: 240px;}
.ribbon-wrapper .ribbon {box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); font-size: 0.8rem; line-height: 100%; padding: 0.375rem 0; position: relative; right: -2px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-transform: uppercase; top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 90px;}
.ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: '';
  position: absolute;
}

.ribbon-wrapper .ribbon::before {left: 0;}
.ribbon-wrapper .ribbon::after {right: 0;}
.bg-warning, .bg-warning>a {color: #1f2d3d!important;}
.bg-warning {background-color: #ffc107!important;}
.bg-success, .bg-success>a {color: #fff!important;}
.bg-success {background-color: #28a745!important;}
.bg-danger, .bg-danger>a {color: #fff!important;}
.bg-danger {background-color: #dc3545!important;}
.text-lg {font-size: 1.25rem!important;}
.text-xl {font-size: 2rem!important;}

/* Carousel */
.bd-placeholder-img {font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
@media (min-width: 768px) { .bd-placeholder-img-lg {font-size: 3.5rem;} }
.carousel-item {height: 65vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

.sitemap h1 {font-size: 20px;}
.sitemap a {font-size: 12px; line-height: 2.0;}
.breadcrumb {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #bac1c7; border-radius: 0.25rem;}

/* Store Cart Rows */
tr.lightrow td {background-color: #FFFFFF;}
tr.darkrow td {background-color: #EFEFEF;}

/* Chat Bot */
#helpBot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: Arial;
}
#helpBotHeader {
    background: #0078D7;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
#helpBotChat {
    height: 260px;
    overflow-y: auto;
    padding: 10px;
}
#helpBotControls {
    display: flex;
    padding: 10px;
}
#helpInput {
    flex: 1;
    padding: 6px;
}
#helpSend {
    margin-left: 5px;
    padding: 6px 10px;
}
