/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/*******************************************************
				Addresses Styles
********************************************************/
#addresses .box, #addresses .center_column .box {
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
  box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
}
#addresses .box .info-title, #addresses .center_column .box .info-title {
  font-weight: bold;
  margin: 15px 0 0;
}
#addresses .box p.required, #addresses .center_column .box p.required {
  color: #e64c65;
}
#addresses .box #submitAddress, #addresses .center_column .box #submitAddress {
  padding: 9px 30px 9px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl #addresses .box #submitAddress, .rtl #addresses .center_column .box #submitAddress {
  padding: 9px 30px 9px 30px;
}
#addresses .box p a, #addresses .center_column .box p a {
  color: #11a8ab;
}
#addresses .box p a:hover, #addresses .center_column .box p a:hover {
  color: #e64c65;
}
#addresses .box li:first-child, #addresses .center_column .box li:first-child {
  margin-bottom: 10px;
}
#addresses .box li:last-child, #addresses .center_column .box li:last-child {
  margin-top: 10px;
}
#addresses .footer_links {
  margin-top: 15px;
}

.address.box, .address_delivery, #address_invoice_form {
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
  box-shadow: 0px 1px 3px rgba(155, 155, 155, 0.55);
}
