/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 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: 2px 5px !important;
}

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

.plqd table {
    font-size: 10px;
}

.plqd table td, .plqd table th {
    border: 1px solid #CCC;
}

.plqd table th {
    background: #ececec;
}

.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.32);
    -moz-box-shadow: 0px 24px 78px -23px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 24px 78px -23px rgba(0, 0, 0, 0.32);
}

.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 i {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.cdown i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px;
}

.cdow {

}

.plqd_matrix_dropdown .crotate {
    float: right;
}

.plqd_matrix_dropdown .crotate {
    display: inline-block;
    font-size: 23px;
    line-height: 18px;
    color: #c0c0c0;
    padding-right: 8px;
}

.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;
}

.plqd_matrix_show {
    display: block !important;
}

.plqd_matrix_show table {
    border-top: none !important;
}

.plqd_table_section .plqd_addtocart {
    height: 100%;
}

.plqd_table_section .plqd_th_atc {
    text-align: center;
}

.plqd_table_section .plqd_atc:hover {
    opacity: 0.6;
    text-decoration: none;
}

.plqd_table_section .plqd_atc {
    text-align: center;
    display: block;
    text-decoration: none;
    min-heigth: 16px;
    min-width: 16px;
    height: 100%;
    background: url('../img/cart.png') no-repeat center;
    cursor: pointer;
    opacity: 0.9;
    margin: auto;
}


.plqd_fancy {
    margin-bottom: 0px;
}

.plqd_message {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.plqd_fancy {
    text-align: center;
}

.plqd_error_line {
    display: block;
    clear: both;
}

.fancybox-inner {
    height: auto !important;
}