/**
 * 2007-2016 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 2007-2016 PrestaShop SA
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

/*******************************************************************
					Cart Block Styles
********************************************************************/
.quotesOuterBox .quotes_cart > a:first-child:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #686666;
	padding: 6px 0 0 0; }
.quotesOuterBox .quotes_cart > a:first-child:hover:after {
	content: "\f0d8";
	padding: 4px 0px 2px 0px; }
@media (max-width: 480px) {
	.quotes_cart {
		padding-top: 20px; } }
@media (max-width: 1200px) {
	.quotes_cart {
		margin: 0 auto;
		float: none;
		width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
	.quotes_cart > a:first-child span.ajax_cart_product_txt, .quotes_cart > a:first-child span.ajax_cart_product_txt_s {
		display: none !important; } }
.quotes_cart > a:first-child:before {
	content: "\f059";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 23px;
	line-height: 23px;
	padding-right: 15px; }
.quotes_cart .ajax_cart_total {
	display: none !important; }
.quotes_cart .block_cart_expand:after, .quotes_cart .block_cart_collapse:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #686666;
	padding: 6px 0 0 0; }
.quotes_cart .block_cart_collapse:after {
	content: "\f0d8";
	padding: 4px 0px 2px 0px; }

.quotes_cart_block .quotes_cart_block_list .remove_link {
	position: absolute;
	right: 10px;
	top: 19px; }
.quotes_cart_block .quotes_cart_block_list .remove_link a,
.quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link {
	color: #777777;
	display: block;
	width: 100%;
	height: 100%; }
.quotes_cart_block .quotes_cart_block_list .remove_link a:before,
.quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link:before {
	display: inline-block;
	content: "\f057";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 18px; }
