/*
Theme Name: mulch
Theme URI: https://mihidigital.co.uk
Author: MiHi Digital
Author URI: https://mihidigital.co.uk
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: mulch

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.woocommerce-shipping-message td:before { display: none; }

/* Pallet Delivery Checkout Fields Styling */
#pallet_lorry_access_field,
#pallet_delivery_method_field {
    display: flex;
    flex-direction: column;
}

.custom-section-title {
    margin-top: 1rem;
}
.thwcfe-input-field-wrapper .woocommerce-input-wrapper br {
    display: none;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 2;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    order: 0;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper label.radio {
    display: block !important;
    cursor: pointer;
    font-size: 1em;
    text-transform: none;
    font-weight: 500;
    margin: 0 !important;
    padding: 16px 16px 16px 48px;
    border: 2px solid #ddd;
    border-radius: 6px;
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    order: 0;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper label.radio:hover {
    border-color: #999;
    background: #fafafa;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper label.radio:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper input[type="radio"]:checked + label.radio {
    border-color: #2c3e50;
    background: #f8f9fa;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper input[type="radio"]:checked + label.radio:before {
    border-color: #2c3e50;
    background: #2c3e50;
    box-shadow: inset 0 0 0 4px #fff;
}

.thwcfe-input-field-wrapper > label.required_field {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thwcfe-input-field-wrapper {
    margin-bottom: 20px;
}

.thwcfe-input-field-wrapper .woocommerce-input-wrapper .description {
    display: block !important;
    font-size: 13px;
    color: #666;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: normal;
    order: -1;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    display: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    margin-bottom: .5rem;
    background: transparent;
    padding: 0;
    font-size: 1em;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a,
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    color: inherit!important;
}