/* Main Colors
Dark green: #025804
Yellow: #F7E704
Dark gray: #1c1c1c
Dark yellow: #F7E704

Header font: Redonda (https://fonts.adobe.com/fonts/redonda)
*/

::selection {
	color: #fff;
	background: #2a2a2a;
}

::-moz-selection {
	color: #fff;
	background: #2a2a2a;
}

::-webkit-selection {
	color: #fff;
	background: #2a2a2a;
}

a:hover, a:focus, a.link {
	color: #3a3a3a;
}

/* Logo */
img.img-responsive {
    scale: 80%;
}

/* Expanded Search */
.search-full, .search-input {
	background: #000;
    font-size: 20px;
    padding-top: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}

.search-close i {
	color: #fff;
}

.search-close i:hover {
	color: #F7E704 !important;
}
/* Search Button in Nav */
button.btn.getFullSearch {
    background-color: #000;
}

button.btn.getFullSearch:hover {
    background-color: #000;
}
.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active
	{
	background-color: #d2d2d2;
	color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background: #006400;
    color: #fff;
}
/* Changes Quick View Button */
.btn-quickview {
	border-radius: 2px;
	font-family: 'Lato', Helvetica Neue, Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff !important;
	text-transform: uppercase;
	background: #1c1c1c;
	border: 1px solid #000;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	left: auto;
	min-width: 100px;
	max-height: 40px;
	height: 40px !important;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	padding: 10px;
	visibility: hidden;
	width: auto;
	display: inline-block !important;
	z-index: 2;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination>.active>a,
	.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #d2d2d2;
	border-color: #d2d2d2;
	color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.pagination>li>a, pagination>li>span {
    color: #000;
}
/* Sign in Popup Buttons */
.btn-action{
	background-color: #d2d2d2;
	color: #000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
/* Sign in Popup Buttons */
.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action{
	background-color: #025804;
	color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.btn-warning {
    background-color: #fff;
}
.btn-warning:hover{
    background-color: #d3d3d3;
    border-color: #000;
}
/* My Account Buttons */
button#btnSaveUserInformation {
    background: #F7E704;
    color: #fff;
}
button#btnSaveUserInformation:hover {
    background: #1c1c1c;
    color: #fff;
}
i.fa.fa-save {
    color: #fff;
}
.pager li>a {
    background: #1c1c1c;
    color: #fff !important;
}
.pager li>a:hover {
    background: #F7E704;
    color: #fff !important;
}
i.fa.fa-home {
    color: #fff;
}

.fa-money {
    color: #fff !important;
}

.navbar-top {
    background: #eaeaea;
    /*
    box-shadow: 0px 0px 7px 0px #000; */
}

.navbar-tshop {
    background: #eaeaea;
    /* box-shadow: inset 0px 0px 7px 0px #000; */
}

.site-color {
	color: #3a3a3a !important;
}

.navbar-nav>li>a {
	color: #000;
}

.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
	background: #d2d2d2;
}

/* Changes Background Color of Category Header */
span#categoryFilterTitle {
    color: #fff;
    font-family: 'Redonda';
    font-size: 13px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-weight: bolder;
    padding-left: 3.5px;
}

