.mfn-product-li-item .alg-wc-wl-thumb-btn-abs {
	display: flex !important;
	width: 20px;
	height: 20px;
}

.single-product .alg-wc-wl-thumb-btn-abs {
	width: 20px;
	height: 20px;
}

.mfn-product-li-item .alg-wc-wl-thumb-btn-abs i {
    -webkit-transform: translateZ(0) scale(1.5, 1.5);
    transform: translateZ(0) scale(1.5, 1.5);
}

.mfn-product-li-item .alg-wc-wl-thumb-btn-abs:hover i {
    transform: none;
}

body.single-product .alg-wc-wl-btn {
    inset: 0 !important;
}

.aws-wrapper::before {
    background-image: url("../svg/loupe.svg");
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    height: 1.75rem;
    width: 1.5rem;
    position: absolute;
    left: 19px;
    top: 19px;
    z-index: 99;
}

.pl-aghp-shop_top-area .mfn_attr_filters .button.mfn-btn, .pl-aghp-shop_top-area .mfn_attr_filters .mfn-vr > label {
	display: none;
}

.pl-aghp-shop_top-area .mfn_attr_filters span.label {
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	margin: 2px;
}

.pl-aghp-category-link {
	margin: 5px;
}

.pl-agdp-hidden {
	display: none;
}

#pl_agdl_add_to_sub_text, #pl_agdl_view_subscription_text {
	margin: 5px;
}

.pl-aghp-shop_top-area ul.mfn-vr-options {
	display: flex;
}

.pl-aghp-shop_top-area {
	align-items: center;
    display: flex;
}

.pl-aghp-shop_top-area > p {
	margin: 0;
}

.pl-aghp-shop_top-area .tooltip {
	border: 0;
}

body.single-product pre.mfn-code {
	padding: 0;
	border: 0;
}

.pl-aghp-clear-filters {
	margin-left: 10px;
}

#pl-agdlb-loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0; /* Start with no width */
  height: 4px; /* Adjust height as needed */
  background-color: #007bff; /* Loading bar color */
  z-index: 9999; /* Ensure it's on top of other content */
  transition: width 15s linear; /* Transition the width for 15 seconds */
}

ul.pl-agdhp-product-downloads li {
    display: flex;
    gap: 1rem;
}

ul.pl-agdhp-product-downloads span, ul.pl-agdhp-product-downloads .button {
    flex: 1;
}

div.pl-aghp-shop_top-area > p {
    display: flex;
    flex-wrap: wrap;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.get_available_subscription_spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pl_agdl_available_subscriptions_text{
    font-family:Roboto Condensed;
    margin-left: 5px;
    margin-top: 20px;
    font-size: 14px;
}