.select2-results__option {
    color: black;
}
.modal-outer {
    position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
    z-index: 999999;
    display: none;
}

.continue-shop {
    display: none;
    text-align: center;
	margin-top: 2em;
}

.continue-shop.open {
    display: block;
    text-align: center;
}

.modal-outer.open {
    display: block;
}

.modal-wrapper {
    margin:0 auto;
    width: 90%;
    max-width: 700px;
    background-color: black;
    border:1px solid rgba(255,255,255,0.2);
	padding: 35px;
	/* transform: translate3d(50%, 40vh, 60px);
    z-index: 99999; */
}

@media screen and (min-width: 992px) {
    .modal-wrapper {
        width: 60%;
    }

    .inner-wrapper h3 {
        font-size: 28px;
    }
}

.inner-wrapper h3 {
    font-size: 23px;
}
.modal-wrapper h3 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 23px;
}

.modal-wrapper input[type="text"] {
    background-color: #000;
    border: 1px solid white;
    color: #fff;
    margin: 0 15px 0 0;
}

.modal-wrapper input[type="text"]:focus,
.modal-wrapper input[type="text"]:active {
    background-color: #000;
}
.modal-wrapper input[type="submit"] {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    background-color: white;
}
.modal-wrapper.open {
    display: block;
}

.modal-wrapper .inner-wrapper  {
    position: relative;
}

.modal-wrapper .inner-wrapper .close-modal {
    position: absolute;
    top: -15px;
	right: -5px;
}

.postcode-checker {
    display: flex;
	margin-bottom: 1.5em;
    margin-top: 1em;
    flex-direction: column;
	
}

.inner-wrapper #postcode-value {
    margin: 0 0 10px 0;
}


@media screen and (min-width: 786px) {
    .postcode-checker {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .inner-wrapper #postcode-value {
        margin: 0 10px 0 0;
    }
}

h2.woocommerce-loop-product__title {
    font-size: 22px;
}

#modal-closer {
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 20px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	margin-top: 1em;
	font-weight: bold;
}

body.postcode_modal_open:after {
    content: "";
    position: fixed;
    z-index:999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}

.template-show {
    display: none;
}
body.page-template-page-postcode-check .template-show {
    display: inline-block;
}

body.page-template-page-postcode-check #modal-closer{
    display: none;
}

body.page-template-page-postcode-check input[type="submit"] {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    /* margin-bottom: 0.5em; */
}
.inner-wrapper {
    text-align: center;
}

#postcode-return-message-box {
    text-align: center;
}

p.price.h3.variable-price > .price {
    background-color: transparent !important;
    position: relative;
}
p.price.h3.variable-price > .price {
    font-size: 24px !important;
}
p.price.h3.variable-price > .price > span:first-child {
    color: #fff;
    opacity: 0.5;
	font-size: 24px;
	text-decoration: line-through;
	background-color: transparent;
	top: 14px;
	left: 37%;
}
#kl_newsletter_checkbox_field { display: none; }