.woocommerce a.button,
.woocommerce button.button {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	width: auto;
	max-width: 100%;
	min-height: auto;
	padding: 6px 15px;
	margin: 0 0 10px 5px;
	color: #fff;
	background-color: #1a1a1a;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all linear .2s;
}

.woocommerce button.button {
	font-size: 18px;
	line-height: 1.5;
}

.woocommerce a.button:hover {
	color: #fff;
	background-color: #9D1C20;
}

.woocommerce table th,
.woocommerce table td {
	/* border-block: none !important; */
}

.woocommerce .ex-my-account {
	display: flex;
	background: #fff;
	border: 1px solid #e7e9ec;
	border-left: 0;
	border-right: 0;
}

.woocommerce .woocommerce-MyAccount-navigation {
	min-width: 230px;
	float: none;
	width: 230px
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading {
	padding: 15px 15px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	display: block
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 9px 15px;
	font-size: 14px;
	color: #939597
}

.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active {
	color: #1a1a1a;
	background-color: #fafbfd
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: #1a1a1a;
	background-color: rgba(77, 92, 109, .1)
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	font-size: 16px;
	width: 16px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #1a1a1a;
	background-color: rgba(77, 92, 109, .1)
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f0db"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f5fd"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\f019"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-events a:before {
	content: "\f017";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-digital-resources a:before {
	content: "\f2db";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f3c5"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "\f09d";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f013"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f011"
}

@media (max-width: 800px) {
	.woocommerce .ex-my-account {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
		border-bottom: 1px solid #eef0f3;
		margin-bottom: 15px;
		box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .25);
	}

	.woocommerce .woocommerce-MyAccount-content {
		border-left: 0
	}
}


.woocommerce .ex-my-account--dashboard .wc-MyAccount-inner-content {
	padding-bottom: 10px
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-sub-heading {
	border-bottom: 0;
	padding-bottom: 0
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading {
	border-bottom: 1px solid #e7e9ec;
	padding-top: 10px;
	padding-bottom: 5px
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .my_account_orders {
	margin-bottom: 0
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields {
	width: 100%;
	margin: 0
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
	width: 50%;
	margin: 0 10px
}

.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset {
	margin: 0;
	padding: 0
}

@media (max-width: 1200px) {
	.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}

	.woocommerce .ex-my-account--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
		width: 100%;
		margin: 0
	}
}

.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .col2-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	padding: 0
}

.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .col2-set:after,
.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .col2-set:before {
	display: none
}

@media (max-width: 992px) {
	.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .col2-set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 992px) {
	.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address {
		width: 100%
	}

	.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 {
		margin-right: 0;
		margin-bottom: 20px
	}

	.woocommerce .ex-my-account--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 {
		margin-left: 0
	}
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address {
	width: 50%;
	margin: 0;
	float: none
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address address {
	padding: 20px
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address.col-1 {
	margin-right: 10px
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address.col-2 {
	margin-left: 10px
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address-title {
	border-bottom: 1px solid #eef0f3;
	padding: 10px 20px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address-title h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.woocommerce .ex-my-account--dashboard .woocommerce-Address-title a.edit {
	margin-left: auto
}

@media (max-width: 800px) {
	.woocommerce .ex-my-account.ex-my-account--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content {
		padding-left: 0;
		padding-right: 0
	}
}








.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading {
	padding: 15px 15px;
	text-transform: uppercase
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
	margin-left: auto;
	color: #939597;
	display: none
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover {
	color: #1a1a1a
}

.woocommerce .woocommerce-MyAccount-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: 1px solid #e7e9ec;
	min-height: 400px;
	width: auto;
	padding: 30px
}

.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit] {
	border-radius: 100px;
	padding: 10px 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
	border: 1px solid transparent;
	font-size: 15px;
	color: #fff
}

.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p {
	font-size: 14px
}

.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
	padding: 20px 0
}

.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
	width: 70%;
	margin: 2em auto
}

@media (max-width: 1200px) {
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
		width: 90%
	}
}

@media (max-width: 992px) {

	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first,
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last {
		width: 100%;
		float: none
	}
}

@media screen and (max-width: 860px) and (min-width:800px) {
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
		padding: 20px 0
	}
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
	width: 70%;
	margin: 2em auto
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset {
	border: 0;
	padding: 1.5rem 0 1rem;
	margin-top: 3rem;
	margin-bottom: 0
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend {
	font-weight: 500;
	font-size: 16px;
	color: #122b46
}

@media (max-width: 1200px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
		width: 90%
	}
}

@media (max-width: 992px) {

	.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last {
		width: 100%;
		float: none
	}
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	font-size: 14px;
	padding: 0
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: .2rem
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
	line-height: 21px;
	margin-bottom: 1em
}

@media (max-width: 992px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
		float: none;
		width: 100%
	}

	.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 {
		padding-bottom: 30px
	}
}

.woocommerce .woocommerce-MyAccount-content form .form-row {
	margin-bottom: 1.3em
}

.woocommerce .woocommerce-MyAccount-content form .form-row .required {
	color: #ef3e46;
	text-decoration: none
}

.woocommerce .woocommerce-MyAccount-content form .form-row label {
	font-size: 14px
}

.woocommerce .woocommerce-MyAccount-content form .form-row input,
.woocommerce .woocommerce-MyAccount-content form .form-row select,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
	font-size: 14px;
	line-height: 2em;
}

.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single {
	font-size: 14px;
	line-height: 2em;
}

.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single {
	outline: 0
}

.woocommerce .woocommerce-MyAccount-content form .form-row span>em {
	font-size: 14px;
	font-style: normal;
	color: #a3a5a9
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper {
	text-align: right
}

.woocommerce .wc-MyAccount-sub-heading {
	padding: 0 0 10px;
	border-bottom: 1px solid #e7e9ec
}

.woocommerce .wc-MyAccount-sub-heading h2 {
	margin-bottom: 10px
}

.woocommerce .wc-MyAccount-sub-heading h2 strong {
	font-weight: 400
}

.woocommerce .wc-MyAccount-sub-heading p {
	font-size: 14px;
	margin-bottom: 0;
	color: #a3a5a9
}

.woocommerce table.my_account_orders {
	border: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	border: 0;
	border-block: none !important;
	background: none !important;
}

.woocommerce table.my_account_orders thead th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500
}

.woocommerce table.my_account_orders tbody td {
	border-top: 1px solid #e7e9ec !important;
	color: #656565;
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
	width: 95px
}

@media (max-width: 800px) {
	.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
		width: auto
	}
}

.woocommerce table.my_account_orders tbody td a.button {
	font-size: 13px;
	width: 100%;
	max-width: 100px;
	padding: 5px 8px;
	margin: 0 0 5px 5px;
}

@media (max-width: 800px) {
	.woocommerce table.my_account_orders tbody td a.button {
		width: auto
	}
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a {
	color: #939597
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover {
	color: #1a1a1a
}

@media (max-width: 800px) {
	.woocommerce table.my_account_orders tbody tr:nth-child(even) td {
		background-color: #fafbfd
	}

	.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row {
		margin-bottom: 30px
	}

	.woocommerce table.my_account_orders tbody tr:last-child {
		margin-bottom: 0
	}
}

.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
	/* display: block; */
	/* width: 100%; */
	/* max-width: 100px; */
	/* padding: 6px 15px; */
	/* margin: 0 0 10px 5px; */
	/* line-height: 1; */
	/* font-weight: 500; */
	/* color: #fff; */
	/* background-color: #1a1a1a; */
	/* text-decoration: none; */
	/* text-align: center; */
	/* cursor: pointer; */
	/* transition: all linear .2s; */
}

@media (max-width: 800px) {
	.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
		margin-left: 0;
		margin-right: 5px
	}
}

.woocommerce #customer_login {
	padding: 3rem
}

