.amsearch-wrapper-block {
    display: none;
}

.amsearch-wrapper-block.active {
    display: inline-block;
}

.am-text-clamp {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    max-height: 39px;
    min-height: 39px;
    overflow: hidden;
}

.am-word-break {
    word-break: break-word;
    word-wrap: break-word;
}

.ie11 .am-word-break {
    word-break: break-all;
}

.amsearch-form-block {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: 0.3s;
    width: 100% !important;
}

.amsearch-form-block.-opened {
    z-index: 98;
}

.header.content {
    flex-wrap: wrap;
}

.amsearch-loader-block {
    background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
    bottom: 0;
    height: 11px;
    margin: auto 5px auto 0;
    position: absolute;
    right: 40px;
    top: 0;
    width: 16px;
    z-index: 1000;
}

.amsearch-message-block {
    align-items: center;
    background: #fafafa;
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 25px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.amsearch-message-block b {
    padding: 0 0 0 5px;
}

.amsearch-link {
    color: #1979c2;
    text-decoration: none;
}

.amsearch-link:hover {
    color: #006bb4;
    text-decoration: underline;
}

.amsearch-link:active {
    color: #004c80;
}

.amsearch-wrapper-block {
    box-sizing: border-box;
    display: none;
    /* margin: 10px 0 0 0; */
    order: 1;
    padding: 0;
    position: relative;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.amsearch-wrapper-block .focusable-trap:focus {
    box-shadow: none;
}

.nav-sections .navigation {
    z-index: 2;
}

.page-header .amsearch-wrapper-block:before {
    /* background: #ccc; */
    /* content: ''; */
    /* height: 1px; */
    /* margin: 0 -15px; */
    position: absolute;
    top: 0;
    width: calc(100% + 15px * 2);
}

.amsearch-emptysearch-cms {
    background: #fbfcfe;
    color: #1f1b1b;
    padding: 30px;
}

.amsearch-emptysearch-cms > .amsearch-content {
    word-break: break-word;
    word-wrap: break-word;
}

.ie11 .amsearch-emptysearch-cms > .amsearch-content {
    word-break: break-all;
}

.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 20px;
}

.amsearch-emptysearch-cms .amsearch-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 14px;
    margin-top: 30px;
}

.amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 30px;
}

.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 5px;
}

.amsearch-highlight {
    color: #a0284f;
    font-weight: 700;
}

@-webkit-keyframes amsearch-animation__fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes amsearch-animation__fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes amsearch-animation__fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes amsearch-animation__fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes amsearch-animation__fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.amsearch-button {
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}

.amsearch-button.-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
    filter: brightness(0.5);
}

.amsearch-button.-clear {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
    border: none;
    box-shadow: none;
}

.amsearch-button.-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
    border: 0;
    padding: 16px;
}

.amsearch-button.-loupe {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
    border: 0;
    box-shadow: none;
    height: 20px;
    padding: 0;
    width: 20px;
}

.amsearch-button.-wishlist,
.amsearch-button.-compare {
    background-size: 18px;
}

.amsearch-button.-wishlist {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
    height: 20px;
    width: 20px;
}

.amsearch-button.-compare {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
    height: 20px;
    width: 20px;
}

.amsearch-button.-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.amsearch-button.-primary {
    background: #1979c2;
    border: 1px solid #1979c2;
    border-radius: 0;
    color: #1979c2;
    letter-spacing: -0.015em;
    transition: 0.3s;
}

.amsearch-button.-primary:hover {
    background: #1979c2;
}

.amsearch-button.-primary:active {
    background: #1979c2;
}

.amsearch-button.-search {
    background-color: var(--amsearch-color-search_button, #1979c2);
    border-color: var(--amsearch-color-search_button, #1979c2);
    color: var(--amsearch-color-search_button_text, #fff);
    display: none;
}

.amsearch-button.-search:hover {
    background: var(--amsearch-color-search_button-hover, #166bab);
    border-color: var(--amsearch-color-search_button-hover, #166bab);
}

.amsearch-button.-search:active {
    background: var(--amsearch-color-search_button-focus, #135d95);
    border-color: var(--amsearch-color-search_button-focus, #135d95);
}

.amsearch-button.-full-close {
    align-items: center;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    font-size: 10px;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px;
}

.amsearch-button.-full-close:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
}

.amsearch-button.-full-close:hover {
    background-color: #e8e8e8;
}

.amsearch-button.-full-close:active {
    background-color: #dcdcdc;
}

.amsearch-slider-section {
    box-sizing: border-box;
    display: flex;
}

.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
    background-color: transparent;
}

.amsearch-slider-section .amsearch-item .amsearch-image {
    display: block;
    pointer-events: auto;
    width: 100%;
}

.amsearch-slider-section.slick-slider {
    padding: 0;
}

.amsearch-slider-section .slick-dots {
    background: inherit;
    border: none;
    top: 100%;
}

.amsearch-slider-section .slick-dots > li[role='presentation'] {
    align-items: center;
    border: none;
    display: inline-flex;
    height: 6px;
    justify-content: center;
    margin: 0 6px;
    padding: 0;
    text-align: inherit;
    white-space: inherit;
    width: 6px;
}

.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
    background: inherit;
}

.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
    background: #ff5502;
    border-color: #ff5502;
}

.amsearch-slider-section .slick-dots > li[role='presentation'] button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 100%;
    padding: 0;
    width: 100%;
}

.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
    content: none;
}

.amsearch-slider-section button.slick-arrow {
    background: #fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
    border-radius: 0;
    bottom: 0;
    height: 40px;
    margin: auto 0;
    top: 0;
    width: 40px;
    z-index: 2;
}

.amsearch-slider-section button.slick-arrow:focus {
    box-shadow: 0 0 3px 1px #00699D;
}

/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
    max-width: 100%;
    order: 10;
}

