/**
 * CedCommerce
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement (EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://cedcommerce.com/license-agreement.txt
 *
 * @category Ced
 * @package Ced_Productfaq
 * @author CedCommerce Core Team
 * @copyright Copyright CEDCOMMERCE (http://cedcommerce.com/)
 * @license http://cedcommerce.com/license-agreement.txt
 */
.product_faqs li {
  background: #F5F5F5 url("../images/pluss-sign.png") no-repeat scroll 12px / 18px auto;
  position: relative;
  margin: 10px 0 0 0;
  padding:30px 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid var(--closeBtn);
  text-align: inherit;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
/* .product_faqs li::after{
  content: '\f053'!important;
} */
.product_faqs li.current {
  background: #F5F5F5 url("../images/minus-sign.png") no-repeat scroll 16px / 20px 7px;
  color: #e36f56;
}
.product_faqs .faq_title {
  /* float: left; */
  /* font-family: cairo; */
  font-size: 18px;
  font-weight: bold;
}
.product_faqs .faq_date {
  /* float: right; */
  /* font-family: cairo; */
  font-size: 14px;
  font-style: italic;
  margin-right: 20px;
  margin-left: 20px;
  color: var(--border);
}

.accordion.product_faqs{
  margin-top: 20px;
}

/* .pages{
  float: left;
} */

.posted_by{
  display: none;
}

.product_faqs .posted_by_img {
  background-image: url("../images/profle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% auto;
  /* float: left; */
  height: 98px;
  width: 94px;
}
.product_faqs .posted_by_text {
  /* float: right; */
  /* font-family: cairo; */
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  margin-left: 13px;
  margin-top: 45px;
}
.product_faqs .pane p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--border);
    
}
.product_faqs .pane {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px;
  
}
.product_faqs .grid .button_like {
  background: #51a14c none repeat scroll 0 0;
  border: 1px solid #51a14c;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  padding: 1px 20px;
  width: 92px;
  display: inline-block;
}
.product_faqs .grid{
  text-align: right;
   padding: 10px 15px;
}
.product_faqs .grid > span {
  background: #333 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
  padding: 0px 10px;
  position: relative;
}
.product_faqs .grid > span::after {
  background-image: url("node.png");
  content: "";
  height: 12px;
  left: -1px;
  position: absolute;
  top: 3px;
  transform: rotate(127deg);
  width: 12px;
}
.product_faqs .grid > span.has_value::after {
  background-image: none !important;
}
.product_faqs .posted_by {
  background: #ededed none repeat scroll 0 0;
  padding: 15px 10px;
}
.ask_us_popup {
  background: #EFEFEF;
  border-radius: 10px;
  box-shadow: 0 2px 15px 3px #000;
  left: 29%;
  padding: 10px;
  position: fixed;
  top: 15%;
  width: 40%;
  z-index: 999999;
}
.ask_us_popup .close_askus{
  text-align: right;
  position: relative;
}
.ask_us_popup .close_askus .various {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 10%;
  width: 22px;
}#EFEFEF
.ask_us_popup .close_askus .various:hover{
  text-decoration: none;
}
.ask_us_popup .ask_question label {
  font-weight: bold;
}
p.ask-title  {
  font-weight: 600;
  font-size: 18px;
}
.ask-btn{
  font-weight: 600 !important;
}
p.ask-text{
  margin-bottom: 0;
}
.ask-last-text{
  margin-bottom: 3rem !important;
}
.ask_us_popup .close_askus .various:before{
  content: "×";
  font-size: 20px;
  color:black;
}

.ask_us_popup .ask_question .input-text {
  margin-bottom: 15px;
  margin-top: 5px;
  background:white;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.ask_us_popup_overlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.nav-sections-item-content nav.navigation,.header.content .logo,.header.content .block.block-search{
  position: static !important;
}
.header.content .block.block-search .form.minisearch {
  position: relative;
}
.ask_us_popup .response {
  text-align: center;
  padding:15px;
}
a:hover{
  color: #e36f56 !important;
}
.clear{
    clear: both;
}
form#formId{
  padding: 30px 30px 0 30px;
}
.ask-text-container{
  max-width: 350px ;
  margin-bottom: 3rem;
}
@media (max-width: 767px)  {
  .ask_us_popup {
    left: 2%;
    padding: 10px;
    position: fixed;
    width: 96%;
  }
}
