:root {
  --animate-duration: 1s;
}

:root {
  --sticky-footer-title-margin-height: 98px;
  --sticky-footer-header-height: 112px;
  --sticky-footer-header-mobile-height: 72px;
}

sl-sticky-footer-cart {
  z-index: 21000;
  display: block;
  position: relative;
}
sl-sticky-footer-cart .bottom {
  margin: 0 !important;
}
sl-sticky-footer-cart.active {
  display: none;
  bottom: calc(var(--sticky-footer-height, 0px) + 1px);
}
sl-sticky-footer-cart .radius {
  border-radius: 6px 6px 0 0;
  border: 1px solid #dde3e7;
  border-bottom: none;
  box-shadow: 0px -16px 16px rgba(51, 51, 51, 0.04);
}
@media only screen and (min-width: 1023px) {
  sl-sticky-footer-cart[variation=false] {
    display: block !important;
  }
}
sl-sticky-footer-cart[variation=true] {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
}
sl-sticky-footer-cart[variation=true] sdx-icon {
  display: block !important;
}
sl-sticky-footer-cart[variation=true] .bottom {
  position: absolute;
  bottom: 0;
}
sl-sticky-footer-cart[variation=true].active {
  display: block !important;
  animation-name: expandDrawer, setModalZIndex;
  animation-duration: 0.5s, 0s;
  animation-delay: 0s, 0.5s;
  animation-timing-function: ease, ease;
  animation-iteration-count: 1, 1;
  animation-fill-mode: forwards, forwards;
}
sl-sticky-footer-cart[variation=true].active .scrollable {
  max-height: calc(100vh - var(--sticky-footer-height, 0px) - var(--sticky-footer-title-margin-height, 0px) - var(--sticky-footer-header-height, 0px));
  overflow-y: auto;
  overflow-x: hidden;
}
@keyframes setModalZIndex {
  to {
    z-index: 901000;
  }
}
@keyframes expandDrawer {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 1023px) {
  sl-sticky-footer-cart sdx-icon {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  sl-sticky-footer-cart {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
  }
  sl-sticky-footer-cart .full {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  sl-sticky-footer-cart .bottom {
    position: absolute;
    bottom: 0;
  }
  sl-sticky-footer-cart.active {
    display: block !important;
    animation-name: expandDrawer, setModalZIndex;
    animation-duration: 0.5s, 0s;
    animation-delay: 0s, 0.5s;
    animation-timing-function: ease, ease;
    animation-iteration-count: 1, 1;
    animation-fill-mode: forwards, forwards;
  }
  sl-sticky-footer-cart.active .scrollable {
    max-height: calc(100vh - var(--sticky-footer-height, 0px) - var(--sticky-footer-title-margin-height, 0px) - var(--sticky-footer-header-mobile-height, 0px)) !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  @keyframes setModalZIndex {
    to {
      z-index: 901000;
    }
  }
  @keyframes expandDrawer {
    from {
      transform: translateY(100%);
      z-index: 21000;
    }
    to {
      transform: translateY(0px);
      z-index: 901000;
    }
  }
}
@media only screen and (max-width: 767px) {
  sl-sticky-footer-cart {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
  }
  sl-sticky-footer-cart .bottom {
    position: absolute;
    bottom: 0;
  }
  sl-sticky-footer-cart.active {
    display: block !important;
    animation-name: expandDrawer, setModalZIndex;
    animation-duration: 0.5s, 0s;
    animation-delay: 0s, 0.5s;
    animation-timing-function: ease, ease;
    animation-iteration-count: 1, 1;
    animation-fill-mode: forwards, forwards;
  }
  sl-sticky-footer-cart.active .scrollable {
    overflow-y: auto;
    overflow-x: hidden;
  }
  @keyframes setModalZIndex {
    to {
      z-index: 901000;
    }
  }
  @keyframes expandDrawer {
    from {
      transform: translateY(100%);
      z-index: 21000;
    }
    to {
      transform: translateY(0px);
      z-index: 901000;
    }
  }
}

sl-table-col {
  border-left: 1px solid #dde3e7;
}

sl-table-col:first-of-type {
  border-left: none;
}