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



#header .quotes_cart {
	position: relative;
	float: right;
	/*padding-top: 50px;*/
	 }
#header .quotes_cart > a:first-child:after {
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #686666;
	/*padding: 6px 0 0 0; */}
#header .quotes_cart > a:first-child:hover:after {
	content: "";
	 }
#header .quotes_cart .alert {
    color: #666666;
    text-align: center;
    font-family: georgia;
    font-style: italic;
    padding-top: 10px;
    font-size: 15px;
}
.quotes_cart {
	width: 300px; }
@media (max-width: 480px) {
	.quotes_cart {
		padding-top: 20px; } }
@media (max-width: 1200px) {
	.quotes_cart {
		margin: 0 auto;
		float: none;
		width: 100%; } }
.quotes_cart > a:first-child {
	padding: 7px 10px 14px 16px;
	/*background: #333333;*/
	display: block;
	font-weight: bold;
	color: #777777;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	/*overflow: hidden;*/ }
@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 b {
	color: #565b64;
	font: 600 18px/22px "Open Sans", sans-serif;
	padding-right: 5px; }
.quotes_cart > a:first-child:before {
	content: "\f059";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color:#DA3B44;
	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: 12px;
	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; }
.quotes_cart_block .cart-buttons a#button_order_cart {
	margin-right: 0;
	border: none; }
.quotes_cart_block .cart-buttons a#button_order_cart span {
	padding: 7px 0;
	font-size: 1.1em;
	/*border: solid 1px #63c473;
	background: #43b155;*/ }
.quotes_cart_block .cart-buttons a#button_order_cart:hover span {
	/*border: solid 1px #358c43;
	background: #2e7a3a;*/
	color: white; }
#submitGuestAccount .fa-paper-plane {
    padding: 3px;
}
#opc_guestCheckout .fa-chevron-right, #opc_createAccount .fa-chevron-right, #SubmitLogin .fa-chevron-right, #submitAccount .fa-chevron-right {
    padding: 5px;
}
#opc_guestCheckout:hover, #opc_createAccount:hover, #SubmitLogin:hover, #submitGuestAccount:hover, #submitAccount:hover{opacity:.65;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-0-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}

#quotes-cart-wrapper #login_form {
    margin-bottom: 30px;
}

#new_account_form .back-to-previous .fa-chevron-left{
    padding: 3px;
}
#module-askforaquote-QuotesCart .error, #module-askforaquote-QuotesCart .alert.alert-danger, .warning,#module-askforaquote-QuotesCart .alert.alert-danger {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #da3b44;
    color: #da3b44;
    font-size: 15px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}
/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .quotes_cart_block {
	position: absolute;
	/*top: 95px;*/
	right: 0;
	z-index: 100;
	display: none;
	height: auto;
	background: #484848;
	color: white;
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
}
.product-list {
	padding: 0px 20px 0px 20px;
}
@media (max-width: 480px) {
	#header .quotes_cart_block {
		width: 100%; } }
@media (max-width: 1200px) {
	#header .quotes_cart_block {
		width: 100%; } }
#header .quotes_cart_block a {
	color: white; }
#header .quotes_cart_block a:hover {
	color: #9c9b9b; }
#header .quotes_cart_block .quotes_cart_block_list .remove_link a,
#header .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link {
	color: white;
	outline: none;
	text-decoration: none; }
#header .quotes_cart_block .quotes_cart_block_list .remove_link a:hover,
#header .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link:hover {
	color: #9c9b9b; }
#header .quotes_cart_block .price {
	color: white; }
#header .quotes_cart_block dt {
}
#header .quotes_cart_block dt.first_item {
	background: none; }
#header .quotes_cart_block .product-atributes {
	padding-bottom: 10px;
	font-size: 11px; }
#header .quotes_cart_block .product-atributes a {
	color: #9c9b9b; }
#header .quotes_cart_block .product-atributes a:hover {
	color: white; }
#header .quotes_cart_block .cart-prices {
	border: none;
	background: #3d3d3d; }
#header .quotes_cart_block .cart-buttons {
	background: #333333; }
#header .block_content {
	margin-bottom: 0; }

