/*---------------------------------CARD----------------------------------*/
.wrap-checkout {
  font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .wrap-checkout .full-img {
    width: 100%;
    margin: 0 0 100px;
    height: 290px; }
    .wrap-checkout .full-img img {
      vertical-align: top;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .wrap-checkout .card-content .info {
    border-top: 3px solid #303645;
    background: #f9f9f9;
    padding: 19px 23px;
    margin: 0 0 30px; }
    .wrap-checkout .card-content .info p {
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      color: #303745;
      font-family: 'Poppins', sans-serif; }
      .wrap-checkout .card-content .info p i {
        margin-right: 10px;
        font-size: 18px; }
  .wrap-checkout .content-width {
    max-width: 1140px;
    margin: auto; }
  .wrap-checkout .table-product {
    margin: 0 0 100px; }
    .wrap-checkout .table-product .line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom: 1px solid #f4f4f4;
      min-height: 130px;
      position: relative; }
      .wrap-checkout .table-product .line .data {
        padding: 30px 5px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .wrap-checkout .table-product .line .data p {
          font-size: 16px;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          font-family: 'Poppins', sans-serif; }
        .wrap-checkout .table-product .line .data a.delete {
          width: 24px;
          height: 24px;
          border-radius: 100%;
          display: inline-block;
          border: 1px solid #e5e5e5;
          text-align: center; }
          .wrap-checkout .table-product .line .data a.delete i {
            font-size: 16px;
            line-height: 22px;
            color: #000; }
         /* .wrap-checkout .table-product .line .data a.delete:hover {
            opacity: 0.7; }*/
        .wrap-checkout .table-product .line .data figure {
          margin: 0;
          height: 90px;
          width: 100%; }
          .wrap-checkout .table-product .line .data figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
      .wrap-checkout .table-product .line .data-1 {
        width: 100px;
        padding-left: 20px; }
      .wrap-checkout .table-product .line .data-2 {
        width: 135px; }
      .wrap-checkout .table-product .line .data-3 {
        width: calc(100% - 800px); }
      .wrap-checkout .table-product .line .data-4 {
        width: 100px; }
      .wrap-checkout .table-product .line .data-5 {
        width: 190px; }
      .wrap-checkout .table-product .line .data-6 {
        width: 120px;
        padding-right: 20px; }
    .wrap-checkout .table-product .line-head {
      min-height: 80px; }
      .wrap-checkout .table-product .line-head .data {
        text-align: center; }
        .wrap-checkout .table-product .line-head .data p {
          font-size: 16px;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          font-family: 'Poppins', sans-serif; }
    .wrap-checkout .table-product .line-data .data-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .wrap-checkout .table-product .line-data .data-4 {
      text-align: center; }
    .wrap-checkout .table-product .line-data .data-6 {
      text-align: center; }
    .wrap-checkout .table-product .line-data .data-3 {
      text-transform: uppercase; }
    .wrap-checkout .table-product .line-coupon {
      border-bottom: 0;
      margin-top: 30px;
      padding: 0 20px;
      min-height: inherit; }
      .wrap-checkout .table-product .line-coupon .input-wrap {
        width: auto; }
      .wrap-checkout .table-product .line-coupon label {
        display: none; }
      .wrap-checkout .table-product .line-coupon input {
        width: 400px;
        line-height: 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 50px;
        padding: 0 25px;
        font-size: 18px;
        color: #000;
        border: 1px solid #f4f4f4;
        border-radius: 25px;
        margin-right: 15px;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        outline: none !important; }
    .wrap-checkout .table-product .line-total {
      padding-left: 50%;
      margin: 130px 0 0; }
      .wrap-checkout .table-product .line-total p {
        color: #505050;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 100px;
        border-top: 1px solid #e5e5e5;
        padding-top: 30px; }
        .wrap-checkout .table-product .line-total p>span {
          display: inline-block;
          width: 70%;
          padding-left: 150px;
          margin-left: 0; }
      .wrap-checkout .table-product .line-total .btn {
        width: 100%; }
  .wrap-checkout .input-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wrap-checkout .input-number input {
      color: #000;
      width: 40px;
      height: 40px;
      min-height: 40px;
      outline: none !important;
      border: 2px solid #f4f4f4;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 36px;
      font-size: 16px;
      font-family: 'Poppins', sans-serif; }
    .wrap-checkout .input-number .btn-count {
      width: 67px;
      height: 40px;
      line-height: 38px;
      border: 2px solid #f4f4f4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer; }
      .wrap-checkout .input-number .btn-count i {
        color: #000;
        position: relative; }
     /* .wrap-checkout .input-number .btn-count:hover {
        opacity: 0.7; }*/
    .wrap-checkout .input-number .btn-count-minus {
      margin-right: -2px;
      border-radius: 20px 0 0 20px;
      padding: 0 10px;
      text-align: right; }
    .wrap-checkout .input-number .btn-count-plus {
      margin-left: -2px;
      border-radius: 0 20px 20px 0;
      padding: 0 10px; }
  .wrap-checkout .btn {
    display: inline-block;
    cursor: pointer;
    outline: none;
    min-width: 170px;
    text-align: center;
    padding: 0 20px;
    background: #c9322d!important;
    border: 2px solid #c9322d!important;
    color: #fff;
    line-height: 46px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none; }
   /* .wrap-checkout .btn:hover {
      color: #909090;
      background: #fff; }*/
  .wrap-checkout .btn-border {
    color: #909090;
    background: #fff; }
   /* .wrap-checkout .btn-border:hover {
      background: #c9322d;
      color: #fff; }*/
  .wrap-checkout h1 {
    color: #303745;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 125px; }
  .wrap-checkout .checkout-slider-wrap {
    background-color: #f5f5f5;
    padding: 0 0 100px; }
    .wrap-checkout .checkout-slider-wrap p.bottom {
      color: #505050;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin: 0; }
      .wrap-checkout .checkout-slider-wrap p.bottom a {
        color: #ca322d;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-decoration: none; }
       /* .wrap-checkout .checkout-slider-wrap p.bottom a:hover {
          opacity: 0.7; }*/
    .wrap-checkout .checkout-slider-wrap .content-width {
      background: #fff;
      padding: 0 15px;
      max-width: 1170px; }
    .wrap-checkout .checkout-slider-wrap .info {
      border-top: 3px solid #303645;
      background: #f9f9f9;
      padding: 14px 15px;
      margin: 0 0 37px; }
      .wrap-checkout .checkout-slider-wrap .info p {
        color: #303745;
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        font-family: 'Poppins', sans-serif; }
        .wrap-checkout .checkout-slider-wrap .info p i {
          margin-right: 10px;
          font-size: 24px; }
  .wrap-checkout .item-border-1 {
    border: 2px solid #ca322d;
    background-color: #ffffff;
    padding: 21px 13px 7px;
    margin: 0 0 43px; }
    .wrap-checkout .item-border-1 h6 {
      color: #303745;
      font-size: 24px;
      font-weight: 500!important;
      font-family: 'Poppins', sans-serif;
      line-height: normal;
      margin: 0 0 32px; }
      .wrap-checkout .item-border-1 h6 span {
        color: #ca322d; }
    .wrap-checkout .item-border-1 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
      .wrap-checkout .item-border-1 ul li {
        width: 32%;
        padding: 0 0 0 65px;
        position: relative;
        margin: 0 0 21px;
        color: #303745;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .wrap-checkout .item-border-1 ul li span {
          display: block;
          font-size: 15px;
          font-weight: 300; }
        .wrap-checkout .item-border-1 ul li:before {
          position: absolute;
          top: -6px;
          left: 21px;
          content: '\f00d';
          font-family: FontAwesome;
          color: #ca322d;
          font-size: 36px;
          font-weight: 900; }
  .wrap-checkout .item-no-border {
    margin: 0 0 11px;
    padding: 0 15px; }
    .wrap-checkout .item-no-border h6 {
      color: #303745;
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: 500!important;
      margin: 0 0 32px;
      line-height: normal; }
      .wrap-checkout .item-no-border h6 span {
        color: #81d742; }
    .wrap-checkout .item-no-border ul {
      padding: 0;
      list-style: none;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wrap-checkout .item-no-border ul li {
        width: 32%;
        padding: 0 0 0 65px;
        position: relative;
        margin: 0 0 28px;
        color: #303745;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .wrap-checkout .item-no-border ul li:before {
          position: absolute;
          top: 1px;
          left: 21px;
          content: '\f00c';
          font-family: FontAwesome;
          color: #81d742!important;
          font-size: 24px;
          font-weight: 900; }
  .wrap-checkout .item-border-2 {
    border: 2px solid #f7b011;
    background-color: #ffffff;
    padding: 21px 13px 0;
    margin: 0 0 38px; }
    .wrap-checkout .item-border-2 h6 {
      color: #303745;
      font-size: 24px;
      font-weight: 500!important;
      font-family: 'Poppins', sans-serif;
      margin: 0 0 32px;
      line-height: normal; }
      .wrap-checkout .item-border-2 h6 span {
        color: #f7b011; }
      .wrap-checkout .item-border-2 h6 i {
        font-style: normal;
        font-size: 24px;
        font-weight: 300; }
    .wrap-checkout .item-border-2 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
      .wrap-checkout .item-border-2 ul li {
        width: 32%;
        padding: 0 0 0 65px;
        position: relative;
        margin: 0 0 28px;
        color: #303745;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .wrap-checkout .item-border-2 ul li span {
          display: block;
          font-size: 15px;
          font-weight: 300; }
        .wrap-checkout .item-border-2 ul li:before {
          position: absolute;
          top: 2px;
          left: 23px;
          content: '\f071';
          font-family: FontAwesome;
          color: #f7b011!important;
          font-size: 22px;
          font-weight: 900; }
  .wrap-checkout .swiper-pagination {
    position: relative;
    margin: 35px 0 6px; }
  .wrap-checkout .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #aea4a4;
    outline: none !important; }
  .wrap-checkout .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #303745; }
  .wrap-checkout .btn-wrap {
    text-align: center;
    padding-bottom: 50px; }
    .wrap-checkout .btn-wrap a {
      margin: 0 24px;
      min-width: 156px;
      width: 156px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: 500; }
    .wrap-checkout .btn-wrap .btn-border {
      color: #fff;
      font-size: 14px; }
.wrap-checkout .btn-wrap
    /*  .wrap-checkout .btn-wrap .btn-border:hover {
        color: #fff; }*/
  .wrap-checkout .swiper-slide h2 {
    color: #303745;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
    padding-left: 15px; }
  .wrap-checkout input[type=radio] {
    margin: 0;
    display: none; }
  .wrap-checkout .private-public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wrap-checkout .private-public figure {
      width: 45%;
      margin: 0;
      padding-top: 11%;
      text-align: center; }
      .wrap-checkout .private-public figure img {
        width: auto;
        max-width: 100%;
        vertical-align: top; }
  .wrap-checkout .radio-wrap {
    width: 51%; }
  .wrap-checkout .radio-private {
    margin-bottom: 30px; }
    .wrap-checkout .radio-private label {
      cursor: pointer;
      border: 2px solid #6faf37;
      background-color: #ffffff;
      position: relative;
      padding: 20px 15px 15px 60px;
      display: block; }
      .wrap-checkout .radio-private label .point {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 3px solid #303745;
        border-radius: 100%;
        position: absolute;
        top: 24px;
        left: 13px; }
      .wrap-checkout .radio-private label .h3 {
        display: block;
        color: #303745;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 6px; }
    .wrap-checkout .radio-private label.is-active {
      background-color: #f5f5f5; }
    .wrap-checkout .radio-private .text {
      color: #303745;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: normal;
      display: block;
      margin: 0 0 3px; }
  .wrap-checkout input[type="radio"]:checked + span.point {
    border-color: #3576ff; }
    .wrap-checkout input[type="radio"]:checked + span.point:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background: #3576ff;
      content: ''; }
  .wrap-checkout .radio-public label {
    cursor: pointer;
    border: 2px solid #ca322d;
    background-color: #ffffff;
    position: relative;
    padding: 20px 15px 15px 60px;
    display: block; }
    .wrap-checkout .radio-public label .point {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 3px solid #303745;
      border-radius: 100%;
      position: absolute;
      top: 24px;
      left: 13px; }
    .wrap-checkout .radio-public label .h3 {
      display: block;
      color: #303745;
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 6px; }
  .wrap-checkout .radio-public label.is-active {
    background-color: #f5f5f5; }
  .wrap-checkout .radio-public .text {
    color: #303745;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    display: block;
    margin: 0 0 3px; }
    .wrap-checkout .radio-public .text i {
      display: block;
      font-style: normal;
      margin-bottom: 20px; }
      .wrap-checkout .radio-public .text i a {
        color: #ca322d;
        font-weight: 600;
        line-height: normal;
        text-decoration: none; }
        /*.wrap-checkout .radio-public .text i a:hover {
          opacity: 0.7; }*/
      .wrap-checkout .radio-public .text i b {
        font-weight: 700; }
    .wrap-checkout .radio-public .text i:last-child {
      margin-bottom: 0; }
    .wrap-checkout .radio-public .text i.list {
      margin: 0;
      position: relative;
      padding-left: 20px; }
      .wrap-checkout .radio-public .text i.list:before {
        position: absolute;
        top: calc(50% - 2px);
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #303745;
        content: '';
        left: 0; }
    .wrap-checkout .radio-public .text i.list-last {
      margin-bottom: 20px; }
  .wrap-checkout .radio-info {
    background-color: #6faf37;
    padding: 19px 15px;
    display: none; }
    .wrap-checkout .radio-info p {
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      margin: 0; }
  .wrap-checkout .radio-info-public {
    background-color: #ca322d; }

.wrap-checkout * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrap-checkout .order-wrap {
  margin: 0 0 100px; }
  .wrap-checkout .order-wrap .info {
    border-top: 3px solid #303645;
    background: #f9f9f9;
    padding: 19px 23px;
    margin: 0 0 30px; }
    .wrap-checkout .order-wrap .info p {
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      color: #303745;
      font-family: 'Poppins', sans-serif; }
      .wrap-checkout .order-wrap .info p i {
        margin-right: 10px;
        font-size: 18px; }
      .wrap-checkout .order-wrap .info p a {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        color: #303745;
        font-family: 'Poppins', sans-serif;
        text-decoration: none; }
        /*.wrap-checkout .order-wrap .info p a:hover {
          opacity: 0.7; }*/
.wrap-checkout .order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wrap-checkout .order-form h4 {
    font-size: 23px;
    line-height: normal;
    color: #303745;
    margin: 0 0 35px;
    font-weight: 600;
    width: 100%; }
  .wrap-checkout .order-form .input-wrap {
    width: 47%;
    margin: 0 0 28px; }
    .wrap-checkout .order-form .input-wrap label, .wrap-checkout .order-form .input-wrap h6 {
      display: block;
      font-size: 14px;
      line-height: normal;
      font-weight: 600;
      color: #303745;
      margin: 0 0 10px; }
      .wrap-checkout .order-form .input-wrap label span, .wrap-checkout .order-form .input-wrap h6 span {
        color: #ca322d; }
    .wrap-checkout .order-form .input-wrap input {
      line-height: 42px;
      height: 44px;
      width: 100%;
      outline: none !important;
      padding: 0 15px;
      font-size: 18px;
      border: 1px solid #e8e6e6; }
    .wrap-checkout .order-form .input-wrap textarea {
      line-height: normal;
      height: 90px;
      width: 100%;
      outline: none !important;
      padding: 5px 15px;
      font-size: 18px;
      border: 1px solid #e8e6e6;
      resize: none; }
  .wrap-checkout .order-form .input-wrap.label-none label {
    display: none; }
  .wrap-checkout .order-form .input-wrap-check input[type=checkbox] {
    margin: 0;
    display: none; }
  .wrap-checkout .order-form .input-wrap-check label {
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #303745; }
    .wrap-checkout .order-form .input-wrap-check label i {
      font-style: normal;
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      color: #303745; }
    .wrap-checkout .order-form .input-wrap-check label b {
      font-style: normal;
      font-size: 16px;
      line-height: normal;
      font-weight: 600;
      color: #303745; }
      .wrap-checkout .order-form .input-wrap-check label b s {
        text-decoration: none;
        color: #ca322d; }
    .wrap-checkout .order-form .input-wrap-check label span {
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 4px;
      border: 1px solid #303745;
      top: calc(50% - 8px);
      left: 0; }
    .wrap-checkout .order-form .input-wrap-check label input[type="checkbox"]:checked + span {
      border-color: #3576ff; }
      .wrap-checkout .order-form .input-wrap-check label input[type="checkbox"]:checked + span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border-radius: 4px;
        content: '';
        background: #3576ff; }
  .wrap-checkout .order-form .input-wrap-radio input[type=radio] {
    margin: 0;
    display: none; }
  .wrap-checkout .order-form .input-wrap-radio label {
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #303745;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wrap-checkout .order-form .input-wrap-radio label i {
      font-style: normal;
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      color: #303745; }
    .wrap-checkout .order-form .input-wrap-radio label b {
      font-style: normal;
      font-size: 16px;
      line-height: normal;
      font-weight: 600;
      color: #303745; }
    .wrap-checkout .order-form .input-wrap-radio label img {
      margin-left: 10px; }
    .wrap-checkout .order-form .input-wrap-radio label span {
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      border: 1px solid #303745;
      top: calc(50% - 8px);
      left: 0; }
    .wrap-checkout .order-form .input-wrap-radio label input[type="radio"]:checked + span {
      border-color: #3576ff; }
      .wrap-checkout .order-form .input-wrap-radio label input[type="radio"]:checked + span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        border-radius: 100%;
        content: '';
        background: #3576ff; }
  .wrap-checkout .order-form .input-wrap-text p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid #e8e6e6; }
  .wrap-checkout .order-form .input-wrap-submit {
    text-align: right;
    margin-top: 30px; }
  .wrap-checkout .order-form .input-wrap.margin-15 {
    margin-bottom: 15px; }
  .wrap-checkout .order-form .input-wrap-full {
    width: 100%; }
.wrap-checkout .order-info {
  width: 100%; }
  .wrap-checkout .order-info h5 {
    font-size: 20px;
    line-height: normal;
    color: #303745;
    margin: 0 0 20px;
    font-weight: 600;
    width: 100%; }
.wrap-checkout .order-table {
  border: 1px solid #e8e6e6;
  margin: 0 0 30px; }
  .wrap-checkout .order-table .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;
    min-height: 62px;
    border-bottom: 1px solid #e8e6e6; }
    .wrap-checkout .order-table .line p {
      width: 30%;
      font-size: 16px;
      line-height: normal; }
    .wrap-checkout .order-table .line p:last-child {
      width: 65%; }
  .wrap-checkout .order-table .line:last-child {
    border-bottom: 0; }
  .wrap-checkout .order-table .line-head {
    min-height: 44px; }
  .wrap-checkout .order-table .line-head p, .wrap-checkout .order-table .line-total p {
    font-weight: 600; }
.wrap-checkout p.bank {
  padding: 10px 10px;
  font-size: 14px;
  line-height: normal;
  background: #f9f9f9;
  margin: 20px 0; }
.woocommerce .quantity{
  max-height: 44px;
}
.wrap-checkout .input-number input{
  top: -2px;
  position: relative;
  border-top: 0;
  border-bottom: 0;
  line-height: 40px;
}
.wrap-checkout .btn[disabled]{
  opacity: 0;
}
.wrap-checkout .table-product .line .data a.delete i{
  position: relative;
  top: -1px;
}
.woocommerce-form-login-toggle .info{
  border-top: 3px solid #303645;
  background: #f9f9f9;
  padding: 19px 23px;
  margin: 0 0 30px;
}
.woocommerce-form-login-toggle .info p, .woocommerce-form-coupon-toggle .info p, .woocommerce-notices-wrapper .info p{
  margin: 0;
}
.woocommerce-form-coupon-toggle .info, .woocommerce-notices-wrapper .info{
  border-top: 3px solid #303645;
  background: #f9f9f9;
  padding: 19px 23px;
  margin: 0 0 30px;
}
.woocommerce-form-login-toggle{
  margin: 0;
}
.woocommerce .wc-forward{
  margin-right: 15px!important;
}
.fa-check-circle:before{
  font-family: FontAwesome;
  content: '\f2d0';
  font-style: normal;
}
.fa-exclamation-triangle:before{
  font-family: FontAwesome;
  content: '\f071';
  font-style: normal;
}
h3 .woocommerce-form__label span {
  padding-left: 20px;
}
.form-row .woocommerce-form__label>span {
  padding-left: 20px;
}
.form-row .woocommerce-form__label .input-checkbox{
  margin-top: 10px!important;
}
.page-template-page-template-precheckout .main-contain{
  background-color: #f5f5f5;
}
.wrap-checkout h1{
  padding-top: 30px;
}
.input-wrap.coupon .btn{
  position: relative;
  top: -2px;
}
.wrap-checkout .table-product .line .data-3 p{
  text-align: center;
}
.coupon input#coupon_code{
  padding-bottom: 3px;
}
.wrap-checkout .item-border-1 ul li span{
  white-space: nowrap;
}
.gotocheckout{
  text-transform: capitalize!important;
}
/*-----------------------------END-CARD------------------------------------*/
/*------------------------------SELECT-PAGE------------------------------------*/
.wrap-select {
  margin: 50px 0 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select-content {
  max-width: 1060px;
  margin: auto;
  text-align: center; }
.select-content h2 {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0 auto 50px;
  display: inline-block; }
.select-content h2:after {
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 5px;
  right: 5px;
  background: #ecb6b4;
  height: 7px;
  content: ''; }
.select-content h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 18px;
  text-transform: uppercase; }

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 70px;
  padding: 0 0 73px;
  border-bottom: 1px solid #ebebeb; }
.select-list li {
  list-style: none;
  width: 30%; }
.select-list li p {
  color: #303745;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 500; }
.select-list li p.number {
  text-align: center;
  margin: 0 0 28px; }
.select-list li p.number span {
  display: inline-block;
  width: 114px;
  height: 114px;
  border: 2px solid #CA322D;
  border-radius: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 110px;
  color: #CA322D; }

.select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 545px;
  margin: 0 auto 30px; }
.select-form h4 {
  width: 100%;
  color: #303745; }
.select-form .input-wrap {
  width: 100%;
  margin: 0 0 50px;
  text-align: left; }
.select-form .input-wrap label {
  display: none; }
.select-form .input-wrap input {
  padding: 0 15px;
  border: 1px solid rgba(48, 56, 69, 0.2);
  background: #fff;
  outline: none !important;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 48px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #303745; }
.select-form .input-wrap-50 {
  width: 48%;
  position: relative; }
.select-form .input-wrap-50 label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #303745;
  margin: 0 0 9px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; }
.select-form .input-wrap-50 label i {
  position: absolute;
  top: 37px;
  right: 9px;
  color: #CA322D;
  font-size: 30px; }
.select-form h4.margin-22 {
  margin-bottom: 22px; }
.select-form .input-number-submit {
  width: 100%;
  margin: -10px 0 20px; }
.select-form .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  min-width: 170px;
  text-align: center;
  padding: 0 20px;
  background: #c9322d;
  border: 2px solid #c9322d;
  color: #fff;
  line-height: 46px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  width: 100%;
  font-weight: 500; }

.wrap-hide {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0; }
.wrap-hide h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 18px;
  text-transform: uppercase;
  text-align: center;
  color: #303745; }
.wrap-hide .swiper-slide {
  border: 1px solid rgba(48, 56, 69, 0.2);
  padding: 12px 15px;
  position: relative; }
.wrap-hide .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.7); }
.wrap-hide .swiper-slide h4 {
  margin-bottom: 41px; }
.wrap-hide .swiper-slide .info-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.wrap-hide .swiper-slide .info-product .left {
  width: 48%; }
.wrap-hide .swiper-slide .info-product .left p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif; }
.wrap-hide .swiper-slide .info-product .left p b {
  display: inline-block;
  margin-right: 5px; }
.wrap-hide .swiper-slide .info-product .left p.price {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: #c9322d;
  margin: 28px 0 0;
  font-weight: 500; }
.wrap-hide .swiper-slide .info-product figure {
  width: 48%;
  margin: 0;
  position: relative;
  top: -30px; }
.wrap-hide .swiper-slide .info-product figure img {
  width: 100%;
  vertical-align: top; }
.wrap-hide .swiper-slide .wrap-features {
  margin: 0 0 18px; }
.wrap-hide .swiper-slide .wrap-features p {
  display: inline-block;
  margin: 0 5px 10px 0;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #303745; }
.wrap-hide .swiper-slide .wrap-features p img {
  vertical-align: middle;
  position: relative;
  margin-right: 13px; }
.wrap-hide .swiper-slide .product-detail {
  padding: 0;
  margin: 0 0 50px; }
.wrap-hide .swiper-slide .product-detail li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #303745;
  padding-left: 15px; }
.wrap-hide .swiper-slide .product-detail li:before {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #303745;
  position: absolute;
  top: -3px;
  left: 0;
  content: '–'; }
.wrap-hide .swiper-slide h6 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  color: #303745;
  margin: 0 0 3px; }
.wrap-hide .swiper-slide-active:after {
  display: none; }
.wrap-hide .input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px; }
.wrap-hide .input-number .btn-count {
  border: 1px solid rgba(48, 56, 69, 0.2);
  background: #F5F5F5;
  text-align: center;
  width: 56px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  line-height: 48px; }
.wrap-hide .input-number .form-control {
  width: calc(100% - 112px);
  border: 1px solid rgba(48, 56, 69, 0.2);
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #303745;
  font-weight: 500; }
.wrap-hide .btn-wrap {
  width: 100%; }
.wrap-hide .btn-wrap .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  min-width: 170px;
  text-align: center;
  padding: 0 20px;
  background: #c9322d;
  border: 2px solid #c9322d;
  color: #fff;
  line-height: 46px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  width: 100%;
  font-weight: 500; }
.wrap-hide .wrap-arrow {
  position: relative;
  margin: 34px auto;
  width: 136px;
  height: 36px; }
.wrap-hide .swiper-button-next:after, .wrap-hide .swiper-button-prev:after {
  font-size: 26px;
  color: #c9322d;
  font-weight: 700; }
.wrap-hide .swiper-button-next, .wrap-hide .swiper-container-rtl .swiper-button-prev {
  outline: none !important; }

.wrap-hide.is-show {
  opacity: 1;
  visibility: visible;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content; }
.wrap-hide .input-number .form-control{
  border-radius: 0;
}
@media (max-width: 767px) {
  .select-content {
    padding: 0 15px; }

  .select-form {
    width: 100%; }

  .wrap-select {
    margin-bottom: 100px; } }
@media (max-width: 568px) {
  .select-content h2 {
    font-size: 24px; }

  .select-list li {
    width: 100%;
    margin-bottom: 20px; }

  .select-form .input-wrap-50 {
    width: 100%;
    margin-bottom: 30px; }

  .select-form .input-wrap {
    margin-bottom: 30px; } }
.wrap-hide .swiper-slide .info-product .left{
  width: 100%;
  min-height: 475px;
}
.wrap-hide .swiper-slide .info-product figure{
  float: right;
}
.wrap-hide .swiper-slide .info-product .left p.price{
  margin-bottom: 30px;
}
.wrap-hide .swiper-slide h6{
  font-weight: 600!important;
}
.wrap-hide .swiper-slide .info-product .left p strong{
  font-weight: 600;
}
.wrap-hide .swiper-slide .info-product .left p:nth-child(4){
  margin: 30px 0;
}
.select-form .btn, .wrap-hide .btn-wrap .btn, .wrap-checkout .btn{
  border-radius: 0!important;
}

.woocommerce-form-coupon-toggle .info p, .woocommerce-form-login-toggle .info p{
  font-weight: 700;
}
.woocommerce-form-coupon-toggle .info p a, .woocommerce-form-login-toggle .info p a{
  color: #ca322d;
}
.woocommerce form .form-row .required{
  padding: 0!important;
}
.customer_details .thwcfd-field-textarea label{
  position: relative;
  width: auto;
  height: auto;
}
.customer_details .thwcfd-field-textarea textarea{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 110px!important;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 14px;
}
.customer_details .thwcfd-field-textarea label{
  position: relative!important;
  width: auto;
  height: auto;
}
.woocommerce-checkout .woocommerce form .form-row.address-field{
  margin-bottom: 3px!important;
}
.woocommerce-checkout .woocommerce form .form-row{
  padding: 0!important;
}
.customer_details .left, .customer_details .right{
  width: 47%;
  padding: 0;
}
.customer_details{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer_details:before{
  display: none;
}
.customer_details .right{
  position: relative;
  top: 80px;

}

.customer_details .right .input-wrap{
  width: 100%;
}
.customer_details .right .input-wrap-50{
  width: 48%;
  float: left;
  margin-bottom: 15px;
}
.customer_details .right .input-wrap-50:nth-child(2n){
  float: right;

}
.customer_details .right .input-wrap-50 label{
  margin-bottom: 5px!important;
}
input[type="tel"]{
  height: 45px;
}
.woocommerce-input-wrapper textarea{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 110px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 14px;
  resize: vertical!important;
  max-height: 300px;
}
.customer_details .bottom{
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
}
.customer_details .right .thwcfd-field-state{
  width: 100%;
}
.customer_details .right  .select2-container--default .select2-selection--single{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 43px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 50px!important;
}
.customer_details .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 41px;
}
.customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.customer_details .right .select2-container{
  margin-bottom: 15px;
  border: none!important;
  height: 45px!important;
  line-height: 43px;
}
.woocommerce form .form-row .select2-container .selection, .select2-container--default .select2-selection--single{
  height: 45px!important;
  max-height: 45px;
}

.customer_details .right label i {
  position: absolute;
  top: 38px;
  right: 9px;
  color: #CA322D;
  font-size: 24px;
}
.customer_details label{
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #303745;
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif!important;
}
#order_review input[type=radio]{
  width: 30px;
  height: 30px;
  margin-right: 5px!important;
  position: relative;
  top: 10px;
}
#order_review{
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel .woocommerce-input-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel .woocommerce-input-wrapper input:nth-child(2){
  -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;
  width: 30px;
  height: 30px;
  margin-right: 5px!important;
  position: relative;
  top: -1px;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel>label{
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel .woocommerce-input-wrapper label:first-child{
  width: calc(50% - 40px);
  -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel .woocommerce-input-wrapper label:nth-child(3){
  width: calc(50% - 40px);
  -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form .form-row.thwcfd-field-tel .woocommerce-input-wrapper input:nth-child(4){
  -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;
  width: 30px;
  height: 30px;
  margin-right: 5px!important;
  position: relative;
  top: -1px;
}
.woocommerce-checkout #payment ul.payment_methods li input{
  width: 30px;
  height: 30px;
  margin-right: 5px!important;
  position: relative;
  top: 9px;
}
.customer_details label.checkbox input{
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.customer_details label.checkbox{
  position: relative;
  margin-top: 20px;
}
.customer_details label.checkbox:before{
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #D5D7DA;
  width: 30px;
  height: 30px;
  content: '';
}
.customer_details label.checkbox input[type="checkbox"] + span{
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.customer_details label.checkbox input[type="checkbox"]:checked + span:after{
  position: absolute;
  top: 0;
  left: 5px;
  content: '\f00c';
  font-family: FontAwesome;
  color: #CA322D;
  font-size: 22px;
}
.woocommerce-checkout #payment ul.payment_methods li label{
  width: calc(100% - 100px);
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox{
  position: relative;
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox input{
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox:before{
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #D5D7DA;
  width: 30px;
  height: 30px;
  content: '';
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox input[type="checkbox"] + span{
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox input[type="checkbox"]:checked + span:after{
  position: absolute;
  top: 0;
  left: 5px;
  content: '\f00c';
  font-family: FontAwesome;
  color: #CA322D;
  font-size: 22px;
}
.woocommerce table.shop_table{
  max-width: 545px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
  font-size: 16px;
  line-height: 25px;
  font-weight: 600!important;
}
.woocommerce table.shop_table tr.order-total td .woocommerce-Price-amount.amount{
  color: #CA322D;
}
.customer_details h3{
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.customer_details h3.margin-top{
  margin-top: 50px;
}
.woocommerce table.shop_table td img{
  width: 50px;
  height: auto;
}
.customer_details{
  margin-bottom: 40px;
  margin-right: 0;
  margin-left: 0;
}
.woocommerce form .form-row #place_order{
  max-width: 545px;
  width: 100%;
}

.woocommerce-error.info p{
  padding-left: 30px;
}
.woocommerce button.button{
  margin: 0;
  padding: 12px 30px;
}
.woocommerce-error::before{
  top: 19px;
}
.customer_details:after{
  display: none;
}
.woocommerce form .form-row select{
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  line-height: 43px;
  border-radius: 0;
  padding: 0 14px;
}
h3{
  margin-top: 20px;
}
.novalid.novalid-zip{
  padding: 3px 10px 3px 30px;
  position: absolute;
  font-size: 14px;
  background: rgba(202, 50, 45, 0.3);
  color: rgba(202, 50, 45, 1);
  top: 100%;
  left: 0;
  right: 0;
}
.novalid.novalid-zip:before{
  position: absolute;
  top: 3px;
  left: 10px;
  content: '\f071';
  color: rgba(202, 50, 45, 1);
  font-family: FontAwesome;
}
.select-form .input-wrap{
  position: relative;
}
.woocommerce-billing-fields>h3{
  text-transform: uppercase;
}
/*.woocommerce-input-wrapper input[type=radio]{
  background: transparent!important;
}*/
.swiper-wrapper{
  height: auto!important;
}
.wrap-checkout .table-product .line-total p{
  margin-bottom: 25px;
}
.wrap-checkout .table-product .line-total p>span{
  float: right;
}
@media(max-width: 767px){
  .customer_details .left, .customer_details .right{
    width: 100%;
    top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .customer_details .bottom{
    padding: 0 15px;
  }
  #order_review {
    padding: 0;
    margin: 0 3px;
  }
}
@media(max-width: 568px){
  .novalid.novalid-zip{
    position: relative;
    width: 100%;
    display: block;
    top: 0;
  }

}
@media(max-width: 479px){
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .customer_details .right .input-wrap-50{
    width: 100%;
  }
}
/*-----------------------------END-SELECT-PAGE------------------------------------*/

/*# sourceMappingURL=styles.css.map */