<div class="border p-0 pb-2">
<form action="<?php echo $this->action; ?>" id="<?php echo $this->formId; ?>" name="iso<?php echo rand(); ?>" method="post" enctype="<?php echo $this->enctype; ?>">
<div class="w-100 pb-4 row no-gutters" itemscope itemtype="http://schema.org/Product">
<input type="hidden" name="FORM_SUBMIT" value="<?php echo $this->formSubmit; ?>">
<input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}">
<input type="hidden" name="AJAX_PRODUCT" value="<?php echo $this->product_id; ?>">
<input type="hidden" name="AJAX_MODULE" value="<?php echo $this->module_id; ?>">

<div class="w-100 pt-3 px-3"><?php echo $this->getGallery('images')->generateMainImage(); ?></div>
  <?php if ($this->sku): ?><div class="sku w-100 badge badge-light" itemprop="sku">{{iflng::sl}}Šifra{{iflng}}{{ifnlng::sl}}SKU{{ifnlng}}: <?php echo $this->generateAttribute('sku'); ?></div><?php endif; ?>
<h3 class="w-100 my-2 px-3"><a href="<?php echo $this->href; ?>" title="<?php echo $this->label_detail; ?>"><?php echo $this->generateAttribute('name'); ?></a></h3>

<div class="w-100 px-3">
  <div class="offer" itemscope itemtype="http://schema.org/Offer">
  <div class="price display-2 text-colD"><?php echo $this->generatePrice(); ?></div>
  <?php if($this->baseprice): ?><div class="baseprice"><?php echo $this->generateAttribute('baseprice'); ?></div><?php endif; ?>
  </div>
</div>

<?php if ($this->teaser): ?><div class="w-100 p-3"><?php echo $this->generateAttribute('teaser'); ?></div><?php endif; ?>
<div style="bottom:5px;" class="position-absolute w-100 px-3 text-right"><a class="btn btn-info" href="<?php echo $this->href; ?>" title="<?php echo $this->label_detail; ?>">{{iflng::sl}}Več o izdelku{{iflng}}{{ifnlng::sl}}More about{{ifnlng}}</a></div>

<?php if($this->actions): ?>
<div class="submit_container px-3">
  <?php if ($this->useQuantity): ?>
  <div class="quantity_container input-group">
  <label for="quantity_requested_<?php echo $this->raw['id']; ?>"><?php echo $GLOBALS['TL_LANG']['MSC']['quantity']; ?>:</label> <input type="text" class="w-100 text form-control" id="quantity_requested_<?php echo $this->raw['id']; ?>" name="quantity_requested" placeholder="<?php echo $this->minimum_quantity; ?>" maxlength="10">
  </div>
  <?php endif; ?>
  <div class="quantity_container pb-3">
  <?php foreach ($this->actions as $action) echo $action->generate($this->product); ?>
  </div>
</div>
<?php endif; ?>

</div>
</form>
</div>
