:root {
	--black-color: color: rgb(20, 20, 20);
}

@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; ; }
}

html.wait, html.wait * { 
	cursor: wait !important; 
}

.fade-in-animation {

	animation: fadein 1.5s !important;
}

.hidden {
	display: none !important;
}

.not-visible {
	opacity: 0;
}

.location-link:hover {
	color: #3366cc !important;
}


.category-active-link {
	color: #3366cc !important;
}

.service-item-image {
	max-width: 100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	aspect-ratio: 312.5 / 192.58 !important;
}

.cart-input-number {
	width: 100px !important;
}

.filter__container-manufacturers {
	padding: 10px 20px;
}

.card-index-name {
	min-height: 6rem !important;
}

.product__actions-item {
	min-height: 3rem !important;
}

.product-list-quantity-div {
	min-height: 45px;
}

.product-list-sub-add {
	height: calc(100% - 8px) !important;
}

.product-list-add-to-cart-button {
	height: calc(1.875rem + 15px) !important;
}
.product-list-view-add-to-cart-button {
	height: calc(1.875rem + 6px) !important;
}

.product-list-add-to-cart-parent-div {
	min-height: 5rem !important;
}

#departmentsButtonHeader:hover, .departments:hover {
	cursor: pointer;
}

.banner-image {
	margin-right:-15px;
}

.black-color, .black-color:hover {
	color: var(--black-color);
}

.to-center-top {
	margin-top: 300px;
	padding: 20px;
}

h1.to-center-top {
	margin-top: 150px;
	margin-bottom: 50px;
}

.font-size-16 {
	font-size: 16px !important;
}

.widget-filters__item:last-child{
	border-bottom: 0px !important;
}

.without-vat-text {
	font-size: 12px; 
	font-weight: 350;
	color: gray;
}

.widget-filters {
	padding: 20px 20px 0px 20px !important;
}

.close-error {
background: #ffb8b8 !important;
}

.message-p {
	margin-top: 0px !important;
}

a.alert-success{
	background: #bde5a1 !important;
	margin-top: 10px !important;
}
.success-message {
	background: #bde5a1 !important; 
}

.alert {
	margin-top: 10px !important;
	font-size: 16px !important;
	max-height: 70px !important;
}

.alert a {
	margin-top: -6px;
}

.total-order {
	white-space: nowrap;
}

.form-check-label:hover {
	cursor: pointer !important;
}

.cart-price-div {
	-webkit-box-align: center;
	padding: 8px 20px;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: grid !important;

}

.captcha-wrapper {
	margin-bottom: 1rem;
}

.captcha div iframe {
    outline: 1px solid #dc3545;
}

.error-captcha {
    color: #dc3545;
    font-size: 0.85rem;
    padding-right: 1.4rem;
	margin-top: 0.4rem;

}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

	h1.to-center-top {
		margin-top: 100px;
		margin-bottom: 0px;
	}


}

@media (min-width: 768px){

	.cart-price-lg {
		display: flex;
	}
	.cart-price-md {
		display: none;
	}
}

@media (max-width: 768px) {
	.block-slideshow {
		display: none;
	}

	.order-details-button {
		height: auto !important;
	}

	.cart-price-lg {
		display: none !important;
	}

	h1.to-center-top {
		margin-top: 40px;
		margin-bottom: 50px;
	}

}