/**
 *
 * Cross Selling On Cart
 *
 * @author Presta-Module.com <support@presta-module.com>
 * @copyright Presta-Module
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 *
 ****/
div.pm-csoc .product-miniature .thumbnail-container.with-button {
  height: 360px;
}
div.pm-csoc .product-miniature .thumbnail-container.with-button .highlighted-informations {
  height: 4.125rem;
}
div.pm-csoc .product-miniature .thumbnail-container.with-button:hover .highlighted-informations {
  top: auto;
  bottom: 110px;
}
div.pm-csoc .product-miniature .thumbnail-container.with-button:hover .highlighted-informations.no-variants.hidden-sm-down {
  height: 3rem !important;
}
div.pm-csoc .product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 110px);
}
div.pm-csoc .product-miniature .thumbnail-container .product-description .button_display.text-xs-center {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
