/**
* 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: 100px;
        margin-top: 50px;
	}
}
.mt-40 {
  margin-top: 40px;
}
.faqproduct .tt-title{
  margin-bottom: 25px;
  float: none;
  position: relative;
  width: 100%;
  font-weight: 500;
}
.faqproduct .panel{
	border-bottom: 0.8px solid rgba(51, 51, 51, 0.2);
	margin-bottom: 0;
}
.faqproduct .panel-heading {
  	padding: 0;
	border:0;
}
.faqproduct .panel-title{
    margin-bottom: 0;
}
.faqproduct .panel-title>a, .panel-title>a:active{
	display:block !important;
	padding: 20px 40px 20px 0 !important;
  	font-size:16px !important;
  	font-weight:500 !important;
	text-transform: none !important;
	text-decoration:none !important;
    position: relative !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
}
.faqproduct .panel-title>a:before,.faqproduct .panel-title>a:after{
    cursor: pointer;
    height: 2px;
    width: 13px;
    background: #333333;
    display: block;
    content: '';
    right: 0;
    top: 50%;
    position: absolute;
    transition: all .3s 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(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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);
    display: none;
}
.faqproduct .panel .panel-collapse{
	padding:0 0 15px;
}
.faqproduct .panel .panel-collapse .panel-body p{
    line-height: 1.6;
}

@media (max-width: 991px){
	.faqproduct{
		margin-bottom: 50px;
        padding: 0;
	}
    .faqproduct .col-12{
        padding: 0;
	}
	.faqproduct .tt-title{
		margin-bottom: 0;
	}
}

@media (max-width: 767px){

    .faqproduct .panel-title>a, .panel-title>a:active{
        font-size: 14px;
        padding: 15px 40px 15px 0;
    }
    .faqproduct .panel-title>a:before, .faqproduct .panel-title>a:after{
        width: 9px;
        height: 1px;
    }
    

}
/*
.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);
} */