.quantity-cat {
    margin: 5px;
    width: 15%;
}
.eecom-edd-image {
    float: left;
    width: 20%;
}
.eecom-edd-image img {
    width: auto;
    margin-left: 10px;
}
#eecom-product-item {
    background: rgb(28, 152, 199) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    float: left;
    height: auto;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
}
#eecom-product-item a {
    text-decoration: none;
    color: #FFFFFF;
}
.maskloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(255,255,255,0.5) url(../images/ball-triangle.svg) center center no-repeat;
}
#eecom-product-item td {
    border: none;
}
.eecom-disc-rp {
    float: left;
    width: 62%;
}
.eecom-disc-lp {
    float: left;
    width: 38%;
}
.eecom-thumb-content {
    float: left;
    width: 80%;
}
body {
    margin: 0 auto;
}

button.eecom-add-all {
    float: left;
    margin-left: 53%;
    background-color: #FFFFFF;
    padding: 5px;
    color: #463232;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}
.ecom_h2 {
    background: #010206 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.ecom_h5 {
    background: #FFFFFF;
    padding: 4px 0 2px 5px;
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
}
.eecom-ajax-body {
  background-color: rgb(239, 253, 213);
}
@media only screen and (min-width:480px) and (max-width: 760px)  {
	.eecom-edd-image {
		width: 30%;
	}
	.eecom-thumb-content {
		width: 70%;
	}
	.eecom-disc-lp {
		width: 100%;
	}
	.eecom-disc-rp {
		width: 100%;
	}
}
@media only screen and (min-width:200px) and (max-width: 479px)  {
	.eecom-edd-image {
		width: 97%;
		text-align: center;
		    margin-bottom: 20px;
	}
.eecom-disc-rp input[type="number"]  {
    width: 50px;
    height: 21px;
    border: 1px solid rgba(0,0,0,0.6);
    margin-top: -1px;
}
	.eecom-thumb-content {
		width: 100%;
	}
	.eecom-edd-image img {
    margin-left: 0px;
	}
	.eecom-disc-lp {
		width: 100%;
		text-align: center;
	}
	.eecom-disc-rp {
		width: 100%;
		text-align: center;
	}
	form.variations_form.cart {
    width: 100%;
	}
	table.variations {
    margin: 10px auto;
	}
}