/**
* 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: center;
	position: relative;
	white-space: normal;
	background: #f9f9f9;
	padding-top: 4px;
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
}
.productattributelist .quantity-wrap{margin-right: 4px;}
.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;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.productattributelist .quantity{
  width: 40px;
  text-align: center;
}
.productattributelist .attribute_fieldset {
  margin-top: 1px;
}
.productattributelist .attribute_fieldset > .attribute_list{margin-top: -1px;}
.productattributelist .attribute_fieldset .selector{border: 0px;}
.productattributelist .color_pick {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid#f0f0f0;
  background-position: center;
  background-size: contain;
}
.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: 'M PLUS Rounded 1c', sans-serif;
  border: 1px solid #e9e7e7;
  font-size: 13px;
  color: #333;
}
.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: #e9e7e7;
}
.productattributelist select.group{
  display: block;
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 0px;
  -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;
}
.productattributelist select.group option{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.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;
}
