.view_combination_product table th
{
    text-transform: none;
    color: #f3f5f7;
    text-align: left;
    font-weight: normal;
    padding: 12px 18px;
    line-height: 1;
    background: #222;
}
.view_combination_product table td
{
    padding: 5px 18px;
    background: #f2f2f2;
    color: #4e4e4e;
    vertical-align: middle;
}
.view_combination_product .in_stock
{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    padding: 0px 5px;
    color: #4e4e4e;
    background: #fcd03d;
    line-height: 23px;
}
.view_combination_product .out_stock
{
    display: inline-block;
    font-size: 12px;
    padding: 0px 5px;
    color: #e8e8e8;
    background: #222;
    line-height: 23px;
}
.view_combination_product .out_stock i
{
    color: #fcd03d;
}

.view_combination_product .in_cart
{
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    padding: 0px 6px 0px 9px;
    background: #383838;
    border: 0;
    line-height: 23px;
}
.view_combination_product .disabled_in_cart
{
    text-decoration: none;
    color: #ededed;
    display: inline-block;
    padding: 2px 6px 1px 9px;
    background: #c0c0c0;
    cursor: default;
    display: inline-block;
}

.view_combination_product .in_cart i
{
    color: #fcd03d;
}

.view_combination_product .btn_form
{
    font-size: 12px;
    padding: 3px 5px;
    color: #fcd03d;
    background: #222;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.view_combination_product .btn_form:hover
{
    background: #222;
    box-shadow: none;
    color: #FFFFFF;
}
.view_combination_product .icon-long-arrow-right
{
    color: #222;
    font-size: 12px;
}
.view_combination_product input[type=text]
{
    height: 22px;
    line-height: 22px;
    background: #fff;
    padding: 0 8px;
    border: 1px solid #adadad;
    font-size: 13px;
}


.vcp_stage
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/caption.png");
    top: 0;
    left: 0;
    z-index: 99999;
}
.vcp_window
{
    position: absolute;
    z-index: 999999;
    background: #FFFFFF;
    border: 0;
    padding: 20px;
}
.vcp_title
{
    margin: -20px -20px 10px;
    background: #fcd03d;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 11px;
    color: #444;
    font-size: 16px;
    line-height: 1.3;
}


.vcp_window .row_popup label
{
    display: block;
    margin:12px 0 4px 0;
    font-size: 12px;
    color: #726472;
    font-weight: normal;
}
.vcp_window input[type=text]
{
    padding: 0 5px;
    height: 28px;
    width: 300px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    border-radius: 0!important;
}
.vcp_window .row_btn
{
    margin-top: 20px;
}
.sendVCP
{
    margin: 0 3px;
    font-size: 13px;
    padding: 7px 15px;
    color: #f0f0f0;
    background: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.closeVCP
{
    margin-left: 10px;
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}

.error_vcp
{
    background: #ffe0db;
    border: 1px dashed #ef5b42;
    color: #ef5b42;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}


.grid_5 .td_stock,
.grid_5 .td_quantity,
.grid_5 .td_cart
{
    padding-left: 0;
    padding-right: 0;
}

.table_combinations tbody tr td:before
{
    display: none;
}

@media (max-width: 911px) {
    .in_cart span,
    .disabled_in_cart span
    {
        display: none;
    }
}

@media (max-width: 748px) {
    .table_combinations thead
    {
        display: none;
    }

    .table_combinations tbody tr td:before
    {
        display: inline-block;
        font-weight: bolder;
        margin-right: 15px;
    }

    .table_combinations tbody tr
    {
        float: left;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
        background: #f2f2f2;
    }

    .table_combinations tbody tr td
    {
        display: block;
    }

    .table_combinations tbody tr td.td_attribute
    {
        float: left;
        padding: 5px 0;
    }

    .table_combinations tbody tr td.td_reference + td
    {
        padding: 5px 18px;
        padding-right: 0;
    }

    .table_combinations tbody tr td.td_attribute:before
    {
        content: ',';
        margin-right: 2px;
    }

    .table_combinations tbody tr td.td_reference + td:before
    {
        margin-right: 15px;
    }

    .table_combinations tbody tr td.td_price
    {
        clear: both;
    }

    .table_combinations tbody tr td.td_quantity
    {
        float: left;
    }

    .in_cart span,
    .disabled_in_cart span
    {
        display: inline;
    }
}

@media (max-width: 706px) {
    .table_combinations tbody tr
    {
        width: 100%;
        margin-bottom: 1%;
    }
}