/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bbb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #777;
}

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
* a {
    color: #00005A;
    text-decoration: none;
}
.page-title-h1 {
    color: #00005A;
}
.no-top-p-space {
    margin-top: -15px;
}
.text-section-div-terms {
    margin-top: 1rem;
}
.tbh-br-item.tbh-end.current span {
    font-weight: 700;
    font-size: 14px;
}
.about-map-image {
    width: auto;
    height: 155px;
}
.about-image-wrap-text {
    display: flex;
    flex-direction: row;
}
.about-left-image {
    max-width: 20%;
}
.about-right-text {
    max-width: 75%;
    margin-left: 2em;
}
.hr-line-div {
    min-height: 5px;
    margin-top: 1em;;
}
.hr-line-section {
    min-height: 2px;
    margin-top: 2px;
    border-bottom: 1px solid #000000;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* ***** Sidebar ***** */
section#sidebar {
    border: 1px solid #000000;
    padding: 15px;
    border-radius: 10px;
    border-top: 10px solid #CB2E00;
    margin-top: 20px;
}
/* ***** Sidebar ***** */
/* ***** Horizontal Cards ***** */
.horizontal-cards {
    width: 99%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-left: 0rem;
    margin-left: auto;
    margin-right: auto;
}
.horizontal-card {
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    min-height: 9rem;
}
.h-card-img-box {
    float: left;
    height: 100px;
    width: auto;
    margin-left: 1%;
    margin-right: 1%;
}
.news-card-image {
    height: 100px;
    width: auto;
}
.th-sr-meta-hcard {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 85%;
}
.th-sr-meta-hcard h4 {
    color: #000;
    font-size: 16px;
    min-height: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.th-sr-meta-hcard p {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 2rem;
}
.read-more-hcard {
    width: auto;
    display: block;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
    color: #CB2E00;
    padding-right: 5px;
}
/* ***** Horizontal Cards ***** */
.bold-title {
    font-weight: 700;
}
.grey-section {
    background-color: #F1F1F1;
}
.full-width-div {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.text-section-div {
    margin-top: 2rem;
}
.row.tb-cards{
    margin-left: 0;
}
.ul-terms-protect-information {
    padding-left: 3em;
    padding-right: 4em;
}
@media (max-width: 768px) {
    .card.slick-slide.slick-active {
        min-height: 27rem;
        margin-left: 0;
        min-width: 23.3rem;
    }
    .view-all {
        padding-right: 2rem;
    }
    .horizontal-cards {
        width: 99%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 1rem;
        padding-left: 0rem;
        margin-left: 0.5rem;
        margin-right: auto;
    }
}

.fm-loader {
    text-align: center;
    margin: 20px;
}

.fm-loader img {
    height: 20px;
    width: auto;
}

.fm-flip {
    transform: rotate(-180deg);
}

.fm-form-input{
    border-radius: 0px !important;
}

.fm-font-zzl {
    font-size: 34px !important;
}

.fm-font-zxl {
    font-size: 24px !important;
}

.fm-font-zl {
    font-size: 22px !important;
}

.fm-font-xxl {
    font-size: 20px !important;
}

.fm-font-xl {
    font-size: 18px !important;
}

.fm-font-lg {
    font-size: 16px !important;
}

.fm-font-mdl {
    font-size: 15px !important;
}

.fm-font-md {
    font-size: 14px !important;
}

.fm-font-sm {
    font-size: 12px !important;
}

.fm-font-xs {
    font-size: 10px !important;
}

.fm-txt-bold {
    font-weight: bold !important;
}

.fm-box-shadow {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 7px 0px;
   border:none;
}

.fm-pad-top-1{
    padding-top: 5px;
}

.fm-pad-top-2 {
    padding-top: 10px;
}

.fm-disable-color {
    color: grey !important;
}

.fm-color{
    color: #00005A !important;
}

.fm-line-ht-md {
    line-height: 25px;
    margin-bottom: 0px;
}

.fm-margin-sm{
    margin-top:10px;
    margin-bottom:10px;
}

.fm-margin-md {
    margin-top: 12px;
    margin-bottom: 12px;
}

.fm-padding-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fm-float-left{
    float: left !important;
}

.fm-cursor{
    cursor: pointer !important;
}

.fm-cat-ids, .fm-man-ids{
    cursor: pointer;
}

.fm-more-info {
    cursor: pointer;
    margin-left: 20px;
}

.btn.btn-primary {
    background-color: #00005A !important;
    color: #fff !important;
    border: 1px solid #00005A !important;
    border-radius: 3px !important;
    font-weight: 800 !important;
}

.btn.btn-primary:hover {
    background-color: #00005A !important;
}

.btn.btn-secondary {
    background-color: #FFF !important;
    color: #00005A !important;
    border: 1px solid #00005A !important;
    border-radius: 3px !important;
    font-weight: 800 !important;
}

.btn.btn-secondary:hover {
    background-color: #00005A !important;
    color: #FFF !important;
}

.forman-codes-list-card-actions {
    margin-top: 10px;
}

.fm-grey{
    color: dimgrey;
}

.fm-txt-center {
    text-align: center !important;
}

.fm-txt-left {
    text-align: left !important;
}

.fm-txt-right {
    text-align: right !important;
}

.fm-dark-red {
    color: #CB2C00;
}
.cta-button {
    display: inline-block;
    margin: 40px auto 0;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #00005A;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.cta-button-wide {
    min-width: 20rem;
}
ne-header {
    margin-bottom: 15px;
}

.fm-d-none{
    display:none !important;
}

.fm-menu-top-icon {
    position: relative;
    left: 0.5em;
    top: 2px;
    color: #fff;
    cursor: pointer;
}

.fm-cart-quantity-input{
    height: 18px !important;
}

.fm-bg-white{
    background-color: #fff !important;
}

.fm-menu-border{
    border: 1px solid grey;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.spinner {
    width: auto;
    height: 20px;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: #00005A;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    #backToTop:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

/* Mobile adjustments */
@media (max-width: 768px) {
    #backToTop {
        bottom: 15px;
        right: 15px;
        padding: 10px 14px;
        font-size: 16px;
    }
}

.fm-disabled-control{
    background-color: #ccc;
}

.fm-page-item {
    border: 1px solid #000;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.fm-page-item:hover{
    background-color: #00005A;
    color:#fff;
}

.fm-page-item-active {
    background-color: #00005A;
    color: #fff;
}
.fm-btn {
    background-color: #00005A !important;
    color: #fff !important;
}

.cart-comment-area {
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .cart-comment-cancel {
        margin-top: 10px !important;
    }

    .cart-comment-save{
        margin-top: 10px !important;
    }

    .cart-comment-area {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 767px) {
    .co-product-layout-margin {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.fm-hidden{
    display:none !important;
}