/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#short_description_content a.myButton, section.page-product-box a.myButton {
  display: none;
}

  }
.myPdflink {
	float: left;
  box-shadow: 0 1px 13px -5px #ffffff inset;
 border-radius: 25px;
    background: white;
  border: #dcdcdc solid 1px;
  display: inline-block;
  cursor: pointer;
  color: #777777;
  font-family: Arial;
  font-size: 17px;
  padding: 4px 16px;
  text-decoration: none;
  text-shadow: 0 1px 3px #ffffff;
  margin-bottom: 20px;
}
a.myPdflink {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
}
.pdft {
    margin-top: 7px;
	margin-right: 5px;
	margin-left: 15px;
}
/* PDF & TAILLE — clone visuel du bouton à gauche, sans toucher aux autres */
#pdflink a#btnPdfSize{
  display: inline-flex;
  align-items: center;     /* centre icône + texte */
  gap: 6px;                /* icône un peu plus proche du texte */
  height: 39px;            /* ≈ hauteur du bouton "STYLE À COMBINER" */
  padding: 0 14px;         /* largeur visuelle similaire */
  line-height: 1;          /* neutralise le line-height du parent */
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
}

#pdflink a#btnPdfSize .pdft{
  display: block;          /* évite la baseline */
  height: 14px;            /* icône proportionnelle */
  margin: 0;
}
#pdflink a#btnPdfSize:hover {
        background: #0151e4;
        color: white;
    }