.hero--product .col-1 p {
	padding-top: 10px;
}

.hero--default .bg-image {
	background-size: 50% auto;
}

.post-type-archive-product .hero .rounded {
	padding-bottom: 10px;
}

@media (max-width: 500px) {
	.hero--default .bg-image {
		background-size: cover;
	}

	.section--stats .col {
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
		flex: 1 1 100%;
	}

	.section--stats .stat {
		font-size: 10vw;
		margin: 10px 0 30px;
	}

	.post-type-archive-product .hero {
		margin-bottom: 33px;
		padding-top: 25px;
		padding-bottom: 0;
	}

	.post-type-archive-product .hero .bg-white {
		padding-top: 30px;
	}

	.post-type-archive-product .hero .content-wrapper--small {
		padding: 0;
	}

	.post-type-archive-product .hero .content-wrapper--small .p-medium {
		font-size: 15px;
		text-wrap: balance;
	}

	.post-type-archive-product .hero .content-wrapper--small .title--1 {
		font-size: 30px;
	}

}

.wc-box-office-ticket-form {
	justify-content: flex-start !important;
}

.section--post .post-thumbnail-wrap {
	background-size: cover;
	background-position: center;
}

.post-type-archive-product .modules .section:last-child {
	padding-bottom: 0;
}

.font-accent {
	line-height: 1;
}

.hero--default .col-image img {
	max-height: 200px;
	width: auto;
}

.hero--news .col-image img {
	height: auto;
}

.wc-box-office-ticket-form.active .wc-box-office-ticket-fields {
	display: block !important;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.admin-content .woocommerce-order ul {
	margin: 0;
	padding: 0;
}

.wc-item-meta li {
	display: flex;
	align-items: flex-start;
	padding: 3px 0;
}

.wc-item-meta li p {
	padding: 0 0 0 10px;
}

.woocommerce-order .wc-item-meta li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.woocommerce-order .wc-item-meta li li {
	padding: 0;
}

.woocommerce-order thead th {
	padding: 15px;
	text-align: left;
}

.woocommerce-order tfoot th {
	text-align: left;
	padding-left: 15px;
}

.woocommerce-table--order-details {
	width: 100%;
	border:
		1px solid #e1e1e1;
}

.woocommerce-order h2 {
	font-size: 28px;
	margin: 0;
	padding: 20px 0 10px;
}

.woocommerce-order-overview {
	border: 1px solid #e1e1e1;
	list-style: none;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

.woocommerce-notice--success {
	border: 1px solid #e1e1e1;
	background-color: #f2f2f2;
	list-style: none;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

.woocommerce-order-overview li {
	padding: 5px 0;
}

.woocommerce-variation-description {
	padding-left: 130px;
}

.woocommerce-variation-description p {
	font-size: 13px;
	line-height: 1;
	padding: 2px 0 9px;
}

.product-no-match p {
	font-size: 20px;
	padding: 0 0 5px;
	text-align: center;
}

.product-no-match div {
	margin: 20px auto 0;
}

.single .sharedaddy {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.quotes .col-content .quote-wrap p {
		font-size: 18px;
	}
}

@media (max-width: 1000px) {
	.post-type-archive-product .hero .bg-white {
		padding-bottom: 0;
	}

	.post-type-archive-product .col-1-4.pad-3x {
		padding-top: 0;
	}

	.toggle-filters::before {
		line-height: 0;
	}
}
.button, .button--border, .site-header .button--header a, .hs-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	padding: 13px 38px 17px;
}
@media ( max-width: 500px ) {
.button, .button--border, .site-header .button--header a, .hs-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
padding: 10px 27px 15px;
}
	}

@media (max-width: 1140px) {
	.site-header .menu {
		 max-height: calc( 100vh - 100px);
		overflow: auto;
	}
}

/* Prevent horizontal overflow site-wide */

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Log in */

#customer_login {
display: flex;
}
#customer_login > div {
	flex: 1 1 50%;
	padding-right: 45px;
}

@media ( max-width: 1000px ){
	#customer_login {
display: block;
}
	#customer_login .u-column1 {
margin-bottom: 30px;
	}
}

#customer_login label {
	display: block;
	margin: 5px 0 5px;
	font-size: 14px;
	font-weight: 500;
}

#customer_login input {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 500px;
}

#customer_login #rememberme {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
}

#customer_login .woocommerce-privacy-policy-text p {
	font-size: 14px;
	padding-top: 10px;
}

#customer_login .woocommerce-form-login__submit {
	margin-top: 15px;
}
#customer_login .u-column2 {
	display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ececec;
  padding: 45px;
  border-radius: 15px;
}
.password-input {
position: relative;
}
.show-password-input {
	position: absolute;
	right: 10px;
	top: 10px;
}