.dashed{
    text-decoration:line-through !important
}
form .btn.hvr-hover:hover{
    color: #FFF !important
}
form .btn.hvr-hover{
display: inline-block;
    margin-top: 0px;
    width: 162px;
    color: #FFF;
    font-weight: bold;
}
.fa.fa-shopping-cart {
	font-size: 16px;
    padding-right: 5px;
}
ul.social{
    display: block;
    margin: 0 auto;
}
ul.social a{
    display: inline-block
}
ul.social li{
    display: block;
    margin-bottom: 12px;
    background: #dadada;
    margin-left: 12px;
    border-radius: 5px;
    width: 50px
}
ul.social li i{
color: #394148;
    font-size: 25px;
    padding: 6px 0;
    display: block;
    text-align: center
}
.descre .head{
display: block;
    width: 100%;
    height: 37px;
    padding: 2px 10px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
}


.descre .head h3 {    
    padding-top: 4px;
    font-family: 'cairo', sans-serif;
    font-weight: 500;
}
.descre .body p {    
    font-weight: 300;
    font-family: 'cairo', sans-serif;
    text-align: center;
    font-size: 18px;
    border: 1px solid #eee;
}
.descre .body{

    display: none;    
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d8f91;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #064f50;
}