/**
 * General Waste Skiphire — public styles.
 */

.single-product form.cart .quantity{ display:none; }
.single-product form.cart .single_add_to_cart_button{ display:none; }
.single-product .skip-add-to-cart span.town_city{ display:none; }
.single-product .pc-price-error-show{ color:#ff0000; display: block; }
.single-product .skip-add-to-cart div.ui-datepicker {
    width: auto !important;
    height: auto !important;
}
.single-product .skip-add-to-cart .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
}
.single-product .skip-add-to-cart .ui-datepicker table {
    font-size: 14px !important;
}
.single-product .summary.entry-summary div, .single-product .skip-add-to-cart > div {
    margin-top:0;
    margin-bottom:0;
}
.single-product .summary.entry-summary label, .single-product .skip-add-to-cart label {
    display: block !important;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single-product .summary.entry-summary input, .single-product .summary.entry-summary select, .single-product .skip-add-to-cart input, .single-product .skip-add-to-cart select {
    border-width: 2px;
    padding: 8px 20px 8px 15px;
    font-size: 16px;
    width: 200px;
}


/*
== Loader CSS============================
*/
.overlay-layer {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
}
.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes  spin {
    100% {
        transform: rotate(360deg);
    }
}


/*=========CHECKOUT FORM STYLES===========*/
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
	padding-top: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper .input-text {
    font-family: inter, helvetica, arial, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent !important;
    background-image: unset !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 4px !important;
    box-shadow: none;
    color: #16110e !important;
    display: block;
    max-width: unset;
    opacity: 1;
    transition: all .2s ease;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper .input-text:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus{
    border-color: #16110e;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row{
	position: relative;
	margin: 0 0 23px !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row label{
	font-family: inter,helvetica,arial,sans-serif;
	background: #fff;
    color: #5f6061;
    display: inline-block;
    font-size: 14px;
    left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: -16px;
    transition: all .2s ease;
    z-index: 1;
    margin: 0;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper {
	border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 54px 12px 16px;
    display: block;
}
.woocommerce-checkout .static-shipping-info {
	margin-bottom:1.5rem;
}
.woocommerce-checkout .static-shipping-info p{
	font-size: 15px;
    font-weight: normal;
    padding: 15px 15px;
	border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.woocommerce-checkout .woocommerce-additional-fields h3{
    margin: 2rem 0;
    font-size: 20px;
}
/*===========================================*/