/**
 * 2007-2017 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-2017 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 - General
********************************************************************/
.quotes_cart {
	position:relative;
}
.quotes_cart > a {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}
.quotes_cart > a .caret {
	float:right;
	margin-top:5px;
}
.quotes_cart .quotes_cart_block {
	position: absolute;
	top:100%;
	z-index: 100;
	display: none;
	width:100%;
	left:0;
	background:#eee;
}
.quotes_cart .quotes_cart_block .alert {
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:0;
}
.quotes_cart .quotes_cart_block .item {
	padding:15px 0;
}
.quotes_cart .quotes_cart_block .item .cart-images {
	padding-right:0;
}
.quotes_cart .quotes_cart_block .item .remove-wrap {
	position:absolute;
	top:0;
	right:5px;
}
.quotes_cart .quotes_cart_block .quotes-cart-prices {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #333333;
}
.quotes_cart .quotes_cart_block .cart-buttons {
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(0,0,0,0.1)
}

/*******************************************************************
		      Cart Block Styles - Top Nav Hook
********************************************************************/
#header nav .quotesOuterBox {
	width:auto !important;
}
#header nav .quotesOuterBox .quotes_cart > a {
	padding-top:10px;
	padding-bottom:10px;
}
#header nav .quotesOuterBox .quotes_cart > a .caret {
	margin-left:15px;
	margin-top:8px;
}
#header nav .quotesOuterBox .quotes_cart .quotes_cart_block {
	min-width:250px;
}

/*******************************************************************
		      Cart Block Styles - Side Columns
********************************************************************/
#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;
	height:auto !important;
}
#left_column .quotes_cart > a .caret,
#right_column .quotes_cart > a .caret {
	display:none;
}

/*** General section ***/
.unvisible {
    display: none;
}


/*******************************************************************
				        Product Page Buttons
********************************************************************/

.pb-right-column div.ask_offer {
	margin:10px 15px;
}

/* simple button between useful links */
.fly_to_quote_cart_button.simpleButton:before,
.ajax_add_to_quote_cart_button.simpleButton:before {
	content:"\f086";
}


/************************************************************************
						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;
}
#success_bargain_message, #errors_bargain_message {
	display: none;
}
.bargains_list li {
	padding:15px;
	margin-bottom: 15px;
	border: 1px solid #d6d4d4;
	border-radius:5px;
	width:94%;
}
.bargains_list li.admin_bargain {
	float:left;
}
.bargains_list li.customer_bargain {
	float:right;
	background: #E3EEF7;
}
.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: 0;
	border: none;
	background: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_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;
}

.product-attr {
    position: relative;
    top: -5px;
}

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