/**
 * 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: 1;
  padding: 5px 10px 10px 10px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.15);
display:none;
  bottom: 100%;

  width: 600px;
  font-weight: 400;
  font-size:12px;
text-align: justify;
  align-items: center;

}
.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: 600px;
  height: auto;
  bottom: 30px;
  z-index:2;
  opacity: 1;
}

@media screen and (max-width: 980px) {

    .product-features dd .tooltipp{
width: calc(100vw - 30px);
    z-index: 999;
    background:#fff;
right:0;
    box-shadow: 0 10px 100px 100px rgba(0, 0, 0, 0.3);
    }
    .product-features dd .tooltipp > div{
        max-height: 400px;
    overflow:hidden;
    overflow-y: hidden;
    overflow-y: scroll;
}
    .product-features dd .tooltipp::after {
right:unset;
  left: 50%;
}
    .product-features dt .tooltipp > div{
        max-height: 400px;
    overflow:hidden;
    overflow-y: hidden;
    overflow-y: scroll;
}
    .product-features dt .tooltipp{
width: calc(100vw - 30px);
    z-index: 999;
    background:#fff;
right:0;
    box-shadow: 0 10px 100px 100px rgba(0, 0, 0, 0.3);
    }

}
