.cart-step-toggle-switch {
  min-width: unset;
}

button.cart-step-step-circle {
  min-width: unset;
  padding: unset;
}

table td,
table th,
table tr {
  border: unset;
  font-weight: unset;
  padding: unset;
  padding-top: unset;
  padding-bottom: unset;
  text-align: unset;
  vertical-align: unset;
}

.h1,
h1 {
  color: unset;
}

.h2,
h2 {
  color: unset;
}

.h3,
h3 {
  color: unset;
}

a {
  color: unset;
}

.btn-hover-dark:focus,
.btn-hover-dark:hover,
.btn-hover-yellow:focus,
.btn-hover-yellow:hover,
.btn-icon:focus,
.btn-icon:hover,
.btn-white:focus,
.btn-white:hover,
.btn-yellow:focus,
.btn-yellow:hover,
.btn:focus,
.btn:hover,
a:hover .btn,
a:hover .btn-hover-dark,
a:hover .btn-hover-yellow,
a:hover .btn-icon,
a:hover .btn-white,
a:hover .btn-yellow,
a:hover button,
a:hover input[type="button"],
a:hover input[type="reset"],
a:hover input[type="submit"],
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: unset;
}

.btn-hover-dark:focus,
.btn-hover-dark:hover,
.btn-hover-yellow:focus,
.btn-hover-yellow:hover,
.btn-icon:focus,
.btn-icon:hover,
.btn-white:focus,
.btn-white:hover,
.btn-yellow:focus,
.btn-yellow:hover,
.btn:focus,
.btn:hover,
a:hover .btn,
a:hover .btn-hover-dark,
a:hover .btn-hover-yellow,
a:hover .btn-icon,
a:hover .btn-white,
a:hover .btn-yellow,
a:hover button,
a:hover input[type="button"],
a:hover input[type="reset"],
a:hover input[type="submit"],
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: unset;
}

.cart-step-button--primary:hover {
  background: var(--brand-yellow);
  color: var(--dark-bg);
  opacity: 0.9;
}

.btn,
.btn-hover-dark,
.btn-hover-yellow,
.btn-icon,
.btn-white,
.btn-yellow,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-width: unset;
}

a:focus,
a:hover {
  color: unset;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: unset;
}

.cart-step-voucher-form-submit-button:hover {
  background-color: var(--white);
  color: var(--dark-bg);
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: unset;
  font-size: unset;
  font-weight: unset;
  height: unset;
  width: unset;
}

.cart-step-button.addon-added {
  background-color: #fff;
  color: #000;
}

.checkout-shop-wrapper {
  margin: 0 !important;
  padding: 30px 30px;
}

.woocommerce-info {
  display: none;
}

/* Custom Cart */
.cart-step-cart-counter {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  display: none;
}

.button-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.cart-step-edit-button {
  text-transform: uppercase;
  margin-top: 1rem;
}

.country-input-fld .select2-selection .select2-selection--single {
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
}
.country-input-fld .select2-selection__rendered {
  padding: 0 0.5rem !important;
}

.select2-container .select2-selection--single {
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
  right: 5px !important;
}
/*
.select2-container--default .select2-selection--single {
  border: 1px solid #000;
}
*/

.cart-step-body--truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-step-addon-card-content p {
  line-height: 1.7;
}

.hidden {
  display: none !important;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cart-step-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
  cursor: default;
  pointer-events: none;
}

.cart-step-button:disabled {
  cursor: not-allowed;
}

.disabled-steps {
  opacity: 0.5;
  pointer-events: none;
}

.cart-step-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
  cursor: default;
}

.sidebar-width-fix {
	max-width: unset !important;
}

@keyframes shake {
  0%, 100%     { transform: translateX(0); }
  20%, 60%     { transform: translateX(-4px); }
  40%, 80%     { transform: translateX(4px); }
}
.checkout-button-error {
  background-color: #FF0000 !important;
  border: 1px solid #ff0000;
}
.checkout-button-shake {
  animation: shake 0.4s ease-in-out;
}

#selection-warning-popup {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#selection-warning-popup .popup-background {
  position: absolute; 
  width: 100%; 
  height: 100%;
}
#selection-warning-popup .popup-content {
  position: relative;
  color: #000;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 80%;
}
#selection-warning-popup .popup-content button {
  margin-top:10px;
  padding :8px 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper {
	text-align: center;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #ffc600;
  color: #000;
  height: 46px;
  padding: 0 28px;
  font-size: 16px;
  line-height: var(--line-height-none);
  font-weight: 700;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: opacity 0.2s;
  width: 100%;
  max-width: 600px;
  display: block;
  float: unset !important;
  margin: 25px auto 15px auto;
}

.cart-step-cart-counter {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #e00;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

.cart-step-cart-counter:not(.has-items) {
  display: none;
}

/* Initial Subscription Length Fix */
.cart-step-cart-summary-subscription-label {
  margin-bottom: 8px;
}

.cart-step-badge {
  position: relative;
  top: -2px;
}
/**/
.cart-step-toggle.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 532px) {
	.cart-step-radio-container {
		padding-left: 20px;
	}
}

@media (max-width: 407px) {
	.cart-step-toggle-label {
		font-size: var(--font-body-xsmall);
	}
	.cart-step-large-radio-title {
		font-size: var(--font-body-xsmall);
	}
	.cart-step-radio-container {
		padding-left: 20px;
	}
}

@media (max-width: 390px) {
	.cart-step-cart-summary-subscription-label,
	.cart-step-toggle-label {
		font-size: var(--font-body-xxsmall);
	}
	.cart-step-large-radio-title {
		font-size: var(--font-body-small);
	}
	.cart-step-radio-container {
		padding-left: 20px;
	}
}

.cart-step-button--primary {
  cursor: pointer;
}

@media (max-width: 768px) {
    .cart-step-voucher-form-input-wrapper .cart-step-voucher-form-input {
		font-size: 1rem;
    }
	.woocommerce-billing-fields input {
		font-size: 1rem;
	}
    form label {
        font-size: 1rem;
    }
}

.cart-step-summary-form-wrapper {
	margin: unset;
}