/* Changes Background of Cart on Hover */
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .cartMenu:hover>a.dropdown-toggle
	{
	background-color: none;
    color: #000;
}
span#totalCartItem {
    background: #fff;
    color: #000;
    margin: 2px;
    /* border: 2px solid #FF4500; */
}
.button.navbar-toggle {
    color: #000;
}
i.fa.fa-shopping-cart {
    color: #fff !important;
}
i.fa.fa-shopping-cart:hover {
    color: #F7E704 !important;
}
/* div#searchWidget {
    width: 25%;
} */
/* vvv Cart Dropdown vvv */
.dropdown-menu {
	border-top: 3px solid #F3D59D;
    background-color: #fff;
    /* background-image: url(/ecommerce/productimages/darkgrass_withblackfade_small.png) !important; */
    background-size: 25%;
    background-position: bottom;
    border-bottom: 3px solid #F3D59D;
    background-size: cover;
    background-blend-mode: overlay;
    }
    
    .dropdown-menu a {
        color:
    }

    .datepicker {
        background: #fff !important;
     }

    span.glyphicon.glyphicon-chevron-down {
        color: #000;
        background: #fff;
    }

    span.glyphicon.glyphicon-chevron-up {
        color: #000;
        background: #fff;
    }

    span.timepicker-hour {
        color: #000;
        background: #fff;
    }

    span.timepicker-minute {
        color: #000;
        background: #fff;
    }

    td.day.active.today {
        background: #221f20 !important;
        color: #F7E704 !important;
    }

    td.day.active {
        background: #F7E704 !important;
        color: #000 !important;
    }

    span.glyphicon.glyphicon-calendar {
        color: #000;
        background: #fff;
}

    span.glyphicon.glyphicon-time {
        background: #fff !important;
        color: #1c1c1c;
        border-radius: 0px;
        margin-left: -0.25px;
    }
    span.glyphicon.glyphicon-time:hover {
        background: #fff !important;
        color: #F7E704;
        border-radius: 0px;
        margin-left: -0.25px;
    }
    td.day.active.today {
        background: #1c1c1c;
        color: #fff;
    }
    td.day.active.today:hover {
        background: #F7E704;
        color: #fff;
    }
    td.day.active {
        background: #F7E704 !important;
        color: #fff;
    }
    span.cartRespons {
        color: #fff !important;
    }
    .miniCartProduct .fa {
        color: #000 !important;
    }
    .miniCartProduct .fa:hover {
        color: #F7E704 !important;
    }
    .miniCartFooter {
    background: none !important;
    padding: none !important;
    }
    .headerCart .miniCartProduct a {
        color: #000 !important;
    }
    .headerCart .miniCartProduct span {
        color: #000 !important;
    }
    .headerCart {
        border-bottom: #00000001 solid;
    }
    .text-right b {
        color: #000;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    label.eRental-startDate-label {
        color: #000;
    }
    span.eRental-startDate-val {
        color: #000;
    }
    label.eRental-endDate-label {
        color: #000;
    }
    span.eRental-endDate-val {
        color: #000;
    }
.dropdown-menu h3 {
    font-family: 'Redonda' !important;
    color: #fff !important;
    font-weight: 200 !important;
    letter-spacing: 0.5px !important;
    padding-top: 5px;
    }
.search-box {
	background: transparent !important;
}
.search-box:hover .form-control {
	background: transparent !important;
}

.search-box:hover .btn-nobg {
	color: transparent !important;
}
.search-full{
    padding-top: 40px;
}
@media ( max-width : 767px) {
   .search-full {
       padding: 10px;
   }
}
.searchInputBox .search-btn {
	color: #fff;
}
span.input-group-addon.searchicon.navbar-top.pointer {
    background: #000 !important;
    }
span.input-group-addon.searchicon.navbar-top.pointer:hover {
    background: #1c1c1c !important;
    }

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}

.action-control a:hover, .action-control a.active {
	color: #fff;
	background: #2a2a2a;
}

.product:hover, .featuredImgLook2 .inner:hover {
	border: 1px solid #3a3a3a;
}

.subCategoryList .thumbnail:hover {
	border: 1px solid #3a3a3a;
}

.pager2 a {
	border: 1px solid #3a3a3a;
}

.pager2 a.selected {
	background: #3a3a3a;
}

.btn-site, .newsLatterBox .btn {
	background: #3a3a3a;
}

.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
	background: #2a2a2a;
}

.full {
	width: 100%;
}

.footer a:hover {
	color: #3a3a3a;
}

.footer {
	
}
/* Sign in / Need Account */
.modal-header {
    background-color: #025804;
    background-image: url(/ecommerce/productimages/darkgrass_withblackfade_small.png) !important;
    background-size: 25%;
    background-position: bottom;
    border-bottom: 5px solid #1c1c1c;
    background-size: cover;
    background-blend-mode: overlay;
}
#modaluserEmailCheck {
    .modal-header {
        background: red;
    }
}
.form-control:focus {
	border-color: #3a3a3a;
}

