.cmsc-statusbar {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmsc-statusbar__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #6f7877;
}

.cmsc-statusbar__label {
  margin-right: 7px;
  padding-right: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciA0MjMiIGQ9Ik00LjUgMi4yNUw4LjI1IDZMNC41IDkuNzUiIHN0cm9rZT0iIzZGNzg3NyIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.cmsc-statusbar__label:last-child {
  background: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout:not(.step-1) .cmsc-statusbar__label:nth-child(2) {
  font-weight: 500;
  color: #231f20;
}

.woocommerce-checkout.step-1:not(.step-2) .cmsc-statusbar__label:nth-child(3) {
  font-weight: 500;
  color: #231f20;
}

.woocommerce-checkout.step-2 .cmsc-statusbar__label:nth-child(4) {
  font-weight: 500;
  color: #231f20;
}

@media (max-width:991px) {
  .section>.woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section>.woocommerce .cmsc-order-review {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    background: #dcebe9;
  }

  .section>.woocommerce .cmsc-steps {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.show-order-summary {
  display: none;
  padding-bottom: 14px;
}

.show-order-summary__label {
  color: #4b4a44;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}

.show-order-summary strong {
  margin-left: auto;
  color: #4b4a44;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width:991px) {
  .show-order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.show-order-summary.active .show-order-summary__label .icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show-order-summary.active+.order-review-block {
  max-height: 5000px;
}

.cmsc-step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.cmsc-step__header .cmsc-step__title {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .section_page {
  padding-bottom: 0;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-password-strength:after {
  display: none;
}

form.woocommerce-checkout {
  position: relative !important;
  clear: both;
}

form.woocommerce-checkout:after {
  content: "";
  display: table;
  clear: both;
}

.cmsc-steps {
  width: 57.2%;
  max-width: 100%;
  float: left;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cmsc-steps .optional {
  display: none;
}

@media (max-width:991px) {
  .cmsc-steps {
    width: 100%;
  }
}

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: 0 0 0 1px #5cb85c;
  box-shadow: 0 0 0 1px #5cb85c;
}

.col2-set .form-row-first {
  margin-right: 0 !important;
}

.checkout-header {
  width: 100%;
  padding-top: 29px;
  position: relative;
}

.checkout-header h1 {
  font-size: 48px;
  margin-bottom: 19px;
}

@media (max-width:767px) {
  .checkout-header {
    margin-bottom: 50px !important;
    border-bottom: 2px solid rgba(125, 141, 152, 0.1);
  }
}

.checkout-header:after {
  content: "";
  display: table;
  clear: both;
}

h1.checkout-title {
  margin-bottom: 46px;
  font-size: 48px;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 17px;
}

/**
*********/
.cmsc-billing-wrapper {
  display: none;
}

.cmsc-billing-wrapper.active {
  display: block;
}

.cmsc-steps .button.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.cmsc-order-data {
  padding-top: 41px;
  display: none;
}

.cmsc-order-data.active {
  display: block;
}

.cmsc-step {
  margin-bottom: 21px;
  display: none;
}

.cmsc-step.active {
  display: block;
}

.ywcdd_datepicker_content label {
  display: none;
}

/***********
~~ BILLING FORM ~~
************/
.cmsc-billing p.form-row {
  margin-bottom: 24px;
}

#customer_type_field .woocommerce-input-wrapper label,
#salutation_radios_field .woocommerce-input-wrapper label {
  display: inline-block;
  font-weight: normal;
}

.form-row-col-3 {
  width: calc((100% - 40px) / 3) !important;
  margin-right: 20px !important;
  float: left;
  clear: none;
}

.form-row-col-3#billing_party_date_day_field,
.form-row-col-3#billing_postcode_field {
  margin-right: 0 !important;
}

@media (max-width:991px) {
  .form-row-col-3 {
    width: 100% !important;
  }
}

.form-row.inline_label {
  height: 48px;
  padding: 5px 15px 4px;
  border: 1px solid #b5bebd;
}

.form-row.inline_label label,
.form-row.inline_label .required {
  color: #6f7877 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal;
}

.form-row.inline_label label {
  margin-bottom: -2px !important;
}

.form-row.inline_label#billing_country_field label {
  margin-bottom: 1px !important;
}

.form-row.inline_label select {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  height: auto !important;
  box-shadow: none !important;
  outline: none !important;
  margin-top: 2px;
}

.cmsc-billing .woocommerce-billing-fields>h3 {
  margin-bottom: 37px !important;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(125, 141, 152, 0.1);
}

.cmsc-billing .woocommerce-billing-fields label,
.cmsc-billing .woocommerce-shipping-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  margin-bottom: 9px;
  color: #231f20;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
}

.cmsc-billing .woocommerce-billing-fields .woocommerce-input-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 33px;
  font-family: inherit;
  color: rgba(88, 88, 88, 0.5);
}

.cmsc-billing abbr[title],
.cmsc-step_customer-details abbr[title] {
  color: #5a4625;
  border: 0 !important;
  text-decoration: none !important;
  cursor: default;
}

#order_comments {
  height: 270px;
}

/******************
~~ ORDER REVIEW ~~
******************/
.cmsc-order-review {
  width: 37.5%;
  padding-top: 26px;
  float: right;
  display: block;
}

@media (max-width:767px) {
  .cmsc-order-review {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:991px) {
  .cmsc-order-review {
    width: auto;
    min-width: 100%;
    margin-bottom: 20px !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .cmsc-order-review {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cmsc-order-review .logo {
  display: none;
}

@media (max-width:767px) {
  .cmsc-order-review .logo {
    margin: -26px -15px 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .cmsc-order-review .logo {
    margin: -26px -30px 0;
  }
}

@media (max-width:991px) {
  .cmsc-order-review .logo {
    padding-top: 30px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
  }
}

@media (max-width:991px) {
  .order-review-block {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.shop_table.review-order-items {
  margin-bottom: 24px !important;
}

.shop_table.review-order-items .product-thumbnail {
  width: 98px;
  padding-right: 20px !important;
}

.shop_table.review-order-items .product-thumbnail img {
  max-width: 98px;
  margin-bottom: 0;
}

.shop_table.review-order-items .product-name {
  text-align: left !important;
  vertical-align: middle;
}

.shop_table.review-order-items .product-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop_table.review-order-items .product-name h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}

.shop_table.review-order-items .product-name h2 a {
  color: #231f20 !important;
}

.shop_table.review-order-items .woocommerce-price-suffix {
  font-weight: normal;
}

.shop_table.review-order-items .woocommerce-Price-amount {
  color: #231f20 !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

.shop_table.review-order-items .woocommerce-Price-amount del {
  font-weight: bold;
  color: #231f20 !important;
  opacity: 1;
}

.shop_table.review-order-items .woocommerce-Price-amount del bdi {
  color: #b3b3b3;
}

.shop_table.review-order-items .woocommerce-Price-amount ins {
  font-weight: bold;
  color: #95c1bc;
}

#order_review,
#order_review_heading {
  width: 100%;
  float: none;
  background: none;
}

#order_review_heading {
  margin-bottom: 21px !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px !important;
  text-transform: uppercase;
  color: #231f20 !important;
}

.woocommerce-checkout .shop_table {
  table-layout: auto;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 4px;
  border: 0 !important;
  font-weight: normal;
  font-size: 14px;
}

.woocommerce-checkout .shop_table th {
  font-family: inherit;
  color: #b2bcc2;
  background: none !important;
}

.woocommerce-checkout .shop_table td {
  padding-right: 0;
  font-family: inherit;
  text-align: right;
  background: none !important;
  font-weight: bold;
  color: #231f20;
}

.woocommerce-checkout .shop_table .woocommerce-price-suffix {
  font-size: 12px;
}

.woocommerce-checkout .shop_table .cart-subtotal td .tax_label {
  display: none;
}

.cmsc-order-review .coupon {
  position: relative;
  margin-bottom: 23px;
}

.cmsc-order-review .coupon .input-text {
  width: 100%;
  height: 48px;
  padding-right: 100px;
  font-family: "Lexend Peta";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #231f20;
  border: 1px solid #b5bebd;
}

.cmsc-order-review .coupon .input-text::-webkit-input-placeholder {
  color: #b5bebd;
  opacity: 1;
}

.cmsc-order-review .coupon .input-text::-moz-placeholder {
  color: #b5bebd;
  opacity: 1;
}

.cmsc-order-review .coupon .input-text:-moz-placeholder {
  color: #b5bebd;
  opacity: 1;
}

.cmsc-order-review .coupon .input-text:-ms-input-placeholder {
  color: #b5bebd;
  opacity: 1;
}

.cmsc-order-review .coupon button {
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  height: 48px;
  border-color: #231f20 !important;
  background: #231f20 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmsc-order-review .coupon button:hover {
  background-color: #95c1bc !important;
}

/**
*********/
/**
~~ CHECKOUT BUTTON ~~
******************/
.cmsc-navigation-buttons-wrapper {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cmsc-navigation-buttons-wrapper .button {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}

@media (max-width:767px) {
  .cmsc-navigation-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.back-button-wrapper .button {
  color: #231f20;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  background: none !important;
}

.back-button-wrapper .button:hover {
  color: #95c1bc !important;
}

.cmsc-proceed-checkout {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cmsc-proceed-checkout .checkout-button {
  min-width: 158px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
  text-decoration: none;
  position: relative;
  position: relative;
  border: 0 !important;
}

.cmsc-proceed-checkout .custom-checkbox {
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce-checkout .section_flex-content-titles,
.woocommerce-checkout #billing_checkbox_field {
  display: none;
}

.woocommerce-form-login-toggle {
  display: none;
}

.cmsc-step__header .woocommerce-form-login-toggle {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.cmsc-steps .logo {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:991px) {
  .cmsc-steps .logo {
    display: none;
  }
}

.cmsc-steps .outer-wrapper_copyrights {
  margin-top: 32px;
}

.cmsc-steps .copyrights-section {
  border-top: 1px solid #d7e1e0;
}

#billing_party_date {
  margin-bottom: 30px;
}

#billing_party_date fieldset {
  padding: 0;
  border: none;
}

#billing_party_date legend {
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  background: transparent;
  width: 100%;
}

#billing_party_date .form-row-col-3 {
  margin-bottom: 12px;
}

@media (max-width:991px) {
  #billing_party_date .form-row-col-3 {
    width: 100% !important;
  }
}

#billing_shipping_addres_title_field {
  margin-top: 30px;
}