@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
    font-size: 16px;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .site,
  #page,
  #content,
  .site-content,
  .ast-container,
  .site-main,
  #primary,
  .content-area,
  article,
  .entry-content,
  .page-content,
  .elementor,
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap,
  .elementor-widget-container {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .site-content > .ast-container,
  .site-content .ast-container {
    width: calc(100% - 24px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page .entry-content,
  body.single-post .entry-content,
  body.blog .entry-content,
  body.category .entry-content,
  body.tag .entry-content,
  body.author .entry-content,
  body.date .entry-content,
  body.page .page-content,
  body.single-post article.post .entry-content,
  body.single-post article.ast-article-single .entry-content {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  body.page .entry-content p,
  body.single-post .entry-content p,
  body.page .entry-content li,
  body.single-post .entry-content li,
  body.page .entry-content td,
  body.single-post .entry-content td,
  body.page .entry-content a,
  body.single-post .entry-content a,
  body.page .entry-content span,
  body.single-post .entry-content span,
  body.blog article.post .entry-summary p,
  body.category article.post .entry-summary p,
  body.tag article.post .entry-summary p {
    font-size: max(16px, 1em) !important;
    line-height: 1.65 !important;
  }

  h1,
  .entry-title,
  .page-title {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(23px, 6.6vw, 28px) !important;
    line-height: 1.2 !important;
  }

  h3 {
    font-size: clamp(20px, 5.8vw, 24px) !important;
    line-height: 1.25 !important;
  }

  p,
  li,
  td,
  th,
  a,
  span,
  strong {
    overflow-wrap: anywhere;
  }

  img,
  picture,
  video,
  canvas,
  svg,
  iframe,
  embed,
  object {
    max-width: 100% !important;
    height: auto;
  }

  table,
  .wp-block-table,
  .entry-content table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  pre,
  code,
  .entry-content pre {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .jivo-widget,
  jdiv,
  [class*="jivo"] {
    max-width: 100vw !important;
  }

  body.single-product .site-content .ast-container,
  body.single-product .product,
  body.single-product .nw-product-hero,
  body.single-product .woocommerce-product-gallery,
  body.single-product .summary,
  body.single-product .summary.entry-summary,
  body.single-product .summary.entry-summary.nw-summary-ui,
  body.single-product .woocommerce-tabs,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product section.related,
  body.single-product section.upsells {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  body.single-product .nw-product-hero,
  body.single-product .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.single-product .summary .product_title {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  body.single-product .summary,
  body.single-product .summary p,
  body.single-product .summary li,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product .woocommerce-Tabs-panel p,
  body.single-product .woocommerce-Tabs-panel li {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    white-space: normal !important;
    text-align: center;
  }

  body.single-product .woo-product-gallery-slider,
  body.single-product .wpgs-for,
  body.single-product .wpgs-nav,
  body.single-product .slick-list,
  body.single-product .slick-track,
  body.single-product .slick-slide,
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .flex-viewport,
  body.single-product .flex-control-thumbs {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    overflow-x: hidden !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-track,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    transform: none !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-slide,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    padding: 0 !important;
  }

  body.single-product form.cart,
  body.single-product .cart,
  body.single-product .nw-summary-actions,
  body.single-product .nw-purchase-card,
  body.single-product .single_add_to_cart_button,
  body.single-product .button,
  body.single-product button {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.single-product .single_add_to_cart_button,
  body.single-product .nw-one-click-button,
  body.single-product .button.alt {
    width: 100% !important;
    white-space: normal !important;
  }

  body.woocommerce-account .entry-content,
  body.woocommerce-account form,
  body.woocommerce-account .woocommerce,
  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce-form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }
}body {
  --nw-font-main: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nw-type-text: #102033;
  --nw-type-muted: #5d6d7e;
  --nw-type-h1: 42px;
  --nw-type-h2: 28px;
  --nw-type-h3: 21px;
  --nw-type-body: 16px;
  --nw-type-lead: 18px;
  --nw-type-small: 14px;
  --nw-type-button: 15px;
}

html,
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button,
.button,
.elementor,
.elementor-widget,
.woocommerce,
.woocommerce-page,
.entry-content,
.entry-title,
.site-title,
.site-description,
.main-navigation,
.ast-builder-menu,
.nw-site-footer,
[class^="nw-"],
[class*=" nw-"] {
  font-family: var(--nw-font-main) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  font-family: var(--nw-font-main) !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page h1,
.notewall-payment-page h1,
.notewall-service-page h1,
body:is(.woocommerce-cart, .woocommerce-checkout) h1.entry-title,
body:is(.woocommerce-cart, .woocommerce-checkout) .entry-title,
body:is(.category, .blog, .tag, .date, .author) .page-title,
body:is(.category, .blog, .tag, .date, .author) .entry-header .entry-title,
body.single-post article.post .entry-title,
body.single-post article.ast-article-single .entry-title {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h1) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page h2,
.notewall-payment-page h2,
.notewall-service-page h2,
body:is(.woocommerce-cart, .woocommerce-checkout) h2,
body.single-post article.post .entry-content h2,
body.single-post article.ast-article-single .entry-content h2 {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page h3,
.notewall-payment-page h3,
.notewall-service-page h3,
body:is(.woocommerce-cart, .woocommerce-checkout) h3,
body:is(.category, .blog, .tag, .date, .author) article .entry-title,
body:is(.category, .blog, .tag, .date, .author) article .entry-title a,
body.single-post article.post .entry-content h3,
body.single-post article.ast-article-single .entry-content h3 {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h3) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page p,
.notewall-payment-page p,
.notewall-service-page p,
body.single-post article.post .entry-content,
body.single-post article.ast-article-single .entry-content,
body.single-post article.post .entry-content p,
body.single-post article.ast-article-single .entry-content p,
body:is(.category, .blog, .tag, .date, .author) article .entry-content,
body:is(.category, .blog, .tag, .date, .author) article .entry-summary {
  font-size: var(--nw-type-body) !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page .nw-contacts-lead,
.notewall-payment-page .nw-payment-intro p,
.notewall-payment-page .nw-payment-section__head p,
.notewall-service-page .nw-service-intro p,
.notewall-service-page .nw-service-section__head p,
body:is(.category, .blog, .tag, .date, .author) .ast-archive-description p {
  font-size: var(--nw-type-lead) !important;
  line-height: 1.5 !important;
}

.notewall-contacts-page .nw-contact-btn,
.notewall-contacts-page .nw-contact-icon-btn,
.notewall-contacts-page .nw-contact-copy,
.notewall-payment-page .nw-payment-btn,
.notewall-service-page .nw-service-btn,
body:is(.woocommerce-cart, .woocommerce-checkout) button,
body:is(.woocommerce-cart, .woocommerce-checkout) .button,
body.single-product button,
body.single-product .button {
  font-size: var(--nw-type-button) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page small,
.notewall-payment-page small,
.notewall-service-page small,
.notewall-contacts-page .nw-contact-meta,
.notewall-payment-page .nw-payment-note,
.notewall-service-page .nw-service-note,
body:is(.woocommerce-cart, .woocommerce-checkout) small,
body:is(.woocommerce-cart, .woocommerce-checkout) label,
body.single-product small,
body.single-product label {
  font-size: var(--nw-type-small) !important;
  line-height: 1.4 !important;
}

body.single-post article.post .entry-content h4,
body.single-post article.ast-article-single .entry-content h4 {
  color: var(--nw-type-text) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  body {
    --nw-type-h1: clamp(30px, 8vw, 34px);
    --nw-type-h2: clamp(24px, 6.6vw, 28px);
    --nw-type-h3: clamp(20px, 5.8vw, 22px);
    --nw-type-body: 16px;
    --nw-type-lead: 16px;
    --nw-type-button: 15px;
  }

  .notewall-contacts-page h1,
  .notewall-payment-page h1,
  .notewall-service-page h1,
  body:is(.woocommerce-cart, .woocommerce-checkout) h1.entry-title,
  body:is(.woocommerce-cart, .woocommerce-checkout) .entry-title,
  body:is(.category, .blog, .tag, .date, .author) .page-title,
  body.single-post article.post .entry-title,
  body.single-post article.ast-article-single .entry-title {
    margin-bottom: 14px !important;
  }

  body:is(.category, .blog, .tag, .date, .author) article .entry-title,
  body:is(.category, .blog, .tag, .date, .author) article .entry-title a {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}
.nw-site-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: linear-gradient(151.62deg, #1c2e38 0%, #16252e 100%);
    color: #fff;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nw-site-footer::before {
    content: "";
    position: absolute;
    right: max(-70px, calc((100vw - 1600px) / 2 - 70px));
    top: 38px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 168, 196, .28) 0%, rgba(43, 168, 196, 0) 68%);
    pointer-events: none;
}

.nw-site-footer *,
.nw-site-footer *::before,
.nw-site-footer *::after {
    box-sizing: border-box;
}

.nw-site-footer__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 80px, 1600px);
    margin: 0 auto;
}

.nw-site-footer__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(190px, 1fr) minmax(160px, .85fr) minmax(210px, 1fr) minmax(280px, 1.2fr);
    gap: clamp(48px, 5vw, 96px);
    align-items: flex-start;
    padding: 54px 0 48px;
}

.nw-site-footer a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.nw-site-footer a:hover,
.nw-site-footer a:focus {
    color: #77e5fe;
}

.nw-site-footer a:focus-visible {
    outline: 2px solid #77e5fe;
    outline-offset: 4px;
}

.nw-site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.nw-footer-logo {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.5px;
}

.nw-footer-logo__accent {
    color: #77e5fe;
}

.nw-footer-logo sup {
    margin-top: 4px;
    color: #77e5fe;
    font-size: 11px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: -0.5px;
}

.nw-site-footer__brand p {
    max-width: 215px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.nw-footer-socials {
    display: flex;
    gap: 10px;
    padding-top: 4px;
}

.nw-footer-socials a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #2ba8c4;
}

.nw-footer-socials a:hover,
.nw-footer-socials a:focus {
    color: #168ba5;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.nw-footer-socials svg {
    display: block;
}

.nw-footer-nav,
.nw-footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.nw-footer-nav h2,
.nw-footer-contacts h2 {
    margin: 0 0 6px;
    color: #2ba8c4;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.nw-footer-nav a,
.nw-footer-contacts a,
.nw-footer-contacts address {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.nw-footer-phone {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
}

.nw-footer-phone:hover,
.nw-footer-phone:focus {
    color: #77e5fe !important;
}

.nw-footer-email {
    margin-top: 2px;
}

.nw-footer-contacts address {
    max-width: 245px;
    margin-top: 18px;
}

.nw-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 58px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.nw-site-footer__bottom p,
.nw-site-footer__bottom a {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.nw-site-footer__bottom p {
    color: #77e5fe;
}

@media (min-width: 1500px) {
    .nw-site-footer__top {
        padding: 58px 0 52px;
    }

    .nw-site-footer__brand p {
        max-width: 245px;
    }

    .nw-footer-contacts address {
        max-width: 285px;
    }
}

@media (max-width: 1180px) {
    .nw-site-footer__top {
        grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(150px, 1fr));
        gap: 34px;
    }
}

@media (max-width: 767px) {
    .nw-site-footer__inner {
        width: min(100% - 64px, 520px);
    }

    .nw-site-footer__top {
        display: flex;
        flex-direction: column;
        gap: 26px;
        padding: 52px 0 34px;
    }

    .nw-site-footer__brand {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 18px;
        row-gap: 14px;
        align-items: start;
    }

    .nw-footer-logo,
    .nw-site-footer__brand p {
        grid-column: 1 / 2;
    }

    .nw-footer-socials {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        padding-top: 0;
    }

    .nw-footer-logo {
        font-size: 24px;
        line-height: 33px;
    }

    .nw-site-footer__brand p {
        max-width: 215px;
    }

    .nw-footer-nav,
    .nw-footer-contacts {
        gap: 12px;
    }

    .nw-footer-nav h2,
    .nw-footer-contacts h2 {
        margin-bottom: 4px;
    }

    .nw-footer-contacts address {
        max-width: 290px;
        margin-top: 14px;
    }

    .nw-site-footer__bottom {
        min-height: auto;
        padding: 18px 0 16px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 374px) {
    .nw-site-footer__inner {
        width: min(100% - 40px, 520px);
    }

    .nw-site-footer__brand {
        grid-template-columns: 1fr;
    }

    .nw-footer-socials {
        grid-column: 1 / 2;
        grid-row: auto;
    }
}
@keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
}

@-webkit-keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
    }
}

.hiddend {
    display: none !important;
}

div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

div.asl_w.asl_an_fadeInDrop {
    animation-name: aslAnFadeInDrop;
    -webkit-animation-name: aslAnFadeInDrop;
}

div.asl_w.asl_an_fadeOutDrop {
    animation-name: aslAnFadeOutDrop;
    -webkit-animation-name: aslAnFadeOutDrop;
}

div.asl_w.asl_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear;
}

div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asl_r,
div.asl_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.asl_r {
    box-sizing: border-box;
    margin: 12px 0 0 0;
}

div.asl_m .proinput input::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

div.asl_m .proinput input::-ms-reveal {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

div.asl_m input[type="search"] {
    appearance: auto !important;
    -webkit-appearance: none !important;
}

.clear {
    clear: both;
}

.hiddend {
    display: none;
}

div.asl_m textarea:focus,
div.asl_m input:focus {
    outline: none;
}

div.asl_m {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    z-index: 200;
}

div.asl_m .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

div.asl_m .probox .proinput {
    width: 1px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    -webkit-order: 5;
}

div.asl_m .probox .proinput form {
    height: 100%;
    /* some themes like to add un-removable margin and padding.. */
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    max-width: unset !important;
}

div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
    display: none;
}

div.asl_m .probox .proinput input {
    height: 28px;
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    line-height: normal !important;
    display: block;
    min-height: unset;
    max-height: unset;
}

div.asl_m .probox .proinput input::-webkit-input-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input::-moz-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input:-ms-input-placeholder {
    opacity: .85;
}

div.asl_m .probox .proinput input:-moz-placeholder {
    opacity: .85;
}

div.asl_m .proinput input.orig {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: 10;
    position: relative;
}

div.asl_m .proinput input.autocomplete {
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: .2;
}

div.asl_m .probox .proinput input.autocomplete {
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-top: -28px !important;
    padding: 0;
    left: 0;
    position: relative;
    z-index: 9;
}

div.asl_m .probox .proinput.iepaddingfix {
    padding-top: 0;
}

div.asl_m .probox .proinput .loading {
    width: 32px;
    background: #000;
    height: 100%;
    box-shadow: none;
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
    width: 20px;
    height: 20px;
    background: none;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    z-index: 100;
}

div.asl_m .probox .promagnifier {
    order: 10;
    -webkit-order: 10;
}

div.asl_m .probox .prosettings {
    order: 1;
    -webkit-order: 1;
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    order: 6;
    -webkit-order: 6;
}

div.asl_m .probox .proclose {
    position: relative;
    cursor: pointer;
}

div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: initial;
    display: block;
}

div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block;
}

div.asl_m .probox .proloading {
    padding: 2px;
    box-sizing: border-box;
}

div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

div.asl_m .probox div.asl_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

div.asl_m .probox div.asl_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.asl_m .probox div.asl_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple .8s infinite linear;
    -webkit-animation: rotate-simple .8s infinite linear;
    border: 4px solid #fff;
    border-right-color: transparent !important;
    border-radius: 50%;
    box-sizing: border-box;
}

div.asl_m .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}

div.asl_r * {
    text-decoration: none;
    text-shadow: none;
}

div.asl_r .results .asl_nores {
    overflow: hidden;
    width: auto;
    height: 100%;
    line-height: initial;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 10px 3px;
    color: #222;
}

div.asl_r.horizontal {
    padding: 2px 0 10px;
}

div.asl_r.horizontal .results .nores {
    background: transparent;
}

div.asl_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
}