.new-product {
	background: rgba(52, 73, 94, 0.95) !important;
}

#pager a.cycle-pager-active {
	background: rgba(52, 73, 94, 0.5);
}

/* Makes Category Tree Background Transparent when using Slideshow */
.panel-title>a {
    background: transparent !important;
}

/* Changes Heading Text Color on Checkout Page */
h4.panel-title>a {
    color: #fff !important;
}

.nav.tree>li.active, .nav.tree>li>a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a
	{
	background: none;
	color: #2a2a2a;
}

.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus
	{
	background: none;
	font-weight: bold;
	color: #2a2a2a;
}
/* Category Navigation Top Border Color */
.panel-default>.panel-heading {
	border-top: 4px solid #000;
    background: #025804;
}

.panel-title {
    padding-bottom: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
	background: #FE0000;
}

.nav-tabs {
	border-bottom: 3px solid #BFC9CA;
}
/* Category font size */
.nav-stacked>li a{
    font-size: 12px;
}
.socialIcon a:hover {
	background: #3a3a3a;
}
/* Buttons for Availability/Add to Cart */
.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #1c1c1c;
	border: 1px solid #000;
    color: #fff !important;
}
/* Buttons for Availability/Add to Cart */
.cart-actions button:hover {
	background: #F7E704;
	color: #fff !important;
	border: solid 1px #000;
}
/* Buttons for User Email Check */
button#loginBtn {
    background: #018001;
    color: #fff;
}
button#forgot-password {
    background: #018001;
    color: #fff;
}
/* Close Button for Modals */
button#closeModal {
    background: #000;
    color: #fff;
}
/* Close Button for Modals Hidden */
/* 
button#closeModal {
    background: #EEEEEE;
    color: #EEEEEE;
    text-shadow: none;
    box-shadow: none;
}
*/
.cartFooter{
    padding: 20px;
    border-top: none;
    background: none;
    display: inline-block;
    width: 100%;
}
.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #C52328;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #3a3a3a !important;
}

.promo-1 {
	background: none repeat scroll 0 0 #2a2a2a;
}

/* Mobile Cart Dropdown Menu */
@media ( max-width : 767px) {
	.miniCartFooter {
		background: transparent !important;
        margin-bottom: 15px;
        border: 2px solid #FE0000 !important;
	}
    i.fa.fa-shopping-cart {
        color:#fff;
    }
    a.btn.btn-sm.btn-primary.view-cart {
        background:#000;
    }
    a.btn.btn-sm.btn-action.btn-checkout {
        background:#008000;
    }
    a#viewCart-btnCheckout {
        background:#008000;
    }
    a#viewcart-btn-continue-shopping {
        color:#000;
        font-weight: 500;
    }
    .text-right b {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    a.btn.btn-sm.btn-primary.view-cart {
    width: 175px;
    background: #1c1c1c !important;
    border: #1c1c1c solid 1px !important;
    color: #fff !important;
    }
    a.btn.btn-sm.btn-action.btn-checkout {
    width: 175px;
    background: #1c1c1c !important;
    border: #1c1c1c solid 1px !important;
    color: #fff !important;
    }
}
a#viewcart-btn-continue-shopping {
    color:#000;
}
a#viewCart-btnCheckout {
    color: #1c1c1c !important;
}
.btn.btn-sm.btn-primary.view-cart i.fa.fa-shopping-cart {
    color: #fff !important;
}
.btn.btn-sm.btn-primary.view-cart i.fa.fa-shopping-cart:hover {
    color: #1c1c1c !important;
}

