/*
Theme Name: Vendomat Child
Theme URI: https://vendomat.modeltheme.com/
Template: vendomat
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: WooCommerce Vending Machines Theme
Version: 1.6
Text Domain: vendomat
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */

.css-can {
  display: inline-block;
  width: 18px;
  height: 31px;
  background: #000;
  border-radius: 3px;
  position: relative;
  margin: 0 2px;
  vertical-align: middle;
}
.css-can::before,
.css-can::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.css-can::before { top: 3px; }
.css-can::after { bottom: 3px; }