.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
	border: 0;
	padding: 10px 0;
	font-size: 14px
}

.woocommerce #customer_login form.login label,
.woocommerce #customer_login form.register label {
	font-size: 14px
}

.woocommerce #customer_login form.login input,
.woocommerce #customer_login form.login select,
.woocommerce #customer_login form.login textarea,
.woocommerce #customer_login form.register input,
.woocommerce #customer_login form.register select,
.woocommerce #customer_login form.register textarea {
	font-size: 14px
}

.woocommerce #customer_login .woocommerce-LostPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label {
	margin-right: auto
}

@media (max-width: 544px) {

	.woocommerce #customer_login .woocommerce-LostPassword {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px
	}
}

.woocommerce #customer_login .woocommerce-LoginBtn,
.woocommerce #customer_login .woocommerce-RegisterBtn {
	text-align: right
}

.woocommerce #customer_login .woocommerce-LoginBtn button.button,
.woocommerce #customer_login .woocommerce-RegisterBtn button.button,
.woocommerce .bb_customer_login .woocommerce-LoginBtn button.button {
	padding-left: 3em;
	padding-right: 3em
}

@media (max-width: 544px) {

	.woocommerce #customer_login .woocommerce-LoginBtn,
	.woocommerce #customer_login .woocommerce-RegisterBtn {
		text-align: center
	}
}