div.asl_r.horizontal .results {
    height: auto;
    width: auto;
}

div.asl_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .4);
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden;
}

div.asl_r.vertical .results .item:last-child {
    margin-bottom: 0;
}

div.asl_r.vertical .results .item:last-child:after {
    height: 0;
    margin: 0;
    width: 0;
}

div.asl_r .results .item .asl_image {
    overflow: hidden;
    background: transparent;
    margin: 2px 8px 0 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
}

div.asl_r .results .item .asl_image img {
    width: 100%;
    height: 100%;
}

div.asl_r .results .item .asl_content {
    overflow: hidden;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 3px 3px 5px 3px;
}

div.asl_r .results .item .asl_content h3 {
    margin: 0;
    padding: 0;
    display: inline;
    line-height: inherit;
}

div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
}

div.asl_r .results .item div.etc {
    margin-top: 4px;
}

div.asl_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

div.asl_r p.showmore {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background-color: #fff;
    margin-top: 3px;
    cursor: pointer;
}

div.asl_r p.showmore span {
    font-weight: normal;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    display: block;
    text-align: center;
    cursor: pointer;
}

.results .asl_nores .asl_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: bold;
    font-family: Open Sans;
}

div.asl_r .resdrg {
    height: auto;
}



div.asl_w .group:first-of-type {
    margin: 0 0 -3px;
}