a.btn.btn-sm.btn-primary.view-cart {
    width: 175px;
    background: #025804;
    border: #025804 solid 1px;
    color: #fff;
}
a.btn.btn-sm.btn-primary.view-cart:hover {
    background: #F7E704;
    border: #025804 solid 1px;
    color: #000;
    width: 175px;
}
a.btn.btn-sm.btn-action.btn-checkout {
    width: 175px;
    background: #025804;
    border: #025804 solid 1px;
    color: #fff;
}
a.btn.btn-sm.btn-action.btn-checkout:hover {
    background: #F7E704;
    border: #1c1c1c solid 1px;
    color: #1c1c1c;
    width: 175px;
}

#pager2 span.cycle-pager-active {
	background: #2a2a2a !important;
}

#pager2 span {
	border: 2px solid #2a2a2a
}

.orderStep li.active a {
	background: #3a3a3a;
}

.orderStep li.active a:after {
	border-top-color: #3a3a3a !important;
}

.orderStep li a {
	background: #2c88c5;
}

darkcoilor {
	background: #2c88c5;
}

citecolor {
	color: #3a3a3a !important;
}

.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    color: #212121;
}

.btn-nobg {
    color: #d2d2d2;
}
/* Search Button in Nav */
button.btn.getFullSearch {
    background-color: transparent !important;
}

button.btn.getFullSearch:hover {
    background-color: transparent !important;
}

/* Menu Navbar Styles START ------------- */
.main-nav a,
.main-nav a:not([class]){
    color: #fff;
    text-decoration: none;
    /* padding: .5em; */
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    font-weight: bolder;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    font-family: 'Redonda';
    letter-spacing: 2.75px;
    padding-left: 20px;
    text-shadow: 1.5px 1.5px 0px #001d00;
}
.main-nav a:hover {
    color: #F7E704;
    text-shadow: 1.5px 1.5px 0px #001d00;
}

.main-nav .menu-item-has-children > a:after {
        /* Hides Carrot on DropDowns */
        /* content: ''; */
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: 1em;
        margin-top: -0.1em;
        position: relative;
        top: -0.25em;
}

/* Aligns PAY INVOICES NOW with the end of the Rental Cart dropdown arrow ------------ */
span.hidden-xs {
    padding-right: 40px;
}

@media(min-width: 768px){
        .main-nav {
                display: flex;
                flex-wrap: wrap;
        }

        .main-nav .menu-item {
                position: relative;
        }
        .main-nav       .sub-menu {
                position: absolute;
                background-color: #025804;
                background-image: url(/ecommerce/productimages/darkgrass_withblackfade_50opac_small.png) !important;
                background-size: 25%;
                background-position: bottom;
                border-bottom: 5px solid #1c1c1c;
                background-size: cover;
                background-blend-mode: overlay;
                top: 100%;
                left: 0em;
                padding-right: .5em;
                padding-left: .5em;
                white-space: nowrap;
                visibility: hidden;
                opacity: 0;
                transition: opacity .25s, visibility 0s .25s;
                border-left: 2px #F7E704 solid;
                border-right: 2px #F7E704 solid;
                border-bottom: 2px #F7E704 solid;
		/* border-radius: 3px; */
		/* box-shadow: 0px 0px 12px 1px #000 */
        }

        .main-nav .menu-item:hover .sub-menu,
        .main-nav .menu-item:focus .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .main-nav .menu-item:focus-within .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .navbar-collapse nav {
                width: auto;
                float: left;
                z-index: 11;
                /* margin-top: 8px; */
        }
}

@media (max-width: 767px) {
        .main-nav       .sub-menu {
                padding-left: .5em;
                margin-left: 0.75em;
                border-left: 2px solid #C52328;
                margin-top: .25em;
                margin-bottom: 0.25em;
        }

        .navbar-brand {
                margin-left: 0 !important;
        }
}

/* Menu Navbar Styles END ------------- */

/* Change search icon color */
i.fa.fa-search {
    color: #fff;
}
i.fa.fa-search:hover {
    color: #fff;
}
.fa {
    color: #000;
}
.fa:hover {
    color: #025804;
}
i.fa.fa-check {
    color: #fff;
}
input#addBtn {
    background: #1c1c1c;
    color: #fff;
}
input#addBtn:hover {
    background:#F7E704;
}
/* CSS to modify the mobile cart menu START */
span#cartWidgetAmountDetails {
    color: #eaeaea;
}
/* CSS to modify the mobile cart menu END */

