/**
 * 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
********************************************************************/
#header .quotesOuterBox {
	position:absolute;
	bottom:7px;
	right:15px;
	margin-bottom:0 !important;
	padding:0;
	width:270px;
}
#header .quotes_cart > a {
	background:#333;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
#header .quotes_cart > a .quoteIcon {
	font-size:24px;
	margin-right:15px;
}
#header .quotes_cart > a .caret {
	margin-top:10px;
	border-top: 6px solid #686666;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
#header .quotes_cart .quotes_cart_block .quotes-cart-prices {
    box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC;
	border-bottom:1px solid #333;
	font-weight:bold;
}
#header .quotes_cart .cart-buttons a.button_order_cart span {
    background: #43b155 none repeat scroll 0 0;
    border: 1px solid #63c473;
    padding: 7px 10px;
}
#header .quotes_cart .cart-buttons a.button_order_cart:hover span {
    background: #2e7a3a none repeat scroll 0 0;
    border: 1px solid #358c43;
    color: #fff;
}

@media (max-width: 991px) {
	#header .quotesOuterBox {
		width:220px;
	}
}

@media (max-width: 767px) {
	#header .quotesOuterBox {
		position:inherit;
		width:100%;
		bottom:auto;
		right:auto;
		padding:15px 15px 0 15px;
		clear:both;
		margin-top:15px;
	}
}


/*******************************************************************
		      Cart Block Styles - Top Nav Hook
********************************************************************/
#header nav .quotesOuterBox {
	position:inherit;
	padding:0;
	margin-left:15px;
}
#header nav .quotesOuterBox .quotes_cart {
	border-left:1px solid #515151;
	border-right:1px solid #515151;
}
#header nav .quotesOuterBox .quotes_cart > a {
	padding:8px 15px 12px 15px;
}
#header nav .quotesOuterBox .quotes_cart > a .quoteIcon {
	font-size:inherit;
	margin-right:0;
}
#header nav .quotesOuterBox .quotes_cart > a .caret {
	margin-top:7px;
	border-top: 4px solid #686666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
#header nav .quotesOuterBox .quotes_cart .quotes_cart_block .block_content {
	padding:0;
}

/*******************************************************************
		      Cart Block Styles - Side Columns
********************************************************************/
#left_column .quotes_cart > a,
#right_column .quotes_cart > a {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 5px solid #333;
}
#left_column .quotes_cart .quotes_cart_block,
#right_column .quotes_cart .quotes_cart_block  {
	background:none;
}


/*******************************************************************
				        Quote buttons
********************************************************************/
.ajax_add_to_quote_cart_button,
.fly_to_quote_cart_button {
	font: 700 17px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
	border: 1px solid;
	border-color: #0079b6 #006fa8 #012740 #006fa8;
	transition: all 0.3s ease;
}
.ajax_add_to_quote_cart_button span,
.fly_to_quote_cart_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0);
	transition: all 0.3s ease;
}
.ajax_add_to_quote_cart_button:hover,
.fly_to_quote_cart_button:hover {
	border-color: #01314e #004b74 #0079b6 #004b74;
}
.ajax_add_to_quote_cart_button:hover span,
.fly_to_quote_cart_button:hover span {
	filter: none;
	background: #0084bf;
}

/* Product Page Buttons */
body#product .ajax_add_to_quote_cart_button,
body#product .fly_to_quote_cart_button,
body#product .ajax_add_to_quote_cart_button span,
body#product .fly_to_quote_cart_button span {
	border-radius: 5px;
	position:relative;
}
body#product .ajax_add_to_quote_cart_button:before,
body#product .fly_to_quote_cart_button:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 25px;
	line-height: 47px;
	text-shadow: 0 1px #015883;
	content: "\f059";
	z-index: 2;
	width: 51px;
	text-align: center;
	border: 1px solid #06b2e6;
	border-radius: 5px 0 0 5px;
}
body#product .ajax_add_to_quote_cart_button:after,
body#product .fly_to_quote_cart_button:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2;
	background:rgba(0,0,0,0.2);
}
body#product .ajax_add_to_quote_cart_button.noicon:before,
body#product .fly_to_quote_cart_button.noicon:before {
	font-family: "FontAwesomeAFQ";
}
body#product .ajax_add_to_quote_cart_button span,
body#product .fly_to_quote_cart_button span {
	padding: 12px 30px 14px 60px;
}

@media (max-width: 1199px) {
	body#product .ajax_add_to_quote_cart_button span,
	body#product .fly_to_quote_cart_button span {
		padding: 12px 22px 14px 55px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	body#product .ajax_add_to_quote_cart_button span,
	body#product .fly_to_quote_cart_button span {
		padding: 8px 12px 10px;
		text-align: left;
	}
	body#product .ajax_add_to_quote_cart_button:before,
	body#product .fly_to_quote_cart_button:before,
	body#product .ajax_add_to_quote_cart_button:after,
	body#product .fly_to_quote_cart_button:after {
		display:none;
	}
}
