.toolbar-left {
  position: absolute;
  top: 24px;
  left: 44px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99999;
}
.tool-btn {
  padding: 10px;
  background: #ffffff99;
  border: 1px solid #6e6e6e;
  cursor: pointer;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.tool-btn:hover {
  border: 1px solid #ff7606;
}
.tool-btn.active {
  background: #ff7606;
  color: white;
  border: 1px solid #ff7606;
}
.tool-btn.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
}

#container {
  margin: 0 auto;
  border: none;
  position: relative;
  background-color: #dedede;
}
.unit-selector {
  position: absolute;
  right: 44px;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99999;
}
.unit-btn {
  padding: 10px;
  background: #ffffff99;
  border: 1px solid #6e6e6e;
  cursor: pointer;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.summary-bar {
  display: flex;
  align-items: center;
  gap: 48px;

  font-size: 16px;
}
.summary-bar span {
  font-weight: bold;
}

.conf-bottom-bar {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 120px;
}
.summary-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 6px;
}
.first-page .btn-next {
  padding: 12px 24px;
  background: #ff7606;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  min-width: 194px;
  font-family: Poppins;
  transition: 0.2s;
}

/* Add custom styles for better bubble visibility */
.konvajs-content canvas {
  z-index: 1;
}

.bubble {
  z-index: 2;
}

/* Style for unit selector */
.unit-btn.active {
  background: #ff7606;
  color: white;
}

/* Style for editable input */
.length-input {
  position: absolute;
  width: 80px;
  height: 24px;
  padding: 2px 5px;
  border: 1px solid #ff7606;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}

.control-btns {
  position: absolute;
  bottom: 20px;
  left: 44px;
  z-index: 100;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: calc(100% - 80px);
}
.undo-redo {
  margin-right: auto;
}
.zoom-controls,
.undo-redo {
  display: flex;
  gap: 5px;
}
#redo img {
  transform: scaleX(-1);
}

.zoom-btn,
.undo-btn,
.information-btn {
  width: 34px;
  height: 34px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.zoom-btn:hover,
.undo-btn:hover,
.information-btn:hover {
  background: #f0f0f0;
}

.steps-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 35px;
}

.conf-title.step1-title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.summary-div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.unit-label {
  margin-left: -15px;
}

.site-main.cart h1.page-title {
  text-align: center;
  padding-bottom: 40px;
}
.site-main.cart {
  padding-bottom: 100px;
}
.cart-table {
  padding: 24px 0;
  width: 100%;
  border-radius: 16px;
}

.cart-table th {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.cart-table th.product-name,
.cart-table td.product-name {
  text-align: left;
}

.cart-table td {
  text-align: center;
}

.cart-table .quantity {
  margin: auto;
}

.cart-totals-wrap {
  padding: 0px 0px 32px 32px;
  max-width: 416px;
  margin-left: auto;
  margin-bottom: 0px;
}

.mini-cart-total.cart-page {
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.mini-cart-total.cart-page .cart-price-amount {
  font-weight: 600;
}
.cart-totals-wrap .btn-continue {
  background-color: #ff7606;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 0;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  font-weight: 500;
}
.cart-totals-wrap .mini-cart-trust-icons .trust-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.cart-totals-wrap .mini-cart-trust-icons {
  margin-top: 40px;
}

.discount-container input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #a9a5a2;
}

.discount-container input {
  padding: 12px 16px;
  border: 1px solid #dad1ca;
  border-radius: 8px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
}
.discount-container .apply-button {
  padding: 19px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
  border: none;
  height: 48px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}
.discount-container .apply-button:hover {
  background-color: #606060;
}

.discount-container {
  display: flex;
  gap: 14px;
  align-items: center;
  align-content: center;
  margin-bottom: 16px;
}

.cart-page .mini-cart-total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 24px;
}

.cart-image img {
  max-height: 104px;
}

.cart-page-wrapper .breadcrumbs {
  margin-top: 16px;
}

.cart-table {
  display: flex;
  flex-direction: column;
}

.cart-table thead {
  padding-bottom: 17px;
}

.cart-table thead {
  border-bottom: 1px solid #000000;
}

.cart-table tbody tr {
  padding: 24px 0px;
}

.cart-table tbody tr {
  border-bottom: 1px solid #000000;
}

.cart-product-name-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 100px;
}

