.span_detail{
    padding-top : 7px;
}
.error{
    color : #d43f3a !important;
}
label.error { 
    float: none; color: d43f3a; 
    padding-left: .5em;
    vertical-align: top; 
    display: block;
 }​
 .has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.product_img_list{
    border : 1px solid #cccccc;
    height : 120px;
    overflow : hidden;
    margin : 5px;
}

.product_img_list span{
    color : #d43f3a !important;
    cursor:pointer;
}

.img-pro{
    width : 100% !important;
}
  td, th {
    padding: 6px;
    padding: 15px 0;
    border-bottom: solid 1px #e7e7e7;
    text-align: left;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  .add-shipping-popup-wrapper-edit {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
}

.add-shipping-popup-edit {
  position: relative;
  display: block;
  max-width: 650px;
  min-height: 500px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

html.w-mod-js *[data-ix="add-shipping-address-edit"] {
  display: none;
  opacity: 0;
}

.add-shipping-popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
}
.add-billing-popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
}

.add-shipping-popup {
  position: relative;
  display: block;
  max-width: 650px;
  min-height: 500px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.add-billing-popup {
  position: relative;
  display: block;
  max-width: 650px;
  min-height: 500px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.close-button {
  position: absolute;
  top: -16px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #d70b16;
  background-image: url('./resources/images/close2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.popup-header {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom:1px solid #d70b16;
}

html.w-mod-js *[data-ix="add-shipping-address"] {
  display: none;
  opacity: 0;
}
html.w-mod-js *[data-ix="add-billing-address"] {
  display: none;
  opacity: 0;
}

.my_account{
    padding: 10px 10px 10px 10px;
    border-bottom: 3px solid #ebebeb;
    background-color: transparent;
    min-height :0px !important;
}