/*.amshopby-filter-current .amshopby-remove {*/
/*	left: 9px;*/
/*	color: #714a43;*/
/*}*/
.action.primary, .action-primary, .amshopby-button, .am-filter-go{
	background-color: #714a43;
}
.action.primary:hover, .action-primary:hover, .amshopby-button:hover, .am-filter-go:hover{
	background-color: #714a43;
}



ol.amshopby-items.items {
	padding: 0;
}

.amshopby-filter-current .amshopby-remove::after, 
.amshopby-filter-current .amshopby-remove::before {
	background-color: #714a43;
}

.grecaptcha-badge{
	z-index: 9999;
}

.only-in-store {
	text-align: center;
	margin-top: 1rem;
}

.only-in-store span {
	font-size: 1.2rem;
	font-weight: 500;
}



.store-hours {
	text-align: center;
	background: #eee;
	margin: 5rem auto 0 auto;
	max-width: 500px;
	padding: 2.5rem;
	border-radius: 7px;
}

.store-hours .sh-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.store-hours .sh-hours {
	display: flex;
}

.store-hours .sh-hours .sh {
	flex: 1;
}

.store-hours .sh-hours .sh > div:first-child {
	color: #714a43;
}
.no-text{
	font-size: 0rem;
}

/* ESPA */
.espa {
	position: fixed;
	bottom: 50px;
	left: 20px;
	max-width: 200px;
	z-index: 99;
}

@media only screen and (max-width: 768px) {
	.espa {
		max-width: 150px;
	}
}

.espa img {
	width: 100%;
}

.amgdprcookie-groups-modal .amgdprcookie-done{
	background-color: #714A43;
}
.amgdprcookie-cookie-container .amgdprcookie-options{
	color: #714A43;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label{
	background: #714A43;
}


/*	Prescription css -- for validator	*/

 .clm-container {
	 padding: 0;
 }

.wrapper {
	width: 100%;
	/*max-width: 700px;*/
	/*margin: 0 auto;*/
}

select {
	height: 3rem;
	background-position: calc(100% - 1rem) center;
	background-size: 6px;
	padding: 2px 20px 2px 5px;
}

/* Table column sizing
================================== */
.power-cell {
	width: 20%;
}

.cylinder-cell {
	width: 15%;
}

.axis-cell {
	width: 15%;
}

.bc-cell {
	width: 15%;
}

.diameter-cell {
	width: 15%;
}

.cl-cell {
	width: 15%;
}

.cl-color {
	width: 15%;
}

.qty-cell {
	width: 20%;
}

/* Apply styles
================================== */
.clm-title {
	font-size: 20px;
	font-weight: 600;
	/*padding-left: 25px;*/
	margin-top: 3rem;
}

.clm__table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0 0 0;
	padding: 0;
	/*padding-left: 25px;*/
}

