/**
 * PrestaShop module created by bahman.rostampoor
 *
 * @author mypresta.ir
 * @license EULA: This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.ir
 * support@mypresta.ir
 */
 .tooltipp i{
color: red !important;
  font-size: 20px !important;
  line-height: 1;
  cursor: pointer;
  display: flex;
  width: 20px;
  margin-bottom: 5px;
  align-items: center;
  width: 100%;
 }
.tooltipp i::after {
  content: "";
  display: block;
  width: calc(100% - 44px);
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: absolute;
  left: 10px;
}
  .tooltipp a{
 color:#4285f4
 }
 .product-features .tooltipp {
  border-radius: 5px;
  position: absolute;
  background: #fff;
  z-index: -2;
  padding: 5px 10px 10px 10px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.15);
  opacity: 0;
  bottom: 0;
  display: block;
  width: 320px;
  font-weight: 400;
  font-size:12px;
text-align: justify;
  align-items: center;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
}
.product-features dl dd span{
    position:relative;
}
.product-features dl dd i{ 
    position:relative;
    top:-2px;
}
 .product-features .tooltipp p{
margin-bottom: 8px;
}
.product-features .tooltipp::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  right: 20%;
  margin-left: -8px;
  bottom: -6px;
  transform: rotate(45deg);
  z-index: 0;
}
.product-features dd, .product-features dt{
	position:relative
}
.product-features dl dt {
  position: relative;
}
.product-features dd i.fto-help-circled, .product-features dt i.fto-help-circled{
	margin-right:5px;
	font-size:16px;
	line-height: 1;
	color:#4285f4 !important;
}
.product-features dd .tooltipp.show , .product-features dt .tooltipp.show {
  width: 320px;
  height: auto;
  bottom: 30px;
  z-index:2;
  opacity: 1;
}

@media screen and (max-width: 980px) {
    .product-features dd .tooltipp{
        left:5px;
    }
    .product-features dd .tooltipp::after {
right:unset;
  left: 50%;
}
    .product-features dt .tooltipp{
        right:5px;
    }

}
