.w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}

.acc-main-block {
  margin-top: 20px;
  margin-bottom: 20px;
  /* border-bottom: 1px dashed #2f9ee5; */
}
.acc-main-head-block {
  background-color: #fff;

}
.acc-main-head-text {
  display: inline-block;
  padding: 8px 0;
  font-family: Prompt, sans-serif;
  color: #2f9ee5;
  /*font-size: 18px;*/
  font-weight: 700;
}

.acc-main-head-text-link {
  color: #2f9ee5;
  text-decoration: underline;
}
.acc-main-head-text-link:hover {
  color: #999;
  text-decoration: underline;
}
.acc-text-detail {
  display: inline-block;
  padding: 10px;

  color: #555;
  font-weight: normal;
}

.acc-text-detail-link {
  text-decoration: underline;
}

.acc-address-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.acc-sub-head-block {
  border-bottom: 1px solid #2f9ee5;
}

.acc-sub-head-text {
  display: inline-block;
  padding: 8px;
  float: left;
  font-family: Prompt, sans-serif;
  color: #2f9ee5;
  font-weight: normal;
}

.acc-form-wrapper {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.acc-text-display {
  padding-top: 5px;
  padding-bottom: 10px;
}

.acc-update-btn {
  margin-top: 15px;
  background-color: #2f9ee5;
}

.acc-add-address-btn-block {
  float: right;
  background-color: #2f9ee5;
  border: 1px solid #2f9ee5;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  transition: all .2s ease-in;
  text-decoration: none;
}
.acc-add-address-btn-block:hover {
  background-color: #fff;
  border: 1px solid #2f9ee5;
  color: #2f9ee5;
  transition: all .2s ease-in;
  text-decoration: none;
}

.acc-add-address-btn {
  width: 90px;
  margin-right: 13px;
}

.acc-add-address-row {
  /* border-bottom: 1px dashed #2f9ee5; */
      margin-bottom: 10px;
}
.acc-add-address-row:last-of-type {
  border-bottom: 0px dashed #2f9ee5;
  margin-bottom: 10px;
}
.acc-add-address-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.acc-update-address-btn-block  {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.acc-del-address-btn-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .acc-del-address-btn-block {
    margin-top: 10px!important;
    margin-bottom: 0;
    border: 0!important;
    width: 45px!important;
    height: 45px!important;
  }
}

.acc-update-address-btn {
  width: 70px;
}

.acc-del-address-btn {
  width: 50px;
}

.acc-text-policy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #f3f3f3;
  font-family: Prompt, sans-serif;
  text-align: center;
}
.acc-main-head-text {
  /*font-size: 16px;*/
}
.acc-form-wrapper {
  width: 80%;
}
.acc-update-address-btn-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
      float: left;
  width: 50%;
}
.acc-del-address-btn-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  width: 50%;
}
.acc-update-address-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;

}
.acc-del-address-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.acc-form-wrapper {
  width: 100%;
}
.acc-update-address-btn {
  width: 80px;
}
.acc-del-address-btn {
  width: 55px;
}
.acc-text-detail {
  /*font-size: 14px;*/
  font-weight: 300;
}
.acc-sub-head-block {
  margin-top: 45px;
}
.acc-update-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.acc-update-address-btn {
  width: 70px;
}
.acc-del-address-btn {
  width: 50px;
}

.field-label {
  width: 100%;
      float: left;
      font-weight: 300;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  /*font-size: 16px;*/
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  /* background-color: #ffffff; */
  border: 1px solid #cccccc;
  font-weight: 300;
}
.input-text-field {
    width: 58%;
}
.w-button {
    display: inline-block;
    padding: 5px;
    background-color: #2f9ee5;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-family: Prompt, sans-serif;
}
.acc-update-btn:after {
    clear: right;
}
.acc-update-btn, .acc-update-address-btn-block {
    margin-top: -25px;
    background:url('../../images/acc-update-btn.png') center no-repeat;
    float: right;
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 6px;
    transition: all .2s ease-in;
}
.acc-update-address-btn-block {
  float: right;
  margin-top: 0;
}
.acc-update-btn:hover, .acc-update-address-btn-block:hover {
    background:#2f9ee5 url('../../images/acc-update-btn-white.png') center no-repeat;
    background-size: cover;
    border: 5px solid #2f9ee5;
    border-radius: 6px;
    transition: all .2s ease-in;
}

.acc-edit-address-btn-block {

  margin-top: 0;

    background:url('../../images/acc-edit-btn.png') center no-repeat;
    float: right;
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 6px;
    transition: all .2s ease-in;
}
@media only screen and (max-width: 767px) {
  .acc-text-detail {

    line-height: 14px;
}
 
  }
.acc-edit-address-btn-block:hover {
    background:#2f9ee5 url('../../images/acc-edit-btn-white.png') center no-repeat;
    background-size: cover;
    border: 5px solid #2f9ee5;
    border-radius: 6px;
    transition: all .2s ease-in;
}

