/**
 * 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
********************************************************************/
#header .enqbox {
position:absolute;
top:28px;
right:15px;
margin:0;
background:#000;
width:270px;
color:#fff;
padding:8px 10px;
text-align:center;
}

#header .enqbox a {color:#fff;}

#header .quotesOuterBox {
	position:absolute;
	bottom:26px;
	right:15px;
	margin-bottom:0 !important;
}
#header .quotes_cart {
	padding-top: 0px;
	max-width:230px;
}

.quotesOuterBox {
	float:left;
	padding:0;
	margin-bottom:0;
}
.quotesOuterBox .quotes_cart {
	position: relative;
	float: right;
	padding-top: 50px; }

.quotes_cart {
	width: 270px; }
.quotes_cart > a:first-child {
background: #034e89;
color:#fff;
border: 0;
	padding: 10px;
/*	background: #333333;border: 1px solid #ebebeb;color: #4e4e4e; */
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden; }
.quotes_cart > a:first-child b {
font:600 13px/20px "Open Sans", sans-serif;
color:#fff;	
	padding-right:10px; }
.quotes_cart > a:first-child:before {
	color: #4e4e4e; }
.quotes_cart_block .cart-buttons a.button_order_cart span {
	padding:10px;
	font-size: 1.1em;
	background: #4c4c4c; }
.quotes_cart_block .cart-buttons a.button_order_cart:hover span {
	color: white; }
.quotes_cart_block .cart-buttons a.button_order_cart {
	margin-right: 0;
	border: none; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .quotes_cart_block {
	top: 45px;
	background: #fbfbfb;
	color:#000;
	border:1px solid #ebebeb;
}
.quotesOuterBox .quotes_cart_block a {
	color: #000; }
.quotesOuterBox .quotes_cart_block a:hover {
	text-decoration:underline; }
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .remove_link a,
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link {
	color: #000;
	outline: none;
	text-decoration: none; }
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .remove_link a:hover,
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link:hover {
	color: #9c9b9b; }
.quotesOuterBox .quotes_cart_block .price {
	color: #000; }
.quotesOuterBox .quotes_cart_block .product-atributes a {
	color: #9c9b9b; }
.quotesOuterBox .quotes_cart_block .product-atributes a:hover {
	color: #000; }
.quotesOuterBox .quotes_cart_block .cart-prices {
	border: none;
	background: #3d3d3d; }
.quotesOuterBox .quotes_cart_block .cart-buttons {
	background: #333333; }

/*******************************************************************
					Quote Button Styles
********************************************************************/
.ajax_add_to_quote_cart_button,
.fly_to_quote_cart_button {
	background: url('//www.bethelshopfitting.com.au/images/request-quote.png') no-repeat !important;
	width:245px;
	height:59px;
	cursor: pointer;
	padding: 0;
	margin: 0 auto!important;
	position: relative;
	border:0;
	}
.ajax_add_to_quote_cart_button:hover,
.fly_to_quote_cart_button:hover {

}
/*.ajax_add_to_quote_cart_button:before, .fly_to_quote_cart_button:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #000;
	font-size: 25px;
	line-height: 47px;
	content: "\f059";
	z-index: 2;
	width: 51px;
	text-align: center;
	border-right: 1px solid #616161;
}
.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;
}*/
.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	cursor:pointer;
	padding: 12px 80px;
	color: #000;
	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: 999px) {
.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {padding:12px 36px;}
}