.product-section .container {
	max-width: 1600px;
}

.product-section.padding-top {
	padding-top: 40px;
}

.product-section h2 {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.featured-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.product-title {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	text-align: center;
	margin-bottom: 10px;
}

.product-title a {
	text-decoration: none;
	color: #4C4C4C;
}

.product-title a:hover {
	color: #000;
}

.price {
	color: #4C4C4C;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.product-list {
	text-align: center;
	border: solid 1px #f2f2f2;
	padding: 20px 5px;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
	margin: 0 2px 20px;
	height: inherit !important;
}

div.slick-track,
div.slick-initialized .slick-slide {
	display: flex;
}

.product-button {
	margin-top: auto;
}

a.quick-view {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #4C4C4C;
}

.add_to_cart_button.added {
	background-color: #000 !important;
	border-color: #000 !important;
}

.added_to_cart.wc-forward {
	display: none !important;
}

.added_to_cart.wc-forward:hover {
	opacity: .8;
}

.see-more {
	margin-left: auto;
    text-decoration: none;
    padding-left: 10px;
    font-size: 18px;
    text-transform: none;
}

input#submit.added::after, 
a.button.added::after,
button.button.added::after,
input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 0.53em;
	vertical-align: middle;
}


input#submit.loading,
a.button.loading,
button.button.loading,
input.button.loading {
	opacity:.25;
	padding-right:2.618em;
	position: relative;
}

input#submit.loading::after,
a.button.loading::after,
button.button.loading::after,
input.button.loading::after {
	font-family:WooCommerce;
	content:"\e01c";
	vertical-align:top;
	font-weight:400;
	position:absolute;
	top:.618em;
	right:1em;
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite
}

.product-button a.button {
	padding-top: 9px;
}

.product-button a.button:visited {
	color: #fff;
}

.product-title {
	font-size: 14px;
}

@media (min-width: 400px) {
	.product-grid {
		display: flex;
		margin: 0 -15px;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	.product-list {
		width: 45%;
	}
	
	.product-list {
		margin: 0 10px 20px;
		padding: 15px 15px 30px;
	}
	
	.product-title {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.product-list {
		width: 30.33%;
	}
}



@media (min-width: 1200px) {
	.product-list {
		width: 18.3%;
	}

	.quick-view:hover {
		color: #000 !important;
	}

	.see-more:hover {
		color: #000;
	}

	.featured-image:hover {
		transform: scale(1.1);
	}

	.product-section {
		padding: 0 0 20px;
	}
}


@media (min-width: 1427px) {
	.product-list {
		width: 18.6%;
	}
}

.product-list-section {
	padding: 40px 0;
}

.product-list-section .container {
	max-width: 1600px;
}

.product-list-section h2 {
	text-transform: uppercase;
}

.table {
  	width: 100%;
  	max-width: 100%;
	margin-bottom: 20px;
}

.table .product-title,
.table .price {
	margin: 0;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.table a.product_type_simple {
	display: none;
}


