:root {
    --srs-main-color: #000;
    --srs-main-bg-color: #fff;
    --srs-main-bg-hue: #f8f8f8;

    --srs-cat-header-bg: #f5f5f5;
    --srs-cat-bg-hue: #e8e8e8;
    --srs-cat-shadow-start: rgba(0,0,0,.05);
    --srs-cat-shadow-end: rgba(255,255,255,.1);

    --bs-body-font-family: Lato;
    --bs-body-font-size: 14px;
    --bs-body-color: #333;



    --site-main-block-color: #fff;
    --site-main-block-bg: #7aa93c;
    --site-main-header-color: #7aa93c;
    --site-main-block-border-color: #ccc;
    --site-main-block-bg-highlight: #8ab94c;

    --srs-cat-color: #777;
}

html[data-bs-theme="dark"] {

    --bs-heading-color: #f8f8f8;
    --bs-body-color: #f8f8f8;

    --site-main-block-border-color: #999;
    --bs-border-color: #999;

    .left-nav .panel-heading {
        color: #f0f0ed;
        background-color: #333;
        border: 1px solid #3e3d3d;
    }
    .left-nav .panel-heading .panel-title{
        color: #f0f0ed;
    }
    .category-header {
        background-image: none;
        box-shadow: none;
        background-color: #333;
    }
    .categories-nav {
        background-image: none;
        background-color: #333;
        border-radius: 0;
        box-shadow: none;
    }
    .srs-cart-totals tr.warning td {
        background-color: #35311a;
    }
}
.navbar-dark.demo-header .navbar-toggle {
    border-radius: 0;
    border: none;
    margin-top: 15px;
}
.navbar-dark.demo-header .navbar-toggle:hover {
    background: none;
}
.navbar-dark.demo-header .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-dark .navbar-toggle .icon-bar {
    background: white;
}

.navbar-dark.demo-header {
    background: #273140;
    min-height: 70px;
    box-shadow: none;
    border-radius: 0;
}

.demo-header .navbar-brand img {
    height: 44px;
    width: auto;
}
.demo-header .navbar-nav {
    margin-top: 0;
}

.demo-header .navbar-nav > li > a {
    text-shadow: none;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-family: 'PT Sans';
    font-size: 1.1em;
    font-weight: 700;

}
.demo-header .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 1);
}

.demo-footer {
    padding-top: 40px;
    background: #273140;
    color: rgba(255,255,255,0.25);
    font-family: "PT Sans";
}

.demo-footer .img-responsive {
    margin-bottom: 30px;
    max-width: 100%;
}

.demo-footer .demo-contact {
    color: white;
}
.demo-footer .demo-contact .row {
    color: white;
    margin-bottom: 15px;
}
.demo-footer-bottom {
    margin-top: 35px;
    padding-top: 45px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: .9em;
}

.demo-footer-bottom a {
    color: rgba(255, 255, 255, 0.05);
    font-size: 2em;
}
.demo-footer-bottom a:hover {
    color: rgba(255, 255, 255);
}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
    border: none;
    box-shadow: none;
    outline: 0;
}



/* TEST STYLES */

#srs-welcome-popup {
    padding: 0 12px;
}
#srs-welcome-popup .srs-welcome-msg {
    border-radius: 0;
}
#srs-promo-inline {
    min-height: auto;
    max-height: 26px;
    max-width: 120px;
}

#srs-promo-quick-btn {
    display: none;
}



@media (max-width: 768px) {
    .dl-cart-items {
        display: list-item !important;
    }


    #srs-promo-inline-block {
        display: none;
        position: absolute;
        top: 0;
        right: -2px;
        width: 160px;
        z-index: 200;
    }
    #srs-promo-inline-block.shower {
        display: flex;
    }
    #srs-promo-quick-btn {
        display: block;
    }
    #srs-promo-quick-btn.hider {
        display: none;
    }
}
@media (max-width: 768px) {
    .srs-product-search-block {
        width: 100%;
    }
}
#srs-product-search-form {
    max-width: 260px;
    margin: 0 auto;
}
.navbar-nav {
    flex-direction: row;
}



@font-face {
    font-family: Lato;
    font-family: Lato;
    src: url('/site/assets/lato.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


.product-display-mode {
    position: relative;
    top: -2px;
    right: -2px;
}
.list-view li.category-product {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #7aa93c;
}

#srs-list, #srs-grid {
    background-color: #ccc;
    color: black;
}
#srs-list.active, #srs-list.active:focus, #srs-grid.active, #srs-grid.active:focus {
    background-color: #7aa93c;
    color: white;
}
#srs-account-cart-block, #srs-account-menu-block {
    position: relative;
}
#cart-menu-list {
    min-width: 240px;
}
#cart-menu-list li {
    padding: 0 4px;
}