.quotes_cart_block .quotes_cart_block_list .remove_link a:hover,
.quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link:hover {
	color: #515151; }
.quotes_cart_block .cart-images {
	float: left;
	margin-right: 20px; }
.quotes_cart_block .cart-info {
	overflow: hidden;
	position: relative;
	padding-right: 20px; }
.quotes_cart_block .cart-info .product-name {
	padding-bottom: 5px;
	margin-top: -4px; }
.quotes_cart_block .cart-info .product-name a {
	font-size: 13px;
	line-height: 18px;
	display: inline-block; }
.quotes_cart_block .cart-info .quantity-formated {
	display: inline-block;
	color: #9c9b9b;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 5px; }
.quotes_cart_block .cart-info .quantity-formated .quantity {
	font-size: 15px; }
.quotes_cart_block dt {
	font-weight: normal;
	overflow: hidden;
	padding: 20px 10px 16px 20px;
	position: relative; }
.quotes_cart_block dd {
	position: relative; }
.quotes_cart_block dd .quotes_cart_block_customizations {
	border-top: 1px dashed #333333; }
.quotes_cart_block dd .quotes_cart_block_customizations li {
	padding: 10px 20px; }
.quotes_cart_block dd .quotes_cart_block_customizations li .deleteCustomizableProduct {
	position: absolute;
	right: 10px; }
.quotes_cart_block .quotes_cart_block_no_products {
	margin: 0;
	padding: 10px 20px; }
.quotes_cart_block .cart-prices {
	border-top: 1px solid #d6d4d4;
	font-weight: bold;
	padding: 10px 20px 22px 20px; }
.quotes_cart_block .cart-prices .cart-prices-line {
	overflow: hidden;
	border-bottom: 1px solid #515151;
	padding: 7px 0; }
.quotes_cart_block .cart-prices .cart-prices-line.last-line {
	border: none; }
.quotes_cart_block .cart-buttons {
	overflow: hidden;
	padding: 20px 20px 10px 20px;
	margin: 0;
	background: #f6f6f6; }
.quotes_cart_block .cart-buttons a {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
.quotesOuterBox .quotes_cart_block {
	position: absolute;
	top:100%;
	right: 0;
	z-index: 100;
	display: none;
	height: auto;
	background:#FFFFFF;
	width: 270px;
	padding-left: 0px;
	padding-right: 0px;
}
.product-list {
	padding: 0px 20px 0px 20px;
}
@media (max-width: 480px) {
	.quotesOuterBox .quotes_cart_block {
		width: 100%; } }
@media (max-width: 1200px) {
	.quotesOuterBox .quotes_cart_block {
		width: 100%; } }
.quotesOuterBox .quotes_cart_block .price {
	white-space:nowrap;
}
.quotesOuterBox .quotes_cart_block dt {
}
.quotesOuterBox .quotes_cart_block dt.first_item {
	background: none; }
.quotesOuterBox .quotes_cart_block .product-atributes {
	padding-bottom: 10px;
	font-size: 11px; }
.quotesOuterBox .block_content {
	margin-bottom: 0; }

.quotes_cart_block #quotes_cart_block_summary,
.quotes_cart_block .title_block span,
.quotesOuterBox .quotes_cart_block h4,
.quotesOuterBox .quotes_cart_block .title_block,
.quotesOuterBox .quotes_cart_block h4 {
	display: none; }

.quotes_cart_block .quotes_cart_block_shipping_cost,
.quotes_cart_block .quotes_cart_block_tax_cost,
.quotes_cart_block .quotes_cart_block_total,
.quotes_cart_block .quotes_cart_block_wrapping_cost {
	float: right; }

.quotes_cart_block table.vouchers {
	clear: both;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px; }
.quotes_cart_block table.vouchers tr td {
	padding: 2px; }
.quotes_cart_block table.vouchers tr td.quantity {
	margin-right: 5px;
	min-width: 18px; }
.quotes_cart_block table.vouchers tr td.delete {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px; }

.terms_link {
	color: #000;
	font-weight: bold;
}

.terms_alert {
	display: none;
}

.submit_quote {
	float: right;
}
.show_phone_field {
	display: none;
}

/************************************************************************
						Cart tpl AND Account reg/auth
*************************************************************************/
#quote_account_saved {
	/*display: none;*/
	margin-top: 10px;
}

#quotes-cart-wrapper #opc_account_form select {
	width: 271px;
}

#opc_account_form .button.button-medium span.guest_register_text {
	display: none;
}

#opc_account_form .button.button-medium {
	margin-top: 10px;
}

/************************************************************************
						Submited Quotes Page
*************************************************************************/
#block-quotes button.btn {
	margin-bottom:10px;
	margin-top:-10px;
}
.table.table-bordered {
	margin-bottom: 15px;
}

.quote_name {
	cursor: pointer;
}

.quote_name:hover {
	color: #000;
}

.quote_name .icon-pencil {
	margin-right: 5px;
}

.color-red {
	color: red;
	font-size: 18px;
}
.color-green {
	color: green;
	font-size: 18px;
}
.color-green2 {
	color: green;
	font-size: 15px;
}

#quotes-list .table_link a:hover {
	color: #008000;
}

/************************************************************************
						Bargains messages
*************************************************************************/
#client_bargain_txt .box {
	margin-bottom: 0;
	padding-top: 0;
}
.bargains_list {
	overflow-y: scroll;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d4d4;
}
#success_bargain_message, #errors_bargain_message {
	display: none;
}
.bargains_list li {
	padding: 10px 15px;
	margin-bottom: 20px;
	border: 1px solid #d6d4d4;
}
.bargains_list li.admin_bargain {

}
.bargains_list li.customer_bargain {
	background: #FBFBFB;
}
.bargain_whos {
	font-weight: bold;
}

.bargains_list li.admin_bargain .bargain_whos {
	color: #42B455;
}

.bargain_heading {
	border-bottom: 1px solid #d6d4d4;
}

.bargain_message {
	margin-bottom: 15px;
	border: none;
}

.bargain_price_container {
	float: right;
	text-align: right;
}
.bargain_price_container .table {
	margin-bottom: 5px;
}

