
/* Posts Per Page */

.perpage-form-wrapper {
	text-align: right;
	margin-bottom: 5px;
}
#perpage-select-form {
	position: relative;
	display: inline-block;
	margin-left:5px;
}
#perpage-select-form:after {
    content: "\e903";
    font-family: "GP Premium";
    display: inline-block;
    position: absolute;
    pointer-events: none;
    color: inherit;
    top: 10px;
    right: 15px;
    font-size: 16px;
}
#perpage-select {
	font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: 0 0;
    border-color: rgba(0,0,0,.1);
    color: inherit;
    cursor: pointer;
}

.current-in-cart {
    margin-top: 6px;
    padding: 6px 12px;
    width: 126px;
    color: #ef0505;
    text-align: center;
}
.current-in-cart.active {
	background-color: #dedede;
}
.qty-to-cart .add_to_cart_button {
	margin-top: 5px!important;
}

.qty-to-cart form .quantity.buttons-added .custom-minus, .qty-to-cart form .quantity.buttons-added .custom-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    min-height: 50px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    -moz-appearance: textfield!important;
    -webkit-appearance: none;
    border-radius: 0;
    color: inherit;
    box-sizing: border-box;
}
.qty-to-cart form .quantity.buttons-added .custom-minus {
	border-right:0;
}
.qty-to-cart form .quantity.buttons-added .custom-plus {
	border-left:0;
}
.empty-cart-btn {
    background-color: #aaa!important;
    color: #fff!important;
    margin-left: 4px!important;
}
.empty-cart-btn:hover {
    opacity: 0.7;
}

.mh-no-sale-items {
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #ec1c24;
    color: #fff;
}