.DejavoSE-area {
    font-size: 14px;
    display: none;
    flex-direction: column;
    padding: 0;
    z-index: 2100;
    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;
    border-radius: var(--dej-max-radius);
}

.DejavoSE-area.DejavoSE-area-show {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex;
}

.DejavoSE-area .DejavoSE-product-data dl, .DejavoSE-area .DejavoSE-product-data p {
    margin: 0;
}

.DejavoSE-area > div {
    align-self: stretch;
}

.DejavoSE-area * {
    box-sizing: border-box;
}

.DejavoSE-product-qty .quantity {
    width: auto !important;
    margin: 0 !important;
}

.DejavoSE-product-qty .quantity input {
    margin: 0 !important;
}

.DejavoSE-product-qty .quantity .plus, .DejavoSE-product-qty .quantity .minus {
    display: none !important;
}

.DejavoSE-area .DejavoSE-area-mid {
    flex-grow: 1;
    position: relative;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.DejavoSE-search-result .DejavoSE-product {
    margin: 10px;
}
.DejavoSE-popular-keywords {
    padding: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.DejavoSE-popular-keywords a {
    outline: none;
    text-decoration: none;
    color: #222222;
}

.DejavoSE-popular-keywords a:hover {
    text-decoration: underline;
    color: var(--dej-color1);
}

.DejavoSE-search-result {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 400px;
    border-radius: var(--dej-max-radius);
}

.DejavoSE-search-result.DejavoSE-loading {
    min-height: 40px;
}

.DejavoSE-search-result.DejavoSE-loading:before {
    content: '\f351';
    font-size: 16px;
    font-family: "dej-icon-rr";
    -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: Dejavo-spinner 1s linear infinite;
    animation: Dejavo-spinner 1s linear infinite;
}

.DejavoSE-search-result.DejavoSE-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.DejavoSE-product {
    display: block;
    border-bottom: 1px dashed #eee;
    background-color: #ffffff;
}

.DejavoSE-product:hover {
    background-color: rgba(0, 0, 0, .025);
}

.DejavoSE-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;
}

.DejavoSE-product-inner > div {
    margin: 0 5px;
}

.DejavoSE-product-thumb {
    width: 80px;
    flex: 0 0 80px;
}

.DejavoSE-product-thumb img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.DejavoSE-product-info {
    flex-grow: 1;
}

.DejavoSE-product-name {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.DejavoSE-product-name a {
    color: #222222;
}

.DejavoSE-product-price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #999999;
}

.DejavoSE-product-price del {
    color: #999;
}

.DejavoSE-product-price ins {
    background: none;
}

.DejavoSE-product-price span {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.DejSE-actions {
    display: flex;
    align-items: center;
}

.DejSE-actions .atc-btn .add_to_cart_inline del, .DejSE-actions .atc-btn .add_to_cart_inline ins, .DejSE-actions .atc-btn .add_to_cart_inline .amount {
    display: none;
}

.DejSE-actions .atc-btn .add_to_cart_inline .button {
    width: 35px;
    height: 35px;
    font-size: 0;
    position: relative;
    background: transparent;
}

.DejSE-actions .atc-btn .add_to_cart_inline .button:before {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    content: "\f40e";
    font-family: "dej-icon-rr";
    font-size: 16px;
    color: #999999;
    position: absolute;
    inset: 0;
}
.DejSE-actions .atc-btn .add_to_cart_inline .button.loading:after {
    display: none !important;
}
.DejSE-actions .atc-btn .add_to_cart_inline .button.product_type_external:before, .DejSE-actions .atc-btn .add_to_cart_inline .button.product_type_variable:before, .DejSE-actions .atc-btn .add_to_cart_inline .button.product_type_grouped:before, .DejSE-actions .atc-btn .add_to_cart_inline .button.product_type_composite:before {
    content: "\f40e";
}
.DejavoSE-not-found, .DejavoSE-error {
    color: #8f8f8f;
    padding: 10px;
}