.bargain_price_container .price {
	font: 600 21px/25px "Open Sans", sans-serif;
	color: #333333;
	background: white;
}

.bargain_alerts .alert {
	text-align: left;
	display: none;
}

.transform_to_cart_btn {
	display: none;
	margin-bottom: 15px;
}

.cart_quantity_input {
	float: left;
	width: 100%;
}
.quantity-block a {
	display: table;
	width: 22px;
	margin-bottom: 1px;
}
.quantity-block a i {
	font-size: 10px;
}
.quantity-block {
	position: relative;
	top: -6px;
	left: -15px;
}
.quotes_cart_quantity {
	width: 15%;
}
.quote_row_total td {
	border: none!important;
}
.quotes-cart-prices {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333333;
}
.quotes_cart_delete {
	width: 30px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.total_cart {
	text-align: right;
}

#quotes_layer_cart .clearfix>h2 {
	color: #46a74e;
	text-align: center;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.quotes_layer_cart_overlay {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2; }

* html .quotes_layer_cart_overlay {
	position: absolute;
	left: 0;
	margin-left: -160px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2; }

#quotes_layer_cart {
	background-color: white;
	position: absolute;
	display: none;
	z-index: 20001;
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px; }
#quotes_layer_cart .quotes_layer_cart_product {
	padding: 30px 30px 30px 30px;
	overflow: hidden;
	position: static; }
#quotes_layer_cart .quotes_layer_cart_product h2 {
	font: 400 23px/29px Arial, Helvetica, sans-serif;
	color: #46a74e;
	margin-bottom: 22px;
	padding-right: 100px; }
@media (max-width: 767px) {
	#quotes_layer_cart .quotes_layer_cart_product h2 {
		font-size: 18px;
		padding-right: 0;
		line-height: normal; }
}
#quotes_layer_cart .quotes_layer_cart_product h2 i {
	font-size: 30px;
	line-height: 30px;
	float: left;
	padding-right: 8px; }
@media (max-width: 767px) {
	#quotes_layer_cart .quotes_layer_cart_product h2 i {
		font-size: 22px;
		line-height: 22px; } }
#quotes_layer_cart .quotes_layer_cart_product .product-image-container {
	max-width: 178px;
	border: 1px solid #d6d4d4;
	padding: 5px;
	float: left;
	margin-right: 30px; }
@media (max-width: 480px) {
	#quotes_layer_cart .quotes_layer_cart_product .product-image-container {
		float: none;
		margin-right: 0;
		margin-bottom: 10px; } }
#quotes_layer_cart .quotes_layer_cart_product .layer_cart_product_info {
	padding: 38px 0 0 0; }
#quotes_layer_cart .quotes_layer_cart_product .layer_cart_product_info #layer_cart_product_title {
	display: block;
	padding-bottom: 8px; }
#quotes_layer_cart .quotes_layer_cart_product .layer_cart_product_info > div {
	padding-bottom: 7px; }
#quotes_layer_cart .quotes_layer_cart_product .layer_cart_product_info > div strong {
	padding-right: 3px; }
#quotes_layer_cart .quotes_layer_cart_cart {
	background: #fafafa;
	border-left: 1px solid #d6d4d4;
	padding: 21px 30px 50px 30px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-ms-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	position: relative; }
@media (min-width: 1200px) {
	#quotes_layer_cart .quotes_layer_cart_cart {
		min-height: 150px; } }
@media (min-width: 992px) and (max-width: 1199px) {
	#quotes_layer_cart .quotes_layer_cart_cart {
		min-height: 150px; } }
@media (max-width: 991px) {
	#quotes_layer_cart .quotes_layer_cart_cart {
		border-left: none;
		border-top: 1px solid #d6d4d4; }
	.quotesOuterBox .quotes_cart > a:first-child::after, .quotesOuterBox .quotes_cart > a:first-child:hover::after {
		padding-left:10px;
	}
	.ajax_quote_no_product, .ajax_quote_product_txt_s, .ajax_quote_product_txt {
		display:none;
	}
}
#quotes_layer_cart .quotes_layer_cart_cart h2 {
	font: 400 23px/29px Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 13px;
	margin-bottom: 17px; }

