.tcl-cart__wrapper hr {
  height: 1px;
  width: 100%;
}
.tcl-cart__wrapper p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-size: 20px;
  font-weight: 300;
}
.tcl-cart__form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .tcl-cart__form-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.tcl-cart__form-button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
.tcl-cart__form-button a:disabled {
  opacity: 0.5 !important;
}
.tcl-cart__form-button a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-cart__form-button button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-flex;
  align-items: center;
}
.tcl-cart__form-button button:disabled {
  opacity: 0.5 !important;
}
.tcl-cart__form-button button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-cart__form-button button svg {
  margin-left: 10px;
}
.tcl-cart__go-to-checkout {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-decoration: none;
  width: calc(100% - 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
}
.tcl-cart__go-to-checkout:disabled {
  opacity: 0.5 !important;
}
.tcl-cart__go-to-checkout:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 1199px) {
  .tcl-cart__go-to-checkout {
    width: 100%;
  }
}
.tcl-cart__go-to-checkout svg {
  margin-left: 10px;
}
.tcl-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.tcl-cart__item:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(56.25%, rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 56.25%, rgba(17, 17, 17, 0.8) 100%);
}
.tcl-cart__item-options {
  margin-bottom: 30px;
}
.tcl-cart__item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.tcl-cart__item-option:last-child {
  margin-bottom: 0px;
}
.tcl-cart__item-option span {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
}
.tcl-cart__item-option span:first-child {
  width: 185px;
}
.tcl-cart__item-image {
  width: 215px;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-cart__item-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.tcl-cart__item-image img {
  width: 100%;
  z-index: 1;
}
.tcl-cart__item-image-shadow {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -15px;
  left: 0;
  z-index: -1;
}
.tcl-cart__item-content {
  width: calc(100% - 215px - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .tcl-cart__item-content {
    width: 100%;
  }
}
.tcl-cart__item-heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tcl-cart__item-heading {
    font-size: 24px;
  }
}
.tcl-cart__item-heading::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #111111;
  position: absolute;
  left: -20px;
  top: 0;
}
.tcl-cart__item-heading .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-cart__item-heading .variation * {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-cart__item-heading .variation dd {
  margin-right: 5px;
  border-right: 1px solid rgba(17, 17, 17, 0.3);
  padding-right: 5px;
  padding-left: 3px;
}
.tcl-cart__item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.tcl-cart__item-prices > span {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
}
.tcl-cart__item-prices > span:last-child {
  font-weight: 500;
}
.tcl-cart__item-quantity {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.tcl-cart__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: auto;
}
.tcl-cart__item-remove a {
  cursor: pointer;
  border: 1px solid #111111;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-cart__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-cart__quantity-button {
  cursor: pointer;
  border: 1px solid #111111;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-cart__quantity-button.disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.tcl-cart__quantity input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  font-weight: 700;
  width: 32px;
  text-align: center;
  margin: 0 5px;
  outline: none;
  border: 0;
  background: transparent;
  -moz-appearance: textfield;
}
.tcl-cart__quantity input::-webkit-outer-spin-button, .tcl-cart__quantity input::-webkit-inner-spin-button {
  cursor: default;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: stretch;
  opacity: 0;
  pointer-events: none;
  -webkit-user-modify: read-only;
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.tcl-cart__quantity input:hover, .tcl-cart__quantity input:focus {
  -moz-appearance: number-input;
}
.tcl-cart__total {
  background-color: var(--accent-background);
  padding: 20px;
}
@media (max-width: 1199px) {
  .tcl-cart__total {
    margin-top: 70px;
  }
}
.tcl-cart__total-heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-cart__total-heading {
    font-size: 24px;
  }
}
.tcl-cart__total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.tcl-cart__total-line > span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-cart__total-line > span:first-child {
  font-weight: 500;
}
.tcl-cart__total-main {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  font-weight: 400;
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.tcl-cart__total-main:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(56.25%, rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 56.25%, rgba(17, 17, 17, 0.8) 100%);
}
.tcl-cart__sidebar-notice {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  margin-top: 50px;
}
.tcl-cart__coupon {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}
.tcl-cart__coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.tcl-cart__coupon-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 7px;
}
.tcl-cart__coupon-input {
  width: 100%;
  position: relative;
}
.tcl-cart__coupon-input input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #111111;
  border: 0;
  outline: none;
  background: none;
  border-bottom: solid 1px #ced4da;
  padding: 4px 4px;
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 44px;
}
.tcl-cart__coupon-input input::-webkit-input-placeholder {
  opacity: 0.5;
}
.tcl-cart__coupon-input input::-moz-placeholder {
  opacity: 0.5;
}
.tcl-cart__coupon-input input:-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-cart__coupon-input input::-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-cart__coupon-input input::placeholder {
  opacity: 0.5;
}
.tcl-cart__coupon-input input.error-field {
  border-color: #111111;
  border-width: 3px;
}
.tcl-cart__coupon-button button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tcl-cart__coupon-button button:disabled {
  opacity: 0.5 !important;
}
.tcl-cart__coupon-button button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-cart__coupon-response {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  text-align: right;
}
.tcl-cart__coupon-response.error {
  color: #111111;
}
.tcl-cart__empty-heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-cart__empty-heading {
    font-size: 24px;
  }
}
.tcl-cart__empty-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 50px;
}
.tcl-cart__empty-text p {
  margin-top: 0px;
  margin-bottom: 25px;
}
.tcl-cart__empty-text p:last-child {
  margin-bottom: 0;
}
.tcl-cart__empty-button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  text-decoration: none;
}
.tcl-cart__empty-button a:disabled {
  opacity: 0.5 !important;
}
.tcl-cart__empty-button a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-cart__empty-button a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-cart__empty-button a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-cart__empty-button a:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-cart .woocommerce-message {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 25px;
  background-color: #000000;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 650px;
  width: 100%;
  position: fixed;
  top: 140px;
  right: 0px;
  z-index: 2;
}
.tcl-cart .woocommerce-message a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-reset.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-reset-dark.svg") no-repeat calc(100% - 10px) center;
  color: #111111;
  background-color: #ffffff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-bottom: 0px;
}
.tcl-cart .woocommerce-message a:disabled {
  opacity: 0.5 !important;
}
.tcl-cart .woocommerce-message a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-cart .woocommerce-message a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-cart .woocommerce-message a:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-cart .woocommerce-message .woocommerce-message-close {
  background: none;
  padding: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.tcl-section--dark .tcl-cart__item::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(56.25%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
}
.tcl-section--dark .tcl-cart__total-main:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(56.25%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
}
.tcl-section--dark .tcl-cart__coupon-input input {
  border-color: #ffffff;
}
.tcl-section--dark .tcl-cart__coupon-button button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-section--dark .tcl-cart__coupon-button button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--dark .tcl-cart__coupon-button button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--dark .tcl-cart__quantity input {
  color: #ffffff;
}
.tcl-section--dark .tcl-cart__quantity-button {
  border-color: #ffffff;
}
.tcl-section--dark .tcl-cart__quantity-button svg path {
  stroke: #ffffff;
}
.tcl-section--dark .tcl-cart__form-button button,
.tcl-section--dark .tcl-cart__form-button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-section--dark .tcl-cart__form-button button:disabled,
.tcl-section--dark .tcl-cart__form-button a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--dark .tcl-cart__form-button button:hover,
.tcl-section--dark .tcl-cart__form-button a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--dark .tcl-cart__form-button button svg path,
.tcl-section--dark .tcl-cart__form-button a svg path {
  fill: #ffffff;
}
.tcl-section--dark .tcl-cart__empty-button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-section--dark .tcl-cart__empty-button a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--dark .tcl-cart__empty-button a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-section--dark .tcl-cart__empty-button a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--dark .tcl-cart__empty-button a:hover {
  color: #ffffff;
  background-color: #111111;
}