/* Anywhere Cart Main CSS 
-------------------------------------------------------------- */

/* ================= Buttons ================= */
#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn {
  	display: inline-block;
  	*display: inline;
  	padding: 12px 19px;
  	margin-bottom: 0;
  	*margin-left: .3em;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	text-align: center;
  	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  	vertical-align: middle;
  	cursor: pointer;
  	background-color: #f5f5f5;
  	*background-color: #e6e6e6;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  	background-repeat: repeat-x;
  	border: 1px solid #cccccc;
  	*border: 0;
  	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	border-bottom-color: #b3b3b3;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  	*zoom: 1;
  	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   font-family: inherit;
  	-webkit-transition: all .35s ease-in-out;
  	-moz-transition: all .35s ease-in-out;
  	-o-transition: all .35s ease-in-out;
  	-ms-transition: all .35s ease-in-out;
  	transition: all .35s ease-in-out;
}

#mp-anywhere-cart .mpawc-btn {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;  
}

#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn:hover,
#mp-anywhere-cart .mpawc-btn.active {
  text-decoration: none;
  color: #333333;
  background: #e6e6e6;
  *background: #d9d9d9;
}

#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn:active {
	background: #cccccc \9;
}

#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mp-anywhere-cart .mp_cart_actions_widget a.mp_empty_cart:before {
  content: "\f014";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  font-size: 1.3333333333333333em;
}

#mp-anywhere-cart .mp_cart_actions_widget a.mp_checkout_link:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  font-size: 1.3333333333333333em;
}

#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-blue:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-blue.active {
  color: #ffffff;
  background: #0044cc;
  *background: #003bb3;
}

#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_blue a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-blue:active {
	background: #003399 \9;
}

#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-yellow {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-yellow:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-yellow.active {
  color: #ffffff;
  background: #f89406;
  *background: #df8505;
}

#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_yellow a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-yellow:active {
	background: #c67605 \9;
}

#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-red:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-red.active {
  color: #ffffff;
  background: #bd362f;
  *background: #a9302a;
}

#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_red a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-red:active {
	background: #942a25 \9;
}

#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-green:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-green.active {
  color: #ffffff;
  background: #51a351;
  *background: #499249;
}

#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_green a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-green:active {
  background: #408140 \9;
}

#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-lightblue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-lightblue:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-lightblue.active {
  color: #ffffff;
  background: #2f96b4;
  *background: #2a85a0;
}

#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_lightblue a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-lightblue:active {
  background: #24748c \9;
}

#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_empty_cart,
#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_checkout_link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-black {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_empty_cart:hover,
#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_checkout_link:hover,
#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_empty_cart.active,
#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_checkout_link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-black:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-black.active {
  color: #ffffff;
  background: #222222;
  *background: #151515;
}

#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_empty_cart:active,
#mp-anywhere-cart .mp_cart_actions_btn_black a.mp_checkout_link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-black:active {
  background: #080808 \9;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-flat {
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link:active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.active,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link {
  color: #999999;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link[disabled]:focus {
  color: #d7d7d7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  background-color: transparent;
  text-decoration: none;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-black {
  color: #222222;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-black:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-black:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-black[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-black[disabled]:focus {
  color: #444444;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-blue {
  color: #0044cc;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-blue:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-blue:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-blue[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-blue[disabled]:focus {
  color: #006dcc;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-lightblue {
  color: #2f96b4;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-lightblue:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-lightblue:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-lightblue[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-lightblue[disabled]:focus {
  color: #49afcd;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-red {
  color: #bd362f;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-red:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-red:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-red[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-red[disabled]:focus {
  color: #da4f49;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-green {
  color: #51a351;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-green:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-green:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-green[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-green[disabled]:focus {
  color: #5bb75b;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-yellow {
  color: #f89406;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-yellow:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-yellow:focus,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-yellow[disabled]:hover,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-link.mpawc-btn-yellow[disabled]:focus {
  color: #faa732;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box {
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box > i.icon-shopping-cart {
  display: inline-block;
  margin: -12px 19px -12px -19px;
  padding: 12px 19px;
  color: #ffffff;
  background: #363636;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box:hover > i.icon-shopping-cart,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-box.active > i.icon-shopping-cart {
  background: #222222;
  *background: #151515;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box:active > i.icon-shopping-cart {
  background: #080808 \9;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box.mpawc-btn-black > i.icon-shopping-cart {
  color: #333333;
  background: #f5f5f5;  
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box.mpawc-btn-black:hover > i.icon-shopping-cart,
#mp-anywhere-cart .mpawc-btn.mpawc-btn-box.mpawc-btn-black.active > i.icon-shopping-cart {
  background: #e6e6e6;
  *background: #d9d9d9;
}

#mp-anywhere-cart .mpawc-btn.mpawc-btn-box.mpawc-btn-black:active > i.icon-shopping-cart {
  background: #cccccc \9;
}

/* ================= Button Cart Style ================= */
#mp-anywhere-cart .mpawc-dropdown-holder {
  position: relative;
}

#mp-anywhere-cart .mpawc-btn-cart .mpawc-btn {
	font-size: 0.95em;
}

#mp-anywhere-cart .mpawc-btn-cart .mpawc-btn i,
#mp-anywhere-cart span.mpawc-cart-text-before,
#mp-anywhere-cart span.mpawc-total-cart-items,
#mp-anywhere-cart span.mpawc-total-cart-amount {
	margin-right: 5px;
}

#mp-anywhere-cart span.mpawc-total-cart-items:before {
  	content: "(";
  	margin-right: 2px;
}

