/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

.sld-product-line-info {
  font-size: 12px; }

.my-sld-h1 {
  font-family: Jost;
  color: #666666;
}

#new-animal .selector { width:100% !important; }
#new-animal span { display:none; }
#animal-choice span { display:none; }

.btn-add-to-cart {
    width: auto;
    height: auto;
    max-width: none;
    white-space: nowrap;
    border-radius: 40px;
    text-transform: inherit;
    padding: 6px 20px;
    background-color: rgb(230, 76, 39);
    color: rgb(255, 255, 255);
}

.sld-pre-reservation {
  background: #f0f0f0;
  padding: 15px;
}
.sld-pre-reservation .product-customization .product-customization-wrapper {
  border: none;
  padding: 0;
}
.sld-pre-reservation .product-customization .input-wrapper {
  max-width: initial;
}

.sld-editable {
  /*text-decoration:underline;*/
  color:#E64C27;
  cursor:pointer;
}
.sld-editable:after {
  content: ' 🖉';
  text-decoration:none;
}

#fileuploads-checkout, #fileuploads-checkout #fileuploader-wrapper {
  width: 100%;
}
#files li.media {
  display: table !important;
}
#files .file_name {
  display: none;
}
#fileuploads-checkout hr.mb-1 {
  margin-bottom: 2rem !important;
}
