/**
* 2007-2019 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-2019 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.
*/
@media (min-width: 992px){
	.faqproduct{
		clear: both;
    margin-bottom: 25px;
    margin-top: 50px;
	}
}
.mt-40 {
  margin-top: 40px;
}
.faqproduct .tt-title{
  margin-bottom: 40px;
  color: #1f1e24;
  float: none;
  letter-spacing: .2px;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
}
.faqproduct .panel{
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.faqproduct .panel-heading {
  	padding: 0;
	border:0;
}
.faqproduct .panel-title>a, .panel-title>a:active{
	display:block;
	padding: 10px 40px 10px 10px;
  	color:#000;
  	font-size:14px;
  	font-weight:bold;
	text-transform: none;
  	word-spacing:3px;
  	line-height: 1.3;
	text-decoration:none;
    position: relative;
}
.faqproduct .panel-title>a:before,.faqproduct .panel-title>a:after{
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #3c3c3e;
    display: block;
    content: '';
    right: 15px;
    top: 50%;
    position: absolute;
    transition: all .5s ease-in-out;
}
.faqproduct .panel-title>a:before{
    transform-origin: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faqproduct .panel-heading.active .panel-title>a:before{
	-webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.faqproduct .panel-heading.active .panel-title>a:after{
	webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.faqproduct .panel .panel-collapse{
	padding:10px;
}
.faqproduct .panel .panel-collapse .panel-body p{
    line-height: 1.6;
}

@media (max-width: 991px){
	.faqproduct{
		margin-bottom: 20px;
	}
	.faqproduct .tt-title{
		margin-bottom: 20px;
	}
}
/*
.panel-heading  a:before {
   font-family: 'FontAwesome';
   content: "\f063";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} */