/**
* 2017-2027 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2017-2027 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.productattributelist {
  clear: both;
  text-align: left;
  position: relative;
  white-space: normal;
}

.product_accessories_description .productattributelist,
.product_list.row.list .productattributelist
{
  margin: 10px 0;
}
.productattributelist .plus{
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.productattributelist .minus{
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.productattributelist .btn{
  line-height: 12px;
  padding-bottom: 4px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  float: none !important;
}
.productattributelist .quantity{
  width: 40px;
  text-align: center;
}
.productattributelist .attribute_fieldset {
  margin-top: 1px;
}
.productattributelist .color_pick {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  border-radius: 100%;
}
.productattributelist .color_pick.selected {
  /*border: 2px solid black;*/
}
.productattributelist .minimal-quantity {
  margin-bottom: 10px;
}

.productattributelist.not-loaded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
ul.product_list .color-list-container .color_to_pick_list{
  display: none;
}

.productattributelist .regular-button input{
  display: none;
}

#quantity {
  height: 25px;
  width: 45px;
  text-align: center;
  font-family: 'Encode Sans', sans-serif;
  border: 1px solid rgb(214, 212, 212);
}

.quantity-wrap .btn-default {
    width: 25px;
    text-align: center;
    margin: auto;
    padding: 0;
    line-height: 25px;
    height: 25px;
    margin-left: 3px;
    background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    outline: 1px solid #fff;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
}
.productattributelist select.group{
    display: block;
    width: 96%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.hovered .productattributelist {
    margin-top: 0;
    position: relative: top:-4px;
    display: inline-block;
}

.c_item .has-price .button-container {
  position: relative;
}
.c_item:hover .has-buttons .content_price {
  display: none;
}
