.field_left{float:left;}
.container-header{
  background-image:linear-gradient(245deg, #A5CD39 0%, #B2B4B3 5%, #182E57 20%) !important;
  background-image: -webkit-linear-gradient(245deg, #A5CD39 0%, #B2B4B3 5%, #182E57 20%) !important;
  background: rgba(0,0,0,0.5);
}
.container-footer{
  background-image:linear-gradient(125deg, #A5CD39 0%, #B2B4B3 5%, #182E57 20%) !important;
  background-image: -webkit-linear-gradient(125deg, #A5CD39 0%, #B2B4B3 5%, #182E57 20%) !important;
  background: rgba(0,0,0,0.5);
}
.footer.container-footer.full-width .grid-child .mod-custom.custom{
  width:100%;
}
.vm-img-desc{
  visibility:hidden !important;
}
.vm_product-sku{
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  font-size: var(--body-font-size)-.2;
}
.cardborder{
  border: 1px solid var(--border-color);
  border-radius: 5%;
  padding:4px 4px 6px 4px;
}