.quotes_cart_block #quotes_cart_block_summary,
.quotes_cart_block .title_block span,
#header .quotes_cart_block h4,
#header .quotes_cart_block .title_block,
#header .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
*************************************************************************/
.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: #da3b44;
	font-size: 18px;
}
.text_for_price{
	color: #808080;

}
.color-green {
	color: #808080;
	font-size: 18px;
}
.color-green2 {
	color: #808080;
	font-size: 15px;
	font-weight:bold
}

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

/************************************************************************
						Bargains messages
*************************************************************************/
#client_bargain_txt .box {
	margin-bottom: 0;
	padding-top: 0;
}
.bargains_list {
	overflow-y: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d4d4;
}
.bargains_list .title-table{
font-weight:bold
}
#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: #da3b44;
}



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

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

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

.bargain_alerts .alert {
	text-align: left;
	display: none;
}
/*#quotes-products {
	max-height: 330px;
	overflow: auto;
}*/
.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 {
    vertical-align: middle;
}
.quotes_cart_quantity {
	width: 15%;
}
.quote_row_total td {
	border: none!important;
}
.bargain_heading .added
{
	margin-bottom:-10px;
}
#block-quotes .fa-refresh, #block-quotes .fa-ban  {
	color:#dadada;
	font-size: 20px;
	cursor: auto
}
#block-quotes .fa-file-text-o, #block-quotes .fa-angle-right  {
	color:#565b64;
	font-size: 20px;
	cursor: pointer;
	padding:5px
}
#block-quotes .fa-angle-right:hover {
  color:#dadada;
  transition-delay:0;
  transition-duration:.2s;
  transition-property:all;
  transition-timing-function:ease-in-out

}
.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;
}

#opc_account_form .emailAlert {
    margin-top: 10px;
    color: #565b64;
    font-weight: 800;
    opacity: 0.7;
}

#opc_account_form i.fa-bell-o {
    animation: 2.5s ease 0s normal none infinite running wrench;
    padding: 8px;
    color: #565b64;
    font-size: 15px;
}
@keyframes wrench {
0% {
    transform: rotate(-12deg);
}
8% {
    transform: rotate(12deg);
}
10% {
    transform: rotate(24deg);
}
18% {
    transform: rotate(-24deg);
}
20% {
    transform: rotate(-24deg);
}
28% {
    transform: rotate(24deg);
}
30% {
    transform: rotate(24deg);
}
38% {
    transform: rotate(-24deg);
}
40% {
    transform: rotate(-24deg);
}
48% {
    transform: rotate(24deg);
}
50% {
    transform: rotate(24deg);
}
58% {
    transform: rotate(-24deg);
}
60% {
    transform: rotate(-24deg);
}
68% {
    transform: rotate(24deg);
}
75% {
    transform: rotate(0deg);
}
}

/*****************************************************************************
					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; } }
#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;
}

.ajax_add_to_quote_cart_button, .fly_to_quote_cart_button {
	cusrsor: pointer;
	padding: 0;
	margin: 0 auto!important;
	/*
	border-top: 1px solid #0079b6;
	border-right: 1px solid #006fa8;
	border-left: 1px solid #006fa8;
	border-bottom: 1px solid #012740;
	*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: block;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
	background-image: -webkit-linear-gradient(#009ad0, #007ab7);
	background-image: -moz-linear-gradient(#009ad0, #007ab7);
	background-image: -o-linear-gradient(#009ad0, #007ab7);
	background-image: linear-gradient(#009ad0, #007ab7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }

@media (max-width: 991px) {
	
.ajax_add_to_quote_cart_button:after, .fly_to_quote_cart_button:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2; }
@media (max-width: 991px) {

.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	cursor:pointer;
	/*
	border-top: 1px solid #06b2e6;
	border-right: 1px solid #06b2e6;
	border-left: 1px solid #06b2e6;
	border-bottom: 1px solid #06b2e6;
	*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	padding: 0px 0px 0px 25px;
	color: white;
	display: block !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
@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: center; } }
.ajax_add_to_quote_cart_button:hover, .fly_to_quote_cart_button:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
	background-image: -webkit-linear-gradient(#007ab7, #009ad0);
	background-image: -moz-linear-gradient(#007ab7, #009ad0);
	background-image: -o-linear-gradient(#007ab7, #009ad0);
	background-image: linear-gradient(#007ab7, #009ad0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
	background-position: 0 0;
}
.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_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;
}

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