.shop_table .cart_item td {
  color: #121212;
}

td.product-thumbnail img,
ul.product_list_widget li img {
  border-radius: 5px;
}

.variation dd,
.variation dl,
.variation dt {
  float: left !important;
  padding: 2px 0;
  margin: 0;
  font-size: 11px;
}

dl.variation {
  opacity: 1 !important;
}

dd.variation-SelectStyle,
dd.variation-SelectyourStyle,
dd.variation-Style {
  color: #ff642e;
  font-weight: 700;
}

dd.variation-ColorGroup {
  color: #008b8b;
  font-weight: 700;
}

dd.variation-Size {
  color: #63af1a;
  font-weight: 700;
}

.shop_table .mobile-product-price,
ul.product_list_widget li .quantity {
  clear: both;
}

dd.variation-SelectyourStyle img {
  width: 60px !important;
}

.variation dt {
  font-weight: 700;
}

dd.variation-SelectyourStyle img {
  display: none !important;
}

.woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p,
.woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p,
.woocommerce-checkout-review-order-table .wcpa_cart_type_image-group,
.wcpa_cart_val.wcpa_cart_type_color-group {
  margin: 0;
}

.col-inner.has-border {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 0;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea,
.select2-container .select2-selection {
  background-color: transparent !important;
  height: 45px !important;
  border-radius: 10px !important;
  border: 1px solid #d9d9d9 !important;
}

.woocommerce-invalid input,
input.wpcf7-not-valid,
.wpcf7 .wpcf7-not-valid-tip {
  border-color: red !important;
  color: red;
}

.select2-container .select2-selection {
  display: flex !important;
  align-items: center !important;
}

form.checkout h3 {
  text-transform: none !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.woocommerce-billing-fields {
  border-top: 0 !important;
}

.message-container.container.medium-text-center {
  background-color: #f1f1f187;
  border: 1px dashed #446084 !important;
  border-radius: 6px;
  padding: 20px;
}

a.showcoupon {
  color: red;
}

form.checkout_coupon.woocommerce-form-coupon.has-border {
  border: 0;
  padding: 15px 16px 0px;
}

button.button.expand.wp-element-button {
  height: 50px;
  border-radius: 0 4px 4px 0 0;
}

input#coupon_code {
  border-radius: 4px 0 0 4px !important;
}

form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
  max-width: 1350px;
  margin: auto;
  margin-bottom: 15px;
}

button.button.expand {
  height: 45px;
  border-radius: 0 4px 4px 0;
}

#payment button#place_order {
  width: 100%;
  background-color: var(--fs-color-primary);
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 99px;
}

.woocommerce-billing-fields p label {
  display: none !important;
}

@media (max-width: 768px) {
  .message-container.container.medium-text-center {
    max-width: 96%;
    display: block;
  }
}

@media (max-width: 548px) {
  .message-container.container.medium-text-center {
    max-width: 93%;
    padding: 8px 6px;
    display: block;
  }
}
