/* - Shop */
/* - Product Header */
.woocommerce .woocommerce-products-header .top-box {
	margin-bottom: 4px;
	margin-top: 4px;
	display: inline-block;
}
.woocommerce .woocommerce-products-header .top-box > span {
	color: #000;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 1rem;
	font-weight: 700;
}
.woocommerce .woocommerce-products-header .top-box > a {
	border: 1px solid #e5e5e7;
	border-radius: 3px;
	color: #798795;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 2px;
}
.woocommerce .woocommerce-products-header .top-box > a.active,
.woocommerce .woocommerce-products-header .top-box > a:hover {
	color: #000;
}
.woocommerce .woocommerce-products-header .top-box > a > i {
	font-size: 11px;
	line-height: 2.5;
}
.woocommerce .woocommerce-products-header .top-box > select {
	background: transparent url("../images/shop-dropdown.png") no-repeat right .5rem center/8px 5px;
	border: 1px solid #e5e5e7;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
	height: 30px;
	padding: 1px 6px;
	color: #666;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	vertical-align: middle;
	padding-right: 20px;
	line-height: 2.2;
}
.woocommerce .top-bar .pagination .nav-links {
	margin-left: auto;
	margin-right: auto;
}
.woocommerce .top-bar .pagination .nav-links .page-numbers {
	border: 1px solid #e5e5e7;
	background-color: transparent;
	border-radius: 3px;
	color: #798795;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.2;
	margin: 4px 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	width: 28px;
	height: 28px;
}
.woocommerce .top-bar .pagination .nav-links .page-numbers:hover, 
.woocommerce .top-bar .pagination .nav-links .page-numbers.current {
	border-color: transparent;
    background-color: #32355d;
	background-image: none;
	color: #fff;
}

/* - Product Box */
.shop-grid .products {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.shop-grid .products .product {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.shop-grid .products .product > a {
	display: inline-block;
	position: relative;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay {
	position: relative;
	display: inline-block;
	margin-bottom: 1.6rem;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay::before {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}
.shop-grid .products .product:hover > a.woocommerce-LoopProduct-link > .imageoverlay::before {
	opacity: 1;
}
.shop-grid .products .product > a .discount,
.shop-grid .products .product > a .sale,
.shop-grid .products .product > a .new {
	background-color: #ff4880;
	color: #fff;
	font-size: 13px;
	left: 5px;
	position: absolute;
	top: 13px;
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 2.45;
}
.shop-grid .products .product > a .discount::before,
.shop-grid .products .product > a .sale::before,
.shop-grid .products .product > a .new::before {
	border-bottom: 8px solid #ff4880;
	border-left: 16px solid transparent;
	content: "";
	position: absolute;
	top: -8px;
	right: 5px;
}
.shop-grid .products .product > a .sale {
	background-color: #32355d;
}
.shop-grid .products .product > a .sale::before {
	border-bottom: 8px solid #32355d;
}
.shop-grid .products .product > a .new {
	background-color: #000;
}
.shop-grid .products .product > a .new::before {
	border-bottom: 8px solid #000;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay::before,
.shop-grid .products .product > a.woocommerce-LoopProduct-link > h6,
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price,
.shop-grid .products .add_to_cart_button {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
	color: #000;
	font-family: 'Fredoka One', cursive;
	font-size: 14px;
	margin-bottom: 12px;
	padding-right: 20px;
}
.shop-grid .products .product:hover > a.woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
	color: #ff4880;
}
.shop-grid .products .product .star-rating {
	float: left;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .star-rating i {
	color: #d0d0d0;
	font-size: 13px;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .star-rating i.act {
	color: #ffa800;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price {
	color: #798795;
	font-size: 13px;
	display: block;
	float: right;
}
.boxed-view .shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price {
	width: 100%;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price ins {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.shop-grid .products .btn-block {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
	width: auto;
}
.shop-grid .products .product:hover .btn-block {
	opacity: 1;
	visibility: visible;
}
.shop-grid .products .btn-block a {
	background-color: #ff4880;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 0.564rem 0.875rem 0.5rem;
	text-transform: uppercase;
	margin-left: 5px;
    align-items: center;
	display: flex;
}
.shop-grid .products .add_to_cart_button > a > i {
	font-size: 1rem;	
	border-left: 1px solid rgba(0,0,0,0.15);
	padding-left: 5px;
	margin-left: 10px;
	line-height: 1.2;
}
.shop-grid .products .btn-block a:hover {
	background-color: #fff;
	color: #798795;
}
.shop-grid .products .product > .add_to_wishlist {
	position: absolute;
	left: 0;
	z-index: 1;
}
.shop-grid .products .product > .add_to_wishlist > a {
	color: #d0d0d0;
	font-size: 13px;	
}
.shop-grid .products .product .add_to_wishlist > a:hover {
	color: #ff4880;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 1.7rem;
	}
	
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+5) {
		margin-top: 3.125rem;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Product Header */
	.woocommerce .top-bar .woocommerce-products-header {
		float: left;
	}
	.woocommerce .top-bar .pagination {
		float: right;
		width: auto;
		padding: 0;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 1rem;
	}
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+4) {
		margin-top: 3.125rem;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header {
		text-align: center;
	}
	
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+3) {
		margin-top: 2rem;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 0.5rem;
	}
	.woocommerce .woocommerce-products-header .top-box > span {
		margin-right: 0.2rem;
	}
}
/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 100%;
		display: block;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+2) {
		margin-top: 2rem;
	}
}