.cart-page-mobile.mobile {
  background-color: #fff;
  padding: 16px 19px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.cart-table tr {
  width: 100%;
  display: flex;
}
td.product-remove .remove-item {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/assets/icons/remove-item-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}

.cart-table .product-name {
  width: 45%;
  min-width: 450px;
}

.cart-table .product-price {
  text-align: right;
}

.cart-table td {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table .product-qnt {
  width: 25%;
}
.cart-table td.product-qnt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table .product-remove {
  margin-left: 41px;
}

.cart-table th.product-remove {
  width: 16px;
}
.cart-table .product-price {
  width: 20%;
  text-align: center;
}
.cart-table .product-total {
  width: 10%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.cart-table td.product-total {
  font-weight: 600;
  font-size: 18px;
}

.product-cart-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 18px;
}
.cart-product-info .remove-cart-item {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6e6e6e;
  text-decoration: none;
  background-image: url(assets/icons/remove-cart-item-x.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0px;
}

td.product-price {
  font-weight: 600;
  font-size: 18px;
}

.product-name .item-cart-specs .mini-item-wheel {
  background-color: #dad1ca;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 16px;
  height: 28px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-size {
  background-color: #dad1ca;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  padding: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-color {
  width: 28px;
  height: 28px;
  background-color: #dad1ca;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-color-circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.cart .mobile {
  display: none;
}

.cart .quantity {
  border: 1px solid #ededed;
  border-radius: 4px;
  display: flex;
  margin-top: auto;
  max-height: 48px;
  padding: 0px 14px;
  align-items: center;
  background-color: #fff;
}

.cart-conf .page-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.cart-conf .price-text {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
}

.cart-conf .mini-cart-total.cart-page {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.btn.blackborder-btn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: flex;
  width: 100%;
  color: #000000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.cart-conf .steps-wrap {
  margin-top: -40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
}

.configurator-one .steps-wrap {
  margin-top: -40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 64px;
}
.toolbar-left,
.unit-selector {
  z-index: 2 !important;
}

.information-box-wrap {
  background-color: #000000;
  border-radius: 16px;
  padding: 64px;
  display: none;
  position: absolute;
  width: fit-content;
  right: 0;
  bottom: 0px;
}

.information-box-wrap .info-box-text-row {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.information-box-wrap .info-box-text-row:not(:last-child) {
  margin-bottom: 16px;
}
.information-box-wrap .info-box-text-row:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ff7606;
  border-radius: 50%;
  margin-right: 8px;
}

.info-box-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1340px) {
  #container {
    margin: 0 auto;
    border: none;
    position: relative;
    background-color: #dedede;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  #container {
    margin: 0 auto;
    border: none;
    position: relative;
    background-color: #dedede;
    overflow: hidden;
  }
  .configurator-one .steps-wrap {
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 64px;
  }

  .conf-bottom-bar {
    display: flex;
    margin-top: 40px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 120px;
    flex-direction: column;
    gap: 36px;
  }
  .summary-bar {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-size: 16px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .configurator-one .steps-wrap {
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 64px;
  }
  .account-details-section .order-title .btn-back {
    top: -50px;
    left: unset;
  }
  .account-details-section .order-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .my-account-nav-section .container {
    overflow-x: scroll;
  }
  .mobile-cards {
    display: block;
  }
  .desktop-order-table {
    display: none;
  }
  .orders-cards .order-item {
    border-bottom: 1px solid #000;
    padding: 16px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  .orders-cards .order-item .item-image img {
    width: 100%;
    height: auto;
  }
  .orders-cards .order-item:first-child {
    border-top: 1px solid #000;
  }
  .orders-cards .order-item .item-info .name {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .orders-cards .order-item .item-info .info-row {
    display: flex;
    justify-content: space-between;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .orders-cards .order-item .item-info .info-row .value {
    font-weight: 600;
  }
  .orders-cards .order-item .item-info .info-row:last-child {
    margin-bottom: 0;
  }
  .view-order-totals {
    margin-top: 20px;
  }
  .view-order-totals .flex-totals {
    font-size: 14px;
    line-height: 20px;
  }
  .view-order-page {
    padding-bottom: 40px;
  }
  .view-order-totals .btn {
    margin-top: 10px;
  }

  .product-cart-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 16px;
  }
  td.product-price {
    font-weight: 600;
    font-size: 16px;
  }
  .product-name .item-cart-specs .mini-item-wheel {
    background-color: #dad1ca;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    padding: 8px 11px;
    height: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .product-name .item-cart-specs .mini-item-size {
    background-color: #dad1ca;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    padding: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .product-name .item-cart-specs .mini-item-color {
    width: 24px;
    height: 27px;
    background-color: #dad1ca;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .product-name .item-cart-specs .mini-item-color-circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
  }

  .cart-totals-wrap .mini-cart-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .cart .desktop {
    display: none !important;
  }
  .cart .mobile {
    display: block;
  }
  .site-main.cart h1.page-title {
    text-align: center;
    padding-bottom: 40px;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .site-main.cart h1.page-title {
    text-align: center;
    padding-bottom: 40px;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .cart.conf-cart .cart-totals-wrap {
    padding: 24px 0px;
    background-color: transparent;
    border-radius: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .site-main.cart.cart-conf .steps-wrap {
    margin-top: -20px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 64px;
  }
  .site-main.cart.cart-conf {
    padding-bottom: 20px;
  }
  .site-main.cart.cart-conf .cart-totals-wrap {
    padding: 24px 0px;
    background-color: transparent;
    border-radius: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .conf-bottom-bar {
    display: flex;
    margin-top: 90px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 120px;
    flex-direction: column;
    gap: 36px;
  }
  .summary-bar {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-size: 16px;
    flex-direction: column;
  }
  .first-page .btn-next {
    width: 100%;
  }
  .configurator-one .conf-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .zoom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;
    z-index: 5;
  }
  #container {
    margin: 0 auto;
    border: none;
    position: relative;
    background-color: #dedede;
    overflow: hidden;
    margin-top: 101px;
    height: 460px;
  }
  .toolbar-left {
    position: absolute;
    top: -64px;
    left: 020px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 99999;
  }
  .unit-selector {
    position: absolute;
    right: 20px;
    top: -64px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 99999;
  }
  .control-btns {
    position: absolute;
    bottom: -44px;
    left: 44px;
    z-index: 100;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    width: calc(100% - 80px);
  }
  .info-btn-wrap {
    z-index: 10;
  }
  .information-box-wrap {
    background-color: #000000;
    border-radius: 16px;
    padding: 40px 30px 30px 30px;
    display: none;
    position: absolute;
    width: fit-content;
    right: 0;
    bottom: 0px;
  }
  .information-box-wrap .info-box-text-row {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
  }
}