#mp-anywhere-cart span.mpawc-total-cart-items:after {
  	content: ")";
  	margin-left: 2px;
}

/* ================= Box Cart Style ================= */
#mp-anywhere-cart .mpawc-box-cart {
  padding: 20px 35px;
  display: inline-block;
  font-size: 0.95em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#mp-anywhere-cart .mpawc-box-cart i {
  margin-right: 5px;
}


/* ================= dropdown-cart ================= */
#mp-anywhere-cart .mpawc-dropdown-cart {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px;
  margin: 5px 0px 2px 0px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#mp-anywhere-cart .mpawc-dropdown-cart.mpawc-dropdown-cart-hover {
  margin-top: 0px;
}

#mp-anywhere-cart .mpawc-dropdown-cart.mpawc-dropdown-cart-hover:hover {
  display: block;
}

#mp-anywhere-cart .mpawc-dropdown-cart.show-dropdown-cart {
  display: block;
}

#mp-anywhere-cart .mpawc-dropdown-cart:before {
  position: absolute;
  top: -12px;
  left: 9px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#mp-anywhere-cart .mpawc-dropdown-cart:after {
  position: absolute;
  top: -11px;
  left: 10px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  border-left: 11px solid transparent;
  content: '';
}

/* ================= Modal Cart ================= */
#mpawc-modal-cart.mpawc-modal-cart-hide {
  display: none;
}

#mp-anywhere-cart .mpawc-modal-cart .mpawc-modal-cart-title {
  margin-bottom: 20px;
  font-size: 24.5px;
  line-height: 30px;
}


/* ================= Cart Table ================= */

#mp-anywhere-cart .mpawc-table table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#mp-anywhere-cart .mpawc-table table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ededed;
}

#mp-anywhere-cart .mpawc-table.mp_cart_widget_content table th {
  padding-left: 6px;
  padding-right: 6px;
}

#mp-anywhere-cart .mpawc-table table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ededed;
}

#mp-anywhere-cart .mpawc-table table th {
  font-weight: bold;
}

#mp-anywhere-cart .mpawc-table table thead th {
  vertical-align: bottom;
}
#mp-anywhere-cart .mpawc-table table caption + thead tr:first-child th,
#mp-anywhere-cart .mpawc-table table caption + tbody tr:first-child th,
#mp-anywhere-cart .mpawc-table table caption + tbody tr:first-child td,
#mp-anywhere-cart .mpawc-table table colgroup + thead tr:first-child th,
#mp-anywhere-cart .mpawc-table table colgroup + tbody tr:first-child th,
#mp-anywhere-cart .mpawc-table table colgroup + tbody tr:first-child td,
#mp-anywhere-cart .mpawc-table table thead:first-child tr:first-child th,
#mp-anywhere-cart .mpawc-table table tbody:first-child tr:first-child th,
#mp-anywhere-cart .mpawc-table table tbody:first-child tr:first-child td {
  border-top: 0;
}
#mp-anywhere-cart .mpawc-table table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#mp-anywhere-cart .mpawc-table table table {
  background-color: #ffffff;
}

#mp-anywhere-cart .mpawc-table table thead:first-child tr:first-child > th:first-child,
#mp-anywhere-cart .mpawc-table table tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#mp-anywhere-cart .mpawc-table table thead:first-child tr:first-child > th:last-child,
#mp-anywhere-cart .mpawc-table table tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#mp-anywhere-cart .mpawc-table table thead:last-child tr:last-child > th:first-child,
#mp-anywhere-cart .mpawc-table table tbody:last-child tr:last-child > td:first-child,
#mp-anywhere-cart .mpawc-table table tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#mp-anywhere-cart .mpawc-table table thead:last-child tr:last-child > th:last-child,
#mp-anywhere-cart .mpawc-table table tbody:last-child tr:last-child > td:last-child,
#mp-anywhere-cart .mpawc-table table tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#mp-anywhere-cart .mpawc-table table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
#mp-anywhere-cart .mpawc-table table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
#mp-anywhere-cart .mpawc-table table caption + thead tr:first-child th:first-child,
#mp-anywhere-cart .mpawc-table table caption + tbody tr:first-child td:first-child,
#mp-anywhere-cart .mpawc-table table colgroup + thead tr:first-child th:first-child,
#mp-anywhere-cart .mpawc-table table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#mp-anywhere-cart .mpawc-table table caption + thead tr:first-child th:last-child,
#mp-anywhere-cart .mpawc-table table caption + tbody tr:first-child td:last-child,
#mp-anywhere-cart .mpawc-table table colgroup + thead tr:first-child th:last-child,
#mp-anywhere-cart .mpawc-table table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

#mp-anywhere-cart .mpawc-table table tbody > tr:nth-child(odd) > td,
#mp-anywhere-cart .mpawc-table table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#mp-anywhere-cart .mpawc-table table tbody tr:hover td,
#mp-anywhere-cart .mpawc-table table tbody tr:hover th {
  background-color: #f5f5f5;
}

#mp-anywhere-cart .mpawc-table table textarea {
  width: 97% !important;
}

#mp-anywhere-cart .mpawc-table table td.mp_cart_subtotal_lbl,
#mp-anywhere-cart .mpawc-table table td.mp_cart_col_updatecart {
  text-align: right;
}

#mp-anywhere-cart .mpawc-table table input, 
#mp-anywhere-cart .mpawc-table table textarea, 
#mp-anywhere-cart .mpawc-table table .uneditable-input {
  width: auto;
}

#mp-anywhere-cart .mpawc-table table.mp_cart_shipping tr td:first-child {
  text-align: right;
}