.checkoutBlock {
  margin: 20px 0 100px 0 !important;
}
.checkoutBlock .notes {
  display: none !important;
}
.checkoutBlock .woocommerce-notices-wrapper .woocommerce-message {
  display: none !important;
}
.checkoutBlock .payment_box.payment_method_mollie_wc_gateway_ideal p {
  display: none;
}
.checkoutBlock .payment_box:before {
  display: none !important;
}
.checkoutBlock .payment_box .select2-container--default {
  min-width: 280px;
}
.checkoutBlock #order_review_heading {
  display: none;
}
.checkoutBlock .variation-Kleur {
  display: none !important;
}
.checkoutBlock .woocommerce-checkout-review-order-table {
  /*        thead, .cart_item{
            display:none;
        }*/
}
.checkoutBlock .woocommerce-checkout-review-order-table th.product-total {
  color: transparent !important;
}
.checkoutBlock .woocommerce-checkout-review-order-table .cart_item td {
  vertical-align: top !important;
}
.checkoutBlock .checkoutTitle {
  margin-bottom: 20px;
}
.checkoutBlock .woocommerce-billing-fields h3 {
  display: none;
}
.checkoutBlock #ship-to-different-address {
  margin: 20px 0;
  font-size: 15px;
}
.checkoutBlock .includes_tax {
  display: none !important;
}
.checkoutBlock .woocommerce-message,
.checkoutBlock .woocommerce-info {
  border: none;
  padding: 20px;
  background: #282828;
  color: #fff;
}
.checkoutBlock .woocommerce-message:before,
.checkoutBlock .woocommerce-info:before,
.checkoutBlock .woocommerce-message:after,
.checkoutBlock .woocommerce-info:after {
  display: none;
}
.checkoutBlock .woocommerce-message a,
.checkoutBlock .woocommerce-info a {
  color: #ff6500 !important;
}
.checkoutBlock .woocommerce-message .button,
.checkoutBlock .woocommerce-info .button {
  display: none !important;
}
.checkoutBlock .intro {
  margin-top: 20px;
  margin-bottom: 30px;
}
.checkoutBlock #customer_details .col-1 {
  width: calc(100% + 6px);
  margin-left: -3px;
}
.checkoutBlock #customer_details .col-2 {
  width: calc(100% + 3px);
  margin-left: -1px;
  margin-bottom: 50px;
}
.checkoutBlock .woocommerce .button.order-actions-button {
  margin-bottom: 10px !important;
  display: block;
  padding: 12px 30px !important;
}
.checkoutBlock .woocommerce .button.order-actions-button:last-child {
  margin-bottom: 0 !important;
}
.checkoutBlock .woocommerce .woocommerce-error a {
  color: #000;
  pointer-events: none;
}
.checkoutBlock .woocommerce .checkout-inline-error-message {
  display: none !important;
}
.checkoutBlock .woocommerce .coupon {
  width: 100%;
  float: none !important;
  margin-bottom: 20px;
}
.checkoutBlock .woocommerce .coupon input {
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  padding: 0 20px;
  border: none;
  font-size: 14px;
  font-family: 'Raleway-font', sans-serif;
  width: 350px !important;
  margin-right: -5px;
}
.checkoutBlock .woocommerce .coupon .button {
  font-size: 12px;
  border-radius: 0 40px 40px 0 !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  background: #282828 !important;
}
.checkoutBlock .woocommerce .coupon .button:hover:not([disabled]) {
  background: #ff6500 !important;
}
.checkoutBlock .woocommerce .woocommerce-remove-coupon {
  color: #282828;
  opacity: 0.6;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-remove-coupon:hover {
  opacity: 1;
}
.checkoutBlock .woocommerce .button[name='update_cart'] {
  float: right;
  font-size: 12px;
  display: inline-block !important;
  padding: 15px 30px !important;
}
.checkoutBlock .woocommerce .is-success {
  display: none !important;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table {
  border: none;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table td {
  border: none;
  padding: 10px 0;
  padding-right: 20px;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table thead {
  background: #000;
  color: #fff;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table thead th {
  padding-left: 0;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-remove {
  line-height: 14px;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-remove a {
  background: #000;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 28px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-remove a:hover {
  opacity: 0.6;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail a {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail a:hover {
  opacity: 0.6;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail img {
  max-width: 100px;
  display: block;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input {
  color: #000;
  padding: 10px 20px;
  display: inline-block;
  width: 100px;
  border: none;
  background: transparent;
  font-size: 17px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Raleway-font', sans-serif;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input.wpcf7-not-valid {
  border-bottom: 2px solid #ff6500;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-quantity input:-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name a {
  color: #282828;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name a:hover {
  color: #b7b7b7;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation dt {
  line-height: 24px;
  font-size: 14px;
  opacity: 0.4;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation dd {
  margin: 0;
}
.checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation p {
  font-size: 14px;
  line-height: 24px;
}
.checkoutBlock .woocommerce .woocommerce-cart-form .actions {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px !important;
}
.checkoutBlock .woocommerce .shop_table .coupon {
  display: none;
}
.checkoutBlock .woocommerce .cart_totals .recurring-totals,
.checkoutBlock .woocommerce .cart_totals .cart-subtotal,
.checkoutBlock .woocommerce .cart_totals .cart-subtotal.recurring-total {
  display: none;
}
.checkoutBlock .woocommerce .cart_totals .wc-proceed-to-checkout {
  margin-top: 10px;
}
.checkoutBlock .woocommerce .cart_totals h2 {
  display: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkoutBlock .woocommerce .cart_totals table {
  border: none;
  margin: 0;
}
.checkoutBlock .woocommerce .cart_totals table th {
  padding-left: 0;
  vertical-align: top;
}
.checkoutBlock .woocommerce .cart_totals table .woocommerce-shipping-destination {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}
.checkoutBlock .woocommerce .cart_totals table .select-store-name p {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  border-radius: 35px;
  text-align: center;
  color: #282828;
  letter-spacing: 0;
  font-weight: 500;
}
.checkoutBlock .woocommerce .cart_totals table .select-store-btn,
.checkoutBlock .woocommerce .cart_totals table .asl-wc-widget-btn {
  width: 100%;
  max-width: none;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .woocommerce .cart_totals table .select-store-btn:hover,
.checkoutBlock .woocommerce .cart_totals table .asl-wc-widget-btn:hover {
  background: #282828;
  color: #fff;
}
.checkoutBlock .woocommerce .cart_totals table .woocommerce-shipping-calculator a {
  color: #ff6500;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .cart_totals table .woocommerce-shipping-calculator a:hover {
  color: #000;
}
.checkoutBlock .woocommerce .cart_totals table .woocommerce-shipping-calculator .button {
  width: 100%;
}
.checkoutBlock .woocommerce .cart_totals table .order-total th {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkoutBlock .woocommerce .cart_totals table .order-total bdi {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkoutBlock .woocommerce .cart_totals .wc-proceed-to-checkout .button {
  background: #282828 !important;
  color: #fff !important;
}
.checkoutBlock .woocommerce input,
.checkoutBlock .woocommerce textarea {
  -webkit-appearance: auto !important;
}
.checkoutBlock .woocommerce input[type="checkbox"],
.checkoutBlock .woocommerce textarea[type="checkbox"],
.checkoutBlock .woocommerce input[type="radio"],
.checkoutBlock .woocommerce textarea[type="radio"] {
  margin-right: 5px;
}
.checkoutBlock .woocommerce .button,
.checkoutBlock .woocommerce p .button {
  display: block;
  background: #282828 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 22px 30px !important;
  border: none;
  cursor: pointer;
  border-radius: 40px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .woocommerce .button:hover:not([disabled]),
.checkoutBlock .woocommerce p .button:hover:not([disabled]) {
  background: #ff6500 !important;
  color: #fff !important;
}
.checkoutBlock .woocommerce .form-row {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  clear: none;
}
.checkoutBlock .woocommerce .form-row#kl_newsletter_checkbox_field {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.checkoutBlock .woocommerce .form-row.place-order {
  width: 100%;
}
.checkoutBlock .woocommerce .form-row#asl-wc_store_id_field {
  padding: 0;
  margin: 0;
}
.checkoutBlock .woocommerce .form-row.invalid .select2-container .select2-selection--single {
  border-bottom: 2px solid #ff6500;
}
.checkoutBlock .woocommerce .form-row label {
  color: #000;
  font-weight: 400;
  display: block;
}
.checkoutBlock .woocommerce .form-row .select2-container {
  width: 100% !important;
}
.checkoutBlock .woocommerce .form-row .select2-container .select2-selection--single {
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 0;
}
.checkoutBlock .woocommerce .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 16px;
}
.checkoutBlock .woocommerce .form-row .select2-container .select2-selection__rendered {
  height: auto;
  line-height: 35px;
  padding: 0;
  padding-right: 20px;
  color: #000;
}
.checkoutBlock .woocommerce .form-row input[type="text"],
.checkoutBlock .woocommerce .form-row input[type="email"],
.checkoutBlock .woocommerce .form-row input[type="tel"],
.checkoutBlock .woocommerce .form-row textarea,
.checkoutBlock .woocommerce .form-row .select2-selection--single {
  color: #000;
  padding: 5px 20px;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Raleway-font', sans-serif;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .woocommerce .form-row input[type="text"].wpcf7-not-valid,
.checkoutBlock .woocommerce .form-row input[type="email"].wpcf7-not-valid,
.checkoutBlock .woocommerce .form-row input[type="tel"].wpcf7-not-valid,
.checkoutBlock .woocommerce .form-row textarea.wpcf7-not-valid,
.checkoutBlock .woocommerce .form-row .select2-selection--single.wpcf7-not-valid {
  border-bottom: 2px solid #ff6500;
}
.checkoutBlock .woocommerce .form-row input[type="text"]::-webkit-input-placeholder,
.checkoutBlock .woocommerce .form-row input[type="email"]::-webkit-input-placeholder,
.checkoutBlock .woocommerce .form-row input[type="tel"]::-webkit-input-placeholder,
.checkoutBlock .woocommerce .form-row textarea::-webkit-input-placeholder,
.checkoutBlock .woocommerce .form-row .select2-selection--single::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .form-row input[type="text"]::-moz-placeholder,
.checkoutBlock .woocommerce .form-row input[type="email"]::-moz-placeholder,
.checkoutBlock .woocommerce .form-row input[type="tel"]::-moz-placeholder,
.checkoutBlock .woocommerce .form-row textarea::-moz-placeholder,
.checkoutBlock .woocommerce .form-row .select2-selection--single::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .form-row input[type="text"]:-ms-input-placeholder,
.checkoutBlock .woocommerce .form-row input[type="email"]:-ms-input-placeholder,
.checkoutBlock .woocommerce .form-row input[type="tel"]:-ms-input-placeholder,
.checkoutBlock .woocommerce .form-row textarea:-ms-input-placeholder,
.checkoutBlock .woocommerce .form-row .select2-selection--single:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .form-row input[type="text"]:-moz-placeholder,
.checkoutBlock .woocommerce .form-row input[type="email"]:-moz-placeholder,
.checkoutBlock .woocommerce .form-row input[type="tel"]:-moz-placeholder,
.checkoutBlock .woocommerce .form-row textarea:-moz-placeholder,
.checkoutBlock .woocommerce .form-row .select2-selection--single:-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.checkoutBlock .woocommerce .form-row textarea {
  height: 150px;
  resize: none;
  padding: 20px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.1);
}
.checkoutBlock .woocommerce .form-row .wpcf7-not-valid-tip {
  display: none !important;
}
.checkoutBlock .woocommerce ul#shipping_method li {
  margin: 0;
}
.checkoutBlock .woocommerce .payment_box p {
  margin-bottom: 0;
}
.checkoutBlock .woocommerce #order_review_heading {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.checkoutBlock .woocommerce .woocommerce-shipping-destination {
  display: none !important;
}
.checkoutBlock .woocommerce #billing_store_name_field,
.checkoutBlock .woocommerce #billing_store_address_field {
  display: none;
}
.checkoutBlock .woocommerce .woocommerce-form-coupon-toggle {
  display: block !important;
}
.checkoutBlock .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background: rgba(0, 0, 0, 0.05);
  color: #282828;
}
.checkoutBlock .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #282828 !important;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  opacity: 0.6;
}
.checkoutBlock .woocommerce .checkout_coupon button {
  padding: 17px 30px !important;
  font-size: 12px;
}
.checkoutBlock .woocommerce #order_review table,
.checkoutBlock .woocommerce .woocommerce-order table {
  border: none;
  border-collapse: collapse;
}
.checkoutBlock .woocommerce #order_review table thead,
.checkoutBlock .woocommerce .woocommerce-order table thead {
  color: #000;
}
.checkoutBlock .woocommerce #order_review table thead tr th,
.checkoutBlock .woocommerce .woocommerce-order table thead tr th {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
.checkoutBlock .woocommerce #order_review table .woocommerce-shipping-totals th,
.checkoutBlock .woocommerce .woocommerce-order table .woocommerce-shipping-totals th {
  vertical-align: top;
}
.checkoutBlock .woocommerce #order_review table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-name p,
.checkoutBlock .woocommerce .woocommerce-order table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-name p {
  background: rgba(0, 0, 0, 0.1) !important;
  padding: 0 20px;
  border-radius: 35px;
  line-height: 32px;
  text-align: center;
  color: #282828 !important;
  letter-spacing: 0;
  font-weight: 500;
}
.checkoutBlock .woocommerce #order_review table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-btn .asl-wc-widget-btn,
.checkoutBlock .woocommerce .woocommerce-order table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-btn .asl-wc-widget-btn {
  width: 100%;
  max-width: none;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .woocommerce #order_review table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-btn .asl-wc-widget-btn:hover,
.checkoutBlock .woocommerce .woocommerce-order table .woocommerce-shipping-totals .woocommerce-shipping-methods .select-store-btn .asl-wc-widget-btn:hover {
  background: #282828;
  color: #fff;
}
.checkoutBlock .woocommerce #order_review table tbody tr td,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td {
  padding: 10px 20px;
  border-top: none;
}
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name a,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name a {
  color: #282828;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name a:hover,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name a:hover {
  color: #b7b7b7;
}
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .variation dt,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .variation dt,
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .wc-item-meta dt,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .wc-item-meta dt,
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .variation .wc-item-meta-label,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .variation .wc-item-meta-label,
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .wc-item-meta .wc-item-meta-label,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .wc-item-meta .wc-item-meta-label {
  line-height: 24px;
  font-size: 14px;
  opacity: 0.4;
}
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .variation p,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .variation p,
.checkoutBlock .woocommerce #order_review table tbody tr td.product-name .wc-item-meta p,
.checkoutBlock .woocommerce .woocommerce-order table tbody tr td.product-name .wc-item-meta p {
  font-size: 14px;
  line-height: 24px;
}
.checkoutBlock .woocommerce #order_review table tfoot tr.recurring-totals,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr.recurring-totals,
.checkoutBlock .woocommerce #order_review table tfoot tr.cart-subtotal,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr.cart-subtotal {
  display: none;
}
.checkoutBlock .woocommerce #order_review table tfoot tr.order-total th,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr.order-total th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.checkoutBlock .woocommerce #order_review table tfoot tr:nth-child(2) th,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr:nth-child(2) th,
.checkoutBlock .woocommerce #order_review table tfoot tr:nth-child(2) td,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr:nth-child(2) td {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.checkoutBlock .woocommerce #order_review table tfoot tr:nth-child(3) th,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr:nth-child(3) th,
.checkoutBlock .woocommerce #order_review table tfoot tr:nth-child(3) td,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr:nth-child(3) td {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.checkoutBlock .woocommerce #order_review table tfoot tr th,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr th,
.checkoutBlock .woocommerce #order_review table tfoot tr td,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr td {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.checkoutBlock .woocommerce #order_review table tfoot tr th bdi,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr th bdi,
.checkoutBlock .woocommerce #order_review table tfoot tr td bdi,
.checkoutBlock .woocommerce .woocommerce-order table tfoot tr td bdi {
  font-weight: 400;
}
.checkoutBlock .woocommerce #payment {
  background: rgba(0, 0, 0, 0.05);
}
.checkoutBlock .woocommerce #payment div.payment_box {
  background: rgba(0, 0, 0, 0.05);
}
.checkoutBlock .woocommerce #payment div.payment_box:before {
  border-color: rgba(0, 0, 0, 0.05);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -13px;
}
.checkoutBlock .woocommerce #payment .woocommerce-privacy-policy-text a {
  color: #ff6500;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.checkoutBlock .woocommerce #payment .woocommerce-privacy-policy-text a:hover {
  color: #000;
}
.checkoutBlock .woocommerce .woocommerce-order p:not([class]) {
  display: none;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-info {
  background: #282828;
  color: #fff;
  padding: 15px 20px;
  border: none !important;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-info:before {
  display: none;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-info p {
  display: inline-block;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-order-details__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column:nth-child(2) {
  padding-left: 20px;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details address {
  border: none;
  padding: 0;
  margin-top: 20px;
  line-height: 24px;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details address p {
  padding-left: 0;
  line-height: 24px;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details address p:before {
  display: none;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-table__line-item td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-table__line-item p {
  display: inline-block;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-table__line-item td {
  vertical-align: top;
}
.checkoutBlock .woocommerce .woocommerce-order .woocommerce-table__line-item .wc-item-meta {
  margin-bottom: 0;
}
.checkoutBlock .woocommerce .woocommerce-order .subscription-actions {
  display: none;
}
.checkoutBlock .woocommerce .woocommerce-order .subscription-id a {
  pointer-events: none;
  color: #282828;
}
.checkoutBlock .activeSubscriptionMessage {
  background: #ffc40029;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkoutBlock .activeSubscriptionMessage p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.checkoutBlock .activeSubscriptionMessage p strong,
.checkoutBlock .activeSubscriptionMessage p b {
  font-weight: 600;
}
.checkoutBlock .freeSendingMessage {
  background: #F5F5F5;
  width: 48%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-left: 52%;
  text-align: center;
  margin-top: 20px;
}
.checkoutBlock .paymentIcons {
  width: 48%;
  margin-left: 52%;
  text-align: center;
  margin-top: 20px;
}
.checkoutBlock .paymentIcons .paymentIcon {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.checkoutBlock .paymentIcons .paymentIcon img {
  display: block;
  width: 38px;
  height: auto;
}
.checkoutBlock .upsells {
  margin-top: 40px;
}
.checkoutBlock .upsells .normalTitle {
  display: block;
  margin-bottom: 30px;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper {
  position: relative;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton {
  background: #282828;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 3;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  margin-top: -1px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton:hover i {
  opacity: 0.6;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.hidden {
  opacity: 0;
  pointer-events: none;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.next,
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.prev {
  position: absolute;
  top: calc(50% - 80px);
  right: -10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.next.disabled,
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .navigator .navigatorButton.prev {
  left: -10px;
  right: auto;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider {
  position: relative;
  white-space: nowrap;
  width: calc(100% + 20px);
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product {
  vertical-align: top;
  padding-bottom: 0;
  width: calc(25% - 20px);
  margin-right: 20px;
  clear: none !important;
  float: none !important;
  display: inline-block;
  white-space: normal;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct {
  position: relative;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .imageWrapper {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .imageWrapper:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #000;
  opacity: 0.04;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .imageWrapper img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .woocommerce-placeholder {
  opacity: 0.8;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 16px;
  height: 34px;
  font-weight: 800;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .innerProduct .price {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product .button {
  margin-top: 30px;
  width: 100%;
}
#asl-store-modal {
  background: rgba(0, 0, 0, 0.6) !important;
}
#asl-store-modal .sl-hours,
#asl-store-modal .sl-days,
#asl-store-modal .info-addr {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .woocommerce ul.order_details li {
    display: block;
    padding-left: 0;
    width: 100%;
    float: none !important;
    margin-top: 10px;
  }
  .woocommerce ul.order_details li:first-child {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .checkoutBlock .activeSubscriptionMessage {
    width: 100%;
  }
  .checkoutBlock .woocommerce .col-2 .form-row {
    width: 100%;
  }
  .checkoutBlock .woocommerce .coupon input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .checkoutBlock .woocommerce .coupon .button {
    float: none !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
  .checkoutBlock .woocommerce .button[name=update_cart] {
    float: none !important;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table .product-name {
    text-align: left !important;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table .product-name:before {
    float: none;
    display: none;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table .product-name a {
    display: block;
    margin: 10px 0;
  }
  .checkoutBlock .woocommerce-order .asl-wc-extra-order-details-container th,
  .checkoutBlock .woocommerce-order .asl-wc-extra-order-details-container td {
    width: 100% !important;
    display: block !important;
  }
  .checkoutBlock .woocommerce-order table tbody tr td,
  .checkoutBlock .woocommerce-order table tbody tr th {
    padding-left: 0 !important;
  }
  .checkoutBlock .woocommerce-message,
  .checkoutBlock .woocommerce-info {
    text-align: center;
  }
  .checkoutBlock .woocommerce-message .button,
  .checkoutBlock .woocommerce-info .button {
    display: block;
    float: none !important;
    margin-bottom: 20px;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 5px 20px;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table td:first-child {
    padding-top: 20px;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table td:last-child {
    padding-bottom: 20px;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity:before {
    margin-top: 22px;
  }
  .checkoutBlock .woocommerce #order_review table tbody tr td,
  .checkoutBlock .woocommerce .woocommerce-order table tbody tr td,
  .checkoutBlock .woocommerce #order_review table tfoot tr th,
  .checkoutBlock .woocommerce .woocommerce-order table tfoot tr th,
  .checkoutBlock .woocommerce #order_review table tfoot tr td,
  .checkoutBlock .woocommerce .woocommerce-order table tfoot tr td {
    display: block;
    width: 100%;
  }
  .shop_table .cart_item {
    position: relative;
    padding: 20px 0;
    padding-bottom: 66px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .shop_table .cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .shop_table .cart_item:last-child {
    border-bottom: none;
  }
  .shop_table .cart_item td {
    padding: 0 !important;
    background: transparent !important;
  }
  .shop_table .cart_item td.product-remove {
    float: right;
    margin-top: -8px;
  }
  .shop_table .cart_item td.product-name {
    padding-left: 90px !important;
    padding-right: 50px !important;
    margin-bottom: 10px;
    min-height: 15px;
  }
  .shop_table .cart_item td.product-name a {
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 0 !important;
  }
  .shop_table .cart_item td.product-price {
    display: none;
  }
  .shop_table .cart_item td.product-quantity {
    position: absolute;
    left: 90px;
    bottom: 20px;
  }
  .shop_table .cart_item td.product-quantity input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 80px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shop_table .cart_item td.product-subtotal {
    display: inline-block;
    margin-top: 12px !important;
    right: 0;
    position: absolute;
    bottom: 32px;
  }
  .shop_table .cart_item td.product-thumbnail {
    float: left;
    display: inline-block !important;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .shop_table .cart_item td.product-thumbnail:before {
    display: none;
  }
  .shop_table .cart_item td.product-thumbnail a {
    display: block;
  }
  .shop_table .cart_item td.product-thumbnail img {
    max-width: 70px !important;
  }
  .shop_table .cart_item td:before {
    display: none;
  }
  .checkoutBlock .woocommerce #order_review table tfoot tr th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .checkoutBlock .woocommerce #order_review table thead,
  .checkoutBlock .woocommerce .woocommerce-order table thead {
    display: none;
  }
  #place_order {
    margin-top: 20px;
  }
  .checkoutBlock .woocommerce #order_review table tbody tr td:first-child,
  .checkoutBlock .woocommerce .woocommerce-order table tbody tr td:first-child {
    padding-left: 0;
  }
  .checkoutBlock .woocommerce #order_review table tbody tr td:last-child,
  .checkoutBlock .woocommerce .woocommerce-order table tbody tr td:last-child {
    padding-right: 0;
  }
  .checkoutBlock .woocommerce .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-form {
    text-align: left;
  }
  .checkoutBlock .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
  }
  .checkoutBlock .freeSendingMessage {
    width: 100%;
    margin-left: 0;
  }
  .checkoutBlock .paymentIcons {
    width: 100%;
    margin-left: 0;
  }
  .checkoutBlock .paymentIcons .paymentIcon {
    margin: 0 2px;
  }
  .checkoutBlock .woocommerce-checkout-review-order-table .cart_item {
    display: block;
    padding-bottom: 20px;
  }
  .checkoutBlock .woocommerce-checkout-review-order-table .cart_item:last-child {
    padding-bottom: 40px;
  }
  .checkoutBlock .woocommerce-checkout-review-order-table .cart_item .product-name {
    padding: 0 !important;
    margin-bottom: 0px !important;
  }
  .checkoutBlock .upsells .innerUpsells .sliderWrapper .slider {
    width: 100%;
  }
  .checkoutBlock .upsells .innerUpsells .sliderWrapper .slider .product {
    width: 80%;
  }
  .checkout_coupon .form-row {
    width: 100% !important;
  }
  .checkout_coupon .form-row button {
    width: 100%;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation {
    margin-top: 5px;
  }
  .checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation dd,
  .checkoutBlock .woocommerce .woocommerce-cart-form table .cart_item .product-name .variation dt {
    display: block;
    clear: none;
  }
}
@media all and (max-width: 400px) {
  .shop_table .cart_item td.product-name a {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}
/*# sourceMappingURL=checkout_block.css.map */