strong {
  font-weight: 700;
}
.c-alpha,
.c-beta,
.c-gamma {
  color: inherit;
  display: block;
  font-family: inherit;
  line-height: 1.1;
  margin-bottom: 0.3125rem;
}
.c-alpha {
  font-size: clamp(1.25rem, 0.6818181818rem + 1.5151515152vw, 2.5rem);
  line-height: 1.1;
}
.c-beta {
  font-size: clamp(1.125rem, 0.7840909091rem + 0.9090909091vw, 1.875rem);
  line-height: 1.2;
}
.c-gamma {
  font-size: clamp(1rem, 0.8863636364rem + 0.303030303vw, 1.25rem);
  line-height: 1.25;
  margin-bottom: 1.5625rem;
}
.c-delta {
  font-size: 0.875rem;
  margin-bottom: 0.78125rem;
}
.co-container {
  margin: 0 auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.co-band {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.co-band-small {
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
.cc-table {
  grid-gap: 1.5625rem;
  display: grid;
}
.cc-table__head,
.cc-table__row {
  display: grid;
  grid-template-columns: 1.75fr 1fr 3.125rem;
}
.cc-table--order-detail .cc-table__head,
.cc-table--order-detail .cc-table__row {
  grid-template-areas: "product-img product-title product-title" ".           product-sku   product-price";
  grid-template-columns: 6.25rem 1.75fr 1fr;
}
.cc-table--address .cc-table__head,
.cc-table--address .cc-table__row {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.cc-table__head {
  font-weight: 700;
}
.cc-table__row {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.390625rem;
  color: #1d1d1b;
}
.cc-table__node {
  padding: 1.5625rem;
}
.cc-table--address .cc-table__node + .cc-table__node {
  border-top: 0.0625rem solid #e6e6e6;
}
.cc-table__node-head {
  display: block;
  font-weight: 700;
}
.cc-table__head .cc-table__node {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.cc-table--order-detail .cc-table__node:last-child {
  align-items: center;
  justify-content: flex-end;
}
.cc-table__node--column {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cc-table__node--img {
  grid-area: product-img;
}
.cc-table__node--title {
  grid-area: product-title;
}
.cc-table__node--sku {
  align-items: center;
  grid-area: product-sku;
}
.cc-table__node--price {
  grid-area: product-price;
}
a.cc-table__row {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.cc-table__row:hover {
  background-color: #fff;
  border-color: #1d1d1b;
  color: #1d1d1b;
}
a.cc-table__row:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 209, 84, 0.15);
  outline: 0;
}
a.cc-table__row:disabled {
  box-shadow: none;
  opacity: 0.5;
}
a.cc-table__row:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
a.cc-table__row:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.125rem rgba(55, 209, 84, 0.15),
  inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.cc-card {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 30;
  padding: 1.5625rem;
}
.cc-steps {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.3125rem;
  display: grid;
  font-size: clamp(0.75rem, 0.6931818182rem + 0.1515151515vw, 0.875rem);
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.5625rem;
  overflow: hidden;
  padding: 0;
}
.cc-step {
  align-items: center;
  background-color: transparent;
  color: #b4b4b4;
  display: flex;
  font-weight: 500;
  height: 2.3125rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
.cc-step--current,
.cc-step--disabled {
  pointer-events: none;
}
.cc-step--current {
  background-color: #fde018;
  border-right-color: #fde018;
  color: #fff;
}
.cc-step--current:after,
.cc-step--current:before {
  border-left-color: #fde018;
}
.cc-step--completed {
  color: #fde018;
}
.cc-accessory__img {
  object-fit: cover;
}
.cc-link-list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cc-link-list--checkout,
.cc-link-list--reset {
  padding-right: 0 !important;
}
.cc-link-list--checkout {
  border-top: 0.0625rem solid #e6e6e6;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}
.cc-link-list--order-detail {
  border-bottom: 0.0625rem solid #e6e6e6;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.cc-link-list--address {
  margin-top: 6.25rem;
}
.cc-link-item + .cc-link-item {
  margin-left: 2rem;
}
.cc-link-item:last-child:not(:only-child) {
  margin-left: auto;
}
.cc-link-list--order-detail .cc-link-item:first-child {
  margin-right: auto;
}
.cc-link-list--address .cc-link-item {
  margin-left: 0;
}
.cc-link {
  grid-gap: 0.66rem;
  align-items: center;
  color: #b4b4b4;
  display: inline-grid;
  font-size: 0.875rem;
  font-weight: 500;
  grid-template-columns: auto 1fr;
}
.cc-link--info .cc-link__svg path {
  fill: #fde018;
}
.cc-link--disabled .cc-link__svg path {
  fill: #b4b4b4;
}
.cc-link--dark {
  color: #1d1d1b;
}
.cc-link--dark:focus,
.cc-link--dark:hover {
  color: #000;
}
.cc-link--info {
  color: #fde018;
}
.cc-link--info:focus,
.cc-link--info:hover {
  color: #28ad41;
}
.cc-link--delete {
  color: #d9534f;
}
.cc-link--delete:focus,
.cc-link--delete:hover {
  color: #c9302c;
}
.cc-link--disabled {
  color: #b4b4b4;
  pointer-events: none;
}
.cc-btn {
  background-color: transparent;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 2rem;
  color: #fde018;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2.3125rem;
  justify-self: start;
  line-height: 1.875rem;
  padding: 0.1875rem 1rem 0.1875rem 2rem;
  position: relative;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
.cc-btn:after,
.cc-btn:before {
  background-color: #fde018;
  content: "";
  height: 0.4375rem;
  left: 1.0625rem;
  position: absolute;
  width: 0.125rem;
}
.cc-btn:before {
  top: 0.75rem;
}
.cc-btn:after {
  top: 1rem;
}
.cc-btn:hover {
  border-color: #fde018;
  color: #fde018;
}
.cc-btn:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 209, 84, 0.15);
  outline: 0;
}
.cc-btn:disabled {
  box-shadow: none;
  opacity: 0.5;
}
.cc-btn:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.cc-btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.125rem rgba(55, 209, 84, 0.15),
  inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.cc-btn--prev:before {
  transform: rotate(45deg);
}
.cc-btn--next:before,
.cc-btn--prev:after {
  transform: rotate(-45deg);
}
.cc-btn--next:after {
  transform: rotate(45deg);
}
.cc-btn--add:after,
.cc-btn--add:before {
  height: 0.625rem;
}
.cc-btn--add:before {
  top: 0.8125rem;
  transform: rotate(90deg);
}
.cc-btn--add:after {
  top: 0.8125rem;
}
.cc-btn--primary {
  background-color: #fde018;
  border-color: #fde018;
  color: #fff;
}
.cc-btn--primary:after,
.cc-btn--primary:before {
  background-color: #fff;
}
.cc-btn--primary:focus,
.cc-btn--primary:hover {
  background-color: #edd217;
  color: #fff;
}
.cc-btn--info {
  background-color: #2d25e0;
  border-color: #2d25e0;
  color: #fff;
}
.cc-btn--info:after,
.cc-btn--info:before {
  background-color: #fff;
}
.cc-btn--info:focus,
.cc-btn--info:hover {
  background-color: #251dce;
  border-color: #2d25e0;
  color: #fff;
}
.cc-btn--white {
  background-color: #fff;
  color: #fde018;
}
.cc-btn--white:after,
.cc-btn--white:before {
  background-color: #fde018;
}
.cc-btn--square {
  align-items: center;
  border-radius: 0.4rem;
  display: flex;
  height: 2.3125rem;
  justify-content: center;
  padding: 0;
  width: 2.3125rem;
}
.cc-btn--square:after,
.cc-btn--square:before {
  display: none;
}
.cc-btn--selected:before {
  height: 0.75rem;
  transform: translate(0.375rem, -0.0625rem) rotate(45deg);
}
.cc-btn--selected:after {
  height: 0.375rem;
  transform: rotate(-45deg);
}
.cc-btn.is-error {
  background-color: #d9534f;
  background-image: url(/assets/images/error.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.3125rem;
}
.cc-btn.is-error:after,
.cc-btn.is-error:before {
  display: none;
}
.cc-btn.is-success {
  background-color: #fde018;
  background-image: url(/assets/images/success.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.3125rem;
}
.cc-btn.is-success:after,
.cc-btn.is-success:before {
  display: none;
}
.cc-btn.is-loading {
  background-image: url(/assets/images/loader.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.3125rem;
}
.cc-btn.is-loading:after,
.cc-btn.is-loading:before {
  display: none;
}
.cc-alert {
  background-color: #b4b4b4;
  border-left: 0.3125rem solid #1d1d1b;
  font-size: 0.875rem;
  padding: 0.78125rem 1.5625rem;
}
.cc-alert__btn {
  position: absolute;
  right: 1em;
  top: 1em;
}
.cc-alert--info {
  background-color: rgba(45, 37, 224, 0.1);
  border-left-color: #2d25e0;
  color: #2d25e0;
}
.cc-form {
  grid-gap: 0.78125rem;
  display: grid;
}
.cc-form__checkboxes {
  margin-top: 1.5625rem;
}
.cc-form div:empty,
.cc-form input[class^="wf-"],
.cc-form input[type="submit"] {
  display: none;
}
.c-form-label {
  font-size: clamp(0.75rem, 0.6931818182rem + 0.1515151515vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 0.1875rem;
}
.c-form-control,
.ideal-issuers-form select {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.3125rem;
  box-shadow: none;
  color: #1d1d1b;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2.3125rem;
  line-height: 1.875rem;
  padding: 0.1875rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.c-form-control::-ms-expand,
.ideal-issuers-form select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.c-form-control:focus,
.ideal-issuers-form select:focus {
  background-color: #fff;
  border-color: #fde018;
  box-shadow: 0 0 0 0.1875rem rgba(55, 209, 84, 0.15);
  color: #1d1d1b;
  outline: none;
}
.c-form-control::placeholder,
.ideal-issuers-form select::placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.c-form-control.is-disabled,
.c-form-control:disabled,
.c-form-control[readonly],
.ideal-issuers-form select.is-disabled,
.ideal-issuers-form select:disabled,
.ideal-issuers-form select[readonly] {
  background-color: #e6faea;
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none;
}
.c-form-delete-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
textarea.c-form-control {
  height: auto;
}
.fv-plugins-icon-container .c-form-control {
  background-position: center right 0.6875rem;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.has-success .form-control-feedback {
  color: #fde018;
}
.has-success .c-form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fde018' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  border-color: #fde018;
}
.has-success .c-form-control:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 209, 84, 0.15);
}
.has-danger .form-control-feedback {
  color: #d9534f;
}
.has-danger .c-form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  border-color: #d9534f;
}
.has-danger .c-form-control:focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 83, 79, 0.15);
}
.c-form-fieldset {
  grid-gap: 0.78125rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.5rem;
  display: grid;
  padding: 1.5625rem;
}
.c-form-fieldset--clean {
  border: none;
  border-radius: 0;
  border-top: 0.0625rem solid #d5d5d5;
  margin: 1.171875rem -1.5625rem 0;
  padding-bottom: 0 !important;
}
.c-form-row {
  grid-gap: 1.5625rem;
  display: grid;
}
.c-custom-checkbox {
  align-items: center;
  display: flex;
}
.c-custom-checkbox + .c-custom-checkbox {
  margin-top: 0.78125rem;
}
.c-custom-control-name {
  align-self: flex-end;
  color: #1d1d1b;
  display: block;
  font-weight: 500;
  padding-left: 1.875rem;
  position: relative;
}
.c-custom-control-label--large .c-custom-control-name {
  display: flex;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.1515151515vw, 1.25rem);
  justify-content: space-between;
}
.c-custom-control-name:before {
  background-color: transparent;
  border: 0.0625rem solid #e6e6e6;
  content: "";
  display: block;
  height: 1.125rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  user-select: none;
  width: 1.125rem;
}
.c-custom-radio .c-custom-control-name:before {
  border-radius: 50%;
}
.c-custom-control-label--large .c-custom-control-name:before {
  top: 0.25rem;
}
.c-custom-control-name:after {
  background: transparent
  url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
  50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0.1875rem;
  position: absolute;
  top: 0.1875rem;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0.75rem;
}
.c-custom-control-label--large .c-custom-control-name:after {
  top: 0.4375rem;
}
.c-custom-radio .c-custom-control-label--large .c-custom-control-name:after {
  top: 0.5625rem;
}
.c-custom-radio .c-custom-control-name:after {
  background: #fff;
  border-radius: 50%;
  height: 0.5rem;
  left: 0.3125rem;
  top: 0.3125rem;
  width: 0.5rem;
}
.c-custom-control-label {
  cursor: pointer;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.c-custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.c-custom-control-input:checked ~ .c-custom-control-name:before {
  background-color: #fde018 !important;
  border-color: #fde018;
}
.c-custom-control-input:checked ~ .c-custom-control-name:after {
  transform: scale(1);
}
.c-custom-control-input:focus ~ .c-custom-control-name:before {
  box-shadow: 0 0 0 0.125rem rgba(55, 209, 84, 0.15);
}
.c-custom-control-input:hover ~ .c-custom-control-name:before {
  background-color: #fff;
}
.c-custom-control-input:active ~ .c-custom-control-name:before {
  background-color: #fde018 !important;
  color: #fde018;
}
.c-custom-control-input:disabled ~ .c-custom-control-name {
  color: #e6e6e6;
}
.c-custom-control-input:disabled ~ .c-custom-control-name:before {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.c-payment-methods {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-top: 1.5625rem;
}
.footer .c-payment-methods {
  height: auto;
  justify-self: start;
  padding: 0;
}
.c-payment-method {
  align-items: center;
  display: flex;
}
.cc-account {
  font-size: 1rem;
}
.cc-account__body {
  grid-gap: 3.125rem;
  border-top: 0.0625rem solid #e6e6e6;
  display: grid;
  margin-top: 3.125rem;
}
.cc-account__menu {
  border-right: 0.0625rem solid #e6e6e6;
  padding-top: 3.125rem;
}
.cc-account__menu-list {
  list-style: none;
  padding-left: 0;
}
.cc-account__menu-item {
  font-size: clamp(0.875rem, 0.8181818182rem + 0.1515151515vw, 1rem);
}
.cc-account__menu-item:first-child {
  font-weight: 800;
}
.cc-account__menu-link {
  color: #1d1d1b;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cc-account__menu-link--current {
  color: #fde018;
}
.cc-account__details-body {
  margin-top: 1.5625rem;
}
.cc-account__details-summary {
  grid-gap: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
}
.cc-account__details-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-account__details-summary-table-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cc-account__details-summary-table-node:last-child {
  text-align: right;
}
.cc-login,
.cc-register {
  margin: 0 auto;
  max-width: 48rem;
}
.cc-login__forms {
  grid-gap: 3.125rem;
  display: grid;
}
.cc-login__form + .cc-login__form {
  border-top: 0.0625rem solid #e6e6e6;
  padding-top: 3.125rem;
}
.cc-cart__product {
  grid-gap: 1.5625rem;
  display: grid;
  font-size: 0.875rem;
  grid-template-columns: 6.25rem 1fr;
}
.cc-cart__product + .cc-cart__product {
  margin-top: 1.5625rem;
}
.cc-cart__product + .cc-cart__product,
.cc-cart__product:first-of-type {
  border-top: 0.0625rem solid #1d1d1b;
  padding-top: 1.5625rem;
}
.cc-cart__product:last-of-type {
  border-bottom: 0.0625rem solid #1d1d1b;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.cc-cart__product-img {
  grid-column: 1;
  object-fit: cover;
}
.cc-cart__product-title {
  font-weight: 700;
}
.cc-cart__product-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.cc-cart__product-stock {
  align-self: center;
  font-weight: 500;
  grid-area: product-stock;
}
.cc-cart__product-body {
  grid-column: 2;
}
.cc-cart__product-quantity {
  grid-column: 1;
}
.cc-cart__product-prices {
  grid-column: 2;
  text-align: right;
}
.cc-cart__product-price {
  font-family: inherit;
  margin-bottom: 0;
}
.cc-cart__product-price-sale {
  color: #b4b4b4;
  display: inline-block;
  font-size: 75%;
  font-weight: 400;
  position: relative;
}
.cc-cart__product-price-sale:after {
  background-color: #b4b4b4;
  content: "";
  height: 0.0625rem;
  left: -1%;
  position: absolute;
  top: 50%;
  transform: rotate(-8deg);
  width: 107%;
}
.cc-cart__product-sku {
  display: block;
}
.cc-cart__details {
  grid-gap: 3.125rem;
  background-color: #f4f4f4;
  display: grid;
  grid-template-areas: "footer-coupon" "footer-prices";
  padding: 2rem;
}
.cc-cart__coupon {
  grid-area: footer-coupon;
}
.cc-cart__coupon-form {
  grid-gap: 0.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 0.78125rem;
}
.cc-cart__coupon-form-group {
  margin-bottom: 0;
}
.cc-cart__coupon-form-control {
  background-color: #fff;
  border-bottom-right-radius: 0.3125rem;
  border-color: #e6e6e6;
  border-top-right-radius: 0.3125rem;
}
.cc-cart__coupon-btn {
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
}
.cc-cart__prices {
  grid-area: footer-prices;
}
.cc-cart__totals {
  color: #000;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.cc-cart__total-start {
  grid-column-start: span 4;
  margin-bottom: 0.4rem;
}
.cc-cart__total-end {
  font-family: inherit;
  font-weight: 700;
  grid-column-end: span 2;
  text-align: right;
}
.cc-cart__total-divider {
  border-top: 0.0625rem solid #1d1d1b;
  grid-column: 1/-1;
  margin-bottom: 0.4rem;
}
.cc-cart__total-popover {
  left: 0.1875rem;
  position: relative;
  top: 0.1875rem;
}
.cc-cart__submit {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
.cc-wishlist__product-img {
  grid-area: product-img;
  object-fit: cover;
}
.cc-checkout {
  display: grid;
}
.cc-checkout__forms {
  grid-gap: 3.125rem;
  display: grid;
}
.cc-checkout__cart {
  align-self: start;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 3.125rem;
  padding: 1.5625rem;
}
.cc-checkout__cart-summary {
  margin-bottom: 0;
}
.cc-checkout__cart-body {
  line-height: 1.9;
}
.cc-checkout__cart-footer {
  border-top: 0.0625rem solid #b4b4b4;
  color: #000;
  font-weight: 700;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}
.cc-checkout__cart-sublabel {
  font-size: clamp(0.75rem, 0.6931818182rem + 0.1515151515vw, 0.875rem);
}
.cs-text :last-child {
  margin-bottom: 0;
}
.cu-text-muted {
  color: #b4b4b4 !important;
}
a.cu-text-muted:focus,
a.cu-text-muted:hover {
  color: #1d1d1b !important;
}
.cu-text-success {
  color: #fde018 !important;
}
a.cu-text-success:focus,
a.cu-text-success:hover {
  color: #28ad41 !important;
}
.cu-text-warning {
  color: #f8cf23 !important;
}
a.cu-text-warning:focus,
a.cu-text-warning:hover {
  color: #e1b707 !important;
}
@media (min-width: 768px) {
  .co-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .co-band {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .co-band-small {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .cc-table__head,
  .cc-table__row {
    grid-template-columns: 0.75fr 0.75fr 1.25fr 1fr 2.5rem;
  }
  .cc-table--order-detail .cc-table__head,
  .cc-table--order-detail .cc-table__row {
    grid-template-areas:
      "product-img product-title product-sku product-price";
    grid-template-columns: auto auto auto auto;
  }
  .cc-table--order-detail .cc-table__head {
    display: grid;
  }
  .cc-table__node {
    display: flex;
  }
  .cc-table__node-head {
    display: none;
  }
  .cc-card {
    padding: 2rem;
  }
  .cc-steps {
    margin-bottom: 2rem;
  }
  .cc-accessory__img {
    margin-bottom: 1.25rem;
  }
  .cc-alert {
    padding: 1rem 2rem;
  }
  .cc-form__checkboxes {
    margin-top: 2rem;
  }
  .c-form-fieldset {
    padding: 2rem;
  }
  .c-form-fieldset--clean {
    margin: 1.25rem -2rem 0;
  }
  .c-form-row {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-payment-methods {
    height: 6rem;
    justify-content: end;
    padding-right: 4rem;
    padding-top: 2rem;
  }
  .cc-account__body {
    margin-top: 4rem;
  }
  .cc-account__menu {
    padding-right: 4.6875rem;
  }
  .cc-account__details-summary {
    grid-template-columns: 1.25fr 1.65fr 1.75fr;
  }
  .cc-account__details-summary-column {
    display: flex;
    flex-direction: column;
  }
  .cc-account__details-summary-list {
    margin-bottom: 2rem;
  }
  .cc-account__details-summary-list:last-child {
    margin-bottom: 0;
    margin-top: auto;
  }
  .cc-login__forms {
    grid-gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .cc-login__form + .cc-login__form {
    border-left: 0.0625rem solid #e6e6e6;
    border-top: none;
    padding-left: 4rem;
    padding-top: 0;
  }
  .cc-login__form {
    display: flex;
    flex-direction: column;
  }
  .cc-cart__product {
    grid-gap: 1rem 2rem;
    grid-template-columns: 10rem 1fr 1fr 1fr;
    padding-right: 2rem;
  }
  .cc-cart__product + .cc-cart__product {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .cc-cart__product:first-of-type {
    padding-top: 2rem;
  }
  .cc-cart__product:last-of-type {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .cc-cart__product-quantity {
    align-self: start;
    grid-column: 3;
  }
  .cc-cart__product-prices {
    align-self: start;
    grid-column: 4;
  }
  .cc-cart__details {
    grid-gap: 2rem;
    grid-template-areas: "footer-coupon . footer-prices";
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16rem;
    justify-content: space-between;
  }
  .cc-cart__submit {
    float: right;
    text-align: left;
    width: auto;
  }
  .cc-checkout__forms {
    grid-gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .cc-checkout__form {
    display: flex;
    flex-direction: column;
  }
  .cc-checkout__cart {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cc-link-list--reset .cc-link-item:last-child:not(:only-child) {
    margin-left: 2rem;
  }
  .ideal-issuers-form {
    max-width: 50%;
  }
  .cc-account__body {
    grid-template-columns: max-content 1fr;
  }
  .cc-account__details {
    padding-left: 3.125rem;
  }
  .cc-account__details-body {
    margin-top: 2rem;
  }
  .cc-cart__product {
    grid-gap: 2rem;
    grid-template-columns: 12rem 2fr 1fr 0.5fr;
    grid-template-rows: auto;
    padding-right: 4rem;
  }
  .cc-cart__details {
    grid-template-columns: 0.95fr 15% 1.05fr;
    padding: 4rem;
  }
  .cc-checkout {
    grid-gap: 2rem;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1200px) {
  .co-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .cc-table__head,
  .cc-table__row {
    grid-template-columns: 0.75fr 0.75fr 1fr 1fr 3.75rem;
  }
  .cc-table__node {
    padding: 2rem;
  }
  .cc-table__node--img {
    padding: 2rem;
  }
  .cc-link-list--column {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0;
  }
  .cc-account__menu {
    padding-right: 4rem;
  }
  .cc-account__details {
    padding-left: 4rem;
  }
  .cc-login__forms {
    grid-gap: 7.8125rem;
  }
  .cc-cart__product {
    grid-gap: 2rem 4rem;
  }
  .cc-checkout {
    grid-gap: 4rem;
  }
  .cc-checkout__forms {
    grid-gap: 3.125rem 6.25rem;
  }
}
@media (min-width: 1550px) {
  .co-container {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .co-band {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .co-band-small {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .cc-steps {
    margin-bottom: 2.5rem;
  }
  .cc-checkout__cart {
    padding: 2.5rem;
  }
}
@media (min-width: 1800px) {
  .co-container {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (max-width: 991px) {
  .cc-table__head {
    display: none;
  }
  .cc-table--orders .cc-table__node:last-child {
    align-items: center;
    display: flex;
    grid-column: -2;
    grid-row: 1 / span 2;
    justify-content: flex-end;
  }
  .cc-link-list--order-detail .cc-link-item:last-child:not(:only-child) {
    margin-left: 2rem;
  }
  .cc-account__menu {
    display: none;
  }
  .cc-account__details-summary-column {
    grid-gap: 3.125rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cc-link-item .c-btn {
    font-size: 0.75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cc-link__text {
    display: none;
  }
  .cc-cart__product {
    font-size: 0.8125rem;
  }
  .cc-cart__product-quantity {
    grid-template-columns: repeat(2, auto);
  }
  .cc-checkout__form--new {
    border-top: 0.0625rem solid #b4b4b4;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cc-account__body {
    grid-gap: 4rem;
  }
  .cc-login__forms {
    padding-bottom: 4rem;
  }
  .cc-cart__product-stock {
    margin-top: -6rem;
  }
  .cc-checkout__forms {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
