.AvinaSE-area {
    font-size: 14px;
    display: none;
    flex-direction: column;
    padding: 0;
    z-index: 1065;
    max-width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    transform: none !important;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    color: #222222;
}

.AvinaSE-area.AvinaSE-area-show {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex;
}

.AvinaSE-area .AvinaSE-product-data dl, .AvinaSE-area .AvinaSE-product-data p {
    margin: 0;
}

.AvinaSE-area > div {
    align-self: stretch;
}

.AvinaSE-area * {
    box-sizing: border-box;
}

.AvinaSE-product-qty .quantity {
    width: auto !important;
    margin: 0 !important;
}

.AvinaSE-product-qty .quantity input {
    margin: 0 !important;
}

.AvinaSE-product-qty .quantity .plus, .AvinaSE-product-qty .quantity .minus {
    display: none !important;
}

.AvinaSE-area .AvinaSE-area-mid {
    flex-grow: 1;
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.AvinaSE-search-result .AvinaSE-product {
    margin: 10px;
}
.AvinaSE-popular-keywords {
    padding: 10px;
    font-size: 13px;
}

.AvinaSE-popular-keywords a {
    outline: none;
    text-decoration: none;
    color: #222222;
}

.AvinaSE-popular-keywords a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.AvinaSE-search-result {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 400px;
}

.AvinaSE-search-result.AvinaSE-loading {
    min-height: 40px;
}

.AvinaSE-search-result.AvinaSE-loading:before {
    content: '\f2f1';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 16px;
    color: #222222;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    z-index: 97;
    -webkit-animation: Avina-spinner 1s linear infinite;
    animation: Avina-spinner 1s linear infinite;
}

.AvinaSE-search-result.AvinaSE-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.AvinaSE-product {
    display: block;
    border-bottom: 1px dashed #eee;
    background-color: #ffffff;
}

.AvinaSE-product:hover {
    background-color: rgba(0, 0, 0, .025);
}

.AvinaSE-product-inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 -5px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
    border-radius: 0;
}

.AvinaSE-product-inner > div {
    margin: 0 5px;
}

.AvinaSE-product-thumb {
    width: 80px;
    flex: 0 0 80px;
}

.AvinaSE-product-thumb img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.AvinaSE-product-info {
    flex-grow: 1;
}

.AvinaSE-product-name {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.AvinaSE-product-name a {
    color: #222222;
    text-decoration: none;
    outline: none;
}

.AvinaSE-product-price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #999999;
}

.AvinaSE-product-price del {
    color: #999;
}

.AvinaSE-product-price ins {
    background: none;
}

.AvinaSE-product-price span {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.AvinaSE-product-actions {
    display: flex;
    align-items: center;
}

.AvinaSE-product-actions .atc-btn .add_to_cart_inline del, .AvinaSE-product-actions .atc-btn .add_to_cart_inline ins, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .amount {
    display: none;
}

.AvinaSE-product-actions .atc-btn .add_to_cart_inline .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background: none;
    outline: none;
    box-shadow: none;
    font-size: 0;
}

.AvinaSE-product-actions .atc-btn .add_to_cart_inline .button:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    content: '\f07a';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #999999;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.loading:after {
    display: none !important;
}

.AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_external:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_variable:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_grouped:before, .AvinaSE-product-actions .atc-btn .add_to_cart_inline .button.product_type_composite:before {
    content: '\f07a';
}
.AvinaSE-not-found, .AvinaSE-error {
    color: #8f8f8f;
    padding: 10px;
}

