@charset "UTF-8";
.spectre-checkout-wrapper .form-control-lg, .spectre-checkout-wrapper .form-control.input-lg, .spectre-checkout-wrapper .woocommerce-Input--password, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong, .spectre-checkout-wrapper#colart-checkout-wrapper .input-lg, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text, .spectre-checkout-wrapper.woocommerce-edit-account .woocommerce-Input--password {
  font-size: 2rem;
  height: 42px;
}
.spectre-checkout-wrapper .alert, .spectre-checkout-wrapper .woocommerce-notices-wrapper > ul li,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul li,
.spectre-checkout-wrapper .stripe-source-errors > ul li,
.spectre-checkout-wrapper .woocommerce-notices-wrapper > div,
.spectre-checkout-wrapper .woocommerce-message {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  color: #741111;
  background-color: #f9d2d2;
}
.spectre-checkout-wrapper .alert:before, .spectre-checkout-wrapper .woocommerce-notices-wrapper > ul li:before,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul li:before,
.spectre-checkout-wrapper .stripe-source-errors > ul li:before,
.spectre-checkout-wrapper .woocommerce-notices-wrapper > div:before,
.spectre-checkout-wrapper .woocommerce-message:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  position: static;
}
.spectre-checkout-wrapper .alert.alert-success, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-message, .spectre-checkout-wrapper .woocommerce-message {
  color: #426e11;
  background-color: #e5f6d3;
}
.spectre-checkout-wrapper .alert.alert-success:before, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-message:before, .spectre-checkout-wrapper .woocommerce-message:before {
  content: "";
}
.spectre-checkout-wrapper .alert.alert-info, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.spectre-checkout-wrapper .btn, .spectre-checkout-wrapper .quantity-picker > div, .spectre-checkout-wrapper .quantity-picker input, .spectre-checkout-wrapper .woocommerce-Button {
  border-radius: 0;
  font-weight: 400;
  padding: 4px 13px;
  font-size: 1.6rem;
  line-height: 1.5;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}
