/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

/* Align radio + label nicely */
.woocommerce ul#shipping_method li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Radio spacing */
.woocommerce ul#shipping_method li input[type="radio"]{
  margin-top: 4px;
}

/* Label becomes flex so icon + text align */
.woocommerce ul#shipping_method li label{
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.25;
}

/* Icon base */
.ship-icon{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .85;
}

/* Pickup icon */
.ship-icon--pickup{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h18'/%3E%3Cpath d='M5 7v13h14V7'/%3E%3Cpath d='M9 20v-8h6v8'/%3E%3C/svg%3E");
}

/* Delivery icon */
.ship-icon--delivery{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v10H3z'/%3E%3Cpath d='M14 10h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='19' r='2'/%3E%3Ccircle cx='17' cy='19' r='2'/%3E%3C/svg%3E");
}

.woocommerce-cart-form > table > tbody > tr > td > dl > dt {
  text-align: left !important;
  width: 100% !important;
  align-content: flex-start !important;
}

.woocommerce-checkout .woocommerce-input-wrapper .description {
  color: #ff5a5a;
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

.mof-cart-whats-included {
  margin-top: 12px;
  line-height: 1.6;
}

.mof-cart-whats-included strong {
  display: inline-block;
  margin-bottom: 6px;
}