.amsearch-products-section {
    align-content: flex-start;
    border-left: none;
    /* border-top: 1px solid #ccc; */
    box-sizing: border-box;
    padding: 20px 0 0;
    position: relative;
    transition: 0.1s;
    width: 100%;
    /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
    /* order: 3; */
}

.amsearch-products-section .amsearch-sku-block {
    padding: 0 0 10px;
}

.amsearch-products-section .amsearch-link {
    color: var(--amsearch-color-text, #1a624f);
}

.amsearch-products-section .amsearch-link:hover {
    color: var(--amsearch-color-hover_text, #1a624f);
}

.amsearch-products-section .amsearch-block-header {
    padding: 0 20px 25px;
}

.amsearch-products-section .amsearch-item .item-description {
    word-break: keep-all;
}

.amsearch-products-section .amsearch-item .product-item-description {
    word-break: break-all;
}

.amsearch-products-section .product-item-description {
    color: #666;
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0 10px;
}

.amsearch-products-section .amsearch-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.amsearch-products-section .amsearch-item {
    align-content: flex-start;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 10px;
    position: relative;
    justify-content: center;
}

.amsearch-products-section .amsearch-item:hover {
    background: var(--amsearch-color-hover, #bfdcec);
    z-index: 8;
}

.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
    display: none;
}

.amsearch-products-section .product-item-details {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100px;
    font-size: 14px;
    text-align: center;
}

.amsearch-products-section .amsearch-wrapper-inner {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amsearch-products-section .product-item-link {
    padding: 0 0 10px;
    word-break: keep-all;
    font-size: 16px;
}

.amsearch-products-section .action.tocart {
    word-break: break-word;
    word-wrap: break-word;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.2;
    min-height: 35px;
    padding: 10px !important;
    white-space: inherit;
}

.ie11 .amsearch-products-section .action.tocart {
    word-break: break-all;
}

.amsearch-products-section .product-item [data-role='priceBox'] {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
    justify-content: center;
}


.amsearch-products-section .product-reviews-summary {
    margin: 0;
    padding: 0 0 10px;
}

.amsearch-products-section .actions-secondary {
    align-items: center;
    display: flex;
    padding: 5px;
    display: none;
}

.amsearch-products-section .actions-secondary .amsearch-button.-icon {
    margin: 5px;
}

.amsearch-products-section .actions-secondary > .action {
    flex-grow: inherit;
    line-height: normal;
    margin-right: 5px;
}

.amsearch-products-section.-list .amsearch-item {
    width: 100%;
}

.amsearch-products-section.-list .amsearch-image {
    max-width: 132px;
    width: 40%;
}

.amsearch-products-section.-list .actions-secondary {
    padding: 0 0 0 5px;
}

.amsearch-products-section.-list .amsearch-description {
    padding-left: 10px;
}

.amsearch-products-section.-grid .amsearch-image {
    padding-bottom: 10px;
    width: 100%;
}

.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
    display: inline-block;
    max-width: 100%;
}

.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    flex-wrap: wrap;
    max-width: 25%;
}

.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
    transform: rotate(225deg) translate(-5px, 0);
}

.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translate(0, -5px);
    transition: 0.3s all;
    width: 10px;
}

.amsearch-block-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px 2px;
    width: 100%;
}

.amsearch-block-header .amsearch-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    word-break: break-word;
    word-wrap: break-word;
}

.amsearch-block-header .amsearch-link {
    line-height: 26px;
    min-width: 90px;
}

.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
    font-weight: inherit;
}

.amsearch-block-header .amsearch-link .amsearch-count:before {
    content: '(+';
}

.amsearch-block-header .amsearch-count {
    font-weight: 300;
}

