/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* line 9, order_address.scss */
#address_invoice_form, .address_delivery {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
/* line 13, order_address.scss */
#address_invoice_form .selector, .address_delivery .selector {
  display: inline-block;
}

/* line 20, order_address.scss */
.addresses .opacity-hidden {
  opacity: 0;
  pointer-events: none;
}
/* line 25, order_address.scss */
.addresses .checkbox.addressesAreEquals {
  margin-bottom: 0;
}
/* line 29, order_address.scss */
.addresses .box.address {
  margin-top: 30px;
}
/* line 33, order_address.scss */
.addresses #diadao-shipping-order-address {
  display: none;
  margin-right: 0;
  margin-bottom: 15px;
}
/* line 38, order_address.scss */
.addresses #email_address {
  padding-left: .5em;
}
/* line 41, order_address.scss */
.addresses #email_delivery_address {
  display: inline-block;
  width: auto;
}
/* line 45, order_address.scss */
.addresses input:-webkit-autofill, .addresses textarea:-webkit-autofill {
  -webkit-box-shadow: 0px 0px 0px 1000px white inset;
  box-shadow: 0px 0px 0px 1000px white inset;
  -webkit-text-fill-color: #9c9b9b !important;
}
/* line 50, order_address.scss */
.addresses .waitimage {
  position: absolute;
  right: -45px;
  bottom: 6px;
  left: auto;
}

/* line 65, order_address.scss */
#diadao-shipping-order-address label {
  display: block;
  padding-top: 7px;
  text-align: right;
}

/* line 71, order_address.scss */
.disabled-event-trigger {
  position: relative;
  display: inline-block;
}
/* line 76, order_address.scss */
.disabled-event-trigger.disabled:hover:after {
  line-height: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-disabled-label);
  cursor: pointer;
  text-align: center;
  color: #000;
  background-color: #eee;
}

/* line 93, order_address.scss */
#email_delivery_address_form {
  padding-bottom: 2em;
}
/* line 95, order_address.scss */
#email_delivery_address_form label {
  display: block;
}

/* line 101, order_address.scss */
#order .address_add.submit {
  text-align: right;
}

/* line 110, order_address.scss */
.send-order-to-email {
  clear: both;
  margin-bottom: 2em !important;
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 114, order_address.scss */
  html.flexbox .send-order-to-email {
    display: -webkit-flex;
    display: flex;
  }
}
/* line 119, order_address.scss */
.send-order-to-email .radio-container {
  -webkit-transition: border-color 0.5s, background 0.15s;
  transition: border-color 0.5s, background 0.15s;
  position: relative;
  display: inline-block;
  height: 120px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  /* line 119, order_address.scss */
  .send-order-to-email .radio-container {
    width: 50%;
  }
  /* line 130, order_address.scss */
  .send-order-to-email .radio-container:not(:first-child) {
    border-left-color: #dadada;
  }
  /* line 134, order_address.scss */
  .send-order-to-email .radio-container.selected + .radio-container {
    border-left-color: #f5f5f5;
  }
}
@media (max-width: 1023px) {
  /* line 119, order_address.scss */
  .send-order-to-email .radio-container {
    height: 120px;
  }
}
/* line 141, order_address.scss */
.send-order-to-email .radio-container i {
  position: absolute;
  top: 50%;
  right: 2em;
  font-size: 2em;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 150, order_address.scss */
.send-order-to-email .radio-container i:before {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #42b47c;
}
/* line 157, order_address.scss */
.send-order-to-email .radio-container.selected {
  border: 1px solid #dadada;
  background: #eaeaea;
}
/* line 160, order_address.scss */
.send-order-to-email .radio-container.selected i:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 164, order_address.scss */
.send-order-to-email .radio-container:hover {
  background: #efefef;
}
/* line 169, order_address.scss */
html.flexbox .send-order-to-email .radio-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 173, order_address.scss */
.send-order-to-email .radio-container input {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 176, order_address.scss */
.send-order-to-email .radio-container label {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-right: 5em;
  padding-left: .75em;
}
@media (max-width: 1023px) {
  /* line 176, order_address.scss */
  .send-order-to-email .radio-container label {
    font-size: .9em;
    padding-right: 6em;
  }
}
/* line 186, order_address.scss */
html.flexbox .send-order-to-email .radio-container label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1279px) {
  /* line 192, order_address.scss */
  .send-order-to-email .radio-container i {
    right: 1em;
  }
}
@media (max-width: 1023px) {
  /* line 197, order_address.scss */
  .send-order-to-email .radio-container i {
    right: .5em;
  }
}
/* line 221, order_address.scss */
.send-order-to-email .radio {
  margin: 0;
  padding-left: 0;
}
/* line 226, order_address.scss */
html.flexbox .send-order-to-email .radio {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 232, order_address.scss */
.send-order-to-email #uniform-sendOrderToMail2 span, .send-order-to-email #uniform-sendOrderToMail0 span, .send-order-to-email #uniform-sendOrderToMail span {
  -webkit-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
  display: inline-block;
  width: 100px;
  height: 120px;
  background: url(../img/postal.png) no-repeat 0 0;
  background-position: center center;
}
/* line 240, order_address.scss */
.send-order-to-email #uniform-sendOrderToMail2 span input, .send-order-to-email #uniform-sendOrderToMail0 span input, .send-order-to-email #uniform-sendOrderToMail span input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 252, order_address.scss */
.send-order-to-email #uniform-sendOrderToMail span {
  background-image: url(../img/mail.png);
}
/* line 257, order_address.scss */
.send-order-to-email #uniform-sendOrderToMail2 span {
  background-image: url(../img/pickup.png);
}

/* line 263, order_address.scss */
.no-size {
  display: none;
}