/* CSS to modify Location/Signin of the main nav menu START */
.userMenu>li>a {
    color: #fff;
}
.userMenu>li>a:hover {
    color: #F7E704;
}
/* div.brand-image {
	margin: 2rem 0;
} */
/* CSS to modify parts of the main nav menu END */

/* CSS so there is no gap between cart menu and drop down cart menu - line-height changed from 20 to 30 px*/
.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    background: none;
}

/* Editing breadcrumbs START */
.breadcrumb {
    border: 1px solid #fff;
    background-color: #fff !important;
    font-family: 'redonda', sans-serif;
}
.breadcrumb>li {
    color: #000;
    font-size: 14px;
}
.breadcrumb>.active {
    color: #000;
    font-size: 14px;
}
/* Editing breadcrumbs END */

/* Edit #productSortingDiv START */
.productFilter {
    border: none!important;
    border-top: none!important;
    border-bottom: none!important;

}
/* Edit #productSortingDiv END */

/* Edit Product Cards START */

.product {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: none !important;
}

.product:hover {
    border: 1px solid #DDDDDD;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
}

.product .description h4 a {
	color: #000 !important;
	font-family: Helvetica, sans-serif;
}

.product .description h4 a:hover {
	color: #025804 !important
}

.product .description a {
    color: #000 !important;
	font-family: Helvetica, sans-serif;

}

div.thumbnail {
    border: none;
}

.subCategoryList .thumbnail:hover {
    border: 1px solid #dddddd;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    padding-top: 5px;
}
.subCategoryTitle{
    font-size: 18px;
    color: #000;
}
.product .description h4 a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
/* Edit Product Cards END */

body {
    background: #fff !important;
    color: #000;
}

/* Margin Adjustment to Align Slideshow with Top of Cat Tree */
.col-lg-10 {
    margin-top: -4px;
}

.navbar-tshop {
    background-color: #025804;
    background-image: url(/ecommerce/productimages/darkgrass_withblackfade_50opac_small.png) !important;
    background-size: 150%;
    background-position: bottom;
    border-bottom: 5px solid #F3D59D;
    /* background-size: cover; */
    background-blend-mode: overlay;
}

.navbar-top {
    background: transparent;
    /* box-shadow: 0px 0px 20px 0px #a9a9a9; */
}
.navbar-toggle {
    background: #2c2c2c;
}
.cartMenu a.dropdown-toggle {
    color: #fff;
}

.cartMenu a.dropdown-toggle:hover {
    color: #F7E704;
    background: none;
}
.cartMenu a.dropdown-toggle:active {
    color: none;
    background: #1c1c1c;
}

.section-title.style2 span {
    background-color: #fff!important;
}

.product-title {
    font-size: 26px !important;
    font-family: 'redonda', sans-serif;
}
#eRental_rateList {
    font-size: 16px;
    padding-bottom: 10px;
}

/* Footer ---------------- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 20px 0;
    text-align: left;
}
section .section-title {
    color: #fff300;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#footerBiz {
    width: 100%;
    background-color: #025804;
    background-image: url(/ecommerce/productimages/darkgrass_withblackfade_50opac_small.png) !important;
    background-size: cover;
    background-position: center;
    border-top: 5px solid #1c1c1c;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    background-blend-mode: soft-light;
}
    i.fa.fa-facebook, i.fa.fa-instagram, i.fa.fa-envelope {
    color: #fff;
    }
    i.fa.fa-facebook:hover, i.fa.fa-instagram:hover, i.fa.fa-envelope:hover {
    color: #F7E704;
    }
    /* box-shadow: inset 0px 0px 40px 0px #000; */