.woocommerce #customer_login.col2-set .col-1,
.woocommerce #customer_login.col2-set .col-2 {
	padding: 0 20px
}

.woocommerce section.woocommerce-order-details p.order-again {
	text-align: right
}

.woocommerce section.woocommerce-order-details p.order-again a.button {
	padding: 8px 2em
}

.woocommerce .woocommerce-table--order-details {
	border: 0
}

.woocommerce .woocommerce-table--order-details td,
.woocommerce .woocommerce-table--order-details th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	border-bottom: 0;
	vertical-align: top;
	border-top: 1px solid #e7e9ec
}

.woocommerce .woocommerce-table--order-details thead th {
	text-transform: uppercase;
	font-size: 14px;
	color: #a3a5a9;
	font-weight: 500
}

.woocommerce .woocommerce-table--order-details tfoot td,
.woocommerce .woocommerce-table--order-details tfoot th {
	font-weight: 400
}

.woocommerce .order_details_items thead tr:first-child td,
.woocommerce .order_details_items thead tr:first-child th {
	border-top: 0
}

@media (max-width: 544px) {
	.woocommerce .order_details_items thead tr:first-child th.product-thumb {
		display: none
	}
}

.woocommerce .order_details_items tbody tr:last-child td,
.woocommerce .order_details_items tbody tr:last-child th {
	border-bottom: 1px solid #e7e9ec
}

.woocommerce .order_details_items td.product-name a {
	color: #122b46;
	font-weight: 500
}

.woocommerce .order_details_items td.product-name a:hover {
	color: #1a1a1a
}

.woocommerce .order_details_items td.product-total,
.woocommerce .order_details_items th.product-total {
	width: 190px;
	text-align: right
}

.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,
.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount {
	font-weight: 700
}

@media (max-width: 544px) {

	.woocommerce .order_details_items td.product-total,
	.woocommerce .order_details_items th.product-total {
		text-align: right
	}
}

@media (max-width: 1200px) {
	.woocommerce .order_details_items td.product-total {
		width: auto
	}
}

.woocommerce .order_details_items tr.product-purchase-note td {
	padding-top: 8px
}

.woocommerce .order_details_items td:not(.product-thumb) {
	padding-top: 15px;
	padding-bottom: 15px
}

.woocommerce .order_details_items td.product-thumb {
	width: 120px
}

.woocommerce .order_details_items td.product-thumb img {
	max-width: 100px
}

@media (max-width: 992px) {
	.woocommerce .order_details_items td.product-thumb {
		width: 90px
	}

	.woocommerce .order_details_items td.product-thumb img {
		max-width: 80px
	}
}

.woocommerce .order_details_items .bb_sku_wrapper {
	display: block;
	color: #a3a5a9;
	font-size: 13px;
	line-height: 1
}

.woocommerce table.order_details_total {
	width: 70%;
	float: right
}

.woocommerce table.order_details_total tfoot td,
.woocommerce table.order_details_total tfoot th {
	border-top: 0;
	border-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #a3a5a9;
	font-weight: 400
}

.woocommerce table.order_details_total th {
	text-transform: uppercase
}

.woocommerce table.order_details_total tfoot td:last-child {
	width: 190px;
	color: #4d5c6d;
	text-align: right
}

@media (max-width: 800px) {
	.woocommerce table.order_details_total tfoot td:last-child {
		text-align: right
	}
}

.woocommerce table.order_details_total tfoot tr:last-child td,
.woocommerce table.order_details_total tfoot tr:last-child th {
	color: #4d5c6d;
	font-weight: 700
}

