.to-cart-btn{
	width: 50%;
    float: right;
    color: #ffffff;
    background-color: #F56022;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

.h4-custom {
	font-weight: 900;
    font-size: 16px;
    padding: 0;
    margin: 0px;

}

.custom_a {
	color: black;
}

.price-custom {
	font-weight: 900;
    font-size: 12px;
    padding: 0;
    margin: 0px;
    color: black;

}

.li-custom{
	padding-bottom: 0px;
	line-height: 1;
	font-size: 15px;
}

input.qntyminus-a,
input.qntyplus-a {
	width: 30px;
	float: left;
	background: none;
	border: none;
	height: 30px;
	border-radius: 15px;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px 0 3px;
	cursor: pointer;
	line-height: 5px;
	-webkit-appearance: none;
}

input.qntyminus-a,
input.qntyplus-a,
input.qntyminusshop-a,
input.qntyplusshop-a {
	border: 1px solid #222222;
	color: #222222;
}

.btn-sold-out {
    width: 50%;
    float: right;
    color: #ffffff !important;
    background-color: #c91e12;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 1000;
    text-decoration: none; cursor: default;
}