.amsearch-block-header .amsearch-count:before {
    content: '(';
}

.amsearch-block-header .amsearch-count:after {
    content: ')';
}

.amsearch-category-tab .amsearch-item {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 10px;
    margin: 0 10px;
    width: 10px;
}

.amsearch-result-tabs {
    margin-top: 5px;
    z-index: initial;
}

.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
    display: none;
}

.amsearch-result-tabs .title {
    box-sizing: border-box;
    position: relative;
}

.amsearch-result-tabs .title.active .amsearch-results-count {
    display: none;
}

.amsearch-result-tabs .title.active .switch {
    padding-bottom: 1px;
}

.amsearch-result-tabs .data.content {
    display: none;
}

.amsearch-result-tabs .data.content[aria-hidden='false'] {
    display: block;
}

.amsearch-result-tabs .data.title {
    margin-right: 5px;
}

.amsearch-result-tabs .data.title.active {
    background: #d8d8d8;
    box-sizing: border-box;
}

.amsearch-result-tabs .data.title.last {
    margin-bottom: 8px;
}

.page-header:not(.amsearch-full-width) .amsearch-result-section {
    /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
    -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
    animation: amsearch-animation__fadeIn 0.3s forwards;
}

.page-header .amsearch-result-section {
    right: 0;
}

.amsearch-result-section {
    overflow: hidden;
    /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen, Magento2.Less.BracesFormatting.SpacingBeforeClose */
    overflow-y: auto;
    scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
    background-color: var(--amsearch-color-background, #fff);
    border: 1px solid;
    border-color: var(--amsearch-color-border, transparent);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    /* margin: 5px 0; */
    max-height: 65vh;
    position: absolute;
    top: 100%;
    transition: 0.3s;
    width: 100%;
    z-index: 99;
}

.amsearch-result-section::-webkit-scrollbar {
    background: #f0f0f0;
}

.amsearch-result-section::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 4px;
    cursor: pointer;
}

.amsearch-result-section ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

.amsearch-result-section::-webkit-scrollbar {
    width: 4px;
}

.amsearch-result-section::-webkit-scrollbar-thumb {
    width: 4px;
}

.amsearch-result-section ::-webkit-scrollbar-track {
    width: 4px;
}

.amsearch-result-section:empty {
    display: none;
}

.amsearch-result-section .amsearch-result-block {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.amsearch-result-section .amsearch-result-block:empty {
    display: none;
}

.amsearch-result-block.-preload {
    display: flex;
    flex-wrap: wrap;
}

.amsearch-result-block.-preload:empty {
    display: none;
}

.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
    max-width: 100%;
    width: 100%;
}

.amsearch-result-block.-preload .amsearch-slider-section {
    width: 100%;
}

.amsearch-result-block.-preload .amsearch-products-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page-header .amsearch-input-wrapper {
    width: 100%;
}

.amsearch-input-wrapper {
    max-width: 100%;
    position: relative;
    transition: 0.3s;
}

.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: 10px;
    right: auto;
}

.amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 33px;
    padding-right: 33px;
}

.amsearch-input-wrapper .amsearch-input {
    border: 1px solid #ccc;
    padding: 5px 10px;
    transition: 0.3s;
}

.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #1979c2;
    box-shadow: none;
}

.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
    color: #999;
}

.amsearch-input-wrapper .amsearch-button.-close {
    bottom: 0;
    font-size: 1rem;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.amsearch-input-wrapper .amsearch-button.-loupe {
    border: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    display: none;
}

body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
    z-index: 0;
}

.page-header.amsearch-full-width.-opened {
    z-index: 12;
}

.amsearch-overlay-block {
    background: rgba(0, 0, 0, 0.19);
    bottom: 0;
    display: none !important;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.amsearch-overlay-block .amsearch-overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: none !important;
}

.amsearch-items-section {
    padding: 25px 0 0 0;
    width: 25%;
}

.amsearch-items-section:empty {
    display: none;
}

.amsearch-item-container {
    flex-basis: 100%;
    padding: 0 0 20px;
    position: relative;
}

.amsearch-item-container.-opened {
    padding: 0 0 32px;
}

.amsearch-item-container.-page a.amsearch-link {
    color: var(--amsearch-color-hover_text, #1a624f);
    font-weight: 600;
}

.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
    padding: 0 20px 15px;
}

.amsearch-item-container.-recent_searches .amsearch-tab-items {
    padding: 0 20px;
}

.amsearch-item-container.-recent_searches .amsearch-item {
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 8px 10px 0;
    order: 1;
    text-decoration: none;
}

.amsearch-item-container.-recent_searches .amsearch-item.-match {
    background-color: var(--amsearch-color-hover, #bfdcec);
}

.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    padding: 6px 15px;
}

