.package-icon:before {
  content: '';
  position: absolute;
  background: url(/themes/elchkids/assets//img-dist/ab6ce45c5f5bd66f06083c368fabda1f.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  top: -2px;
  left: 0; }

body .btn {
  border-radius: 32px;
  font-weight: 600; }

body .elementor-button-link {
  margin: 2rem 0 2rem;
  display: inline-block;
  font-family: "Livvic";
  font-weight: 400;
  color: white;
  background-color: #D1D8D5 !important;
  border: 1px solid;
  border-color: #D1D8D5 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.5rem 2rem !important;
  font-size: 1.125rem !important;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 32px !important;
  font-weight: 600 !important; }

body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus,
body .elementor-button-link:hover,
body .elementor-button-link:active,
body .elementor-button-link:focus {
  background-color: #363636 !important;
  border: 1px solid #363636 !important;
  color: white; }

body .btn-primary.add-to-cart,
body .elementor-button-link.add-to-cart {
  font-weight: 600;
  width: 100%;
  color: #1C1D1E; }
  body .btn-primary.add-to-cart:hover,
  body .elementor-button-link.add-to-cart:hover {
    color: white; }
  body .btn-primary.add-to-cart span,
  body .elementor-button-link.add-to-cart span {
    position: relative;
    padding-left: 1.75rem; }
    body .btn-primary.add-to-cart span::before,
    body .elementor-button-link.add-to-cart span::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 20px;
      background-size: 16px 20px; }
  body .btn-primary.add-to-cart:disabled,
  body .elementor-button-link.add-to-cart:disabled {
    display: none; }

body .btn-primary.js-mailalert-modal-btn,
body .elementor-button-link.js-mailalert-modal-btn {
  width: 100%;
  font-weight: bolder; }

div[paypal-button-container] {
  width: 100% !important; }

.btn-outline-primary {
  letter-spacing: 0;
  font-weight: 400 !important;
  color: #1C1D1E !important; }
  .btn-outline-primary:hover {
    background-color: #D1D8D5 !important;
    border: 1px solid #D1D8D5 !important;
    color: #1C1D1E !important; }

.btn-outline-secondary {
  color: #2C587D;
  font-weight: 600;
  border-color: rgba(44, 88, 125, 0.2);
  padding-left: 1rem;
  padding-right: 1rem; }
  .btn-outline-secondary .material-icons {
    margin-top: 0.1rem;
    font-weight: 600; }

.btn.disabled,
.btn:disabled {
  opacity: 1 !important; }
  .btn.disabled:hover,
  .btn:disabled:hover {
    background-color: #D1D8D5 !important;
    border-color: #D1D8D5 !important;
    color: white !important; }

.btn:active, .btn:focus,
a:active,
a:focus {
  outline: none !important;
  box-shadow: none !important; }

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none; }

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 0; }

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat; }

.noUi-connect {
  width: 100%;
  height: 100%;
  background: white; }

.noUi-origin {
  width: 10%;
  height: 10%; }

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-touch-area {
  width: 100%;
  height: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s; }

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */ }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px; }

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px; }

.noUi-vertical {
  width: 8px;
  margin: 8px 0; }

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #dee2e6;
  border-radius: 0; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #D1D8D5;
  border: 1px solid #D1D8D5;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.noUi-active {
  background: #b5c1bc; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap; }

.noUi-value-sub {
  font-size: 10px;
  color: #ccc; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0; }

.noUi-value-horizontal {
  transform: translate(-50%, 50%); }
  .noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px; }

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%); }
  .noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid rgba(126, 128, 124, 0.25);
  border-radius: 0; }

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0); }

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%); }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0); }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px); }

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #212529;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%; }
  .display-toggle__link:hover, .display-toggle__link:focus {
    color: #212529;
    background: #e9ecef; }
  .display-toggle__link.active {
    color: #fff;
    background: #D1D8D5; }

.display-toggle__icon {
  font-size: inherit;
  line-height: inherit; }

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0; } }

.search-filters__collapse {
  font-size: 1rem; }

.search-filters__slider .form-control {
  border: none; }

.search-filters__slider .noUi-horizontal {
  height: 4px;
  margin: 0 4px; }
  .search-filters__slider .noUi-horizontal .noUi-handle {
    top: -6px;
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #1C1D1E; }
  .search-filters__slider .noUi-horizontal .noUi-connect {
    background: #1C1D1E; }

body#category, body#search, body#manufacturer, body#new-products {
  background-color: white; }
  body#category .cat_tree .divider-bottom, body#search .cat_tree .divider-bottom, body#manufacturer .cat_tree .divider-bottom, body#new-products .cat_tree .divider-bottom {
    border-bottom: 1px solid rgba(28, 29, 30, 0.2);
    margin: 1rem 1.25rem 0; }
  body#category .badge-primary, body#search .badge-primary, body#manufacturer .badge-primary, body#new-products .badge-primary {
    background-color: #D1D8D5;
    border-radius: 12px;
    color: #1C1D1E;
    padding: 5px 10px;
    font-size: 1rem;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 767.98px) {
      body#category .badge-primary, body#search .badge-primary, body#manufacturer .badge-primary, body#new-products .badge-primary {
        font-size: .65rem; } }

#category-description {
  max-width: 1000px;
  margin: 0 auto; }

#js-product-list-top .custom-select {
  border: none;
  max-width: 308px;
  padding: 0 2rem 0 0;
  border-bottom: 1px solid; }
  #js-product-list-top .custom-select:focus, #js-product-list-top .custom-select:active {
    box-shadow: none;
    outline: none; }

@media (max-width: 991.98px) {
  #js-product-list-top .mobile_filters {
    position: fixed;
    bottom: 1rem;
    left: calc(50% - 45%);
    width: 90%;
    z-index: 10; } }

#search_filters .list-group .list-group-item::after {
  content: '';
  background-color: rgba(28, 29, 30, 0.2);
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2.5rem); }

.pagination .step-link .page-link {
  background: #faf8f5;
  border-radius: 50px !important;
  font-size: 1.25rem !important;
  line-height: 1;
  width: 40px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: none !important; }
  .pagination .step-link .page-link span {
    opacity: 1 !important; }
  .pagination .step-link .page-link:first-of-type {
    margin-right: 1rem; }
  .pagination .step-link .page-link:last-of-type {
    margin-left: 1rem; }

.pagination .count-link .page-link {
  color: #1C1D1E;
  font-weight: 600;
  border-radius: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(28, 29, 30, 0.2);
  font-size: 1.125rem; }
  .pagination .count-link .page-link span {
    opacity: 0.5; }

.pagination .count-link.active .page-link {
  background-color: transparent;
  border-color: rgba(28, 29, 30, 0.2); }
  .pagination .count-link.active .page-link span {
    opacity: 1; }

.pagination .count-link:first-of-type .page-link {
  border-radius: 50px 0 0 50px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(28, 29, 30, 0.2);
  padding-left: 1.5rem; }

.pagination .count-link:last-of-type .page-link {
  border-radius: 0 50px 50px 0;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(28, 29, 30, 0.2);
  padding-right: 1.5rem; }