#cart-menu-list, #user-menu-list {
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    border-top: 5px solid var(--site-main-header-color);
    right: 0;
}
#cart-menu-list:before, #user-menu-list:before {
    position: absolute;
    top: -16px;
    right: 27px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    color: var(--site-main-header-color);
    font-weight: 400;
    line-height: 1;
    content: "\e253";
}

.cart-item-link {
    text-decoration: none;
}
.srs-available-rates, .srs-fees {
    font-size: 16px;
    font-weight: bold;
    color: var(--srs-cat-color);
    margin-bottom: 2px;
    padding: 0;
    background-color: transparent;
}
.srs-available-rates {
    margin: 0 0 0 0;
}

.srs-cart-btn {
    width: 100%;
    text-align: center !important;
}

.srs-simple-description-header, .srs-simple-header, .srs-header-bg, .product-heading {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 0;
    background-image: none;
    background-color: #f0f0ed;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;

}
.srs-simple-description-header h4, .srs-simple-header h4, .srs-header-bg h4, .product-heading h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--srs-cat-color);
    margin-bottom: 2px;
}
@media (min-width: 815px) {
    #lightbox-modal-content.gallery-box {
        min-width: 750px;
        min-height: 450px;
        text-align: center;
    }
}
#lightbox-modal-content.gallery-box#gallery-box-main-img {
    max-width: 85vw;
}
#lightbox-modal .modal-content {
    border-radius: 0;
    border: 1px solid #333;
}
.srs-simple-description, #rental-overview-content,
.location-rate-hold ul, .location-rate-hold .product-rates {
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.product-review {
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.img-thumbnail {
    border-radius: 0;
    border: 1px solid  #e3e3e3;
    margin-bottom: 10px;
}
.img-thumbnail:hover {
    border-radius: 0;
    border: 1px solid var(--site-main-header-color);
    margin-bottom: 10px;
}
.srs-checkbox-additional-info-block {
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.srs-checkout-page .srs-header-bg {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 0;
    background-image: none;
    background-color: #f0f0ed;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.srs-checkout-page .srs-header-bg h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--srs-cat-color);
    margin-bottom: 2px;
}
#renter-info-table, .srs-simple-block {
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.additional-info-pre-block {
    text-wrap: initial;
    font-family: Lato;
}
#rental-location-content {
    padding: 0px 0;
}
html[data-bs-theme="dark"] .srs-simple-description-header, html[data-bs-theme="dark"] .srs-header-bg, html[data-bs-theme="dark"] .product-heading {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 0;
    background-image: none;
    color: #f0f0ed;
    background-color: #333;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #3e3d3d;
}
html[data-bs-theme="dark"] .srs-simple-description {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #3e3d3d;
    border-top: none;
}
#srs-profile-form h4.srs-header-bg {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 16px;
}
html[data-bs-theme="dark"] #srs-profile-form h4.srs-header-bg {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #3e3d3d;
}
html[data-bs-theme="dark"] .header-logo {
    filter: invert(1);
}
html[data-bs-theme="dark"] .srs-available-rates,
html[data-bs-theme="dark"] .srs-fees,
html[data-bs-theme="dark"] .srs-header-bg {
    background-color: #333;
    border-radius: 0;
    padding: 6px;
}
html[data-bs-theme="dark"] .srs-available-rates h4,
html[data-bs-theme="dark"] .srs-fees h4,
html[data-bs-theme="dark"] .srs-header-bg h4 {
    color: #f0f0ed;
}


#srs-checkout-notes {
    border-radius: 0;
    border: 1px solid var(--bs-border-color);
}

.categories-nav {
    background-image: none;
    background-color: #f0f0ed;
    border-radius: 0;
    box-shadow: none;
}
.category-header {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 10px;
    background-image: none;
    background-color: #f0f0ed;
    border-radius: 0;
    box-shadow: none;
}
.category-header h3 {
    font-size: 14px;
}
.category-header h3 a {
    text-decoration: none;
    color: var(--srs-cat-color);
}
.category-header h3 a:hover {
    text-decoration: underline;
    color: var(--srs-cat-color);
}
.category-header h3 i {
    text-decoration: none;
    font-size: 14px;
    color: var(--srs-cat-color);
}
.left-nav .panel-heading {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 10px;
    background-image: none;
    background-color: #f0f0ed;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.left-nav .panel-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--srs-cat-color);
    margin-bottom: 2px;
}
#srs-list {
    box-shadow: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 4px;
    line-height: 14px;
    text-shadow: none;
    background-image: none;
    filter: none;
}

