/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-pincode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-pincode .productdelivered {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 66.3%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 0 1.5rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .cp-pincode .productdelivered {
        width: 100%;
        padding: 1rem 1.5rem; } }
    .cp-pincode .productdelivered .icon {
      padding: 1rem 0.5rem 2rem; }
      .cp-pincode .productdelivered .icon img {
        width: 7.3rem;
        height: 4.2rem; }
    .cp-pincode .productdelivered .title {
      font-size: 1.4rem;
      line-height: 1.6rem;
      font-family: "Gotham-Bold";
      color: #000000;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-pincode .productdelivered .title {
          font-size: 1.2rem;
          line-height: 1.4rem; } }
    .cp-pincode .productdelivered .check {
      font-size: 1.4rem;
      font-family: "Gotham-Bold";
      color: #b2b2b2;
      position: absolute;
      right: 0;
      top: 23px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-pincode .productdelivered .check {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
    .cp-pincode .productdelivered .desc {
      padding: 0 4.4rem;
      font-size: 1.6rem;
      line-height: 1.9rem;
      font-family: "Gotham-Book"; }
      @media only screen and (max-width: 768px) {
        .cp-pincode .productdelivered .desc {
          padding: 1rem 0;
          font-size: 1.4rem; } }
  .cp-pincode .return {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f7f7f7;
    width: 32.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-pincode .return {
        width: 100%;
        margin-top: 2.2rem; } }
  .cp-pincode .returnText {
    padding-left: 2rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-pincode .returnText {
        font-size: 1.4rem; } }

.cp-pincode .productdelivered {
  padding: 1.4rem 2.4rem 1.4rem 2.4rem;
  width: 66.2%;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .cp-pincode .productdelivered {
      padding: 1.5rem 1.4rem;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .cp-pincode .productdelivered .title {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
    .cp-pincode .productdelivered .check {
      top: 18px; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-pincode .productdelivered .check {
      top: 17px; } }
  .cp-pincode .productdelivered .icon {
    padding: 1rem 4.5rem 1rem 0; }
    @media only screen and (max-width: 768px) {
      .cp-pincode .productdelivered .icon {
        padding: 0.3rem 0rem 1.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-pincode .productdelivered .icon img {
        width: 6.1rem;
        height: 3.5rem; } }
  .cp-pincode .productdelivered .desc {
    margin: 0 2rem 0 4rem;
    max-width: 23.2rem;
    padding: 0; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .cp-pincode .productdelivered .desc {
        margin: 0.6rem 0 0 11.5rem;
        max-width: 48.2rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-pincode .productdelivered .desc {
        margin: 0.6rem 0 0 0;
        max-width: 46rem; } }
    @media only screen and (max-width: 768px) {
      .cp-pincode .productdelivered .desc {
        margin: 1rem 0 0; } }
  .cp-pincode .productdelivered .msg {
    font-family: "Gotham-Book";
    font-size: 1.2rem;
    line-height: 1;
    color: #4b9800;
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    display: none; }
    .cp-pincode .productdelivered .msg.error {
      color: #bd001c;
      display: none; }

.cp-pincode .return {
  width: 32.5%; }
  @media only screen and (max-width: 768px) {
    .cp-pincode .return {
      width: 100%;
      max-height: 6.4rem; } }
  @media only screen and (max-width: 768px) {
    .cp-pincode .return .icon img {
      width: 4rem;
      height: 4rem; } }
