/* ORDER STYLES */
.cart_box_wrapper a.cart_update_button {
    float: right;
    height: 30px;
    line-height: 28px;
    margin: 2px 0px 0px 0px;
    padding: 0 15px;
}
a.clear_button {
    margin: 5px 0px;
    background: #998673;
}
a.clear_button:hover {
    background: #B0362E;
}
a.buy_button {
    float: right !important;
    padding: 10px 59px !important;
}
.cart_box_wrapper{
	margin: 0px 0px 14px 0px;
}
.cart_box_wrapper .item_box {
    padding: 10px;
    margin: 0px 0px 5px 0px;
    background: #E9E9E9;
}
.cart_box_wrapper .item_box.small {
    float: left;
    width: 930px;
    padding: 5px;
}
.cart_box_wrapper .item_box.hover:hover {
    cursor: pointer;
    background: #E9E9E9;
}
.cart_box_wrapper .item_box.simple .right_cart_form{
    width: 445px;
    float: left;
}
.item_box.simple h4.product_title {
    font-size: 14px;
    width: 465px;
    margin-top: 7px;
    float: left;
}
.item_box.simple div.product_price_per {
    float: right;
    width: 270px;
    font-size: 17px;
    margin-top: 7px;
    padding: 0px 5px;
    color: #111111;
}
.item_box.simple div.product_price_per.large_right {
    width: 150px;
    text-align: right;
}
.item_box.simple div.product_price_per.small {
    float: left;
    font-size: 16px;
    padding: 0px 5px;
    color: #111111;
}
.item_box.simple div.product_price_per.small .quantity {
    width: 70px;
    float: right;
    margin-left: 5px;
}
.cart_box_wrapper .item_box .right_cart_form{
    width: 400px;
    margin-top: 2px;
    float: left;
    text-align: right;
}
.cart_box_wrapper .item_box a.order_remove {
    float: right;
    margin: 2px 0px 0px 5px;
    font-size: 25px;
    text-decoration: none;
    color: #998673;
}
.cart_box_wrapper .item_box a.order_remove:hover {
    cursor: pointer;
    color: #B0362E;
}
.item_box .pro_info{
	float: left;
    margin: 0 10px 0 0;
    width: 445px;
}
.item_box .pro_info .product_title{
	font-size: 15px;
    width: 445px;
    height: 20px;
    overflow: hidden;
    margin-top: 2px;
    text-align: left;
}
.item_box .pro_info .product_title a{
	font-size: 15px;
    color: #141414;
}
.item_box .pro_info .product_options{
	font-size: 12px;
    width: 445px;
    height: 15px;
    overflow: hidden;
    text-align: left;
}
.item_box .mar_left{
	margin: 0px 0px 0px 10px;
}
div.product_price_per {
    float: right;
    width: 75px;
    font-size: 17px;
    margin-top: 7px;
    padding: 0px 5px;
    color: #111111;
}
div.product_price_per.large_right {
    width: 250px;
}
div.product_price_per.small {
    float: left;
    font-size: 15px;
    text-align: left;
    margin-top: 9px;
    padding: 0px 5px;
    color: #111111;
    width: 90px;
}
div.product_price_per .discount_price_colour{
	color: #998673;
}
.right_cart_form input.quantity_input {
    margin-top: 2px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.right_cart_form span.quantity_text {
    font-size: 13px;
    margin-top: 9px;
    padding: 0px 5px;
}
span.order_buttons {
    float: right;
    font-size: 17px;
    color : #111111;
    margin: 0px 5px 0px 5px;
}
input.quantity_input {
    float:right;
    width:56px;
    height:28px;
    font-size:16px;
    padding:0px 0px 0px 10px;
    border:1px solid #FFFFFF;
}
span.quantity_text {
    font-size : 17px;
    float     : right;
}
div.total_info {
    float: right;
    margin: 5px 0px;
}
div.total_info .sale_alert{
	color: #998673;
	font-size: 12px;
	margin: -5px 0px 2px 0px;
	float: right;
}
div.total {
    float: right;
    max-width: 200px;
    margin: 0px 0px 5px 15px;
    font-size: 22px;
    text-align: right;
    border: none;
    background: none;
    color: #000;
}
div.total.small {
    font-size: 16px;
}
div.total.xsmall {
    font-size: 14px;
}
label.total_text {
    font-size: 18px;
    float: right;
    margin: 2px 0px 0px 0px;
}
label.total_text.small {
    font-size: 14px;
    margin: 0px;
    float: left;
}
span.total_text_taxes {
    font-size: 9px;
    margin: -5px 0px 3px 0px;
    color: #555555;
    float: right;
}
/* Cart Purchase Page */
ul.customer_information{
	list-style: none !important;
	display: inline-block;
	width: 100%;
}
ul.customer_information li{
    float: left;
	list-style: none !important;
    width: 23%;
    margin: 15px 0px 0px 0px !important;
    padding: 0px !important;
    color: #666;
}
ul.customer_information li.instructions{
	width: 100%;
}
ul.customer_information li strong {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
ul.customer_information li pre{
    margin:3px 0px 0px 0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    width: 99%;
}
a.add_to_cart {
	height:36px !important;
    line-height:36px !important;
    padding: 0px 0px !important;
    margin: 10px 0px 5px 0px !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 16px !important;
}
a.add_to_cart:hover {
}
.cart_quantity{
	margin: 0px 0px 0px 0px;
}
.cart_quantity .quantity_text {
    font-size: 17px;
    float: right;
    margin: 5px 5px 0px 0px;
}
.cart_quantity label{
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
}
.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 26px;
    margin: 5px 0px;
    outline: 0 none;
    padding: 2px 4% 2px;
    width: 92%;
}
.cart_quantity select{
    width: 100%;
    font-size:16px;
    height:30px;
    padding:5px 2%;
    margin:5px 0px;
    border-radius:0px;
    border: none;
    outline: none;
}
.form_holder select option{
    font-size:16px;
    padding:8px 12px 8px 12px;
}
.box_list .box .cart_quantity input {
    background: #F2F2F2;
}
img.small_cart_thumbnail {
	float: left;
    height: 40px;
    width: 40px;
    margin: 0px 10px 0px 0px;
}
.cart_options{
    margin-top:20px;
}
.cart_options select {
    width: 150px;
    height: 26px;
    border:none;
    outline: 0px;
    font-size: 12px;
    padding:2px 2px 2px 10px;
    float: right;
}
.cart_options select option{
    font-size:12px;
    padding:8px 12px 8px 12px;
}
.form_holder.bigger{
	padding: 20px 0px 0px 0px;
}
.form_holder.bigger input, .form_holder.bigger select, .form_holder.bigger textarea {
    background-color:#FFFFFF;
    border: 1px solid #cccccc;
}
.form_holder.bigger .forth_width{
	margin: 0 20px 0 0;
    width: 220px;
}
.form_holder.bigger .last{
	margin: 0px;
}
.form_holder.bigger .full_width{
    width: 940px;
}
.form_holder.bigger .full_width input, .form_holder.bigger .full_width textarea{
	width: 918px;
}
/* ORDER STYLES END */

.discount_input {
    margin: 2px 0 10px 0;
    float: right;
    width: 230px;
}
.discount_input input {
	margin: 1px 10px 0px 0px;
    padding: 5px;
    float: left;
    width: 128px;
}
.discount_input a {
    background: #262422;
    width: 57px;
    padding: 1px 12px 2px !important;
    text-align: center;
}
.discount_input a:hover {
    background: #242424;
}
.discount_input a i {
    margin-right: 0;
}
.discount_input a.applied {
    background: none;
    color: #444;
    cursor: default;
    margin-left: 13px;
    padding-right: 0;
}
.discount_input a.applied i {
    margin-right: 0;
    color: #093;
}