/**
* 2007-2023 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-2023 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.
*/
.btn.add-product-additive {
  background-color: transparent;
  color: #9d7441;
  border: none;
}

.jashextras_top {
  border-bottom: 1px solid #E3E3E3;
}
.jashextras_top_left {
  font-family: Oranienbaum;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.jashextras_top_right {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.jashextras_middle_left .filter {
  border-bottom: 1px solid #E3E3E3;
}
.jashextras_middle_left .filter li a {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #080808;
}
.jashextras_middle_left .product-miniature {
  box-shadow: none;
}
.jashextras_middle_left .product-miniature__title .product-miniature__link-jashextras {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  color: #514633;
}
.jashextras_middle_left .product-miniature__link-jashextras {
  cursor: pointer;
}
.jashextras_middle_left .product-miniature__actions {
  height: 45px;
}
.jashextras_middle_left .product-miniature__actions span {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.jashextras_middle_left .product-miniature__actions span svg {
  position: relative;
  top: -2px;
}
.jashextras_middle_left .product-miniature__actions.jashextras_addedCart .jashextras-added-product {
  display: block;
  opacity: 1;
  visibility: visible;
}
.jashextras_middle_left .product-miniature__actions.jashextras_addedCart .jashextras-noadded-product {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.jashextras_middle_left .product-miniature__actions .jashextras-added-product {
  display: none;
  opacity: 0;
  visibility: hidden;
  color: #0A7F24;
}
.jashextras_middle_left .product-miniature__actions .jashextras-noadded-product {
  display: block;
  opacity: 1;
  visibility: visible;
  color: #9D7441;
}
.jashextras_middle_left .product-miniature__actions input.hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.jashextras_middle_right .form-ajax-submit input.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.jashextras_description {
  padding: 15px 20px 15px 20px;
  background-color: #FCF6EF;
  font-family: Be Vietnam;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #9D7441;
}
.jashextras_description a {
  font-weight: 700;
  color: #9D7441;
}

@media (min-width: 992px) {
  .col-6.jashextras-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}/*# sourceMappingURL=front.css.map */