.configurator {
  display: flex;
  flex-direction: column;
}

.visual {
  display: flex;
  justify-content: center;
}

.options-group {
  padding: 40px 0px;
  border-bottom: 1px solid #000000;
}

.group-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}

.button-options,
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.button-options {
  width: 70%;
}
.color-options {
  width: 30%;
}

.option-btn {
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  background: #ededed;
  transition: all 0.2s ease;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.option-btn:hover {
  background: #ff7606;
  color: #fff;
}
.option-btn.selected {
  background: #ff7606;
  color: #fff;
  border-color: #ff7606;
}

.color-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  transition: 0.2s;
}
.color-circle:hover {
  border: 6px solid #ff6a00;
}
.color-circle.selected {
  border: 6px solid #ff6a00;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  gap: 7px;
}

.conf-bnts .btn {
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.conf-bnts .btn-back {
  background: transparent;
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  min-width: 168px;
  padding: 15px 18px;
  font-family: Poppins;
  transition: 0.2s;
}

.conf-bnts .btn-next {
  background: #ff7606;
  color: white;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ff7606;
  min-width: 168px;
  padding: 15px 18px;
  font-weight: 500;
  font-family: Poppins;
  transition: 0.2s;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 64px;
  margin-top: -37px;
}

.steps-wrap .step {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

.steps-wrap .step-devider {
  width: 120px;
  height: 0px;
  border-bottom: 1px dashed #000000;
}

.steps-wrap .step-number {
  width: 52px;
  height: 52px;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #000000;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.steps-wrap .done-step .step-number {
  color: #fff;
  background-color: #000;
}

.steps-wrap .active-step .step-number {
  color: #fff;
  background-color: #ff7606;
}

.steps-wrap .step .step-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #6e6e6e;
  position: absolute;
  bottom: -30px;
  white-space: nowrap;
}

.conf-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.buttons-wrap-conf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 80px;
  margin-top: 54px;
  gap: 39px;
}

.buttons-wrap-conf .all-price {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
}
.buttons-wrap-conf #total-price {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.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-two .steps-wrap {
  margin-top: -40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
  .configurator-two .steps-wrap {
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 64px;
  }
  .configurator .visual {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
  .configurator .visual svg {
    height: auto;
  }
}
@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 {
    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;
  }

  .button-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }
  .button-options,
  .color-options {
    width: 100%;
  }
  .buttons-wrap-conf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 80px;
    margin-top: 54px;
    gap: 24px;
    flex-direction: column;
  }
  .buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }
  .conf-bnts .btn {
    display: block;
    width: 100% !important;
    min-width: 140px;
  }
  .configurator .visual svg {
    margin-left: -47%;
    margin-right: -47%;
    height: auto;
  }
  .configurator .visual {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
  .conf-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 350px) {
  .buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    flex-direction: column;
  }
  .conf-bnts .btn {
    display: block;
    width: 100% !important;
    min-width: 140px;
  }
}
