a{
}
.pad2t {
    padding:2em 0;
    }
.PayPalExpressCreditCheckout {
    display: block;
    clear: both;
}
/* BRIAN ADDITIONS */

/* grid & structure */
.row {
	width: 100%;
	clear: both;
}
.ten {
	width: 10%;
}
.twenty {
	width: 20%;
	}
.twenty-five {
	width: 25%;
}
.thirty {
	width: 30%;
}
.thirty-three {
	width: 33.33%;
}
.forty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.sixty-six {
	width: 66.66%;
}
.seventy {
	width: 70%;
}
.seventy-five {
	width: 75%;
}
.eighty {
	width: 80%;
}
.ninety {
	width: 90%;
}
.full {
	width: 100%;
}

.relative {
	position: relative;
}
.spads {
	padding: 0 0.3rem;
}
.pad {
	padding: 1rem;
}
.padt {
	padding: 1rem 0;
}
.pads {
	padding: 0 1rem;
}
.pad2 {
	padding: 2rem;
}
.pad2s {
	padding: 0 2rem;
}

.pad2t {
	padding: 2rem 0;
}
.pad2r {
	padding: 0 2rem 0 0;
}
.pad2l {
	padding: 0 0 0 2rem;
}
.pad4 {
	padding: 4rem;
}
.pad4s {
	padding: 0 4rem;
}
.pad4t {
	padding: 4rem 0;
}
.pad8t {
	padding: 8rem 0;
}
/* alignments */
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.right {
	float: right;
}
.left {
	float: left;
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.v-off-center {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
}
.narrow {
	width: 769px;
	max-width: 100%;
	margin: auto;
}
.thin {
	font-weight: 300;
}
.normal {
	font-weight: 400;
}
.large {
	font-size:var(--large-font);
}
.small {
	font-size:var(--small-font);
}
.underline {
	border-bottom: 1px solid;
}
.flex {
	display: flex;
	flex-flow: row wrap;
}
.flex-row {
	display: flex;
	flex-flow: row;
}
.flex-grow {
	flex-grow: 1;
}
.flex-column {
	display:flex;
	flex-flow:column;
}
.spaced {
	justify-content:space-between;
}
.flex-center {
align-self:center;
}
.just-center {
	justify-content: center;
}
.just-right {
	justify-content: right;
}
.flex-right {
	flex-flow: row-reverse wrap;
}
.flex-left {
	align-items: left;
}
/* PRODUCT PAGE */
.quote-button {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
}
.toggle {
	position:relative;
	cursor:pointer;
}
.toggle::before {
	content: "+";
	border-radius: ;
	height: 25px;
	width: 25px;
	display: inline;
	text-align: center;
	line-height: 25px;
	position: relative;
	padding-right: 1em;
	font-family: initial;
	font-size: 20px;
}
.toggle.active::before {
	content:"-";
}
.toggle-content {
	display: none;
}
.availability .Value {
	color: red;
	font-weight: 800;
	font-size: 110%;
}
.availability {
	align-items: center;
}
.discount-text {
	text-transform: uppercase;
	color: #fff;
	background: red;
	border-radius: 2px;
	padding: 0.5em 1em;
}
/* end grid */
.ProductOtherDetails .DetailRow {
    display: flex;
    flex-flow: wrap;
}
.ProductOtherDetails .DetailRow > div {
    width: 50%;
    border: 1px solid #ccc;
    padding: 0.5em;
}
.ProductOtherDetails .DetailRow > div:last-child {
    margin-left: -1px;
}
.ProductOtherDetails .Value a {
    font-weight: 800;
    text-decoration: underline;
}
.swatch.selectedValue .name {
    display: block !important;
    position: relative;
    padding: 0.5em;
    background: #fff;
    float: right;
}
.SocialConnect ul {
    margin: 1em 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.SocialConnect li {
    list-style: none;
    display: inline;
    padding: 5px;
}

.quote-button {
    text-align: center;
}

/* QUOTE FORM ON PDP */
#quote-form {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10%;
	overflow: auto;
	z-index: 999;
	background: #fff;
	display:none;
	padding:2rem;
	width:800px;
	max-width:95%;
	z-index:9999;
	box-shadow:0 0 5px rgba(0,0,0,0.8);
}
.overlay::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 99;
}
#quote-form .Submit {
	margin: 0;
	width: 100%;
}
.quote-form input {
	width: 97%;
}
.quote-form textarea{
	width: 97%;
}
/* .quote-button {
	background: #FFC82F;
	border-radius: 100px;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.5rem 2rem;
	margin: 0.5rem 0;
	font-weight: 600;
} */

/* HEADER TEXT QUOTE */
.text-quote {
	text-align: center;
}
.text-quote .large {
	font-size: 2rem;
}
.text-quote em {
	font-weight: 900;
	font-size: 1.7rem;
	padding: 0.66rem;
}
body .wg-default .country-selector {

	left: 0;
	right: initial;
}

/* DISCOUNT POPUPS */

.discount-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #999;
	z-index: 999;
	width: 50%;
	max-height: 37vh;
	margin: auto;
	padding: 2em;
	border: 3px solid #fff;
	color: #fff;
	box-shadow: 3px 4px 11px rgba(0,0,0,0.6);
	border-radius: 2px;
	text-align: center;
	min-height:400px;
}
.discount-popup h2 {
	color: firebrick;
	font-weight: 600;
}
.close-popup {
	font-size: 25px;
	text-align: right;
	cursor: pointer;
}
.code-text {
	font-size: 28px;
	font-weight: 600;
	padding: 1em;
	color: #fff;
	letter-spacing: 0.25em;
	background: #555;
	margin: 0.5em;
}
.discount-popup strong {
	display: block;
}



/* PRODUCT NO BUY PAGE */
.no-buy .addto, .no-buy .Quantity {
	display: none !important;
}
.no-buy .toggle-content {
	display: block;
}
.call-for {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 150%;
	margin: 1em 0;
	background: #ffcc00;
	padding: 0.5em;
}

/* COLLECTION PAGE */
.hover-point {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(255,200,47,0.95);
	padding: 1em;
	display: none;
	pointer-events:none;
}
.product-item .inner {
	position:relative;
}
.hover-point li {
	width: 100%;
	justify-content:center;
}
.hover-point ul {
	margin:0;
	padding:0;
}
.product-item .inner:hover .hover-point {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.ProductList li .inner .ProductDetails {
	padding: 0 15px;
	flex-grow: 1;
}
.ProductList li .inner {
	display: flex;
	flex-flow: column;
}


@media only screen and (max-width: 768px) {
.hide-mobile {
	display: none;
}
.ToggleMenu {
	/* margin-right: 0.75em; */
	height: 35px;
	width: 35px;
	line-height:35px;
	text-align:center;
}
.mobileTogle .fa.fa-phone {
	height: 35px;
	width: 35px;
		line-height:35px;
	text-align: center;
}
.header-secondary {
	margin: auto auto 1em;
}
.discount-popup {
	width: 90%;
	max-height: 80vh;
}

}