.login-nav-item {display:list-item;}
.logged-in-nav-item {display:none;}
.is-logged-in .login-nav-item {display:none;}
.is-logged-in .logged-in-nav-item {display:list-item;}

.grecaptcha-badge { visibility: hidden; } 

.offcanvas.sidebar {
    color: var(--bs-body-color);
}

@media (min-width: 992px) {
    .sidebar.offcanvas {
        position: initial;
        transform: none;
        visibility: visible;
        width: 25%;
        z-index: 9;
        border: none;
        scrollbar-width: auto;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-top: var(--bs-gutter-y) !important;     
    }
    .offcanvas-body {
        padding: 0;
    }

}

a:hover {
    color: #e83e8c;
}

.navbar.navbar-bg-light {
    background: #D2DFF4;
}

@media (min-width: 768px) {
    .browse-db-swiper .swiper-slide {
        max-width: 250px;
    }
}

.carousel-lazy-image {
    /*max-width: 220px;*/
    padding-bottom: 56.2%;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}

.lazy-16-9-bg-img {
    padding-bottom: 56.2%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}

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

.item-image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;    
    background-color: #FFFFFF;
}

.ratings {
    width: 90px !important;
}

.ratings:before {
    width: 100%;
}

.ratings:after, .ratings:before {
    text-align: left;
}

.item figure .item-like, .item figure .item-view, .swiper-slide figure .item-like, .swiper-slide figure .item-view {
    background: #EEEEEE;
}

.item figure .item-like:hover, .item figure .item-link:hover, .item figure .item-view:hover, .swiper-slide figure .item-like:hover, .swiper-slide figure .item-link:hover, .swiper-slide figure .item-view:hover {
    background: rgba(238, 238, 238, .9);
}

.tooltip-inner {
    background-color: #EEEEEE;
    color: #343f52;
}
.tooltip.bs-tooltip-right .tooltip-arrow:before {
    border-right-color: #EEEEEE !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow:before, .tooltip.bs-tooltip-auto .tooltip-arrow:before {
    border-left-color: #EEEEEE !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #EEEEEE !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #EEEEEE !important;
}

a.form-check-input {
    border-radius: .25em;
}

.form-check-input.checked {
    background-color: #3f78e0;
    border-color: #3f78e0;
}

.filter-contain {
    max-height: 200px;
    overflow-x: auto;
}

.ratings {
	float: none !important;
    overflow: hidden;
}

.loading-spinner {
    background-color: rgba(255, 255, 255, .7);
    height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;    
}

.affiliate-disclosure {
    border: 1px solid var(--bs-orange);;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--bs-pale-orange);
}

.ebayListingBox {
	width: 100%;
	border: 1px solid #C0D1F5;
	margin-bottom: 5px; 
	padding: 10px;
	min-height: 190px;
}
.ebayListingBox p {
	margin: 0 0 10px 0;
	text-align: left;
}

.ebayListingBox .ebayImgLink img {
	width: 100%;
	height: auto;
}

.ebayListingBox h6 {
	margin-bottom: 10px;
}

.ebayListingBox h6 a {
	font-size: 14px;
	line-height: 20px;
	word-break: break-word;
}

.ebayLocation, .ebayEnds {
    font-size: 12px;
    line-height: 14px;	
}

.ebay-bitn {
	width: 54px;
	height: 15px;
}

.ebay-bitnb {
	width: 70px;
	height: 20px;
}

.ebay-mb0 {
	margin-bottom: 0 !important;
}

.ebay-best-offer {
    color: #767676;
    font-size: 13px;	
}

.offcanvas-backdrop {
    margin: 0;
}

.item .post-header p {
    margin-bottom: 0;
    font-size: 0.65rem;
}

@media (max-width: 991px) {

    .filter-contain .form-check {
        min-height: 1.86rem;
    }

    .filter-contain .form-check-input {
        width: 1.55rem;
        height: 1.55rem;        
    }

    .filter-contain .form-check-label {
        font-size: 0.9rem;
        line-height: 1.60rem;
        margin-left: 0.5rem;
        margin-top: .2rem;   
    }

}