.spectre-checkout-wrapper .btn-lg, .spectre-checkout-wrapper .quantity-picker > div, .spectre-checkout-wrapper .quantity-picker input, .spectre-checkout-wrapper .woocommerce-Button {
  padding: 9px 20px;
  font-size: 2rem;
  line-height: 1.5;
  min-width: 4rem;
}
.spectre-checkout-wrapper .btn-primary {
  color: white;
  background-color: #7C008C;
  border-color: #7C008C;
}
.spectre-checkout-wrapper .btn-primary:hover, .spectre-checkout-wrapper .btn-primary:active, .spectre-checkout-wrapper .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #4f0059;
  border-color: #4f0059;
  color: white;
}
.spectre-checkout-wrapper .btn-dark, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button, .spectre-checkout-wrapper .woocommerce-Button {
  background: black;
  text-align: center;
  color: white;
}
.spectre-checkout-wrapper .btn-dark:hover, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button:hover, .spectre-checkout-wrapper .woocommerce-Button:hover {
  background: #7C008C;
  border-color: transparent;
}
.spectre-checkout-wrapper .btn-outline-dark, .spectre-checkout-wrapper .quantity-picker > div, .spectre-checkout-wrapper .quantity-picker input {
  background-color: #F0F0F0;
  color: #7f7f7f;
  border-color: #7f7f7f;
}
.spectre-checkout-wrapper .btn-outline-dark:hover, .spectre-checkout-wrapper .quantity-picker > div:hover, .spectre-checkout-wrapper .quantity-picker input:hover {
  background-color: #F0F0F0;
  color: black;
  border-color: black;
}
.spectre-checkout-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active, .spectre-checkout-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active, .spectre-checkout-wrapper .quantity-picker > div:not(:disabled):not(.disabled):active, .spectre-checkout-wrapper .quantity-picker input:not(:disabled):not(.disabled):active, .spectre-checkout-wrapper .quantity-picker > div:not(:disabled):not(.disabled).active, .spectre-checkout-wrapper .quantity-picker input:not(:disabled):not(.disabled).active {
  background-color: #F0F0F0;
  color: black;
  border-color: black;
}
.spectre-checkout-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .spectre-checkout-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .spectre-checkout-wrapper .quantity-picker > div:not(:disabled):not(.disabled):active:focus, .spectre-checkout-wrapper .quantity-picker input:not(:disabled):not(.disabled):active:focus, .spectre-checkout-wrapper .quantity-picker > div:not(:disabled):not(.disabled).active:focus, .spectre-checkout-wrapper .quantity-picker input:not(:disabled):not(.disabled).active:focus {
  background-color: #F0F0F0;
  color: black;
  border-color: black;
}
.spectre-checkout-wrapper form.processing::after, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form a.loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.25);
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.spectre-checkout-wrapper .form-group, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row {
  margin-bottom: 15px;
}
.spectre-checkout-wrapper .form-group label, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label {
  font-size: 1.6rem;
  font-weight: 300;
}
.spectre-checkout-wrapper .form-group label .required, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label .required {
  text-decoration: none;
  cursor: default;
}
.spectre-checkout-wrapper .form-group label.error, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label.error {
  color: #E20D0D;
}
.spectre-checkout-wrapper .form-control, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #bfbfbf;
  color: #595959;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  padding: 4px 8px;
  background-color: white;
}
.spectre-checkout-wrapper .form-control::-webkit-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong::-webkit-input-placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong::-webkit-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text::-webkit-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input::-webkit-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control:-ms-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong:-ms-input-placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong:-ms-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text:-ms-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input:-ms-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control::placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong::placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong::placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text::placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input::placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control:focus, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong:focus,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong:focus, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text:focus, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input:focus, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text:focus {
  border-color: #bfbfbf;
  box-shadow: none;
}
.spectre-checkout-wrapper .form-control.error, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong.error,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong.error, .spectre-checkout-wrapper#colart-checkout-wrapper .error.input-text, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.error, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.error.input-text {
  border-color: #E20D0D;
}
.spectre-checkout-wrapper .form-control-lg, .spectre-checkout-wrapper .form-control.input-lg, .spectre-checkout-wrapper .woocommerce-Input--password, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong, .spectre-checkout-wrapper#colart-checkout-wrapper .input-lg, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text, .spectre-checkout-wrapper.woocommerce-edit-account .woocommerce-Input--password {
  font-size: 2rem;
  height: 42px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper {
  /* Dashboard css start*/
  /* Country: Spain on My Account page */
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.woocommerce-form-register div.input-group {
  flex-wrap: inherit;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.woocommerce-form-register div.input-group-append {
  max-height: 40px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper span.password-input {
  flex-grow: 1;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .input-group-lg > .form-control {
  padding: 0.5rem 1rem;
  font-size: 2rem;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper a {
  color: #7c008c;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper h4 {
  font-size: 2rem;
  font-weight: 400;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .btn-dark, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .checkout-button, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-Button {
  background: black;
  text-align: center;
  color: white;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .btn-dark:hover, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button:hover, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .checkout-button:hover, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-Button:hover {
  background: #7C008C;
  border-color: transparent;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .my_email_section::after, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-address-fields::after {
  display: block;
  clear: both;
  content: "";
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #login-to-complete-cart-message {
  width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #login-to-complete-cart-message span {
  display: block;
  font-weight: 500;
}
@media (min-width: 992px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #login-to-complete-cart-message span {
    color: #0c5460;
    background-color: #d1ecf1;
    padding: 10px;
  }
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper table {
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper h4 {
  font-weight: 400;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #customer_login .woocommerce-privacy-policy-text {
  display: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.login, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.register {
  border-radius: 0;
  border: none;
  margin-top: 0;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h2 {
  font-weight: 400;
  font-size: 30px;
  color: black;
  text-align: left;
  padding: 20px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h3 {
  padding: 20px;
  font-size: 18px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h2:after {
  border-top: 2px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h3:after {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns .u-column1, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns .u-column2 {
  float: left;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-MyAccount-navigation-link {
  margin-bottom: 2.5rem;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-MyAccount-navigation-link a {
  font-weight: 300;
  font-size: 20px;
  color: #7f7f7f;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-MyAccount-navigation-link a:hover {
  color: black;
  text-decoration: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 400;
  color: black;
  text-decoration: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper ul {
  list-style-type: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper ul :disabled {
  padding-inline-start: 0px;
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h2 {
    text-align: center;
    font-size: 25px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_heading h1 {
    font-weight: 400;
    font-size: 30px;
    color: black;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-columns h2:after {
    display: none;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_heading p {
    font-weight: 300;
    font-size: 16px;
    color: black;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .create_account_mobile_heading p {
    font-weight: 300;
    font-size: 16px;
    color: black;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-column2 {
    padding: 20px 0 50px !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .u-column1 {
    background-color: #f2f2f2;
    padding: 0px 0 10px !important;
  }
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav ul :disabled, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .account_menu_items ul :disabled {
  padding-inline-start: 0px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_nav_item a {
  font-family: inherit;
  font-weight: 400;
  font-size: 25px;
  color: black;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_nav_item a:hover {
  color: black;
  text-decoration: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_underline:after {
  border-top: 2px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_underline_one:after {
  border-top: 2px solid #f2f2f2;
  width: 100%;
  content: " ";
  display: block;
  margin: 30px 0;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_number {
  font-weight: 400;
  font-size: 25px;
  color: black;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_titles {
  font-weight: 400;
  font-size: 16px !important;
  color: black;
  width: 35%;
  height: 30px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_values {
  font-weight: 300;
  font-size: 16px !important;
  color: #595959 !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper td {
  vertical-align: top;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order-white-button {
  background-color: white !important;
  padding: 10px !important;
  color: black !important;
  border-radius: 0 !important;
  border: 1px solid black !important;
  cursor: pointer !important;
  margin-top: 20px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order-white-button:hover {
  background-color: #790262 !important;
  border: 1px solid #790262 !important;
  color: white !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form#billing label, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form#shipping label {
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper span.woocommerce-input-wrapper {
  min-height: 40px;
  width: 95%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper span.woocommerce-input-wrapper strong {
  font-size: 2rem;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #shipping_country_field, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #billing_country_field {
  padding: 6px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .my_email_section {
  margin-bottom: 60px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .update_info_btn {
  width: calc(50% - 8px);
  float: right;
  margin-right: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .my_email_section #billing_email_field {
  width: 45%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_shipping_content {
  padding-left: 0;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .btn-account-login.disabled {
  opacity: 1;
  background-color: #bfbfbf !important;
  border: solid #bfbfbf !important;
  cursor: default !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-password-strength {
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .view_order_title {
  font-size: 20px !important;
  font-family: sofia_pro;
  font-weight: 400 !important;
  color: black !important;
  padding-bottom: 20px !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .view_order_value {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #595959 !important;
  padding-bottom: 20px !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .border_greyfour_width_one:after {
  border-top: 1px solid #7f7f7f;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
  padding-left: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table {
  float: right;
  width: 70% !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table th, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table td {
  font-family: sofia_pro;
  font-size: 18px !important;
  color: #595959 !important;
  font-weight: 300;
  padding-bottom: 10px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table th {
  text-align: left !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table td {
  text-align: right !important;
  padding-right: 42px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-customer-details {
  display: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table tr:last-child th, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table tr:last-child td {
  font-family: sofia_pro;
  font-size: 20px !important;
  color: black !important;
  font-weight: 400 !important;
  border-top: 1px solid #d9d9d9 !important;
  padding-top: 20px !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .snazaroo_order_details {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper table.shop_table.snazaroo_order_details td {
  padding: 9px 12px 20px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .snazaroo_order_details .product_image img {
  width: 60px;
  height: 60px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper table .product-total {
  text-align: right;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .snazaroo_order_details .product_image {
  width: 15%;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .product_title, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .product-total {
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #595959 !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .product_title a {
  color: #595959;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order-again {
  display: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper section.woocommerce-order-details {
  border-top: 1px solid #7f7f7f;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
  padding-left: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-order-details {
  padding-left: 0 !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #signupsuccesspopup {
  margin-top: 133px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #signupsuccesspopup .modal-content {
  border-radius: 0;
  border: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #signupsuccesspopup .modal-header {
  border-bottom: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #signupsuccesspopup .modal-body {
  text-align: center;
  padding: 0 73px 60px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #signupsuccesspopup .purple-check i {
  border: 1px solid #790262;
  background-color: #790262;
  color: white;
  padding: 10px;
  font-size: 24px;
  border-radius: 29px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .light_sixteen_black {
  font-weight: 300;
  font-size: 16px;
  color: black;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav {
  display: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .join_club span {
  font-weight: 300;
  color: #595959;
  width: 80%;
  font-size: 16px;
  margin-bottom: 20px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .join_club a {
  color: #790262 !important;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .payment_method {
  margin-top: 60px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .back_to_myaccount {
  display: none;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.edit-account.woocommerce-EditAccountForm .woocommerce-LostPassword.lost_password {
  margin-bottom: 40px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .select2-selection__placeholder {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area {
    text-align: center;
  }
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area h2 {
  font-weight: 400;
  font-size: 30px;
  color: black;
  text-align: left;
  padding: 0 0 20px 0;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area h2 {
    text-align: center;
  }
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area .myaccount_nav_item:after {
  border-top: 2px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area h2.woocommerce-order-details__title {
  font-size: 25px;
  margin-top: 30px;
  padding-left: 15px;
}
@media only screen and (width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #printable_area {
    float: right;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .btn-account-login {
    width: 100%;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_underline:after {
    border-top: 1px solid #7f7f7f !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper p.form-row {
    width: 100% !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .update_info_btn {
    width: 100%;
    margin-right: 0;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav {
    display: block;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav .woocommerce-MyAccount-navigation-link a {
    font-size: 20px;
    color: black;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav_item {
    border-top: 1px solid #7f7f7f;
    width: 100%;
    content: " ";
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_titles {
    float: left;
    width: 100%;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_values div {
    display: table;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-orders {
    text-align: left !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_number_content {
    text-align: left;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_number {
    font-size: 25px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_list {
    border: 1px solid #7f7f7f;
    margin: 15px 0px !important;
    padding-top: 20px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .myaccount_underline_one:after {
    border-top: none;
    margin: 15px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_list table {
    margin-bottom: 20px;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .edit-address-content, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.edit-account {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991.98px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .edit-address-content, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper form.edit-account {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .view_order_title {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .view_order_value {
    float: right;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .product_title, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .product-total {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_table th {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_table td {
    width: 50%;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_table .view_order_title {
    font-size: 18px !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_table .view_order_value {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_totals_table td {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .snazaroo_order_details td {
    float: left;
    width: 33% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .tracking_number .view_order_title, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .payment_method .view_order_title {
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .tracking_number {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .address_table, .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .woocommerce-order-details__title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .view_order_title {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .mobile_account_nav_item i {
    font-size: 30px;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .back_to_myaccount {
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .back_to_myaccount a {
    color: black;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_list table {
    text-align: left !important;
  }
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .order_list .order_values {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper .billing_identical_label {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .spectre-checkout-wrapper#spectre-checkout-myaccount-wrapper #billing_identical {
    top: -9px;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper h2 {
  font-size: 3rem;
  font-weight: 400;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-item-mobile-trash a {
  color: #7c008c;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .h3, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper h3 {
  font-size: 2.5rem;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .small, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper small {
  font-size: 1.4rem;
  font-weight: 400;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-title {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form > .cart {
  margin-bottom: 0;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-row {
  align-items: center;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-thumbnail-wrapper, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-quantity-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-thumbnail-wrapper, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-quantity-wrapper {
    padding-bottom: 0;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-thumbnail-wrapper > .row, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-quantity-wrapper > .row {
  align-items: center;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-name > a {
  color: #343a40;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-mobile-trash,
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-total,
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-subtotal-amount-wrapper,
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total-amount {
  text-align: right;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-mobile-trash {
  color: #343a40;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-desktop-trash {
  color: #343a40;
  text-align: center;
}
@media (min-width: 992px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-item-desktop-trash {
    text-align: right;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-accordion-wrapper {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-subtotal > .row {
  padding-top: 3rem;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-subtotal-text, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total-shipping-text {
  color: #6c757d;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .btn-coupon-apply {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total-label {
  padding-right: 1rem;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .continue-button {
  font-weight: 400;
  text-decoration: none;
  color: #343a40;
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .woocommerce-Price-amount.loading {
  opacity: 0.1;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form a.loading {
  position: relative;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart-discount {
  color: #70b620;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form :not(.includes_tax) > .woocommerce-Price-amount {
  font-size: 2rem;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total strong .woocommerce-Price-amount {
  font-size: 2.5rem;
  font-weight: 600;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total strong, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .order-total small {
  display: block;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .proceed-to-checkout .btn {
  font-size: 2rem;
  font-weight: 600;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .btn-cart-continue {
  color: #6c757d;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .coupon .input-group-append .btn-coupon-apply {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .coupon .input-group-append {
    width: 100%;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .cart_item_delete {
  cursor: pointer;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart {
  margin-bottom: 40px;
  overflow: hidden;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__row {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__row {
    flex-wrap: nowrap;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__row + .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__row {
  margin-top: 20px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell {
  flex: 0 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--thumbnail {
  width: 110px;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--thumbnail {
    margin-bottom: 0;
    order: 1;
    width: 150px;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--product {
  width: calc(100% - 180px);
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--product {
    order: 2;
    width: calc(50% - 150px);
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--product a {
  color: #212529;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--quantity {
  flex-grow: 1;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--quantity {
    flex-grow: 0;
    order: 3;
    width: 180px;
  }
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--remove {
    flex-grow: 1;
    order: 4;
  }
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__cell--total {
    font-size: 20px;
    order: 5;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart__remove-btn {
  display: block;
  margin: 0 auto;
  width: 40px;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-totals-container {
    order: 2;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-accordion-container {
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-accordion-container {
    margin-bottom: 0;
    order: 3;
  }
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-related-container {
    order: 1;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary {
  border-collapse: separate;
  border-spacing: 0 30px;
  margin-top: -30px;
  text-align: left;
  width: 100%;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary th,
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary strong {
  font-weight: normal;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary td {
  text-align: right;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary .cart-discount {
  color: #70b620;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary .woocommerce-remove-coupon {
  color: #6c757d;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary .order-total {
  font-size: 24px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary .order-total th span {
  color: #ced4da;
  display: block;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-summary .order-total th span {
    display: inline;
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .coupon {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .coupon {
    flex-flow: row nowrap;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .proceed-to-checkout .btn {
  font-size: 24px;
  font-weight: 600;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .btn-cart-continue {
  color: #6c757d;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav {
  display: none;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav {
    display: flex;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav-item {
  flex: 1 1 auto;
  max-width: calc(33.33% - 15px);
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav-link {
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  color: #dee2e6;
  font-size: 18px;
  padding: 0 0 10px 0;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav-link {
    font-size: 24px;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .nav-link.active {
  background-color: transparent;
  border-color: #495057;
  color: #495057;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card {
  border: none;
  border-radius: 0;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card .collapse {
    display: block;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card + .card {
  margin-top: 20px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-header {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #212529;
  padding: 0 0 8px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-header h5 {
  font-size: 16px;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-header a {
  color: #212529;
  display: block;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-header a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-header {
    display: none;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-body {
  padding: 8px 0 0;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .card-body {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .cart-faq .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper #login-to-complete-cart-message span {
  background-color: #b8c9da;
  border: 1px solid #999;
  padding: 10px;
}
.spectre-checkout-wrapper .clear {
  clear: both;
}
.spectre-checkout-wrapper .woocommerce-notices-wrapper > ul,
.spectre-checkout-wrapper .stripe-source-errors > ul,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-body, .spectre-checkout-wrapper #createAccountModal .modal-body {
  padding: 0 3rem 3rem;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-header, .spectre-checkout-wrapper #createAccountModal .modal-header {
  border-bottom: 0;
}
.spectre-checkout-wrapper #lostpasswordModal h2, .spectre-checkout-wrapper #createAccountModal h2 {
  text-align: center;
  padding: 0 0 20px;
  font-family: sofia_pro;
  font-weight: 400;
  font-size: 30px;
  color: black;
}
.spectre-checkout-wrapper #lostpasswordModal h2:after, .spectre-checkout-wrapper #createAccountModal h2:after {
  border-top: 2px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper #lostpasswordModal p, .spectre-checkout-wrapper #createAccountModal p {
  color: #7f7f7f;
  margin-top: 20px;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-content, .spectre-checkout-wrapper #createAccountModal .modal-content {
  border-radius: 0;
  border: none;
}
.spectre-checkout-wrapper #lostpasswordModal .close, .spectre-checkout-wrapper #createAccountModal .close {
  opacity: 1;
}
.spectre-checkout-wrapper .field_eye_icon {
  font-size: 24px;
  color: #7f7f7f;
  cursor: pointer;
}
.spectre-checkout-wrapper .password_field .input-group-append {
  border: 1px solid #bfbfbf;
  background: white;
  padding-right: 5px;
}
.spectre-checkout-wrapper .password_field .woocommerce-password-strength, .spectre-checkout-wrapper .password_field .woocommerce-password-hint {
  order: 3;
}
.spectre-checkout-wrapper .password_field input {
  order: 1;
}
.spectre-checkout-wrapper .password_field .input-group-append {
  order: 2;
}
.spectre-checkout-wrapper .stripe-source-errors {
  margin-top: 10px;
}
.spectre-checkout-wrapper .select2-container--default {
  min-height: 42px;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #bfbfbf;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 45px;
  text-align: center;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 40px;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
}
.spectre-checkout-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "";
}
.spectre-checkout-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
}
.spectre-checkout-wrapper .woocommerce-password-strength {
  text-align: center;
  padding: 5px;
  color: white;
  background-color: #E20D0D;
}
.spectre-checkout-wrapper .woocommerce-password-strength.strong, .spectre-checkout-wrapper .woocommerce-password-strength.good {
  background-color: #7ED321;
}
.spectre-checkout-wrapper .woocommerce-password-hint {
  color: #7f7f7f;
}
.spectre-checkout-wrapper form .form-row, .spectre-checkout-wrapper form .form-row-wide, .spectre-checkout-wrapper form .form-row-first, .spectre-checkout-wrapper form .form-row-last {
  display: block;
  float: left;
  width: 50%;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.5rem 0 0;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper form .form-row, .spectre-checkout-wrapper form .form-row-wide, .spectre-checkout-wrapper form .form-row-first, .spectre-checkout-wrapper form .form-row-last {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.spectre-checkout-wrapper form .form-row .required {
  color: black;
  font-weight: 500;
}
@media (min-width: 992px) {
  .spectre-checkout-wrapper form .woocommerce-billing-fields__field-wrapper, .spectre-checkout-wrapper form .woocommerce-shipping-fields__field-wrapper {
    margin-right: -1.5rem;
  }
}
.spectre-checkout-wrapper form.processing:after {
  z-index: 1300;
  position: fixed;
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: white;
}
.spectre-checkout-wrapper form.processing .blockUI.blockOverlay {
  position: fixed !important;
  background-color: black !important;
  z-index: 1200 !important;
  opacity: 0.5 !important;
}
.spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row {
  float: none;
  width: 100%;
  padding: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .small, .spectre-checkout-wrapper#colart-checkout-wrapper small {
  font-size: 1.4rem;
  font-weight: 400;
}
.spectre-checkout-wrapper#colart-checkout-wrapper h4 {
  font-size: 2rem;
  font-weight: 300;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .btn-outline-light {
  background-color: white;
  text-align: center;
  color: #7f7f7f;
  border-color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .btn-outline-light:hover, .spectre-checkout-wrapper#colart-checkout-wrapper .btn-outline-light:active, .spectre-checkout-wrapper#colart-checkout-wrapper .btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: white;
  border-width: 2px;
  border-color: black;
  color: black;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .select2-selection__rendered {
  font-weight: 400;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .select2-selection__clear {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .iti {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .iti .iti__flag {
  background-image: url("../images/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spectre-checkout-wrapper#colart-checkout-wrapper .iti .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper form label.error {
  color: #E20D0D !important;
}
.spectre-checkout-wrapper#colart-checkout-wrapper form input.error {
  border-color: #E20D0D !important;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content form label.error {
    color: #e83e8c !important;
    text-shadow: 0 0 10px black;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content form input.error {
    border-width: 0;
    box-shadow: inset 0 0 10px 5px #F69;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper :-ms-input-placeholder {
  color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper ::placeholder {
  color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .btn-lg {
  min-height: 50px;
  font-size: 18px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress {
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap {
  background-color: #bfbfbf;
  margin-bottom: 1rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap div {
  border-radius: 1rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap .progress-current {
  background-color: rgba(121, 2, 98, 0.5);
  width: 25%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap .progress-done {
  background-color: #790262;
  height: 1rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-text {
  font-weight: 300;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-text .col:nth-child(1) {
  color: #790262;
  cursor: pointer;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-1 ~ div #alert-notices .wc-shipping-error {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-2 .progress-text .col:nth-child(2) {
  color: rgba(121, 2, 98, 0.5);
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-2 .progress-current {
  width: 50%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-2 .progress-done {
  width: 50%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-3 .progress-text .col:nth-child(2) {
  color: #790262;
  cursor: pointer;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-3 .progress-text .col:nth-child(3) {
  color: rgba(121, 2, 98, 0.5);
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-3 .progress-current {
  width: 75%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-3 .progress-done {
  width: 66.66%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-4 .progress-text .col {
  color: #790262;
  cursor: inherit;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-4 .progress-current {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress.step-4 .progress-done {
  width: 100%;
}
@media (max-width: 575.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress {
    background-color: #f2f2f2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-progress .progress-wrap {
    background-color: white;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper .form-control {
  border-radius: 0;
  border-color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .woocommerce-invalid .form-control {
  border-color: #dc3545;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .woocommerce-terms-and-conditions-wrapper .form-row {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .woocommerce-NoticeGroup-checkout {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #alert-notices .woocommerce-NoticeGroup-checkout {
  display: block;
}
@media (max-width: 767.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    flex: inherit;
    max-width: inherit;
    padding: 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-guest, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login {
    padding: 1.5rem 3rem;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login form {
  border: 0;
  padding: 0;
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 form .form-row, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 form .form-row-wide, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 form .form-row-first, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 form .form-row-last {
  float: none;
  width: 100%;
  padding-right: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs {
  border: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs .nav-item {
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs .nav-link {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
  color: black;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 3rem;
  height: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs .nav-link.active {
  background-color: #790262;
  color: white;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content {
  margin: 0;
  background-color: #790262;
  color: white;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content .checkbox {
  border-color: transparent;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content a {
  color: white;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content .required {
  color: white;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-guest .btn-dark, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-guest .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-guest .checkout-button, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login .btn-dark, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .checkout-button, .spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login .checkout-button {
    background-color: white;
    color: black;
    border: none;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 #colart-checkout-login .btn-outline-light {
    background-color: transparent;
    color: white;
    border: 2px solid white;
  }
}
@media (min-width: 992px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs .nav-link {
    background-color: transparent;
    color: black;
    cursor: inherit;
    padding: 0 1.5rem;
    margin-bottom: 5px;
    text-align: left;
    font-size: 2rem;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .nav-tabs .nav-link.active {
    background-color: transparent;
    color: black;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content {
    margin: inherit;
    color: black;
    background-color: transparent;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content .checkbox {
    border-color: black;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content a {
    color: #790262;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content .required {
    color: black;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content > .tab-pane {
    display: block;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-1 .tab-content > .tab-pane.fade:not(.show) {
    opacity: 1;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong {
  background-color: #e9ecef;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_address_2_field .control-label .optional {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 .woocommerce-checkout-review-order-table {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details {
  margin-bottom: 1.5rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details > div {
  padding-bottom: 1.5rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details > div > div {
  border: 3px solid #bfbfbf;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details > div > div p {
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details > div > div p:first-child {
  margin-bottom: 1rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #confirm-address-details > div > div .fa-pen {
  color: #bfbfbf;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment {
  background: transparent;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .place-order {
  width: 100%;
  padding: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .place-order button#place_order {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .place-order button#place_order {
    width: 100%;
    margin-left: 0;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  border: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > input {
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > label {
  flex-grow: 1;
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > label a {
  display: block;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > label img {
  height: 100%;
  margin-right: 0.25rem;
  float: right;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > div {
  width: 100%;
  background: transparent;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods > li > div::before {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods #wc-stripe-cc-form label {
  margin-bottom: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods #wc-stripe-cc-form .wc-stripe-elements-field {
  border-radius: 0;
  border-color: #bfbfbf;
  line-height: normal;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 #payment .wc_payment_methods #wc-stripe-cc-form .wc-stripe-elements-field.invalid {
  border-color: #dc3545;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-3 .woocommerce-terms-and-conditions {
  margin-bottom: 10px;
  padding: 15px;
  background: white;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-4 {
  color: #7f7f7f;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-4 span {
  color: black;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-4 #checkout-thank-you-image {
  background: url("../images/checkout-thank-you.svg");
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-bottom: 3rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary label {
  font-size: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary label span {
  font-size: 18px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary input, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary input + label {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.shipping-no-checkboxes label {
  display: inherit;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary input:checked + label {
  display: inline;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary ul#shipping_method {
  list-style: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary ul#shipping_method li {
  margin: 0;
  line-height: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary ul#shipping_method .amount {
  font-weight: 300;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary h4 {
  margin-bottom: 0;
  padding: 3rem 1rem 1.5rem;
  background-color: #f2f2f2;
  background-image: url("../images/receipt-paper-top.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: repeat-x;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details {
  background-color: #f2f2f2;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 300;
  color: #595959;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table .product_title a, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details .product_title a {
  color: #595959;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table .cart-discount, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details .cart-discount {
  color: #70b620;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table .cart-discount td:last-child, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details .cart-discount td:last-child {
  white-space: nowrap;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table thead, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details thead {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tbody, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tbody {
  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  display: block;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tbody tr, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tbody tr {
  border-top: 1px solid #d9d9d9;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tbody tr:first-child, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tbody tr:first-child {
  border-top: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tbody td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tbody td {
  border-top: 0;
  padding: 9px 12px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tr {
  display: table;
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table th:first-child, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details th:first-child {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.order-total, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tr.order-total {
  font-size: 2.5rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table {
  display: block;
  font-size: 18px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table td {
  border: 0;
  font-weight: 300;
  vertical-align: middle;
  padding: 9px 12px 0 12px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total td strong {
  font-size: 2rem;
  font-weight: 400;
  color: black;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total th {
  border-top: 0;
  vertical-align: top;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total td {
  text-align: right;
  padding-bottom: 10px;
  white-space: nowrap;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td small, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tfoot .order-total td small, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table .order-total td small {
  display: block;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table {
  border: 0;
  font-weight: 300;
  color: #595959;
  display: table;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table td {
  text-align: right;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table tr:last-child th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .order_totals_table tr:last-child td {
  padding: 20px 12px 10px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-wrapper {
  position: relative;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.collapsed {
  overflow: hidden;
  position: relative;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.collapsed #colart-checkout-summary-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1199.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.collapsed {
    height: 100px;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.collapsed #colart-checkout-summary-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary.collapsed {
    height: inherit !important;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-slider {
  display: none;
  cursor: pointer;
  text-align: center;
  padding-bottom: 20px;
  color: #7f7f7f;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-slider .fas {
  display: block;
  color: #7f7f7f;
  font-weight: 300;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-slider-mini-arrow {
  position: absolute;
  top: 0;
  right: -1.5rem;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  cursor: pointer;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-slider-mini-arrow .fa-chevron-down {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .snazaroo_order_details {
  border-collapse: collapse;
  margin-bottom: 0;
  max-height: 200px;
  display: block;
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .product-total {
  text-align: right;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details table.snazaroo_order_details:nth-last-child(2) {
  border-bottom: 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .order_item {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 {
  overflow: hidden;
  padding: 0 0 10px 5px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order_totals_table {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total th {
  border-top: 0;
  vertical-align: top;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total td {
  text-align: right;
  padding-bottom: 10px;
  white-space: nowrap;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total td small {
  display: block;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 .order-total :not(.includes_tax) > .amount {
  font-weight: 400;
  color: black;
  font-size: 2rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary td.product_image {
  width: 100px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary td.product_image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tbody, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tbody {
    border: 0;
    max-height: inherit;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table td, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details th, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details td {
    padding: 5px 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table .product-total, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details .product-total {
    text-align: right;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table td.product-name, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details td.product-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.cart_item, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.woocommerce-table__line-item .product_title, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tr.cart_item, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tr.woocommerce-table__line-item .product_title {
    font-size: 14px !important;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.cart-discount, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-table--order-details tr.cart-discount {
    color: #70b620;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary h4, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary tr {
    background-color: transparent;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary tfoot {
    border-top: 1px solid #7f7f7f;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .snazaroo_order_details {
    max-height: inherit;
    display: table;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .order_item {
    border: 0;
    border-top: 1px solid #d9d9d9;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .order_item:first-child {
    border-top: 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-order-details .bt-1 {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary h4 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary #colart-checkout-summary-slider {
    display: block;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .shipping-caption {
  margin-top: -15px;
  margin-bottom: 5px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .shipping-caption th {
  padding-top: 0;
  padding-bottom: 5px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom {
  margin-bottom: 10px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total th, .spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total td strong {
  font-size: 2rem;
  font-weight: 400;
  color: black;
  line-height: 1.5em;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total th {
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total td, .spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total th {
  vertical-align: top;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total td {
  text-align: right;
  padding-bottom: 10px;
  white-space: nowrap;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total td strong, .spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .order-total td small {
  display: block;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .shipping-caption {
  margin-top: -10px;
  display: table;
  width: 100%;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .order-summary-bottom .shipping-caption-text {
  font-weight: 300;
}
.spectre-checkout-wrapper#colart-checkout-wrapper button {
  position: relative;
}
.spectre-checkout-wrapper#colart-checkout-wrapper button i.fas {
  position: absolute;
  right: 1rem;
  line-height: inherit;
}
.spectre-checkout-wrapper#colart-checkout-wrapper p.cart-empty {
  padding: 0 3rem;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #billing_postcode_field .woocommerce-input-wrapper::after, .spectre-checkout-wrapper#colart-checkout-wrapper #shipping_postcode_field .woocommerce-input-wrapper::after {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .blockUI.blockOverlay {
  z-index: 1 !important;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #lostpasswordModal p, .spectre-checkout-wrapper#colart-checkout-wrapper #createAccountModal p {
  color: #7f7f7f;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #lostpasswordModal p label, .spectre-checkout-wrapper#colart-checkout-wrapper #createAccountModal p label {
  color: black;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #lostpasswordModal .password_field .input-group-append, .spectre-checkout-wrapper#colart-checkout-wrapper #createAccountModal .password_field .input-group-append {
  border-width: 1px;
  border-color: #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper #lostpasswordModal form input.error + .input-group-append, .spectre-checkout-wrapper#colart-checkout-wrapper #createAccountModal form input.error + .input-group-append {
  border-color: #E20D0D !important;
}
@media (min-width: 576px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-delivery-options .col-sm.mb-3 {
    flex-basis: 50%;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .promo-code-wrapper input {
  display: block;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .promo-code-wrapper .promo-code-toggle {
  display: flex;
  cursor: pointer;
  padding: 10px 0;
  justify-content: space-between;
  border-top: 1px solid #bfbfbf;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .promo-code-wrapper .promo-code-toggle:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
}
.spectre-checkout-wrapper#colart-checkout-wrapper .promo-code-wrapper .promo-code-form {
  display: none;
  margin-bottom: 15px;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .promo-code-wrapper .promo-code-applied {
  display: flex;
  justify-content: space-between;
  color: #70b620;
  padding: 10px 0;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .promo-code-wrapper.open .promo-code-toggle:after {
  content: "";
}
@media (max-width: 1199.98px) {
  .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.promo-code-row {
    display: none;
  }
}
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-summary .woocommerce-checkout-review-order-table tr.promo-code-row .promo-code-applied {
  display: none;
}
.spectre-checkout-wrapper#colart-checkout-wrapper .woocommerce-remove-coupon .far.fa-times {
  line-height: 23px;
  color: #70b620;
}
.spectre-checkout-wrapper#colart-checkout-wrapper > .checkout {
  display: flex;
  flex-direction: column;
}
.spectre-checkout-wrapper#colart-checkout-wrapper > .checkout > .woocommerce-message {
  order: -1;
}
.spectre-checkout-wrapper .form-group, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row {
  margin-bottom: 15px;
}
.spectre-checkout-wrapper .form-group label, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label {
  font-size: 1.6rem;
  font-weight: 300;
}
.spectre-checkout-wrapper .form-group label .required, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label .required {
  text-decoration: none;
  cursor: default;
}
.spectre-checkout-wrapper .form-group label.error, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row label.error {
  color: #E20D0D;
}
.spectre-checkout-wrapper .form-control, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #bfbfbf;
  color: #595959;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  padding: 4px 8px;
  background-color: white;
}
.spectre-checkout-wrapper .form-control::-webkit-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input::-webkit-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text::-webkit-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text::-webkit-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong::-webkit-input-placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control:-ms-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input:-ms-input-placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text:-ms-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text:-ms-input-placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong:-ms-input-placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control::placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input::placeholder, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text::placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text::placeholder, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong::placeholder,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.spectre-checkout-wrapper .form-control:focus, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input:focus, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text:focus, .spectre-checkout-wrapper#colart-checkout-wrapper .input-text:focus, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong:focus,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong:focus {
  border-color: #bfbfbf;
  box-shadow: none;
}
.spectre-checkout-wrapper .form-control.error, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.error, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.error.input-text, .spectre-checkout-wrapper#colart-checkout-wrapper .error.input-text, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong.error,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong.error {
  border-color: #E20D0D;
}
.spectre-checkout-wrapper .form-control-lg, .spectre-checkout-wrapper .form-control.input-lg, .spectre-checkout-wrapper .woocommerce-Input--password, .spectre-checkout-wrapper.woocommerce-edit-account .woocommerce-Input--password, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input, .spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row input.input-text, .spectre-checkout-wrapper#colart-checkout-wrapper .input-lg, .spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #shipping_country_field.single-country .woocommerce-input-wrapper strong,
.spectre-checkout-wrapper#colart-checkout-wrapper #colart-checkout-step-2 #billing_country_field.single-country .woocommerce-input-wrapper strong {
  font-size: 2rem;
  height: 42px;
}
.spectre-checkout-wrapper .select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.spectre-checkout-wrapper .select2-container .select2-selection--single {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.spectre-checkout-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  font-weight: 400;
}
.spectre-checkout-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 45px;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 1px;
}
.spectre-checkout-wrapper .select2-container .select2-selection--single .select2-selection__arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 40px;
}
.spectre-checkout-wrapper .checkbox-custom-wrapper input[type=checkbox], .spectre-checkout-wrapper .radio-custom-wrapper input[type=radio] {
  display: block !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  z-index: -1;
}
.spectre-checkout-wrapper .checkbox-custom-wrapper {
  padding-top: 5px;
  line-height: 1.4 !important;
  display: flex;
  position: relative;
}
.spectre-checkout-wrapper .checkbox-custom-wrapper:not(.woocommerce-SavedPaymentMethods-saveNew) {
  display: flex !important;
}
.spectre-checkout-wrapper span.checkbox-custom {
  height: 30px;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #bfbfbf;
  background: white;
  margin: -3px 10px 10px 0;
  position: relative;
  cursor: pointer;
}
.spectre-checkout-wrapper input:checked ~ span.checkbox-custom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: black;
  line-height: 28px;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.spectre-checkout-wrapper .radio-custom-wrapper {
  position: relative;
}
.spectre-checkout-wrapper span.radio-custom {
  height: 30px;
  width: 30px;
  float: left;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  background: white;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
.spectre-checkout-wrapper input:checked ~ label span.radio-custom:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: black;
}
.spectre-checkout-wrapper .input-group .form-control, .spectre-checkout-wrapper .input-group-lg .form-control {
  border-radius: 0;
}
.spectre-checkout-wrapper .input-group .form-control:not(textarea), .spectre-checkout-wrapper .input-group-lg .form-control:not(textarea) {
  height: auto;
}
.spectre-checkout-wrapper .quantity-picker > div, .spectre-checkout-wrapper .quantity-picker input {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 300 !important;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .spectre-checkout-wrapper .quantity-picker > div, .spectre-checkout-wrapper .quantity-picker input {
    margin-right: 10px;
  }
}
.spectre-checkout-wrapper .quantity-picker .increment, .spectre-checkout-wrapper .quantity-picker .decrement {
  padding: 5px 10px;
  text-align: center;
}
.spectre-checkout-wrapper .quantity-picker .increment {
  background-color: #d9d9d9 !important;
  margin-right: 0;
}
.spectre-checkout-wrapper .quantity-picker input {
  padding: 5px !important;
  max-width: 4.2rem;
  max-height: 4.2rem;
  background-color: white !important;
  text-align: center;
}
.spectre-checkout-wrapper input[type=number]::-webkit-inner-spin-button,
.spectre-checkout-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spectre-checkout-wrapper .alert, .spectre-checkout-wrapper .woocommerce-notices-wrapper > ul li,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul li,
.spectre-checkout-wrapper .stripe-source-errors > ul li,
.spectre-checkout-wrapper .woocommerce-notices-wrapper > div,
.spectre-checkout-wrapper .woocommerce-message {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  color: #741111;
  background-color: #f9d2d2;
}
.spectre-checkout-wrapper .alert:before, .spectre-checkout-wrapper .woocommerce-notices-wrapper > ul li:before,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul li:before,
.spectre-checkout-wrapper .stripe-source-errors > ul li:before,
.spectre-checkout-wrapper .woocommerce-notices-wrapper > div:before,
.spectre-checkout-wrapper .woocommerce-message:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  position: static;
}
.spectre-checkout-wrapper .alert.alert-success, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-message, .spectre-checkout-wrapper .woocommerce-message {
  color: #426e11;
  background-color: #e5f6d3;
}
.spectre-checkout-wrapper .alert.alert-success:before, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-message:before, .spectre-checkout-wrapper .woocommerce-message:before {
  content: "";
}
.spectre-checkout-wrapper .alert.alert-info, .spectre-checkout-wrapper .woocommerce-notices-wrapper > .woocommerce-info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.spectre-checkout-wrapper#spectre-checkout-cart-wrapper .woocommerce-cart-form a.loading::after, .spectre-checkout-wrapper form.processing::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.25);
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spectre-checkout-wrapper .clear {
  clear: both;
}
.spectre-checkout-wrapper .woocommerce-notices-wrapper > ul,
.spectre-checkout-wrapper .stripe-source-errors > ul,
.spectre-checkout-wrapper .woocommerce-NoticeGroup > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-body, .spectre-checkout-wrapper #createAccountModal .modal-body {
  padding: 0 3rem 3rem;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-header, .spectre-checkout-wrapper #createAccountModal .modal-header {
  border-bottom: 0;
}
.spectre-checkout-wrapper #lostpasswordModal h2, .spectre-checkout-wrapper #createAccountModal h2 {
  text-align: center;
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 30px;
  color: black;
}
.spectre-checkout-wrapper #lostpasswordModal h2:after, .spectre-checkout-wrapper #createAccountModal h2:after {
  border-top: 2px solid #d9d9d9;
  width: 100%;
  content: " ";
  display: block;
  margin-top: 15px;
}
.spectre-checkout-wrapper #lostpasswordModal p, .spectre-checkout-wrapper #createAccountModal p {
  color: #7f7f7f;
  margin-top: 20px;
}
.spectre-checkout-wrapper #lostpasswordModal .modal-content, .spectre-checkout-wrapper #createAccountModal .modal-content {
  border-radius: 0;
  border: none;
}
.spectre-checkout-wrapper #lostpasswordModal .close, .spectre-checkout-wrapper #createAccountModal .close {
  opacity: 1;
}
.spectre-checkout-wrapper .field_eye_icon {
  font-size: 24px;
  color: #7f7f7f;
  cursor: pointer;
}
.spectre-checkout-wrapper .password_field .input-group-append {
  border: 1px solid #bfbfbf;
  background: white;
  padding-right: 5px;
}
.spectre-checkout-wrapper .password_field .woocommerce-password-strength, .spectre-checkout-wrapper .password_field .woocommerce-password-hint {
  order: 3;
}
.spectre-checkout-wrapper .password_field input {
  order: 1;
}
.spectre-checkout-wrapper .password_field .input-group-append {
  order: 2;
}
.spectre-checkout-wrapper .stripe-source-errors {
  margin-top: 10px;
}
.spectre-checkout-wrapper .select2-container--default {
  min-height: 42px;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #bfbfbf;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 45px;
  text-align: center;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 40px;
}
.spectre-checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
}
.spectre-checkout-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "";
}
.spectre-checkout-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
}
.spectre-checkout-wrapper .woocommerce-password-strength {
  text-align: center;
  padding: 5px;
  color: white;
  background-color: #E20D0D;
}
.spectre-checkout-wrapper .woocommerce-password-strength.strong, .spectre-checkout-wrapper .woocommerce-password-strength.good {
  background-color: #7ED321;
}
.spectre-checkout-wrapper .woocommerce-password-hint {
  color: #7f7f7f;
}
.spectre-checkout-wrapper form .form-row, .spectre-checkout-wrapper form .form-row-wide, .spectre-checkout-wrapper form .form-row-first, .spectre-checkout-wrapper form .form-row-last {
  display: block;
  float: left;
  width: 50%;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.5rem 0 0;
}
@media (max-width: 991.98px) {
  .spectre-checkout-wrapper form .form-row, .spectre-checkout-wrapper form .form-row-wide, .spectre-checkout-wrapper form .form-row-first, .spectre-checkout-wrapper form .form-row-last {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.spectre-checkout-wrapper form .form-row .required {
  color: black;
  font-weight: 500;
}
@media (min-width: 992px) {
  .spectre-checkout-wrapper form .woocommerce-billing-fields__field-wrapper, .spectre-checkout-wrapper form .woocommerce-shipping-fields__field-wrapper {
    margin-right: -1.5rem;
  }
}
.spectre-checkout-wrapper form.processing:after {
  z-index: 1300;
  position: fixed;
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: white;
}
.spectre-checkout-wrapper form.processing .blockUI.blockOverlay {
  position: fixed !important;
  background-color: black !important;
  z-index: 1200 !important;
  opacity: 0.5 !important;
}
.spectre-checkout-wrapper form.woocommerce-form-register .woocommerce-form-row {
  float: none;
  width: 100%;
  padding: 0;
}
.woocommerce-checkout #page-wrapper {
  padding-top: 0;
}
.woocommerce-checkout #page-wrapper #content:not(.loaded) {
  height: 100%;
  min-height: 200px;
}
.woocommerce-checkout #page-wrapper #content:not(.loaded) #colart-checkout-wrapper {
  display: none;
}
.woocommerce-checkout #page-wrapper #content:not(.loaded)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.25);
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.woocommerce-checkout #main {
  display: none;
}

/*# sourceMappingURL=spectre-checkout-public.css.map */