.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
    display: none;
}

.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
    display: none;
    font-size: 12px;
}

.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
    display: none;
}

.amsearch-item-container.-brands .amasty-xsearch-num-results {
    color: #ccc;
    display: inline-block;
    float: none;
}

.amsearch-item-container .amsearch-tab-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amsearch-item-container .amsearch-description {
    padding: 8px 20px;
}

.amsearch-item-container .amsearch-item {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    text-transform: capitalize;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    color: #4d858e;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    padding: 8px 20px;
    text-decoration: none;
}

.amsearch-item-container .amsearch-item .amsearch-link:hover {
    background: var(--amsearch-color-hover, #bfdcec);
    color: var(--amsearch-color-hover_text, #1a624f);
}

.amsearch-item-container .amsearch-item .amsearch-link:focus {
    background: var(--amsearch-color-hover-focus, #bfdcec);
    color: var(--amsearch-color-text-focus, #1a624f);
}

.amsearch-related-terms {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.amsearch-related-terms > .amsearch-title {
    font-weight: 700;
    margin: 0 0 15px 0;
    width: 100%;
}

.amsearch-related-terms > .amsearch-item {
    background: #d8eeff;
    border-radius: 20px;
    color: #252525;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 15px 10px 0;
    padding: 5px 15px;
    transition: 0.1s;
}

.amsearch-related-terms > .amsearch-item:hover {
    background: #b7e0ff;
}

.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
    text-decoration: none;
}

.amsearch-related-terms .amsearch-count {
    color: #757575;
}

.amsearch-button.-full-close {
    display: none;
}

.page-header .amsearch-button.-loupe-trigger {
    background-size: 20px;
    filter: brightness(75%);
    float: right;
    height: 20px;
    margin: 14px;
    width: 20px;
}

.page-header.amsearch-full-width .header.content {
    transition: none;
}

.page-header.amsearch-full-width .amsearch-full_width-title {
    flex-basis: 100%;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px 0;
    z-index: 15;
}

.page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: 10;
    width: initial;
}

.page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: 1;
}

.page-header.amsearch-full-width .amsearch-wrapper-block {
    display: none;
}

.page-header.amsearch-full-width .amsearch-form-block {
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
    min-width: 100%;
    padding: 20px 15px;
    transition: none;
}

.page-header.amsearch-full-width .amsearch-button.-full-close {
    bottom: 0;
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 98;
}

.page-header.amsearch-full-width .amsearch-result-section {
    border-radius: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    transition: none;
    width: 100%;
}

.page-header.amsearch-full-width .amsearch-slider-section {
    max-width: none;
    width: 100%;
}

.page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #f5f5f5;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 14;
}

.page-header.amsearch-full-width.-opened {
    height: 134px;
    transition: 0.1s;
}

.page-header.amsearch-full-width.-opened .panel.wrapper {
    display: none;
}

.page-header.amsearch-full-width.-opened .header.content {
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 100%;
    padding: 0;
}

.page-header.amsearch-full-width.-opened .minicart-wrapper {
    display: none;
}

.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    display: inline-block;
}

.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    display: inline-flex;
}

.rd-navbar-search-toggle {
    border-left: 0;
}

.rd-navbar-search-toggle.active {
    z-index: 99;
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .blog-icon a {
        top: -47px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-search-toggle.active {
        margin: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .amsearch-wrapper-block {
        top: -40px;
        bottom: 0;
    }

    .amsearch-result-section {
        display: flex;
        flex-wrap: wrap;
    }

    .amsearch-items-section {
        width: 100%;
    }

    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        max-width: 50%;
    }

    .page-header__content.active .amsearch-wrapper-block {
        top: 70px;
        bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .amsearch-wrapper-block {
        top: 30px;
    }
}

.amsearch-item .tax-ship .delivery-time {
    display: none !important;
}

.amsearch-products-section .product-item .tax-wrap .price-label {
    padding-right: 7px;
}

.amsearch-products-section .product-item .price {
    color: #3d3a3a;
    font-size: 22px;

}

.amsearch-products-section .product-item .tax-wrap {
    display: flex;
    justify-content: center;
    font-weight: 100;
}

.amsearch-products-section .product-item .tax-details {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}

.amsearch-products-section .product-item .tax-details .tax-text {
    font-size: 13px;
    color: #525252;
    font-weight: 100;
}

.amsearch-products-section .product-item .tax-details .border {
    color: #525252;
    font-weight: 100;
}

.amsearch-products-section .product-item .tax-details .tax-link {
    font-size: 13px;
    color: #525252;
    font-weight: 100;
    text-decoration: underline;
}

.amsearch-products-section .product-item #base-price {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.amsearch-products-section .product-item #base-price .price {
    font-size: 15px;
}