ul.product_list.grid > li .product-container .functional-buttons div.ask_offer {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
	
.fly_to_quote_cart_button.simpleButton, .ajax_add_to_quote_cart_button.simpleButton {
	border:none;
	border-radius:0;
	background:none;
	color:#777676;
	display:inline-block;
	font-weight:700;
	line-height:22px;
	padding-left:30px;
	position:relative;
	cursor:pointer;
}
.fly_to_quote_cart_button.simpleButton:hover, .ajax_add_to_quote_cart_button.simpleButton:hover {
	background:none;
	color:#000;
}
.fly_to_quote_cart_button.simpleButton:before, .ajax_add_to_quote_cart_button.simpleButton:before {
	content: "\f059";
    text-align: left;
    text-shadow: none;
    width: auto;
	border:none;
}
@media (max-width: 991px) {
	.ajax_add_to_quote_cart_button:before, .fly_to_quote_cart_button:before {
		display: none; } }
@media (max-width: 991px) {
	.ajax_add_to_quote_cart_button:after, .fly_to_quote_cart_button:after {
		display: none; } }
@media (max-width: 1199px) {
	.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {
		padding: 12px 22px 14px 55px;
		font-size: 14px; } }
@media (max-width: 991px) {
	.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {
		padding: 8px 12px 10px;
		text-align: left; } }
.product-attr {
    position: relative;
    top: -5px;
}

/* quotes cart in nav hook */
#header nav .quotes_cart {
	padding-top:0;
	border-left:1px solid #515151;
	border-right:1px solid #515151;
}
#header nav .quotes_cart > a:first-child b {
	font-size:14px;
}
#header nav .quotes_cart_block {
	top:38px;
}
nav .quotes_cart > a:first-child {
	padding:7px 10px 7px 16px;
}

/* quotes cart in left / right column */
#left_column .quotesOuterBox,
#left_column .quotes_cart,
#right_column .quotesOuterBox,
#right_column .quotes_cart {
	width:100%;
	padding:0;
	margin:0;
	float:none;
}
#left_column .quotesOuterBox,
#right_column .quotesOuterBox {
	margin-bottom:30px;
}
#left_column .quotes_cart_block,
#right_column .quotes_cart_block  {
	display:block !important;
	position:inherit;
	top:0;
}
#left_column .quotesOuterBox .quotes_cart > a:first-child::after,
#right_column .quotesOuterBox .quotes_cart > a:first-child::after {display:none}

/* quotes button in product actions hook */
.pb-right-column div.ask_offer {
	margin-top:10px;
	margin-bottom: 10px;
}

/*** ***/
.unvisible {
    display: none;
}
.old-quote-data {
	text-decoration: line-through;
}

/* start blink animation */
@-webkit-keyframes blinker {  
  	from { opacity: 1.0; }
  	to { opacity: 0.0; }
}
@-moz-keyframes blinker {  
  	from { opacity: 1.0; }
  	to { opacity: 0.0; }
}
@-o-keyframes blinker {  
  	from { opacity: 1.0; }
  	to { opacity: 0.0; }
}
@keyframes blinker {  
  	from { opacity: 1.0; }
  	to { opacity: 0.0; }
}
.blink {
	text-decoration: blink;
	
  	-webkit-animation: blinker 1s cubic-bezier(1.0,0,0,1.0) infinite;
  	-moz-animation:    blinker 1s cubic-bezier(1.0,0,0,1.0) infinite;
  	-o-animation:      blinker 1s cubic-bezier(1.0,0,0,1.0) infinite; 
  	animation:         blinker 1s cubic-bezier(1.0,0,0,1.0) infinite;
}
/* end blink animation */

