/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-checkout #account_password_field {
  position: relative;
}

.woocommerce-checkout
  #account_password:focus
  + .woocommerce-password-strength
  + .woocommerce-password-hint {
  visibility: visible;
  opacity: 1;
}

#billing_receipt_type_field .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}

#billing_receipt_type_field .woocommerce-input-wrapper label {
  margin-bottom: 0;
}

#ppcp-hosted-fields .ppcp-dcc-order-button {
  float: none;
  width: 100%;
  display: flex;
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px;
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}

.single-product .product_title {
  margin-bottom: 0;
}

.single-product .fdt_productStriscia-full-nologowrap_widget_wrapper > a {
  justify-content: flex-start;
}

.single-product
  .fdt_productStriscia-full-nologowrap_widget_wrapper
  > a
  > div:not(:first-child):not(:last-child) {
  margin-right: 0.5rem;
}

.mc-layout__modalContent {
    background: #fff;
}

@media only screen and (max-width: 768px) {
  .mc-banner {
    width: 90% !important;
    top: 50% !important;
    left: 5% !important;
    transform: translateY(-50%) !important;
  }
  .mc-modal-bg {
    visibility: visible !important;
  }
}

.cart-message {
  padding: 1rem;
  border: 1px solid #009ed5;
  color: #009ed5;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