@media (max-width: 992px) {
	.woocommerce table.order_details_total {
		width: 100%;
		float: none
	}

	.woocommerce table.order_details_total td,
	.woocommerce table.order_details_total th {
		padding-top: 4px;
		padding-bottom: 4px
	}
}

.woocommerce .order_details_note {
	clear: both
}

.woocommerce .order_details_note th {
	color: #4d5c6d
}

.woocommerce section.woocommerce-customer-details {
	padding: 0 12px
}

.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: .5rem
}

.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: .5rem
}

.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
	width: 64%
}

.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
	width: 32%
}

@media (max-width: 992px) {

	.woocommerce section.woocommerce-customer-details .woocommerce-column,
	.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,
	.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
		width: 100%;
		float: none
	}

	.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
		margin-bottom: 30px
	}
}

.woocommerce section.woocommerce-customer-details address {
	border: 0;
	padding: 0;
	font-size: 14px
}

.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before,
.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before {
	line-height: 2.15
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn {
	font-size: 14px
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before,
.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before {
	line-height: 2.15
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
	margin-right: 50px
}

@media (max-width: 1200px) {
	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
		margin-right: 25px
	}
}

@media (max-width: 992px) {
	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
		margin-right: 0
	}
}

.woocommerce mark {
	background-color: #fafbfd;
	color: #4d5c6d
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content {
	padding-bottom: 10px
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading {
	border-bottom: 0;
	padding-bottom: 0
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading {
	border-bottom: 1px solid #e7e9ec;
	padding-top: 10px;
	padding-bottom: 5px
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders {
	margin-bottom: 0
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields {
	width: 100%;
	margin: 0
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
	width: 50%;
	margin: 0 10px
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset {
	margin: 0;
	padding: 0
}

@media (max-width: 1200px) {
	.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}

	.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
		width: 100%;
		margin: 0
	}
}

.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	padding: 0
}

.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after,
.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before {
	display: none
}

@media (max-width: 992px) {
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 992px) {
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address {
		width: 100%
	}

	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 {
		margin-right: 0;
		margin-bottom: 20px
	}

	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 {
		margin-left: 0
	}
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address {
	width: 50%;
	margin: 0;
	float: none
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address address {
	padding: 20px
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1 {
	margin-right: 10px
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 {
	margin-left: 10px
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title {
	border-bottom: 1px solid #eef0f3;
	padding: 10px 20px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit {
	margin-left: auto
}

@media (max-width: 800px) {
	.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 1200px) {
	.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.sfwd-sidebar):not(.llms-pointer) #primary {
		max-width: 100%
	}
}

@media (max-width: 800px) {

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb {
		text-align: center !important;
		width: 100%
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img {
		max-width: 100px;
		width: 100px
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before {
		display: none
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td {
		background-color: #fff
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td {
		border-bottom: 0
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item {
		margin-bottom: 30px
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note {
		position: relative;
		bottom: 30px
	}

	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb {
		border-top: 0
	}
}

body.woocommerce-account:not(.llms-pointer) header.entry-header {
	display: none
}

.woocommerce-account .select2-container .select2-results,
.woocommerce-account .select2-container .select2-selection--single,
.woocommerce-account .select2-container input {
	font-size: 14px
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before {
	content: "\e96e"
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	content: "\e8b5"
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
	content: "\e976"
}


.woocommerce .wc-MyEvents-sub-heading {
	padding: 0 0 10px;
	border-bottom: 1px solid #e7e9ec;
}

.woocommerce .wc-MyEvents-sub-heading h2 {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-MyEvents-content .wc-MyEvents-inner-content {
	padding: 20px 0;
}

.woocommerce .wc-MyDigitalResources-sub-heading {
	padding: 0 0 10px;
	border-bottom: 1px solid #e7e9ec;
}

.woocommerce .wc-MyDigitalResources-sub-heading h2 {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-MyDigitalResources-content .wc-MyDigitalResources-inner-content {
	padding: 20px 0;
}

.wc-MyDigitalResources-resource-item {
	display: flex;
	margin-bottom: 20px;
}

.wc-MyDigitalResources-resource-image {
	flex: 0 0 auto;
	width: 175px;
}

.wc-MyDigitalResources-resource-image img {
	display: block;
	width: 100%;
	height: auto;
	min-width: 175px;
	transition: .5s ease;
}

.wc-MyDigitalResources-resource-image a:hover {
	transform: scale(105%);
}

.wc-MyDigitalResources-resource-content {
	width: 100%;
	padding: 0 15px;
	vertical-align: top;
}

.wc-MyDigitalResources-resource-content h4 {
	font-family: "Metropolis", Sans-serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 8px;
}

.wc-MyDigitalResources-resource-content p {
	font-size: 16px;
	line-height: 1.2;
}

.wc-MyDigitalResources-resource-link {
	flex: 0 0 auto;
	width: 150px;
	text-align: center;
	/*vertical-align: middle;
	align-self: center;*/
}

.wc-MyDigitalResources-resource-link a {
	display: inline-block;
	color: #fff !important;
	background-color: #646464;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.2;
	transition: .5s ease;
}

.wc-MyDigitalResources-resource-link a:hover {
	color: #fff;
	background-color: #272727;
}

@media (max-width: 767px) {
	.wc-MyDigitalResources-resource-item {
		display: block;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(50, 50, 50, .2);
	}

	.wc-MyDigitalResources-resource-item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.wc-MyDigitalResources-resource-image {
		margin-bottom: 15px;
	}

	.wc-MyDigitalResources-resource-image img {
		margin-left: auto;
		margin-right: auto;
	}

	.wc-MyDigitalResources-resource-content {
		padding: 0;
	}

	.wc-MyDigitalResources-resource-link {
		text-align: left;
	}
}


/** Custom Author Box **/
.author-list {
	width:  100%;
}
.author-list .author-item {
	background-color:  #fff;
	box-shadow:  7px 7px ;
	border-radius:  7px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	margin-bottom:  2em;
	box-sizing:  border-box;
}
.author-list .author-item img {
	display:  inline-block;
	width:  24%;
	height:  auto;
	vertical-align:  top;
	border-radius:  7px;
}
.author-list .author-item .author-info {
	display:  inline-block;
	width: 66%;
	margin:  2em;
	box-sizing:  border-box;
}
.author-list .author-item .author-info div:nth-child(1) {
	font-size: 27px;
	color:  #1a1a1a;
	font-family: "Metropolis", Sans-Serif;
}
.author-list .author-item .author-info div:nth-child(2) {
	margin-top:  1em;
	font-size:  18px;
	font-family: "Metropolis", Sans-serif;
	font-weight:  400;
}
.sponsor-list {
	font-family: "Metropolis", Sans-serif;
}
.sponsor-list h2 {
	color:  #fff !important;
	text-align:  center;
}
.sponsor-list > p {
	color:  #fff;
	text-align:  center;
}
.sponsor-list .sponsor-item {
	display:  inline-block;
	width:  50%;
}
.sponsor-list .sponsor-item img {
	max-width:  80%;
	display:  block;
	height:  auto;
	margin:  auto;
	margin-bottom:  3em;
	margin-top:  3em;
}
.sponsor-list .sponsor-item .sponsor-info {
	color:  #fff;
	font-size:  18px;
	display:  block;
	max-width:  80%;
	margin:  auto;
}


/* People */
body .flex-grid {
	display: flex !important;
}

.mpp-sc .mpp-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpp-links.social-links {
	text-align: center;
	margin: 10px auto 20px;
}

.mpp-links.social-links li {
	display: inline-block;
	margin: 0 5px;
}

.mpp-links.social-links a {
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
}

.mpp-links.button-links {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.mpp-links.button-links li {
	width: calc(100% / 3);
	padding: 0 10px;
}

.mpp-links.button-links button {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #9d1c20;
	font-family: 'Metropolis';
	font-size: 20px;
	line-height: 28px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.mpp-section {
	margin-bottom: 100px;
}

.mpp-section h2 {
	text-align: center;
	color: #333334;
	margin-bottom: 50px;
}

.mpp-section .mpp-section-content {
	margin-bottom: 60px;
}

.mpp-section .mpp-load-more {
	text-align: center;
}
.mpp-section .mpp-load-more button {
	color: #fff;
	background-color: #9d1c20;
	font-family: 'Metropolis';
	font-size: 20px;
	line-height: 28px;
	padding: 5px 25px;
}
.mpp-section .mpp-load-more button:hover {
	background-color: #2D2D2E;
}

.mpp-item-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.mpp-item-media {
	position: relative;
	overflow: hidden;
}
.mpp-item-media .mpp-item-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	visibility: 0;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: opacity 0.3s ease-in-out,
		transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	background-color: rgba(26,26,26,.21);
}
.mpp-item-media .mpp-item-overlay i {
	font-size: 75px;
	color: rgba(250, 250, 250, .95);
}
.mpp-item-media .mpp-item-overlay a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.mpp-item-media:hover .mpp-item-overlay {
	opacity: 1;
	visibility: 1;
}
.mpp-item-thumbnail img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.mpp-item .mpp-item-title {
	font-family: "Metropolis", Sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mpp-item .mpp-item-title a {
	color: #333334;
}
.mpp-item .mpp-item-title a:hover {
	color: #9d1c20;
}

.mpp-item .mpp-item-excerpt {
	margin-bottom: 20px;
}

.mpp-item .mpp-item-date {
	margin-bottom: 10px;
}

.mpp-item .mpp-item-category {
	font-family: "Metropolis", Sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}

.mpp-item .mpp-item-link {
	font-family: "Metropolis", Sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

.mpp-item.mpp-hidden {
	display: none;
}

.mpp-cols .mpp-section-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}
.mpp-cols .mpp-item {
	display: flex;
	width: calc(100% / 3);
	padding: 0 10px;
	align-items: stretch;
}
.mpp-cols .mpp-item.mpp-hidden {
	display: none;
}

.mpp-shows .mpp-item-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}
.mpp-shows .mpp-item-content {
	padding: 15px 20px;
}
.mpp-shows .mpp-item-title {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px;
}

.mpp-post .mpp-item-wrapper {
	display: flex;
	margin-bottom: 20px;
}
.mpp-post .mpp-item-media {
	width: 35%;
	border-radius: 7px;
	align-self: flex-start;
}
.mpp-post .mpp-item-content {
	width: 65%;
	padding-left: 30px;
}

.mpp-podcasts .mpp-section-content {
	margin-left: -12.5px;
	margin-right: -12.5px;
	margin-bottom: 35px;
}
.mpp-podcasts .mpp-item {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.mpp-podcasts .mpp-item-wrapper {
	margin-bottom: 25px;
}
.mpp-podcasts .mpp-item-media .mpp-item-overlay {
	background: rgba(255, 255, 255, .17);
}
.mpp-podcasts .mpp-item-media .mpp-item-overlay i {
	font-size: 75px;
	color: rgba(234, 170, 0, 99%);
}

.mpp-books .mpp-section-content {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.mpp-books .mpp-item-wrapper {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.mpp-books .mpp-item-media {
	margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.mpp-cols .mpp-item {
		width: 50%;
	}
	.mpp-links.button-links li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.mpp-cols .mpp-item {
		width: 100%;
	}

	.mpp-post .mpp-item-wrapper {
		display: block;
	}
	.mpp-post .mpp-item-media {
		width: 100%;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.mpp-post .mpp-item-content {
		width: 100%;
		padding-left: 0;
	}

	.mpp-links.button-links li {
		width: 100%;
	}
}

/* Event Tickets */
.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta {
	display: flex;
	flex-flow: column nowrap;
	font-size: var(--tec-font-size-2);
	margin-bottom: var(--tec-spacer-3);
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta.tribe-tickets-meta-hidden {
	display: none;
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .ticket-meta {
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	width: 100%;
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-required {
	color: var(--tec-color-icon-error);
	margin-left: var(--tec-spacer-0);
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta-input-wrapper {
	display: block;
	width: 100%;
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta-description {
	color: var(--tec-color-icon-primary-alt);
	margin: var(--tec-spacer-1) 0;
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-error {
	color: red;
	display: none;
	padding: 30px 0 0;
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-success {
	color: #19d900;
	display: none;
	padding: 30px 0 0;
}

.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta-required label:first-child:after {
	position: relative;
	right: auto;
	margin-left: var(--tec-spacer-0);
}

@media (min-width: 768px) {
	.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row .tribe-tickets-meta {
		flex-flow: row nowrap;
		padding-bottom: 0;
	}

	.tribe-tickets__tickets-page-wrapper.event-tickets .attendee-meta-row label {
		flex: 0 0 140px;
		margin-right: var(--tec-spacer-0) !important;
	}
}
