/*
 * 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
 */

.plist_attribute_images {
    max-width:257px;
    margin:auto;
    display:block;
    margin-top:20px;
}
.plist_attribute_images .color_pick span {
    width: 20px;
    height: 20px;
    display: block;
}

.plist_attribute_images .color_pick {
    display: inline-block;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #eeeeee;
}

.plist_attribute_images .color_pick img {
    width: 20px !important;
    height: 20px !important;
}

.plist_attribute_images img { border-radius:2px; background:#FFF; width: 61px; height: auto; padding:4px; border: 1px solid #c0c0c0; margin-bottom: 10px; margin-left:0px!important;}
.oowl-carousel.plist_attribute_images img {width:71px!important;}
.piclist_attributes {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 20px;
    padding-bottom: 0px;
    bottom: 60px;
}

.product-block .action > div {
    height: auto;
    min-height: 55px;
}

.has_colors_price {
    bottom: 140px !important;
}

.loading-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
}

article .thumbnail-container {
    margin-bottom:0px!important;
    box-shadow: 2px 0px 8px 0 rgba(0,0,0,.2)!important;
}

.plist_attribute_images {
    background:#FFF;
    margin-top:0px;
    text-align:center;
    box-shadow: 2px 0px 8px 0 rgba(0,0,0,.2)!important;
    margin-bottom:20px;
}

.plist_attribute_images {
    padding-top:4px;
}
.plist_attribute_images a {
    display:inline-block;
    padding:2px;
}