.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 9px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    content: "-";
    padding-right: 5px;
    font-style: normal;
    font-weight: lighter;
    /*text-decoration: inherit;*/
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    content: "+";
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}


.product-wish {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 99;
    right: 30px;
    text-align: right;
    padding-top: 0
}

.product-wish .fa {
    color: #cbcbcb;
    font-size: 32px;
}

.product-wish .fa:hover {
    color: #ee088f;
}

.fill-heart {
    color: #ee088f !important;
}


.rating {
    margin: 0px;
    padding: 0px;
}

.rating li {
    list-style: none;
    margin-left: 0px !important;
}

.rating i {
    font-size: 18px;
    /* color: gold; */
    color:#1428a0;
}
