
/* results */
.bc-filter-post__selection {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-bottom: 40px;
}
#bc-filter-post__selection::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#bc-filter-post__selection::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	-webkit-appearance: none;
}
.bc-filter-post__result .bc-container-load_more {
	position: relative;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bc-select {
	font-family: var(--bc-degular-display-font);
	font-size: calc(var(--e-global-typography-879b5c2-font-size) - 2px);
	line-height: var(--e-global-typography-879b5c2-line-height);
	font-weight: var(--e-global-typography-879b5c2-font-weight);
	letter-spacing: 1.8px;
	color: var(--e-global-color-primary);
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
    border: 1px solid var(--e-global-color-8daa629);
	border-radius: 27px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
    white-space: nowrap;
}
.bc-select.bc-select__current {
	background-color: var(--e-global-color-8daa629);
}
.bc-select.bc-load_more {
	background-color: var(--e-global-color-8daa629);
	position: relative;
}

/* Preloader image */
.bc-filter-post__preloader {
    z-index: 91;
	text-align: center;	
    background-repeat: no-repeat;
	background-position: center;
}
.bc-filter-post__preloader.filter_preloader {
	width: 100%;
    height: 100%;
	background-image: linear-gradient(90deg,rgba(0,0,0,.2) 100%,transparent 0);
	padding-top: 50px;
}
.bc-filter-post__preloader.load_more_preloader {	
    top: 50px;
}
.bc-filter-post__preloader img {
	width: 50px;
    height: 50px;
}
.bc-filter-post__result_footer {
	position: relative !important;
	top: 0 !important;
	margin: 50px 0;
	text-align: center;
}

/* grid items */
.grid-item .price-prod {
	margin-top: 15px;
}
.grid-item .price-prod bdi {
	color: var(--e-global-color-2cd6a7a);
	font-size: var(calc(var(--e-global-typography-text-font-size) - 2px), 16px);
	line-height: var(--e-global-typography-text-line-height, 1.3em);
    letter-spacing: 1.8px;
}

#ast-quick-view-content .price-range {
	margin: 10px 0;
}
#ast-quick-view-content .price-range strong {
	font-size: var(--e-global-typography-60d5668-font-size);
	line-height: var(--e-global-typography-60d5668-line-height);
	font-weight: var(--e-global-typography-60d5668-font-weight);
}
#ast-quick-view-content > .product .purchase_button.purchase_button_ext {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	#ast-quick-view-content > .product .images li {
		overflow: hidden;
	}
	#ast-quick-view-content > .product .images li img {
		object-fit: cover;
		max-width: 100vw;
		height: 50vh;
	}
	.stick-add-to-cart #ast-quick-view-content > .product div.summary {
		max-height: 50vh !important;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bc-filter-post__selection {
		margin-bottom: 25px;
		padding-bottom: 10px;
		overflow-x: auto;
		width: calc(100vw - 10px);
		margin-left: -15px;
		align-items: flex-start;
		justify-content: flex-start;
	}
}