/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-form .input-wrap {
  width: 100%;
  margin: 0 0 5rem;
  position: relative; }
  .cp-form .input-wrap.error .error-wrap {
    display: inline-block; }

.cp-form .inputDefault {
  width: 100%;
  background: none;
  border-bottom: 1px solid #979797;
  padding: 0.6rem 0;
  color: #ffffff;
  font-family: "Barlow-Regular";
  font-size: 1.8rem; }
  .cp-form .inputDefault::-ms-reveal, .cp-form .inputDefault::-ms-clear {
    display: none; }
  .cp-form .inputDefault::-webkit-input-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault::-moz-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault:-ms-input-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault:-moz-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }

.cp-form label {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  display: block; }

.cp-form .error-wrap {
  text-align: left;
  margin-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #a80000;
  padding: 0.5rem 1rem;
  background: #9f9f9f;
  border-radius: 15px;
  font-family: "Barlow-Medium";
  font-style: italic;
  display: none;
  position: absolute;
  left: 0;
  bottom: -3rem; }
  .cp-form .error-wrap .icon-info {
    margin-right: 0.7rem; }

.cp-form .forgotPassword {
  font-family: "Barlow-Bold";
  font-size: 1.4rem;
  font-weight: bold;
  color: #f8673b;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: -2.5rem;
  cursor: pointer;
  z-index: 1; }
  .cp-form .forgotPassword .link {
    color: #f8673b; }

.cp-form .icon.icon-eye {
  position: absolute;
  right: 0;
  top: 2rem;
  opacity: 0.2;
  color: #ffffff;
  font-size: 2.4rem;
  cursor: pointer;
  display: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
  .cp-form .icon.icon-eye.active, .cp-form .icon.icon-eye:hover {
    opacity: 0.8; }
  .cp-form .icon.icon-eye.active:after {
    display: block; }
  .cp-form .icon.icon-eye:after {
    display: none;
    content: '';
    position: absolute;
    right: 13px;
    width: 2px;
    height: 26px;
    transform: rotate(35deg);
    bottom: 0px;
    background: #ffffff; }
  .cp-form .icon.icon-eye.show {
    display: block; }

.cp-form .btn-default {
  width: 100%; }

.cp-form .text-link {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 1.7rem; }
  .cp-form .text-link span {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    color: #b2b2b2; }
  .cp-form .text-link .createAccount {
    padding-left: 1rem;
    font-family: "Barlow-Bold";
    font-size: 1.4rem;
    color: #f8673b;
    cursor: pointer;
    text-transform: uppercase; }

.cp-form .extra-note {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "Barlow-Regular";
  color: #858585; }

.cp-form.cart .input-wrap {
  margin-bottom: 4rem; }

.cp-form.cart .inputDefault {
  border: 1px solid #595959;
  border-radius: 6px;
  padding: .9rem 10rem .9rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Barlow-Regular";
  color: #9f9f9f;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-form.cart .inputDefault {
      padding: .6rem 6rem .6rem 1rem; } }
  .cp-form.cart .inputDefault:-ms-input-placeholder {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Barlow-Regular";
    color: #9f9f9f; }
  .cp-form.cart .inputDefault::placeholder {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Barlow-Regular";
    color: #9f9f9f; }

.cp-form.cart .btn-link {
  font-size: 1.2rem;
  line-height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem; }

.cp-form.cart .success-msg {
  display: none;
  position: absolute;
  left: 0;
  bottom: -2rem;
  font-size: 1.4rem;
  font-family: "Barlow-Regular";
  font-style: italic;
  color: green; }
  .cp-form.cart .success-msg.show {
    display: block; }

.cp-form.shipping-form {
  border-top: 3px solid rgba(151, 151, 151, 0.4); }
  .cp-form.shipping-form .subtitle {
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .subtitle {
        margin-top: 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-form.shipping-form .input-wrap {
      margin-bottom: 4rem; } }
  .cp-form.shipping-form .form-title {
    margin-bottom: 3.2rem;
    font-family: "Barlow-Bold";
    letter-spacing: 0.4px;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .form-title {
        font-size: 1.4rem;
        margin-bottom: 2rem; } }
  .cp-form.shipping-form label {
    margin-bottom: 0.8rem;
    font-family: "Barlow-Light";
    font-size: 1.4rem;
    color: #3f4351; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form label {
        margin-bottom: 0; } }
  .cp-form.shipping-form .inputDefault {
    border-bottom: 1px solid #979797;
    padding: .6rem 2rem .6rem 0rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #000000;
    position: relative; }
    .cp-form.shipping-form .inputDefault.selectCheck {
      -webkit-appearance: none;
      background-image: url("../assets/images/angle-down-solid.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 3%; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .inputDefault {
        padding: .6rem 1rem .6rem 0; } }
    .cp-form.shipping-form .inputDefault:-ms-input-placeholder {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      color: #b2b2b2; }
    .cp-form.shipping-form .inputDefault::placeholder {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      color: #b2b2b2; }
  .cp-form.shipping-form .btn-outline {
    min-width: 36rem;
    margin-top: 3rem;
    padding: 0.7rem 2.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .btn-outline {
        min-width: 24rem; } }
    .cp-form.shipping-form .btn-outline.disabled {
      opacity: 0.6;
      cursor: none; }
  @media only screen and (max-width: 768px) {
    .cp-form.shipping-form .act-btn {
      text-align: right;
      width: max-content;
      margin: 0 0 0 auto; } }
  .cp-form.shipping-form .cp-radio-box .radio-wrap .radio {
    margin-right: 6rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .cp-radio-box .radio-wrap .radio {
        margin-right: 4rem; } }

@media only screen and (max-width: 768px) {
  .cp-form.profile-form .input-wrap {
    margin-bottom: 4rem; } }

.cp-form.profile-form .form-title {
  margin-bottom: 3.2rem;
  font-family: "Barlow-Bold";
  letter-spacing: 0.4px;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .form-title {
      font-size: 1.4rem;
      margin-bottom: 2rem; } }

.cp-form.profile-form label {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

.cp-form.profile-form .inputDefault {
  border-bottom: 1px solid #979797;
  padding: .6rem 2rem .6rem 0rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Barlow-Regular";
  color: #000000;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .inputDefault {
      padding: .6rem 1rem .6rem 0; } }
  .cp-form.profile-form .inputDefault:-ms-input-placeholder {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #b2b2b2; }
  .cp-form.profile-form .inputDefault::placeholder {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #b2b2b2; }

.cp-form.profile-form .inputTextarea {
  margin-top: 1.8rem;
  border-radius: 6px;
  border: solid 1px #979797;
  padding: .9rem 1.6rem;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Barlow-Regular";
  color: #000000; }

.cp-form.profile-form .btn {
  min-width: 14.4rem;
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .btn {
      min-width: 15.2rem;
      padding: 0.9rem 1rem; } }
  @media only screen and (max-width: 368px) {
    .cp-form.profile-form .btn {
      min-width: 12.2rem; } }
  .cp-form.profile-form .btn.btn-default {
    width: auto; }
  .cp-form.profile-form .btn.disabled {
    opacity: 0.6;
    cursor: none; }

@media only screen and (max-width: 768px) {
  .cp-form.profile-form .act-btn {
    text-align: center;
    margin-top: 1rem; } }

.cp-form.profile-form .cp-radio-box .radio-wrap .radio {
  margin-right: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .cp-radio-box .radio-wrap .radio {
      margin-right: 4rem; } }

.cp-form.typ-f-signup {
  margin-top: 2.3rem; }
  .cp-form.typ-f-signup .input-wrap {
    margin-bottom: 2rem; }
  .cp-form.typ-f-signup .act-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-form.typ-f-signup .btn.btn-outline {
    background: transparent;
    color: #ffffff;
    opacity: 1; }
  .cp-form.typ-f-signup .privacyLink {
    color: #ffffff !important;
    font-family: 'Barlow-Medium';
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
    top: 6px; }
  .cp-form.typ-f-signup .inputDefault {
    border-bottom: 1px solid #a6a6a6; }
    .cp-form.typ-f-signup .inputDefault::-webkit-input-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault::-moz-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault:-ms-input-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault:-moz-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }

.btn-display-thankyou {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.form-custom-input-style {
  position: relative; }
  .form-custom-input-style .inputDefault {
    padding-right: 0 !important; }
  .form-custom-input-style .file-name {
    position: absolute;
    left: 0;
    top: 35px; }
  .form-custom-input-style .noteText {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #999;
    margin-top: 1rem;
    position: absolute; }
  .form-custom-input-style .upload-icon {
    background-image: url(../images/upload-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1; }
  .form-custom-input-style input[type="file"] {
    opacity: 0;
    width: 100%;
    cursor: pointer; }

.cp-form label {
  font-size: 1.5rem; }

.cp-form.shipping-form .btn-outline.submit-shipping-billing {
  padding: 1.05rem 0rem;
  font-size: 1.2rem;
  min-width: 34rem; }
  @media only screen and (max-width: 768px) {
    .cp-form.shipping-form .btn-outline.submit-shipping-billing {
      min-width: 24rem; } }

.cp-form.shipping-form .form-title {
  font-size: 2rem; }
  .cp-form.shipping-form .form-title.details {
    font-size: 2rem; }

@media only screen and (max-width: 767px) {
  .cp-form.shipping-form .deletePopUpFlex .btn-outline {
    min-width: 14rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-form.shipping-form .deletePopUpFlex .btn-outline {
    min-width: auto;
    width: 100%;
    padding: 1.1rem 3.23rem; } }

.cp-form.cart .inputDefault {
  font-size: 1.9rem;
  font-family: "Barlow-Regular"; }
  .cp-form.cart .inputDefault:-ms-input-placeholder {
    font-size: 1.9rem;
    font-family: "Barlow-Regular"; }
  .cp-form.cart .inputDefault::placeholder {
    font-size: 1.9rem;
    font-family: "Barlow-Regular"; }

.cp-form .login-via {
  display: block;
  margin: 4rem 0 0;
  text-align: center; }
  .cp-form .login-via label {
    position: relative;
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: block; }
    .cp-form .login-via label::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      width: 100%;
      height: 0.1rem;
      background: #979797;
      z-index: 1;
      opacity: 0.5; }
    .cp-form .login-via label span {
      background: #3f4144;
      padding: 0 0.5rem;
      position: relative;
      z-index: 2; }
  .cp-form .login-via .social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: -1.2rem; }
    .cp-form .login-via .social-list .social-item {
      padding: 1.2rem; }
      .cp-form .login-via .social-list .social-item .icon-wrap {
        width: 3.6rem; }
        .cp-form .login-via .social-list .social-item .icon-wrap:hover {
          box-shadow: 0 0 1rem #f8673b;
          border-radius: 50%; }

.cp-form .forgotPassword .link {
  color: #f8673b; }

@media only screen and (max-width: 768px) {
  .cp-form .error-wrap {
    padding: 0.5rem .6rem; } }

.cp-form .btn-storelocator-search {
  padding: 1.1rem 2.2rem;
  width: auto !important; }

.cp-form.profile-form .btn.disabled {
  cursor: not-allowed; }

.cp-form.profile-form .editShippingAddress {
  width: max-content; }

.cp-form .error-wrap {
  bottom: -3.5rem;
  background-color: #eeecec; }
  .cp-form .error-wrap::before {
    content: "\E907";
    font-family: 'icomoon';
    padding-right: 1rem; }

.cp-form .icon.icon-calender {
  font-size: 2.2rem;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 1;
  color: #f8673b; }

.cp-form .sub-title {
  font-family: "Barlow-Bold";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #151515;
  margin-bottom: 2rem; }

.cp-form .otp-note {
  font-family: "Barlow-SemiBold";
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  color: #f8673b;
  text-transform: uppercase;
  float: right;
  margin-top: 0.5rem; }

.cp-payment .payment-title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: "Barlow-Bold";
  letter-spacing: 0.4px; }

.cp-payment .payment-text {
  font-size: 10px;
  color: #a0a0a0; }

.cp-payment .payment-option-wrapper {
  padding-top: 10px; }
  .cp-payment .payment-option-wrapper .payment-items {
    padding: 15px;
    border: 1px solid #e7e7e7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer; }
    .cp-payment .payment-option-wrapper .payment-items:first-child {
      margin-bottom: 10px; }
    .cp-payment .payment-option-wrapper .payment-items label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cp-payment .payment-option-wrapper .payment-items label .payU-img {
        width: 45px; }
      .cp-payment .payment-option-wrapper .payment-items label .firefox-img {
        width: 120px; }
      .cp-payment .payment-option-wrapper .payment-items label span {
        font-size: 12px;
        color: #f8673b;
        font-weight: 700;
        margin-left: 7px;
        height: 15px; }
    .cp-payment .payment-option-wrapper .payment-items input[type="checkbox"],
    .cp-payment .payment-option-wrapper .payment-items input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
      width: 17px;
      height: 17px;
      accent-color: #f8673b; }

@media (min-width: 768px) {
  .cart-snapmint-details {
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 6px; }
    .cart-snapmint-details .snap_emi_txt {
      width: 100%; }
    .cart-snapmint-details .snap_emi_txt .snap-emi-inst,
    .cart-snapmint-details .snap_emi_txt .snap-emi-inst .white_label_comany_name,
    .cart-snapmint-details .snap_emi_slogan_text,
    .cart-snapmint-details .snap_emi_txt .snap_powered_text {
      color: #ffffff !important; } }

@media (max-width: 767px) {
  .cart-snapmint-details {
    padding: 10px 0px; } }

.bs-select {
  position: relative;
  width: 103%;
  text-align: left; }
  .bs-select select {
    min-height: 4rem;
    height: 4rem;
    padding: .6rem 2rem .6rem 0rem;
    box-sizing: border-box;
    margin: 0;
    background: #ffffff;
    box-shadow: none !important;
    outline: none;
    display: block;
    position: relative;
    z-index: 2;
    appearance: none;
    width: 100%; }
    .bs-select select:valid, .bs-select select:focus, .bs-select select:active, .bs-select select:-webkit-autofill:focus {
      background: #ffffff;
      border-color: rgba(205, 211, 215, 0.5); }
  .bs-select .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 1rem; }
  .bs-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #3f4351;
    width: 100%;
    min-height: 4rem;
    height: 4rem;
    padding: .6rem 2rem .6rem 0rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    border-bottom: 1px solid #979797; }
  .bs-select .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: .6rem 2rem .6rem 0rem;
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .bs-select .select-styled:before {
      content: "\E900";
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: rotate(90deg);
      color: #9d9d9d;
      font-size: 0.8rem;
      line-height: 0.6rem;
      z-index: 2;
      transition: 0.5s ease all; }
    .bs-select .select-styled:active:before, .bs-select .select-styled.active:before {
      transform: rotate(270deg); }
    .bs-select .select-styled.default {
      background: #ffffff; }
  .bs-select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0px 1.25px 20px 2px rgba(6, 177, 199, 0.14);
    border-radius: 0 0 0.8rem 0.8rem;
    background: #ffffff; }
    .bs-select .select-options li {
      margin: 0;
      padding: 1rem 0.5rem;
      text-indent: 1.5rem;
      font-size: 1.8rem;
      line-height: 2rem; }
      .bs-select .select-options li:hover {
        color: #ffffff;
        background: #f8673b;
        border-radius: 0.5rem; }
      .bs-select .select-options li[rel="hide"] {
        display: none; }
    @media only screen and (max-width: 768px) {
      .bs-select .select-options {
        top: 4rem; } }
    .bs-select .select-options .disabledoption {
      color: gray;
      pointer-events: none;
      cursor: default; }

.bs-select .select-styled.offline {
  position: initial; }

.bs-select .select-options .offline-option a.offlines {
  color: #3f4351 !important;
  width: 100%;
  display: block; }

.bs-select .select-options .offline-option:hover a.offlines {
  color: #ffffff !important; }

.bs-select .select-options.offlineOptions {
  max-height: 17rem; }

.bs-select .select-options {
  overflow-y: auto;
  max-height: 25rem;
  z-index: 990; }

.bs-radio .cp-radio-box {
  margin-bottom: 3rem; }
  .bs-radio .cp-radio-box .label-field {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #a3a6b0;
    font-family: "Barlow-Bold";
    margin-bottom: 2rem;
    opacity: 1; }
  .bs-radio .cp-radio-box .radio-wrap {
    display: -ms-flexbox;
    display: flex; }
    .bs-radio .cp-radio-box .radio-wrap .radio {
      margin-right: 2rem; }
  .bs-radio .cp-radio-box.typ-frame label {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #a3a6b0;
    width: 5rem;
    height: 5rem;
    border: 1px solid #a3a6b0; }

@media only screen and (min-width: 768px) {
  .is-active {
    background: #ffffff !important;
    color: #000000 !important;
    font-family: "Barlow-Bold" !important; } }

.cp-form-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-form-list .form-item {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      .cp-form-list .form-item {
        width: 100%; } }
    .cp-form-list .form-item.full-width {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .cp-form-list .form-item {
    margin-top: 2rem; } }

.cp-tooltip {
  color: #f8673b; }

.ui-widget.ui-widget-content {
  box-shadow: 0 0 18px 1px rgba(110, 109, 109, 0.3);
  padding: 2rem 2.4rem; }
  .ui-widget.ui-widget-content .ui-tooltip-content {
    font-family: "Barlow-Light";
    font-size: 1.4rem;
    color: #000000; }

.cp-radio-box .label-field {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: .5;
  font-family: "Barlow-Regular";
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  display: block; }

.cp-radio-box .radio-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-radio-box .radio {
  margin-right: 1.6rem;
  cursor: pointer;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-radio-box .radio {
      margin-right: 3.2rem; } }
  .cp-radio-box .radio input[type=radio]:not(old) {
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
  .cp-radio-box .radio label {
    cursor: pointer; }

.cp-radio-box.typ-normal input[type=radio]:not(old) + label {
  position: relative; }
  .cp-radio-box.typ-normal input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: #2a8ac6;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block; }
  .cp-radio-box.typ-normal input[type=radio]:not(old) + label.red {
    position: relative; }
    .cp-radio-box.typ-normal input[type=radio]:not(old) + label.red:before {
      content: "";
      width: 1.6rem;
      height: 1.6rem;
      background: #f04703;
      border-radius: 50%;
      transition: all .2s ease;
      display: inline-block; }

.cp-radio-box.typ-normal input[type=radio]:not(old):checked + label:after {
  content: '';
  border: 1px solid #2a8ac6;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -.3rem;
  top: -.3rem; }

.cp-radio-box.typ-normal input[type=radio]:not(old):checked + label.red:after {
  content: '';
  border: 1px solid #f04703;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -.3rem;
  top: -.3rem; }

.cp-radio-box.typ-frame input[type=radio]:not(old):checked + label .cm-thin {
  font-family: "Barlow-Regular"; }

.cp-radio-box.typ-frame label {
  padding: 6px;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  font-family: "Barlow-Regular";
  transition: all 0.5s ease; }
  .cp-radio-box.typ-frame label.size-swatch {
    vertical-align: middle;
    display: table-cell; }
  .cp-radio-box.typ-frame label .cm-thin {
    font-size: 1rem;
    line-height: .8rem; }

.cp-radio-box.typ-frame .radio-wrap.disabled input[type=radio]:not(old):disabled + label {
  color: #ffffff;
  opacity: 0.3;
  background: transparent; }

@media only screen and (max-width: 768px) {
  .cp-radio-box.typ-frame .radio {
    margin-right: 2rem; } }

.cp-radio-box.typ-coupon .radio {
  margin: 0;
  margin-bottom: 2rem; }
  .cp-radio-box.typ-coupon .radio:last-child {
    margin-bottom: 0rem; }

.cp-radio-box.typ-coupon label {
  padding: 1.3rem 1.3rem 1.3rem 4.3rem;
  border: 1px dashed #5f5f5f;
  border-radius: 6px; }
  .cp-radio-box.typ-coupon label .radio-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-family: "Barlow-Medium";
    margin-bottom: 2px;
    display: block; }
  .cp-radio-box.typ-coupon label .note {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #979797; }

.cp-radio-box.typ-coupon input[type=radio]:not(old) + label {
  position: relative; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #979797;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    left: 1.2rem; }

.cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label {
  background: #2a2929; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label:before {
    border-color: #f8673b; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label:after {
    content: '';
    background: #f8673b;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 1.6rem;
    top: 1.7rem; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old) + label {
  padding-left: 3rem;
  font-family: "Barlow-Regular";
  font-size: 1.8rem;
  color: #151515;
  position: relative;
  margin-bottom: 0; }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    top: 4.2px;
    left: 4.2px; }
    @media only screen and (max-width: 1366px) {
      .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
        top: 4px;
        left: 4px; } }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:after {
    content: "";
    border: 1px solid #979797;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:before {
  background: #f8673b; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:after {
  border: 1px solid #f8673b; }

.cp-radio-box.typ-address input[type=radio]:not(old) + label {
  padding-left: 3rem;
  font-family: "Barlow-Regular";
  font-size: 1.8rem;
  color: #151515;
  position: relative;
  margin-bottom: 0; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    top: .4rem;
    left: .4rem; }
    @media only screen and (max-width: 768px) {
      .cp-radio-box.typ-address input[type=radio]:not(old) + label:before {
        top: .4rem;
        left: .4rem; } }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label:after {
    content: "";
    border: 1px solid #979797;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .name {
    font-family: "Barlow-SemiBold";
    font-size: 1.8rem;
    font-weight: 600;
    color: #3f4351;
    margin-bottom: 0.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-radio-box.typ-address input[type=radio]:not(old) + label .name {
        margin-bottom: 0.8rem; } }
    .cp-radio-box.typ-address input[type=radio]:not(old) + label .name .tag {
      padding: 0.1rem 0.7rem;
      border-radius: 12px;
      background-color: #eaeaea;
      font-family: "Barlow-Medium";
      font-size: 1.2rem;
      line-height: 1.4rem;
      color: #3f4351;
      margin-left: 2rem; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .address {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #3f4351;
    margin-bottom: 0.6rem; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .phone-no {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #474747; }
    .cp-radio-box.typ-address input[type=radio]:not(old) + label .phone-no .no {
      font-family: "Barlow-Bold"; }

.cp-radio-box.typ-address input[type=radio]:not(old):checked + label:before {
  background: #f8673b; }

.cp-radio-box.typ-address input[type=radio]:not(old):checked + label:after {
  border: 1px solid #f8673b; }

.write-review-btn-hidden {
  color: #ffffff !important;
  margin-left: 10px;
  font-size: 12px;
  font-family: 'Barlow'; }

.rider-heights {
  color: #ffffff;
  opacity: .5;
  font-family: "Barlow-Regular"; }
  @media only screen and (max-width: 768px) {
    .rider-heights {
      opacity: 1;
      color: #a3a6b0;
      font-family: "Barlow-Bold"; } }

.update-height {
  color: #ffffff;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .update-height {
      color: #f8673b;
      font-family: "Barlow-Bold"; } }
  .update-height span {
    color: #ffffff;
    opacity: 1; }
    @media only screen and (max-width: 768px) {
      .update-height span {
        color: #a3a6b0;
        font-family: "Barlow-Bold"; } }

.cp-radio-box {
  margin-bottom: 0.5rem !important; }
  .cp-radio-box.typ-frame input[type=radio]:not(old):checked + .is-active {
    background: #ffffff;
    color: #000000;
    font-family: "Barlow-Bold"; }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label {
    padding-left: 3rem;
    font-family: "Barlow-Regular";
    font-size: 1.8rem;
    color: #151515;
    position: relative;
    margin-bottom: 0; }
    .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
      content: "";
      width: 1.2rem;
      height: 1.2rem;
      background: transparent;
      border-radius: 50%;
      transition: all .2s ease;
      display: inline-block;
      position: absolute;
      top: 4.2px;
      left: 4.2px; }
      @media only screen and (min-width: 1366px) {
        .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
          top: 4px;
          left: 4px; } }
      @media only screen and (max-width: 1366px) {
        .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
          top: 4px;
          left: 4px; } }
    .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:after {
      content: "";
      border: 1px solid #979797;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0; }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:before {
    background: #f8673b; }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:after {
    border: 1px solid #f8673b; }
  .cp-radio-box.radio-margin {
    margin-bottom: 0 !important; }

.typ-bike-bg {
  background-repeat: no-repeat;
  background-position: right; }
  .typ-bike-bg .typ-frame.cm-desktop {
    display: block !important;
    margin-bottom: 0 !important; }
  .typ-bike-bg .cp-radio-box.typ-frame.cm-desktop input[type=radio] + .is-active {
    background: #3f4351;
    color: #ffffff;
    font-family: "Barlow-Bold"; }
  .typ-bike-bg .typ-normal {
    display: none !important; }
  .typ-bike-bg .height-calc {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #a80000;
    font-family: "Barlow-Medium";
    margin-bottom: .6rem;
    display: none; }
    @media only screen and (max-width: 768px) {
      .typ-bike-bg .height-calc.active {
        display: block; } }

.quickViewModelBuyModal .cp-radio-box.typ-frame input[type=radio]:not(old):checked + label {
  color: #000000;
  font-family: "Barlow-Bold"; }

.cp-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 3px solid rgba(151, 151, 151, 0.4);
  padding-top: 3rem; }
  .cp-profile.no-border {
    border: none; }
  @media only screen and (max-width: 768px) {
    .cp-profile {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-top: 2px solid rgba(151, 151, 151, 0.4); } }
  .cp-profile .lhs {
    width: 66.7%; }
    @media only screen and (max-width: 768px) {
      .cp-profile .lhs {
        width: 100%; } }
  .cp-profile .rhs {
    width: 29.9%; }
    @media only screen and (max-width: 768px) {
      .cp-profile .rhs {
        width: 100%; } }
  .cp-profile .cont-wrap {
    margin-bottom: 5.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-profile .cont-wrap .btn-default {
        min-width: 90%;
        margin: 5rem auto 0; } }
  .cp-profile .info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    .cp-profile .info-list.typ-address {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .cp-profile .info-list.typ-address .info-item {
        width: auto;
        margin-bottom: 0; }
    .cp-profile .info-list .info-item {
      width: 40%;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-profile .info-list .info-item {
          width: 100%;
          margin-bottom: 3rem; } }
      .cp-profile .info-list .info-item.no-margin {
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .cp-profile .info-list .info-item.no-margin {
            width: 100%;
            margin-bottom: 3rem; } }
      .cp-profile .info-list .info-item.float-item {
        position: relative; }
        @media only screen and (max-width: 768px) {
          .cp-profile .info-list .info-item.float-item {
            position: absolute;
            bottom: 0;
            right: 0; } }
      .cp-profile .info-list .info-item:last-child {
        margin-bottom: 0; }
      .cp-profile .info-list .info-item .info-label {
        margin-bottom: 0.8rem;
        font-family: "Barlow-Light";
        font-size: 1.4rem;
        color: #3f4351; }
      .cp-profile .info-list .info-item .info-value {
        font-family: "Barlow-Regular";
        font-size: 1.8rem;
        color: #000000; }
        .cp-profile .info-list .info-item .info-value.typ-address {
          max-width: 80%;
          display: inline-block; }
      .cp-profile .info-list .info-item .icon {
        font-size: 1.8rem;
        color: #f8673b; }
        .cp-profile .info-list .info-item .icon + .icon {
          margin-left: 2rem; }
    .cp-profile .info-list .btn-default {
      min-width: 14.4rem;
      padding: 0.9rem 0.3rem; }
  .cp-profile .bs-radio .cp-radio-box {
    margin-bottom: 1rem !important; }
    .cp-profile .bs-radio .cp-radio-box .radio-wrap .radio {
      margin-right: 0; }
  .cp-profile .addAddress-link {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: "Barlow-Bold";
    color: #3f4351;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .cp-profile .addAddress-link .icon {
      color: #f8673b;
      margin-right: 1.7rem;
      font-size: 1.5rem;
      line-height: 1.5rem; }

.cp-profile.typ-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.cp-profile .info-list .info-item:last-child {
  margin: auto 0; }

.cp-profile .info-list .info-item.float-item {
  position: absolute;
  top: 0rem;
  right: 0rem;
  margin-top: 0 !important; }
  @media only screen and (max-width: 768px) {
    .cp-profile .info-list .info-item.float-item {
      top: 90%; } }
  .cp-profile .info-list .info-item.float-item .icon {
    margin: 0 1rem;
    font-size: 2rem; }

.cp-profile .info-list .info-item:first-child {
  display: block;
  padding-right: 0rem; }

.cp-profile .addAddress-link {
  color: #3f4351 !important; }

.cp-profile .no-add {
  font-size: 2rem;
  line-height: 1.4rem;
  font-family: "Barlow-Bold";
  color: #3f4351;
  text-transform: uppercase;
  margin-top: 1rem; }

.cp-profile .rhs .cp-cart .price-card {
  width: 29.5rem; }

.cp-profile .lhs .cp-cart .prodcut-list {
  width: 100%; }

.cp-profile .bs-radio .cp-radio-box .radio-wrap .radio {
  margin-right: 6rem; }

.cp-profile .subtitle {
  font-size: 3.2rem;
  line-height: 2.8rem;
  font-family: "Barlow-Regular";
  color: #3f4351;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .cp-profile .subtitle {
      font-size: 1.8rem;
      line-height: 1.6rem; } }
  .cp-profile .subtitle.typ-mb {
    margin-bottom: 4rem; }

@media only screen and (max-width: 768px) {
  .receipt {
    padding: 0px 1rem !important; }
    .receipt .container {
      padding: 0px 1rem; } }

@media only screen and (max-width: 543.98px) {
  .receipt .hidden-xs-down {
    display: -ms-flexbox !important;
    display: flex !important; } }

.receipt .breadcrumb {
  border-bottom: none; }
  .receipt .breadcrumb .breadcrumb-item a {
    font-family: "Barlow-Regular";
    color: #f8673b !important; }
  .receipt .breadcrumb .breadcrumb-item:not(:first-child)::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    font-size: 2rem;
    content: "/"; }

.receipt.order-details .sec-cont .cp-profile .price {
  display: none; }

.icon-edit {
  font-size: 2rem; }

.lyt-bookService .cp-profile {
  padding: 8rem 0 3rem; }
  @media screen and (max-width: 768px) {
    .lyt-bookService .cp-profile {
      padding: 4rem 0 1rem; } }
  .lyt-bookService .cp-profile.no-pt {
    padding-top: 0; }

.lyt-bookService .cp-form .input-wrap.valid-num .error-wrap {
  display: inline-block;
  color: #339e01; }
  .lyt-bookService .cp-form .input-wrap.valid-num .error-wrap:before {
    content: "\E90B" !important; }

.lyt-bookService .cp-form .input-wrap.error .error-text.mob {
  display: none !important; }

.lyt-bookService .cp-form .input-wrap.error.valid-num.valid .error-wrap {
  color: #a80000; }
  .lyt-bookService .cp-form .input-wrap.error.valid-num.valid .error-wrap:before {
    content: "\E907" !important; }

.lyt-bookService .cp-form .input-wrap .optMessage {
  display: none; }

.lyt-bookService .cp-form.profile-form #browser {
  border-bottom: none; }

.lyt-bookService .cp-form.profile-form input::-webkit-calendar-picker-indicator {
  display: none !important; }

.lyt-bookService .sec-head {
  margin-top: 7rem; }

.lyt-bookService .shop-offline .bs-select .select {
  line-height: 4.2rem;
  padding: .6rem 1rem .6rem 0rem;
  cursor: auto; }
  .lyt-bookService .shop-offline .bs-select .select .inputDefault {
    padding: .6rem 0rem .6rem 0rem; }
  .lyt-bookService .shop-offline .bs-select .select #browsers {
    cursor: pointer; }
  .lyt-bookService .shop-offline .bs-select .select .select-styled {
    cursor: text; }