.acc-del-address-btn-block {
    margin-top: 0;
    margin-left: 15px;
    background:url('../../images/acc-del-btn.png') center no-repeat;
    float: right;
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 5px solid #fff;
    border-radius: 6px;
    transition: all .2s ease-in;
}
.acc-del-address-btn-block:hover {
    background:#2f9ee5 url('../../images/acc-del-btn-white.png') center no-repeat;
    background-size: cover;
    border: 5px solid #2f9ee5;
    border-radius: 6px;
    transition: all .2s ease-in;
}

input.w-button {
    -webkit-appearance: button;
}


form .input-box {
    position: relative;
    margin-top: 5px;
}
form .frm_col.border1 {
    position: relative;
    margin-top: 5px;
}
form .input-box label, form .frm_col.border1 label {
    color: #9e9e9e;
    position: absolute;
    top: 9px;
    left: 0px;
    font-weight: 300;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 2;
}
form .frm_col.border1 .labelforselect {
    position: relative;
    top:0;
    color: #000;
}

form .input-box label strong, form .frm_col.border1 label strong  {
  font-weight: 300;
  color: #000;
}
form .input-box label.active strong , form .frm_col.border1 label.active strong{
  font-weight: 400;
  color: #2f9ee5;
}
form .input-box label.active {
    /*font-size:0.8rem;*/
    -webkit-transform:translateY(-80%);
    -moz-transform:translateY(-80%);
    -ms-transform:translateY(-80%);
    -o-transform:translateY(-80%);
    transform:translateY(-80%);
    color: #2f9ee5;
}
form .frm_col.border1 label.active{
    /*font-size:0.8rem;*/
    -webkit-transform:translateY(-82%);
    -moz-transform:translateY(-82%);
    -ms-transform:translateY(-82%);
    -o-transform:translateY(-82%);
    transform:translateY(-82%);
    color: #2f9ee5;

    top: 16px;
    position: absolute;
}
form .input-box input[type=email],
form .input-box input[type=search],
form .input-box input[type=number],
form .input-box input[type=password],
form .input-box input[type=tel],
form .input-box input[type=text],
form .input-box textarea {
  width: 100%;
  max-width: 100%;
	border: none;
  border-bottom: 1px solid #2f9ee5;
}
form .select-effect {
  width: 100%;
  height: 42px;
  max-width: 100%;
	border: none;
  border-bottom: 1px solid #2f9ee5;
  color: #9e9e9e;
  font-weight: 300!important;
  /*font-size: 16px;*/
  margin-bottom: 5px;
  -webkit-appearance: none;
      background-color: white;
      background-image: url('../../images/iOS-select-arrow.png');
      background-position : right center;
      background-repeat: no-repeat;
      background-size: 13px;
      background-position-y: 16px;
}
form .select-effect.active {
  color: #000;
}
form .frm_col {
  border-bottom: 0 solid #2f9ee5;
}

form .frm_col.border1 {
  border-bottom: 1px solid #2f9ee5;
}
form .frm_col.border1 input[type=email],
form .frm_col.border1 input[type=search],
form .frm_col.border1 input[type=number],
form .frm_col.border1 input[type=password],
form .frm_col.border1 input[type=tel],
form .frm_col.border1 input[type=text],
form .frm_col.border1 textarea {
  width: auto;
  max-width: 100%;
	border: none;
  border-bottom: 0px solid #2f9ee5;
  padding: 0;
  margin: 0;
}
form .frm_col.border1 .select-effect {
  border-bottom: 0px solid #2f9ee5;
}
form .frm_col.border1 .select-effect {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  padding-right: 40px;
}
form .frm_col.border1 .select-effect.active {
  color: #000;
}
form .input-box textarea {
  height: auto;

}
form .frm_col.border1 textarea {
  height: 96px;
      width: 100%;
      font-weight: 300;
      line-height: 18px;
      padding-top: 9px;
}
@media only screen and (max-width: 767px) {
  .acc-update-btn, .acc-update-address-btn-block {
      margin-top: 0;
  }

		form .input-box input[type=email],
		form .input-box input[type=search],
		form .input-box input[type=number],
		form .input-box input[type=password],
		form .input-box input[type=tel],
		form .input-box input[type=text],
		form .input-box textarea {
		  width: 100%;
		  max-width: 100%;
			border: none;
		  border-bottom: 1px solid #2f9ee5;
      /*font-size: 16px;*/
		}
    .frm_col {
      width: 100%;

    }
    form .select-effect {
      width: 100%;
      -webkit-appearance: none;
            -webkit-border-radius: 0px;
      /*font-size: 16px;*/
      padding-left: 8px;
     }
    .half {
        width: 100%;
    }
    #tax {
        max-width: 100%!important;
        width: 100%!important;
    }
}
