
body a {
	color: #262626;
}


.dataTables_wrapper .wc-product-table-controls select,
.dataTables_wrapper  .wc-product-table-controls input[type=search] {
	border: 1px solid #e5e5e5;

}


.dataTables_wrapper .wc-product-table-controls .multi-cart-form {
	text-align: left;
	float: none;
	margin: 0 0 8px !important;
	padding: 0;
}

.dataTables_wrapper .wc-product-table-controls .multi-cart-form input[type=submit] {
	padding: 0.6em 1.5em;
	margin: 0;
	cursor: pointer;
	line-height: 1.2;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #515151;
	background-color: #ebe9eb;
}

.dataTables_wrapper .wc-product-table-controls .multi-cart-form input[type=submit]:hover {
	background-color: #1e73be;
	color: #fff;
}

.dataTables_wrapper .wc-product-table-controls {
	font-family: 'Lato';
	font-size: 14px;
	color: #333;
}

.dataTables_wrapper .wc-product-table .multi-cart .multi-cart-check {
	position: unset;
	display: flex;
	justify-content: center;
}

.dataTables_wrapper .wc-product-table-wrapper td.col-add-to-cart {
    min-width: 170px;
}

.woocommerce .dataTables_wrapper .add-to-cart-wrapper .button {
	font-size: 14px !important;
	padding: 6px;
	background-color: #444!important;
	border-color: #444;
	color: #fff;
	font-weight: 500 !important;
	margin-left: 0 !important;
	min-width: 90px;
	margin-right: 10px !important;
}

.woocommerce  .dataTables_wrapper .add-to-cart-wrapper .button:hover {
	background-color: #1d73be !important;
}

.wc-product-table-wrapper .dataTable a {
	color: #262626;
	text-decoration: none;
}

.wc-product-table-wrapper .dataTable a:hover {
	color: #1D73BE;
}

.wc-product-table .cart .quantity .minus, .wc-product-table .cart .quantity .plus {
	width: 22px !important;
	height: 28px !important;
	max-width: 22px !important;
	max-height: 28px !important;
}

.wc-product-table .cart .quantity .minus:hover, .wc-product-table .cart .quantity .plus:hover {
	background-color: #1D73BE;
	color: #fff;
}

.wc-product-table .cart .quantity input[type="button"]:focus {
	outline: none;
}

.wc-product-table .cart .quantity input[type="number"]{
	color: #666;
	filter: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 11px 15px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	min-width: 2em !important;
}
.wc-product-table .cart .quantity button, .wc-product-table .cart .quantity input[type="button"] {
	background-color: #e5e5e5;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	float: left;
	text-transform: uppercase;
}

.woocommerce .quantity .qty {
	height: 30px;
	width: 70px;
}

.dataTables_wrapper .wc-product-table .cart .quantity {
	margin-left: 0;
}

.dataTables_wrapper .add-to-cart-wrapper {
	min-height: 50px !important;
}
.dataTables_wrapper .add-to-cart-wrapper.multi-cart {
	padding-right: 0 !important;
}
.dataTables_wrapper .col-add-to-cart a.out-of-stock-popup {
	line-height: 15px;
	cursor: pointer;
	padding: 8px 10px;
	font-weight: 700;
	border-radius: 3px;
	color: #515151;
	background-color: #ebe9eb;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all .4s;
}
.dataTables_wrapper .col-add-to-cart a.out-of-stock-popup:hover {
	background-color: #1e73be;
	color: #fff;
}


.logged_out_page {
	height: calc(100vh - 800px);
}
.logged_out_page a.user_click_logged:hover {
	color: #1d73be;
	text-decoration: underline;
}

.page-template-quick-order-form .woocommerce-product-gallery__image{
	display: block;
}