div.asl_s.searchsettings {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    z-index: 1101;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    padding: 0;
}

div.asl_s.searchsettings form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}

div.asl_s.searchsettings .asl_option_inner {
    margin: 2px 10px 0 10px;
    *padding-bottom: 10px;
}

div.asl_s.searchsettings.ie78 .asl_option_inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

div.asl_s.searchsettings .asl_option_label {
    font-size: 14px;
    line-height: 20px !important;
    margin: 0;
    width: 150px;
    text-shadow: none;
    padding: 0;
    min-height: 20px;
    border: none;
    background: transparent;
    float: none;
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
    display: none !important;
}

div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
    display: block;
}

div.asl_s.searchsettings.ie78 .asl_option_label {
    float: right !important;
}

div.asl_s.searchsettings .asl_option {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    margin: 0 0 10px 0;
    cursor: pointer;
}

div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
    margin-bottom: 0;
}

div.asl_s.searchsettings .asl_option_inner {
    width: 17px;
    height: 17px;
    position: relative;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    overflow: hidden;
    font-size: 0 !important;
    color: rgba(0, 0, 0, 0);
}

/* MODERN BROWSER SCROLL START */
div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}

div.asl_r.vertical .results {
    scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255,255,255);
}

div.asl_r.vertical .results::-webkit-scrollbar {
    width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
    width: 6px;
}

