/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2017 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.plqd th, .plqd td {
    padding: 5px 10px !important;
}

.plqd .table {
    margin-bottom: 10px !important;
}

.plqd_matrix_dropdown .plqd_table_section {
    display: none;
}

.plqd_matrix_dropdown .plqd_table_section {
    position: absolute;
    background: #FFF;
    left: 0px;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 24px 78px -23px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 24px 78px -23px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 24px 78px -23px rgba(0, 0, 0, 0.22);
}

.plqd_matrix_dropdown {
    position: relative;
}

.plqd_matrix_dropdown {
    background: #FFF;
    margin-bottom: 10px;
}

.plqd_matrix_dropdown .plqd_matrix_dropdown_block {
    text-align: center;
    cursor: pointer;
    border: 1px solid #c0c0c0;
}

.crotate::after {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.cdown::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.plqd_matrix_dropdown .crotate {
    float: right;
    margin-right: 10px;
}

.plqd_matrix_dropdown .crotate::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 23px;
    line-height: 18px;
    color: #c0c0c0;
}

.plqd_matrix_dropdown .nobrdown {
    border-bottom: none !important;
}

.plqd_matrix_dropdown section {
    padding: 0px;
}

.plqd_matrix_dropdown .table {
    padding: 0px!important;
    margin-bottom: 0px!important;
}

#buy_block .plqd {
    margin:10px;
}