/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Main file
 *
 * @category  CSS
 * @package   AI-Cards
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright 2013-2016 ai-dev
 * @license   Read the multi-language license license.txt
 *
 * @version   0.1.0
 *
 * @link      http://www.boutique.ai-dev.fr
 */
 @CHARSET "ISO-8859-1";

.field_row {
    float: left;
    margin: 5px 0;
}

.field_row input {
    padding: 0;
}

.card_canvas_background,
.card_canvas,
.card_canvas_filter {
    width: 100%;
}

.canvas_container {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.card_canvas {
    position: absolute;
}

.card_canvas_border {
    border: solid 1px #000000;
    left: 0;
    position: absolute;
    top: 0;
}

#quantity_wanted_p,
.cart_quantity_button {
	display: none !important;
}
