@import url("vm.css");


#sp-main-body {
    padding: 50px 0;
    background: #efefef;
}

.vm-product-grid  .product-container {
    background: #fff;
    flex-direction: column !important;
    border: 1px solid #eee;
	padding: 20px;
}


.vm-product-media-container .img-fluid {
    margin: 0 auto;
}

.vm-product-details-container , .product-description , .customer-reviews{
    background: #fff;
    padding: 10px;
}

.vmproduct  .width25 {
	width:25%;
    float: left;
}

.vmproduct  .width25  .spacer{
    background: #fff;
    margin: 5px;
    height: 100%;
    padding: 30px 10px;
    text-align: center;
}


.vmproduct  .width25  .spacer img {
    margin: 0 auto;
}

.vmproduct  .vm-header{
	min-height:60px;
}


@media (max-width: 780px) {

	.vmproduct  .width25 {
		width:100%;
	}
}