#footer h5{
    padding-left: 0px;
    padding-top: 10px;
    border-left: none !important;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #F7E704;
    line-height: 5px;
    letter-spacing: 1.5px;
}

#footer h6{
    /* padding-left: 5px; */
    border-left:none !important;
    padding-bottom: none;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    color:#fff;
    padding-top: 15px;
}
#footer a {
    color: #000;
    text-align: left;
    text-decoration: none !important;
    background-color: transparent;
    /*-webkit-text-decoration-skip: objects;*/
    font-size: 14px;
    padding: 1px;
}
#footer p {
    color: #fff;
    margin: 0 0 0px;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
}
#footer .list-unstyled {
    color: #000;
}

#footer .list-inline>li {
    /*
    padding-left: 20px !important; */
}

#footer ul.quick-links li a {
        color:#fff;
}
#footer ul.quick-links li a:hover {
        color:#F7E704;
        font-family:'Lato', sans-serif;
}
#footer ul.quick-links li {
        padding: 4px 0;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.5px;
        font-family:'Lato', sans-serif;
       /* -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: 0s all ease; */
}
#footer ul.quick-links li:hover {
        /*padding: 3px 0;
        margin-left:5px;*/
        font-weight:normal;
        color: #fff;
}
#footer ul.quick-links li a i {
        margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 500;
    color:#000;
    text-align: left;
}
#footer ul.list-unstyled.social-links li {
    padding-top: 3px;
}
/* 494B4F grey; 3478AB blue */
#copyrightfooter { 
    box-sizing: border-box;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top:#1c1c1c 4px solid;
    outline: 0px;
    text-size-adjust: 100%;
    vertical-align: baseline;
    /* background-color: #221f20; */
    overflow-wrap: break-word;
    text-align: center;
    animation-timing-function: linear;
    animation-duration: 0.2s;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-bottom: 0px !important;
    /* color: #221f20; */
    width: 100%;
    /* box-shadow: inset 0px 0px 58px 0px gray; */
}
#copyrightfooter .col-md-12 {
    background: #1c1c1c !important;
}
#maincopyrightdiv {
    box-sizing:border-box;
    margin:0px;
    padding:0px;
    border-top:0px;
    outline:0px;
    text-size-adjust:100%;
    vertical-align:baseline;
    background:#1c1c1c;
    position:relative;
}
#integraRentalh6 {
    box-sizing:border-box;
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    text-size-adjust:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration-line:none;
    font-size:15px;
    color:#A9A9A9 !important;
}
@media (max-width:767px) {
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#footer h6 a {
    color: #fff !important!;
}
/* Colin Additions */


/* End of Colin Additions */

.w100.miniCartTable.scroll-pane.mCustomScrollbar._mCS_5 {
    background: #d2d2d2 !important;
}
tr.miniCartProduct {
    background: #fff;
    }
@media (min-device-width:768px) {
div#searchWidget {
    width: 25% !important;
        }
    }
@media (max-device-width:767px) {
    .navbar-collapse.collapse.in {
        max-height: 720px;
    }
}

/* Category Tree Title Style */
.open-tree>a:active {
    background: none;
    font-weight: normal !important;
    color: #2a2a2a;
}
 
/* Category font size */
.nav-stacked>li a{
    font-size: 16px;
}
/* Icon Colors and Details */
i.fa.fa-chevron-left {
    color: #000;
}
i.fa.fa-arrow-right {
    color: #fff;
}
i#payInvoiceSignInIcon {
    color: #fff;
}
i.fa.fa-shopping-cart {
    color: #F7E704;
}
i.fa.fa-arrow-left {
    color: #000;
}
.miniCartProduct i.fa.fa-trash {
    color: #000 !important;
}
/* My Account Details */
.btn.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 14px;
    background: #F7E704;
    color: #fff;
}
.btn.btn-md:hover {
    background: #1c1c1c;
    color: #fff;
}
.cart-actions button {
    color: #fff !important;
    background: #1c1c1c;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}
.cart-actions button:hover {
    color: #fff !important;
    background: #F7E704;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}