.txt-heading {

	margin: 20px 0px;

	text-align: left;

    background: #ffffff;

    padding: 5px 10px;

    overflow: auto;

	border-bottom: #607d8b 2px solid;

}



#shopping-cart .txt-heading {

	border-top: #607d8b 2px solid;

    background: #ffffff;

    border-bottom: #607d8b 2px solid;

	

}



.txt-heading-label {

	display: inline-block;

}



#shopping-cart .txt-heading .txt-heading-label{

	margin-top:5px;

	

}



.btnAddAction {

    padding: 3px 10px;

    cursor: pointer;

    border: #CCC 1px solid;

    background: #f3f0f0;

}



.cart-item {

	border-bottom: #26AE58 1px dotted;

	padding: 10px;

}



.cart-image {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    vertical-align: middle;

}



#product-grid {

	margin-bottom: 30px;

    text-align: center;

    padding-bottom: 20px;

}



.product-item {

	display: inline-block;

	margin: 8px;

	border: #CCC 1px solid;

}



.product-title {

	position: relative;

    bottom: 0px;

    background: #1A4B9D;

    width: 100%;

    padding: 5px 0px;

    color: #f1f1f1;

}

.product-image {

	height: 240px;

	width:300px;

	position:relative;

}


.breed-product-image {

	height: 150px;

	width:187.5px;

	position:relative;

}


.product-image img {

	width:100%;

    height: 240px;

}
.breed-product-image img {

	width:100%;

    height: 150px;

}


.product-footer {

    padding: 40px 10px 10px;

    overflow: auto;

}

.float-left {

	float:left;

}

.float-right {

	float:right;

}

.align-right {

	text-align: right;

}



.input-cart-quantity {

	padding: 5px;

    margin: 0;

    vertical-align: top;

    border: #CCC 1px solid;

    border-right: 0px;

    width:35px;

}

.cart-info {

	text-align: right; 

	display:inline-block;

	width:15%;

    font-size: 0.8em;

}

.cart-info.title {

	width:50%;

	text-align: left; 

}

.cart-info.price {

	min-width:20%;

	position:relative;

}

.cart-info.action {

	width: 5%;

    float: right;

    padding: 10px 0px;

}

.cart-item-container {

	padding: 5px 10px;

    border-bottom: #e2e2e2 1px solid;

}

.cart-status {

	color: #666;

    float: right;

    font-size: 0.8em;

    padding: 0px 10px;

    line-height: 18px;

} 

#btnEmpty img{

	margin-top:6px;

	cursor:pointer;

}



.cart-item-container.header {

	background: #ffffff;

    border-bottom: #b9b8b8 1px solid;    

    font-weight: bold;

}

.btn-action {

	margin: 20px 0px 20px;

    padding: 10px 30px;

    font-size: 1em;

    background: #1A4B9D;

    border: #1A4B9D 1px solid;

    color: #FFF;

    cursor: pointer;

}

.frm-customer-detail {

    background: #dae5ec;

    padding: 20px;

}



.frm-heading {

	margin: 20px 0px 0px;

	text-align: left;

    background: #c9d3da	;

    padding: 10px;

}



.input-field {

	display:inline-block;

	margin:10px 0px;

}



.input-field input {

	margin-right:15px;

	padding:10px;

	min-width:200px;

}



.success {

	margin-top: 20px;

    background: #d6ecd6;

    padding: 15px;

    border: #c4dac4 1px solid;

}

.btn-continue {

	margin: 20px 0px 20px;

    padding: 10px 30px;

    font-size: 1em;

    background: #FFF;

    border: #3a9ee0 1px solid;

    color: #3a9ee0;

    cursor: pointer;

}