.clm__table .clm__table-row {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.clm__table .clm__table-lens-row:not(:first-child):not(:last-child) {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.clm__table .clm__table-row:nth-last-child(2),
.clm__table .clm__table-row:last-child {
	border-bottom: 0;
}

.clm__table .clm__table-row:nth-child(2) {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.clm__table .clm__table-lens-row:first-child .remove-box {
	display: none;
}

.clm__table .clm__table-row .clm__table-cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	flex-grow: 1;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.5rem;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
}

.clm__table .clm__table-row .clm__table-cell.qty-cell .qty {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
	background: #f9f9f9;
	border: 1px solid #eee;
	height: 3rem;
	max-width: 35px;
	text-align: center;
	border-radius: 10px;
}

.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .plus:hover,
.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .minus:hover {
	background: #714a43;
	color: #000;
}

.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .plus {
	cursor: pointer;
	background: #434343;
	color: white;
	width: 20px;
	height: 20px;
	font-size: 18px;
	margin-left: 0.5rem;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .minus {
	cursor: pointer;
	background: #434343;
	color: white;
	font-size: 18px;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.clm__table .clm__table-row.clm__table-row--head {
	border: 1px solid #cacaca;
	background: #DFDFDF;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.clm__table .clm__table-row.clm__table-row--footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-top: 1px solid #f5f5f5;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.clm__table .clm__table-row.clm__table-row--footer .label {
	color: #000;
	font-size: 11px;
	font-weight: 800;
}

.clm__table .clm__table-row.clm__table-row--footer .value {
	font-size: 28px;
	font-weight: 300;
}

.clm__table .clm__table-row.clm__table-row--footer .totals {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.clm__table .clm__table-row.clm__table-row--footer .total-lenses {
	text-align: center;
	margin-right: 2rem;
	border-right: 1px solid #f5f5f5;
	padding-right: 1.5rem;
}

.clm__table .clm__table-row.clm__table-row--footer .total-lenses .value .symbol {
	font-size: 14px;
	margin-left: -0.5rem;
}

.clm__table .clm__table-row.clm__table-row--footer .total-cost .value {
	color: #714a43;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.clm__table .clm__table-row .clm__table-cell.column-heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
	color: #111;
	padding: 0.75rem 1rem;
}

.clm__table .clm__table-row .clm__table-cell.column-heading div {
	text-align: center;
}

.clm__table .clm__table-row .clm__table-cell.column-heading .short {
	font-size: 11px;
	font-weight: 400;
}

.clm__table .clm__table-row .clm__table-cell .clm__table-cell--heading {
	display: none;
}

.clm__table .clm__table-row .clm__table-cell .clm__table-cell--content {
	width: 100%;
	text-align: center;
}

.clm__table .clm__table-row .clm__table-cell .clm__table-cell--content select {
	width: 85%;
	background-color: #f9f9f9;
	border-radius: 25px;
	border-color: #eee;
}

.clm__table .clm__table-row .clm__table-cell .clm__table-cell--content a {
	font-size: 2em;
	color: #333;
}

.clm__table--collapse .clm__table-row .clm__table-cell .remove-box {
	position: absolute;
	left: -2.2rem;
	width: 5rem;
	border-radius: 5px;
	z-index: 1;
	text-align: left;
	justify-content: flex-start;
	padding-left: 1rem;
	background: #714a43;
	color: #fff;
	display: none;
}

.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:before,
.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:after {
	position: absolute;
	left: 8px;
	top: -8px;
	content: ' ';
	height: 17px;
	width: 2px;
	background-color: #714a43;
}

.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:before {
	transform: rotate(45deg);
}

.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:after {
	transform: rotate(-45deg);
}


.add-box {
	border: 1px solid #434343;
	height: 4rem;
	letter-spacing: 0;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	white-space: nowrap;
}

.add-box:hover {
	border-color: #714a43;
	color: #714a43;
}

/* Responsive
==================================== */
@media all and (max-width: 750px) {

	.clm__table--collapse {
		display: block;
		width: 100%;
		box-shadow: none;
	}

	.clm__table--collapse .clm__table-row {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2em;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		border-radius: 8px;
		/*border-radius: 25px;*/
	}

	.clm__table--collapse .clm__table-row .clm__table-cell {
		width: 100% !important;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		padding: 0.5rem 1rem;
		border-bottom: 1px solid #f5f5f5;
		min-height: 50px;
	}

	.clm__table--collapse .clm__table-row .clm__table-cell:last-child {
		border-bottom: 0;
	}

	.clm__table--collapse .clm__table-row .clm__table-cell .clm__table-cell--heading {
		display: inline-block;
		-webkit-box-flex: 1;
		flex: 1;
		max-width: 160px;
		min-width: 120px;
		padding-right: 0.5rem;
		color: #000;
		font-weight: 500;
		/*border-right: 1px solid #ccc;*/
		margin-right: 1em;
	}

	.clm__table--collapse .clm__table-row .clm__table-cell .clm__table-cell--content {
		-webkit-box-flex: 2;
		flex: 2;
		padding-left: 1em;
		text-align: left;
	}

	.clm__table--collapse  .clm__table-row .clm__table-cell.qty-cell .qty {
		justify-content: flex-start;
	}

	.clm__table--collapse .topic-cell {
		background-color: #43BAC0;
		color: white;
		font-weight: 700;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.clm__table--collapse .topic-cell .clm__table-cell--content {
		padding-left: 0 !important;
	}

	.clm__table--collapse .clm__table-row--head {
		display: none;
	}
	.clm__table .clm__table-row.clm__table-row--footer {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		border-radius: 8px;
	}
}

.no-flexbox .clm__table {
	display: block;
}

.no-flexbox .clm__table.clm__table-cell {
	width: 100%;
}

/*		Gdpr Amasty Cookies Css		*/

.amgdprcookie-bar-template {
	z-index: 15;
	bottom: 0;
}
.amgdprcookie-modal-template,
.amgdprcookie-bar-container {
	bottom: unset;
	/*background-color: ;*/
}
.amgdprcookie-modal-template .amgdprcookie-button.-save,
.amgdprcookie-bar-container .amgdprcookie-button.-allow {
	background-color: #714A43;
	border-color: #714A43;
	/*color: ;*/
}

.amgdprcookie-modal-template .amgdprcookie-button.-save:hover,
.amgdprcookie-bar-container .amgdprcookie-button.-allow:hover {
	/*background-color: ;*/
	/*border-color: ;*/
	/*color: ;*/
}

.amgdprcookie-modal-template .amgdprcookie-button.-allow,
.amgdprcookie-bar-container .amgdprcookie-button.-settings {
	/*background-color: ;*/
	/*border-color: ;*/
	color: #714A43;
}

.amgdprcookie-modal-template .amgdprcookie-button.-allow:hover,
.amgdprcookie-bar-container .amgdprcookie-button.-settings:hover {
	/*background-color: ;*/
	/*border-color: ;*/
	/*color: ;*/
}

.amgdprcookie-modal-template .amgdprcookie-button.-decline,
.amgdprcookie-bar-container .amgdprcookie-button.-decline {
	/*background-color: ;*/
	/*border-color: ;*/
	color: #714A43;
}




footer.page-footer .back-to-top a {
	color: #333;
}

.page-products .toolbar-bottom .toolbar-content .products-pagination .pagination-step.active {
	background-color: #714a43;
	border-color: #714a43;
}