/**
 * 2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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/osl-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
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @author ALCALINK E-COMMERCE & SEO, S.L.L. <info@alcalink.com>
 * @copyright  2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 * Registered Trademark & Property of ALCALINK E-COMMERCE & SEO, S.L.L.
*/
.alcamultifaq-title {
  margin-top: 30px;
  margin-bottom: 15px;
}

#index .alcamultifaq-title{
  text-align: center;
  font-size: 22px;
  margin: 50px 0 30px 0;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.alcamultifaqs {
  margin: 10px 0px;
}

#category .alcamultifaqs,
#product .alcamultifaqs {
  padding: 0px;
}

.alcamultifaq-accordion {
  color: #1a051d;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 22px 24px 22px 4px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  line-height: normal;
  font-family: inherit;
  position: relative;
  margin-bottom: 0px;
}

.alcamultifaq-active,
.alcamultifaq-accordion:hover {
  background: #FFF;
}

.alcamultifaq-accordion:focus {
  outline: 0px!important;
}

.alcamultifaq-panel {
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #ece9f1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

/* .alcamultifaq-panel p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}  */

.alcamultifaq-panel ul{
   
    list-style-type: disclosure-closed !important;
    margin-left: 20px;

}

.alcamultifaq-accordion::after { 
  content: "\f121";
  font-size: 20px;
  font-family: "LineAwesome";
  position: absolute;
  font-weight: 400;
  color: #777;
  right: .625rem;
}
.alcamultifaq-accordion:hover::after{
  color:#000;
}

.alcamultifaq-active::after {
  content: "\f11f";
}

.alcamultifaqs img {
  margin-right: 29px;
}

.alcamultifaqs-container {
  margin: 15px 0px 50px 0;
}

#index .alcamultifaqs-container{
  max-width: 1270px;
  margin: 50px auto;
  padding:0 15px;
}
#alcamultifaq-product{
  padding:0 30px;
}