/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2018 SOLEDIS
*  @license   All Rights Reserved
*/
.penscroquettes-listing-item {
    border: 1px solid #ccc;
}
.penscroquettes-listing-item img {
    width: 150px;
    height: auto;
}
.penscroquettes-listing-item .desc {
    padding: 15px;
}
#penscroquettes-panier.box {
/*    border: 3px solid #009bc2;*/
    background: #71B5BA;
    position: relative;
    padding: 25px 20px 15px;
}
#penscroquettes-panier:before {
    content:"";
    width: 125px;
    height: 95px;
    background: url("../img/pense-croquettes_picto.png") no-repeat;
    position: absolute;
    top: -11px;
    left: 0;
}
#penscroquettes-check .styled-checkbox {
    background-color: #fff;
}
#penscroquettes_inscription {
    color: #fff;
    font-size: 16px;
    padding-left: 149px;
    padding-right: 10%;
    padding-bottom: 12px;
}
#penscroquettes_inscription .checkbox {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
#penscroquettes_list {
    background: #fff;
    padding: 10px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#penscroquettes_list hr:first-child {
    display: none;
}
#penscroquettes_list table {
    width: 100%;
}
#penscroquettes_list .penscroquettes_checkboxes {
    margin-right: 0;
}
#penscroquettes_list td:first-child {
    padding-left: 4%;
    width: 7%;
}
#penscroquettes_list td:nth-child(2) {
    text-align: center;
}
#penscroquettes_list tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#ui-datepicker-div {
  z-index:1000;
}

@media (max-width: 480px){
    #penscroquettes_inscription {
        padding-top: 55px;
        padding-left: 10%;
        font-size: 14px;
    }
    #penscroquettes_inscription .checkbox {
        margin-bottom: 19px;
    }
    #penscroquettes_list {
        width: 90%;
        margin: 0 auto;
    }
    #penscroquettes_list table,
    #penscroquettes_list tbody,
    #penscroquettes_list tr,
    #penscroquettes_list td {
        display: block;
    }
    #penscroquettes_list td:first-child,
    #penscroquettes_list td:nth-child(2) {
        text-align: center;
        padding-left: 10px;
        padding-bottom: 0;
        width: 100%;
    }
}