/* iPresta Modifications */
.float-right {
    float: left;
}
.text-center {
    text-align: center;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: auto !important;
}
.card-body {
    min-height: 1px;
    padding: 1.25rem;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#dmtc_comm_cont {
    position: relative;
}
#dmtc_form_cont .required {
    color: #ff0000;
}
#dmtc_form_cont .replay_name {
    display: none;
}
#dmtc_form_cont .remove_replay {
    cursor: pointer;
}
.rating-stars {
    padding: 10px 5px;
}
.dmt-stars {
    display: flex;
    justify-content: center;
}
.dmt-stars .star {
    color: #daa520;
}
.dmt-stars i {
    font-size: 18px;
}
.dmt-stars small {
    padding: 2px 5px 0;
}
.like_comment, .like_comment span {
    color: #fff;
}
#dmtc_comm_cont .loading {
    background-color: rgba(0,0,0,0.1);
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#dmtc_comm_cont .loading:before {
    font-family: "Material Icons";
    content: "\e627";
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dmt-votes {
    max-width: 350px;
}
.rateit .rateit-selected {
    color: #daa520 !important;
}