div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 12px 12px transparent;
    border: none;
}

div.asl_r.vertical .results::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    box-shadow: inset 0 0 12px 12px transparent;
    border: solid 2px transparent;
}

div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
    background: transparent;
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
    border: solid 2px transparent;
    border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
    border: none;
}

div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
    div.asl_r.vertical .results::-webkit-scrollbar-thumb,
    div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
    }
}
/* MODERN BROWSER SCROLL END */

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
    opacity: 0;
    font-family: 'aslsicons2';
    content: "\e800";
    font-weight: normal !important;
    background: transparent;
    border: none !important;
    box-sizing: content-box;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 1px 0 0 0 !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: block;
    font-size: 11px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
    display: none;
}

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
    opacity: .3;
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
    opacity: 1;
}

div.asl_s.searchsettings fieldset {
    position: relative;
    float: left;
}

div.asl_s.searchsettings fieldset {
    background: transparent;
    font-size: .9em;
    margin: 12px 0 0 !important;
    padding: 0;
    width: 192px;
}

div.asl_s.searchsettings fieldset .asl_option_label {
    width: 130px;
    display: block;
}

div.asl_s.searchsettings form fieldset legend {
    padding: 5px 0 8px 10px;
}

#asl_hidden_data {
    display: none !important;
}

.asl_r .item {
    /* To override .overlap */
    .asl__af-tt-container {
        position: relative;
        z-index: 2;

        .asl__af-tt-link {
            transition: opacity 0.2s;
            &:hover {
                opacity: 0.7;
            }
        }
    }

    .average-rating {
        --percent: 0%;
        --color: #2EA3F2;
        --bg-color: rgba(0,0,0,0.2);
        --size: 17px;
        position: relative;
        appearance: none;
        width: auto;
        display: inline-block;
        vertical-align: baseline;
        font-size: var(--size);
        line-height: calc(var(--size) - 15%);
        color: var(--bg-color);
        background: linear-gradient(90deg, var(--color) var(--percent), var(--bg-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.asl_r .item {
    .price {
        --regular-price-color: #666;
        --sale_price_color: #666;
        color: var(--regular-price-color);

        del {
            opacity: .5;
            display: inline-block;
            text-decoration: line-through;
            color: var(--regular-price-color);
        }

        ins {
            margin-left: 0.5em;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            color: var(--sale_price_color);
        }
    }

    .add-to-cart-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        z-index: 10;
        width: 100%;
        margin: 12px 0;

        .add-to-cart-quantity {
            padding: 8px 0 8px 8px;
            background: #eaeaea;
            width: 32px;
            border-radius: 4px 0 0 4px;
            height: 18px;
            min-height: unset;
            display: inline-block;
            font-size: 13px;
            line-height: normal;
        }

        .add-to-cart-button {
            padding: 8px;
            border-radius: 4px;
            background: #6246d7;
            color: white;
            height: 18px;
            min-height: unset;
            display: block;
            text-align: center;
            min-width: 90px;
            font-size: 13px;
            line-height: normal;

            &.add-to-cart-variable {
                border-radius: 4px;
            }
            &.loading {
                content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            }
        }

        a.added_to_cart {
            flex-basis: 100%;
            margin-top: 8px;
        }
    }

    .add-to-cart-container:has(.add-to-cart-quantity) {
        .add-to-cart-button {
            border-radius: 0 4px 4px 0;
        }
    }
}

.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
    text-align: right !important;
    direction: rtl !important;
}

.rtl .asl_nores>* {
    display: inline-block;
}

.rtl div.asl_r .results .item .asl_image {
    float: right;
    margin: 2px 0 0 8px;
}

.rtl .searchsettings .asl_option {
    flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
}

.rtl .asl_option {
    direction: ltr;
}

.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
    text-align: right !important;
}

.rtl .asl_label {
    max-width: 1000px !important;
    width: 100%;
    direction: rtl !important;
}

.rtl .asl_label input[type=radio] {
    margin: 0 0 0 6px !important;
}

.rtl .asl_option_cat_level-0 div.asl_option_label {
    font-weight: bold !important;
}

.rtl fieldset .asl_option_cat_level-1 {
    margin-right: 12px !important;
    margin-left: 0;
}

.rtl fieldset .asl_option_cat_level-2 {
    margin-right: 24px !important;
    margin-left: 0;
}

.rtl fieldset .asl_option_cat_level-3 {
    margin-right: 36px !important;
    margin-left: 0;
}

.rtl .searchsettings legend {
    text-align: right !important;
    display: block;
    width: 100%;
}

.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
    direction: rtl !important;
    text-align: right !important;
}

.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
    flex-direction: row-reverse !important;
}

.rtl div.horizontal.asl_r div.item {
    float: right !important;
}

.rtl p.asl-try {
    direction: rtl;
    text-align: right;
    margin-right: 10px;
    width: auto !important;
}