#srs-list:focus, #srs-list:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
#srs-grid {
    box-shadow: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 4px;
    line-height: 14px;
    text-shadow: none;
    background-image: none;
    filter: none;
}

#srs-grid:focus, #srs-grid:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn, a {
    font-size: 14px;
    color: var(--site-main-header-color);
}
.categories-nav .btn-main-hover {
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--site-main-header-color);
}
.categories-nav .btn-main-hover:hover, .categories-nav .btn-main-hover.active {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--site-main-block-color);
    background-color: var(--site-main-header-color);
    border-radius: 0;
}
#category-product-search {
    border-radius: 0 !important;
    border: 1px solid var(--site-main-block-border-color);
}
.btn-site {
    border: 1px solid var(--site-main-block-border-color);
    border-radius: 0 !important;
    background-color: var(--site-main-block-bg);
    color: var(--site-main-block-color);
}
.btn-site:hover {
    border: 1px solid var(--site-main-block-border-color);
    border-radius: 0 !important;
    background-color: var(--site-main-block-bg-highlight);
    color: var(--site-main-block-color);
}
#user-menu-btn-label {
    display: none;
}
#user-menu-btn i, #srs-nav-login i, #cart-menu-btn i {
    font-size: 24px;
}
#cart-menu-btn #srs-cart-count {
    position: relative;
    left: 5px;
    top: -15px;

    color: var(--site-main-block-bg) !important;
    border: 1px solid var(--site-main-block-bg) !important;
    background: transparent !important;
}
#cart-menu-btn.active {
    background: transparent !important;
    color: var(--site-main-block-bg) !important;
}
#user-menu-btn.active {
    background: transparent !important;
    color: var(--site-main-block-bg) !important;
}
#user-menu-btn, #srs-nav-login, #cart-menu-btn {
    border-radius: 40px;
}
#user-menu-btn:hover, #user-menu-btn:active, #srs-nav-login:hover, #srs-nav-login:active {
    background-color: var(--site-main-block-bg-highlight);
    border-radius: 40px;
}
#cart-menu-btn:hover, #cart-menu-btn:active {
    background: transparent !important;
    color: var(--site-main-block-bg-highlight);
    border-radius: 40px;
}
.form-group {
    margin-bottom: 4px;
}
.promo-label {
    color: var(--site-main-header-color);
    padding: 7px;
}


input.form-control, select.form-control {
    border-radius: 0;
}
.invalid-feedback {
    margin-bottom: 3px;
}
.totals-title {
    font-weight: bold;
    font-size: 16px;
}
.totals-value {
    font-weight: normal;
    font-size: 16px;
}
.srs-cart-totals tr.warning td {
    background-color: #fcf8e3;
}
.srs-cart-totals tr td {
    border-bottom-width: 0;
}
.srs-fees {
    margin-top: 0;
    margin-bottom: 8px;
}

.srs-list-links {
    border-radius: 0;
}
.srs-list-links .list-group-item {
    padding: 0;
    min-width: 0;
}
.srs-list-links .list-group-item a {
    padding: 8px 16px;
    display: block;
    text-decoration: none;
}
#srs-list {
    margin-left: 5px;
}
.grid-view .category-product-img-holder {
    text-align: center;
}
.grid-view .category-product-img-holder img, .list-view .category-product-img-holder {
    padding: 15px;
    border: none;
    background-color: white;
}

.grid-view .category-product-img-holder img, .list-view .category-product-img-holder img {
    max-width: calc(85%);
    max-height: 250px;
    transform: scale(0.9);
    margin-bottom: 15px;
    transition: all 0.4s;
}
.grid-view .category-product-img-holder img:hover, .list-view .category-product-img-holder img:hover {
    max-width: calc(85%);
    transform: scale(1.00);
    max-height: 250px;
    margin-bottom: 15px;
    transition: all 0.4s;
}
.grid-view .category-product h5 {
    text-align: center;
}


.srs-list-links .list-group-item a.active {
    background-color: var(--site-main-block-bg);
    color: var(--site-main-block-color);
}
.srs-list-links .list-group-item a:hover {
    background-color: var(--site-main-block-bg);
    color: var(--site-main-block-color);
}
.srs-promo-remove-inline-btn {
    position: absolute;
    right: 46px;
    top: 3px;
}


#rental-overview-content {
    margin-bottom: 16px;
}

