/* ########## CATALOG ########## */

.input-order-amount, .input-order-amount-btn {
    width: 75px;
}

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 15px;
}
.col-item .photo img
{
    margin: 0 auto;
    margin-top: 5px;
    /* width: 100%; */
    max-width: 120px;
    max-height: 120px;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .btns
{
    padding: 10px;
    padding-top: 0;
    margin-top: 1px;
}

/*
.col-item:hover .info {
    background-color: #F5F5DC;
}
*/

.col-item:hover
{
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 2px #CCC;
    -moz-box-shadow: 0px 0px 10px 2px #CCC;
    box-shadow: 0px 0px 10px 2px #CCC;
}

.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-item .price p
{
    line-height: 20px;
    margin: 0;
}

.price-primary
{
    font-size: 15px;
}

.price-secondary
{
    font-size: 12px;
    color: #666;
}

.price-new
{
    font-weight: bold;
    color: #C00;
}
.price-old
{
    color: #666;
    text-decoration: line-through;
}

.extid {
    color: #8c8c8c;
    padding-bottom: 4px;
}

.img-list {
    max-height: 70px;
    max-width: 70px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.col-item hr
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    margin-top: 10px;
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    /* text-align: center; */
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    /*border-right: 1px solid #E1E1E1;*/
    text-align: left;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-top: 7px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.nmt-visible {
    display: none;
}


/* turning table */
@media only screen and (max-width: 767px) {

    #no-more-tables .nmt-visible {
        display: inline;
    }
    #no-more-tables .nmt-hidden {
        display: none;
    }

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}