@charset "utf-8";
.minimum-notice .checkout-button-disabled {
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    background: #cccccc;
    color: #fff;
    border-radius: 0;
	font-size: 14px;
    text-align: center;
    display: block;
	line-height: 40px;
	height: 40px;
	margin-top:15px;
}
.woocommerce-checkout-review-order .minimum-notice .checkout-button-disabled  {
	display: none;
}
.minimum-notice a {
	text-align:inherit!important;
    display:inline!important;
}

.woocommerce-MyAccount-navigation-link--legacy-orders,
.woocommerce-MyAccount-navigation-link--store-locator-options {
    line-height: 1.15!important;
	padding-left: 30px!important;
}
.woocommerce-MyAccount-navigation-link--legacy-orders:before,
.woocommerce-MyAccount-navigation-link--store-locator-options:before {
    content: "-"!important;
    left: 20px!important;
}

.legacy-table td.price {
	text-align:right;
}
.woocommerce-edit-address .addresses {
	margin-top: 0;
}
.woocommerce form .form-row-wide, .clear {
    clear: both;
}
.reg-warning {
	 text-align:center;
	 margin-top:-35px;
	 margin-bottom:25px;
	 line-height: 1.3;
	 letter-spacing:0
}
#customer_details .captype {
	background-image: url(../images/Dispenser-Cap-vs-traditional-cap.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#customer_details .captype h3 {
	margin: 25px 0 5px;
}
#customer_details .captype p {
    max-width: 290px;
}
.checkout_return {
    display: inline-block;
    float: right;
}
/*
.woocommerce-checkout .header__top {
	display: none;
}
*/

.gog {
    background-color: #f0f2f4;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 25px;
}
.gog * {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gog .eligible p {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #996633;
	margin: 0 0 5px!important;
}
.checkout.woocommerce-checkout .gog h3 {
    margin: 0;
	text-align:center;
}
.woocommerce .gog p {
	line-height:1.3;
    margin: 0;
	text-align:center;
}
.gog .posters {
	vertical-align:top;
	text-align: center;
	padding: 10px 0 0;
}
.gog .posters .poster {
    max-width: 22%;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    display: inline-block;
}
.gog .posters .poster:hover {
    opacity: .65;
}
.gog .posters .poster.disabled {
    opacity: .30;
    filter: grayscale(1);
}

.gog .posters .poster img {
	margin: 0 0 5px 0
}

.gog .posters .poster:last-child {
    margin-right:0;
}
.gog .style-checkbox label {
    background: #fff;
    border: 1px solid #c0c2c4;
}
.gog .disclaimer {
	font-size:11px;
	line-height:1.2;
}
@media (max-width:480px){
	.gog .posters .poster,
	.gog .posters .poster:last-child {
		max-width: 45%;
		margin: 2%;
	}
}



@media (max-width:567px){
	.checkout_return {
		float: none;
		margin: 10px 0 0;
	}
}

@media (max-width:500px){
	#customer_details .captype {
		background-position: center bottom;
		min-height: 200px;
	}
	.legacy-table {
	    border-bottom: 0;
	}
	.legacy-table th {
		display: none;
	}
	.legacy-table tr,
	.legacy-table td {
		display: block;
		width: 100%;
	}
	.legacy-table tr:not(:first-child) {
	    border-bottom: 1px solid #e3e3e3;
	}
	.legacy-table td {
	    border-bottom: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* Reg Form Styles */
.woocommerce.registration {
	min-height: 800px;
}
ul.navTabs {
	margin:0;
	padding:0 0 20px;
	text-align:center;
}
ul.navTabs li {
    display: inline-block;
    position: relative;
    border-radius: 24px;
    border: 2px solid #e4e3e3;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    color: #e4e3e3;
    padding: 4px 16px 4px 4px;
    cursor: pointer;
    margin-right: 25px;
	text-align: left;
}
ul.navTabs li:last-child {
    margin-right: 0;
}
ul.navTabs li::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #b59677;
    top: 50%;
    margin-left: 18px;
}
ul.navTabs li:last-child:after {
	background: none;
}
ul.navTabs li span {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #e4e3e3;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 17px;
    color: #b4b3b3;
}
ul.navTabs li.active {
	border: 2px solid #b59677;
	display: inline-block;
	color: #000;
}
ul.navTabs li.active span {
	background-color: #b59677;
	color: #fff;
	border-color: #b59677;
}
.missing label {
	color:#ff0000!important;
}
.missing input,
.missing textarea,
.missing select {
	border-bottom-color:#ff0000!important;
}
.description {
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
}
.validate-email .description,
.pword_confirm .description {
	color: #f00;
	display: none;
}
.registration .hide {
	display: none;
}
.registration .show {
	display: inline-block;
}
.registration .go {
	color: #060!important;
}
.custlogin {
	max-width: 400px;
    margin: 0 auto;
}

.city_hint {
	border: 1px solid #e3e3e3;
	background-color: #fff;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	padding:0px;
	webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index:9999;
	transition:all 0.5s ease-in-out;
}
.city_hint div.result,
.city_hint div.showall {
	border-bottom: 1px dashed #F1F3F6;
	color: #364653;
	padding: 10px;
	display: block;
	cursor:pointer;
}

.city_hint div:hover {
	color : #000000;
	background-color: #F1F3F6;
}
.shipping-notice p {
	margin:0px;
}
.shipping-notice ul {
	margin-top:0px;
}
@media only screen and (max-width:550px) {
	ul.navTabs {
		width:100%;
		box-sizing:border-box;
	}
	ul.navTabs li{
		width: 100%;
		padding: 4px;
		margin:0 0 15px;
	}
	ul.navTabs li:after{
		background: none;
	}
}