/**
* 2015-2016 NTS
*
* DISCLAIMER
*
* You are NOT allowed to modify the software. 
* It is also not legal to do any changes to the software and distribute it in your own name / brand. 
*
* @author    NTS
* @copyright 2015-2016 NTS
* @license   http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of NTS
*/
div.accessory-heading {
	font-size: .8rem;
	font-weight: 700;
	color: #000;
	padding: 5px 0;
}

div.accessorycheckbox {
	width: 100%;
	border-color: #cdcdcd;
	background: #fff;
	margin-bottom: 10px;
	border-width: 1px 1px 0 1px;
}

div.ajax_block_product {
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

div.ajax_block_product.hidden-accessory {
	display: none;
}

.accessorycheckbox div.ajax_block_product.hidden-accessory.first-hidden-accessory {
	display: block;
  	max-height: 40px;
  	overflow: hidden;
}

.accessorycheckbox div.ajax_block_product.hidden-accessory.first-hidden-accessory::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.2) 100%);
	width: 100%;
	height: 100%;
}

div.ajax_block_product table td {
	padding: 0px;
}

div.checker {
	float: left;
	margin: 16px 5px 0 5px !important;
}

div.accessorycheckbox .quick-view {
	color: #000;
	position: relative;
	top: auto;
	right: auto;
	opacity: 1;
	font-size: .9rem;
}

div.accessorycheckbox .price {
	display: flex;
	justify-content: flex-end;
	color: #000;
	font-size: .9rem;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

a.hidden,
input.hidden {
	display: none;
}

div.accessorycheckbox select.form-control {
	height: auto !important;
	width: auto !important;
	display: initial;
	padding: 2px;
	color: #555;
	font-size: inherit;
}

.label_acc {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}

.label_acc:hover {
	cursor: pointer;
}

.img_acc {
	margin: 0 12px 0 30px;
	min-width: 50px;
	width: 50px;
	height: 50px;
}

.accessorycheckbox input[type='checkbox'] {
	position: absolute;
	border: 2px solid #af8c13;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	outline: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: .5;
  }
  
.accessorycheckbox input[type='checkbox']:hover {
	opacity: 1;
}
  
.accessorycheckbox input[type='checkbox']:checked {
	background-color: #af8c13;
	opacity: 1;
}
  
.accessorycheckbox input[type='checkbox']:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 5px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

article.product-miniature .customizations {
	display: none;
	border: 2px solid #af8c13;
	border-left: none;
  	border-right: none;
	margin: 10px 0;
	padding: 10px 0;
}

article.product-miniature .customizations .pco-color {
	display: inline-block !important;
}

.btn-secondary.more-accesorries-btn {
	background: #202020;
	color: #fff;
	font-size: .8rem;
	margin-top: 10px;
	width: 100%;
	transition: .3s;
}

.btn-secondary.more-accesorries-btn:hover {
	background: #202020;
	opacity: .8;
}