.ldb-cart-item {
  display: flex;
  color: var(--color-aqua);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  margin-top: 24px;
}
.ldb-cart-item .summary {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}
.ldb-cart-item .remove {
  position: absolute;
  right: 0;
  top: 0;
}
.ldb-cart-item .title,
.ldb-cart-item .price {
  font-weight: 700;
}
.ldb-cart-item .title {
  margin-right: 20px;
}
.ldb-cart-item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.ldb-cart-item .img {
  margin-right: 16px;
}
.ldb-cart-item .price {
  display: flex;
  white-space: nowrap;
}
.ldb-cart-item .has-discount {
  color: var(--color-salmon);
  margin-right: 5px;
}
.ldb-cart-item .regular-price {
  font-weight: 400;
  color: var(--color-cinder);
}
.ldb-cart-item .quantity {
  display: flex;
  border: 0.5px solid #161616;
}
.ldb-cart-item .quantity input {
  width: 27px;
  height: 31px;
  text-align: center;
  -moz-appearance: textfield;
  /* Firefox */
}
.ldb-cart-item .quantity input::-webkit-outer-spin-button, .ldb-cart-item .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ldb-cart-item .quantity a {
  padding: 5px 10px;
}
.ldb-cart-item .combinations .label {
  display: none;
}

.ldb-cart-accessoires {
  width: 330px;
  margin-left: auto;
  background-color: #f2ebdf;
  height: 100%;
  cursor: default;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  position: absolute;
  right: 100%;
}
.ldb-cart-accessoires figure {
  display: flex;
  font-weight: 700;
  color: var(--color-aqua);
}
.ldb-cart-accessoires figcaption {
  flex: 1;
  margin-left: 16px;
}
.ldb-cart-accessoires li {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.ldb-cart-accessoires .btn {
  width: 100%;
  margin-top: 12px;
  padding: 16px 30px;
}
.ldb-cart-accessoires .title {
  margin-bottom: 5px;
  display: block;
  margin-top: -4px;
}
@media (max-width: 815px) {
  .ldb-cart-accessoires {
    display: none;
  }
}

.ldb-cart-samples {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: var(--color-aqua);
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
.ldb-cart-samples-list.dialog-content {
  display: none;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ldb-cart-samples-list.dialog-content .cart-samples-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -14px;
  padding-bottom: 30px;
}
.ldb-cart-samples-list.dialog-content .cart-samples-list > li {
  width: 105px;
  margin: 29px 14px;
}
.ldb-cart-samples-list.dialog-content .title {
  font-weight: 700;
  text-align: center;
  color: var(--color-aqua);
  display: block;
  line-height: 120%;
  margin-top: 9px;
}
.ldb-cart-samples-list.dialog-content .dialog-back {
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin: -7px 0 14px;
}
.ldb-cart-samples-list.dialog-content .dialog-back > svg {
  margin-right: 7px;
}
.ldb-cart-samples-list.dialog-content .dialog-back + .dialog-title {
  margin-bottom: -19px;
}
.ldb-cart-samples-list.dialog-content .confirm-selection.float {
  margin-bottom: 40px;
}
.ldb-cart-samples-list.dialog-content .text {
  width: 100%;
  height: 149px;
  background: var(--color-aqua);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  font-weight: 400;
}
.ldb-cart-samples-list.dialog-content input + label {
  padding-left: 0 !important;
  min-height: 149px;
}
.ldb-cart-samples-list.dialog-content input + label::after {
  top: calc(100% + 12px);
  left: calc(50% - 4px);
}
.ldb-cart-samples-list.dialog-content input + label::before {
  top: calc(100% + 8px);
  left: calc(50% - 8px);
}
.ldb-cart-samples-list.dialog-content input:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.ldb-cart-samples-list.dialog-content.no-animation {
  transition: unset;
}

.ldb-samples-variants {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  padding-bottom: 25px;
}
.ldb-samples-variants .price {
  float: right;
}
.ldb-samples-variants .desc {
  font-size: 16px;
}
.ldb-samples-variants .price,
.ldb-samples-variants .txt {
  font-weight: 700;
  color: var(--color-aqua);
  margin-bottom: 5px;
}
.ldb-samples-variants .product-variants-item {
  display: flex;
  margin-top: 16px;
}
.ldb-samples-variants .product-variants {
  flex: 1;
  padding-left: 20px;
}
.ldb-samples-variants .product-variants .color {
  margin-right: 12px;
  position: relative;
}
.ldb-samples-variants .product-variants .texture::after {
  top: 100%;
  font-size: 11px;
}
.ldb-samples-variants .product-variants input {
  position: absolute;
}
.ldb-samples-variants .product-variants input:disabled + span {
  opacity: 0.5;
  pointer-events: none;
}

.ldb-gift-wrap {
  padding: 18px 0;
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
.ldb-gift-wrap img {
  margin-right: 8px;
  border: 1px solid #f2ebdf;
}
.ldb-gift-wrap label {
  display: flex;
}
.ldb-gift-wrap .price {
  font-weight: 700;
}
.ldb-gift-wrap .label {
  flex: 1;
  transition: all 0.3s;
}
.ldb-gift-wrap .title {
  position: relative;
  cursor: pointer;
  transition: all;
  width: 100%;
  display: block;
}
.ldb-gift-wrap .title::after {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  transition: transform 0.3s ease;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' viewBox='0 0 14 9'%3e%3cpath fill='%23161616' d='M1.58.326.4 1.513 7 8.106l6.6-6.6-1.18-1.18L7 5.746 1.58.326Z'/%3e%3c/svg%3e ") no-repeat;
}
.ldb-gift-wrap .title.active::after {
  transform: rotate(180deg);
}
.ldb-gift-wrap ul {
  overflow: hidden;
  display: none;
}
.ldb-gift-wrap input:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}

.ldb-cart-shipping {
  font-size: 24px;
  color: var(--color-aqua);
}
.ldb-cart-shipping .label {
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ldb-cart-shipping small {
  font-size: 11px;
}

.ldb-cart-bottom {
  margin: 0 auto;
}
.ldb-cart-bottom .ldb-total {
  font-size: 24px;
  color: #003c40;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(198, 198, 198, 0.5);
  margin-top: 17px;
  padding-top: 10px;
}
.ldb-cart-bottom .price {
  font-weight: 700;
  text-transform: capitalize;
}
.ldb-cart-bottom .btn {
  width: 100%;
  margin-top: 20px;
}
.ldb-cart-bottom .cart-notif {
  color: var(--color-aqua);
  text-align: center;
  margin-top: 6px;
}

.ldb-cart-content {
  font-size: 15px;
  --dialog-width: calc(100% + 330px);
}
.ldb-cart-content .dialog-body {
  margin: 17px 0 3px;
}
.ldb-cart-content .dialog-content {
  position: relative;
}
@media (max-width: 992px) {
  .ldb-cart-content .dialog-content {
    width: 55%;
  }
}
@media (max-width: 815px) {
  .ldb-cart-content .dialog-content {
    width: 100%;
  }
}
.ldb-cart-content .dialog-header {
  padding-top: 23px;
}
.ldb-cart-content .dialog-footer {
  width: 100%;
  background: #fdfbf5;
  padding: 33px 0 23px;
}
.ldb-cart-content .dialog-wrapper,
.ldb-cart-content .dialog-header,
.ldb-cart-content .dialog-body {
  max-width: 515px;
  width: calc(100% - 32px);
}
.ldb-cart-content .ldb-cart-list {
  flex: 1;
}
.ldb-cart-content .cart-loading {
  display: none;
}
.ldb-cart-content .cart-loading.show {
  display: block;
}
.ldb-cart-content .cart-loading.show + .price {
  display: none;
}
@media (max-width: 630px) {
  .ldb-cart-content {
    font-size: 16.5px;
  }
  .ldb-cart-content .dialog-header {
    border-bottom: none;
    font-size: 16.5px;
    padding: 7px 0;
  }
  .ldb-cart-content .dialog-footer {
    padding: 10px 0 14px;
  }
  .ldb-cart-content .dialog-close {
    order: -1;
  }
  .ldb-cart-content .dialog-close svg {
    height: 10px;
    width: auto;
  }
  .ldb-cart-content .dialog-back {
    margin: 0 !important;
    width: unset !important;
  }
  .ldb-cart-content .dialog-back + .dialog-title {
    margin: 0 !important;
  }
  .ldb-cart-content .ldb-cart-item {
    margin-top: 16px;
  }
  .ldb-cart-content .ldb-cart-item .remove svg {
    width: 11px;
    height: auto;
  }
  .ldb-cart-content .ldb-gift-wrap {
    padding: 18px 0;
  }
  .ldb-cart-content .ldb-cart-shipping {
    font-size: 16.5px;
  }
  .ldb-cart-content .ldb-total {
    font-size: 16.5px;
    margin-top: 10px;
    padding-top: 12px;
  }
  .ldb-cart-content .ldb-cart-bottom .btn {
    margin-top: 13px;
  }
  .ldb-cart-content .cart-notif {
    margin-top: 13px;
    font-size: 13px;
  }
  .ldb-cart-content .ldb-cart-samples-list .dialog-header {
    position: relative;
  }
  .ldb-cart-content .ldb-cart-samples-list .dialog-header::after {
    background-color: #c6c6c6;
    content: "";
    width: 100dvw;
    position: absolute;
    top: calc(100% + 4px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ldb-cart-content .exclusive-promos {
  text-align: left;
  margin-top: 0;
}

.ldb-cart-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ldb-cart-notification.active {
  display: block;
  z-index: 99999;
}
.ldb-cart-notification .notification {
  background: var(--color-aqua);
  position: relative;
  padding: 0.125rem 0.9375rem;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.563rem;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transform: translate(0px, -50px);
}
.ldb-cart-notification .notification-error {
  background: #bb0202;
}
.ldb-cart-notification .notification-warning {
  background: #e98825;
}
.ldb-cart-notification .notification-wrapper {
  position: absolute;
  width: 100%;
}
.ldb-cart-notification .notification-wrapper.disable {
  pointer-events: none;
}
.ldb-cart-notification .notification-title {
  margin-right: 15px;
  padding: 0 0.9375rem;
  line-height: 1.875rem;
  display: inline-block;
}
.ldb-cart-notification .notification-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: right;
  margin: 0 auto;
  width: 1280px;
  max-width: calc(100dvw - 3rem);
}
.ldb-cart-notification .notification.show {
  visibility: visible;
  z-index: 99999;
  transform: translate(0px, 0px);
  transition: all 0.7s ease 0s;
  opacity: 1;
}
.ldb-cart-notification .notification.closed {
  visibility: hidden;
  z-index: -1;
  transform: translate(0px, -50px);
  transition: all 0.7s ease 0s;
  opacity: 0;
}
.ldb-cart-notification .noti {
  display: none;
}
.ldb-cart-notification .noti.active {
  display: block;
}

.ldb-cart-temp {
  display: none;
}

@media (max-width: 630px) {
  #cart-product-samples-dialog .dialog-header {
    flex-direction: column;
    align-items: flex-start;
  }
  #cart-product-samples-dialog .dialog-close {
    width: 13px;
    height: 13px;
  }
  #cart-product-samples-dialog .dialog-close::after, #cart-product-samples-dialog .dialog-close::before {
    height: 1.5px;
    background-color: var(--color-cinder);
  }
  #cart-product-samples-dialog .dialog-title {
    color: var(--color-aqua);
    font-size: 24px;
    margin: 12px 0 9px;
  }
}
.ldb-cart-list-items.borderless > li:last-child,
.ldb-cart-samples.borderless {
  border-bottom-color: transparent;
}

/*# sourceMappingURL=ldb_shoppingcart.css.map */
