/* .search-kv__container.prdouct-search {
  overflow: hidden;
} */
.deepLinking .radio-tab {
  position: relative;
}
.deepLinking .radio-tab .radio-tab-list {
  cursor: pointer;
  text-align: left;
}
.deepLinking .radio-tab .radio-tab-list .ys-radio {
  margin: 0 30px 3px 0;
  min-width: 60px;
  height: 24px;
}
/* radio */
.deepLinking .ys-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.deepLinking .ys-radio:after {
  content: "";
  clear: both;
}
.deepLinking .ys-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 0;
}
.deepLinking .ys-radio input[type="radio"] ~ .radio-label {
  font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    padding: 0 0 0 34px;
    vertical-align: top;
}
.deepLinking .ys-radio input[type="radio"] ~ .radio-label:before {
  content: "";
  position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #555555;
    font-size: 14px;
    border-radius: 50%;
}
.deepLinking .ys-radio input[type="radio"]:hover ~ .radio-label:before {
  content: "";
  border-color: #006bea;
}
.deepLinking .ys-radio input[type="radio"]:focus ~ .radio-label:before {
  content: "";
  border-color: #2189ff;
}
.deepLinking .ys-radio input[type="radio"]:checked ~ .radio-label:before {
  content: "";
  border-color: #2189ff;
}
.deepLinking .ys-radio input[type="radio"]:checked ~ .radio-label:after {
  content: "";
    left: 5px;
    top: 5px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
}
.deepLinking .ys-radio input[type="radio"]:checked:hover ~ .radio-label:after {
  content: "";
  display: block;
  background: #006bea;
}
.deepLinking
  .ys-radio
  input[type="radio"]:not([disabled]):checked
  ~ .radio-label:before,
.deepLinking .ys-radio input[type="radio"]:checked:focus ~ .radio-label:before {
  content: "";
  border-color: #2189ff;
}
.deepLinking .ys-radio input[type="radio"]:disabled ~ .radio-label:before {
  content: "";
  pointer-events: none;
  border-color: #dddddd;
}
.deepLinking .ys-radio input[type="radio"]:disabled ~ .radio-label {
  color: #dddddd;
}
.deepLinking .ys-radio input[type="radio"] ~ .radio-label:after {
  content: "";
  position: absolute;
  display: none;
}
.deepLinking .ys-radio input[type="radio"]:checked ~ .radio-label:after {
  content: "";
  display: block;
  background: #2189ff;
}
.deepLinking .ys-radio input[type="radio"] ~ .radio-label:after {
  content: "";
  background: transparent;
}
.deepLinking .ys-radio input[type="radio"]:disabled ~ .radio-label:after {
  content: "";
  background: #dddddd;
}
.deepLinking .track-tile {
  width: 100%;
  margin: 25px auto;
  background: #fff;
  border-radius: 25px;
}
.deepLinking .track-head {
  padding: 20px 30px 5px;
  border-bottom: 1px solid #dfdfdf;
}
.deepLinking .track-body {
  padding: 15px 30px 20px;
}
.deepLinking .text-muted {
color: #929292;
}


.deepLinking .note {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  line-height: 20px;
}

.deepLinking .form__title {
  font-family: SamsungSharpSans, arial, sans-serif;
  line-height: 1.33;
  margin-bottom: 5px;
  text-align: left;
}
.deepLinking .modal-header .form__title {
  color: #fff;
}
.deepLinking .link-no-underline {
  color: #257ded;
}
.deepLinking .link {
  color: #257ded;
  text-decoration: underline;
}
.deepLinking .icon-blue {
  width: 15px;
  position: relative;
  top: 4px;
}
.deepLinking .product-row {
  background-color: #f7f7f7;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-left: 0px;
  margin-right: 0px;
}
.deepLinking .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deepLinking .vertical-top {
  display: flex;
  flex-direction: column;
  justify-content:top;
}
.deepLinking .cta--outlined.cta--blue {
  color: #257ded !important;
  background-color: transparent !important;
  border-color: #257ded !important;
}
.deepLinking .text-area {
  margin-top: 10px;
}
.deepLinking .text-area .material-input-field {
  width: 100%;
  background: none;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.42);
  transition: all 0.2s ease;
  font-size: 16px;
  position: relative;
  z-index: 9;
}
/* Modal */
.deepLinking .overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-color: #000000b3;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 30%) 0 4rem 6rem;
  z-index: 99999;
  transition: all 0.5s ease 0s;
  display: none;
}
.deepLinking .overlay.open {
  display: block;
}
.deepLinking .modal-header {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.deepLinking .modal-header > .header-text {
  color: #ffffff;
  padding: 10px 0px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deepLinking .modal-header > .header-img {
  color: #ffffff;
}
.deepLinking .modal-body {
  padding: 20px 30px 100px;
  max-height: 455px;
  height: calc(100vh - 100px);
  overflow: auto;
}
.deepLinking .modal-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 75%);
  border-radius: 8px;
  position: relative;
  /* margin: 10% auto; */
  border-radius: 0px;
  width: 900px;
  max-width: 100%;
  padding: 0px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100vh;
  height: auto;
  position: fixed;
  z-index: 999999;
}
.deepLinking .modal-footer {
  padding: 15px 10px !important;
  text-align: center;
  padding: 15px 10px !important;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  /* height: 70px; */
  box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 5%);
}
.deepLinking.regwarrModal .modal-footer{
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
.deepLinking .product-img {
  object-fit: cover;
  mix-blend-mode: darken;
}
.deepLinking .header-img img {
  object-fit: contain;
}

.deepLinking .closeBtn {
  position: fixed;
  top: 8px;
  right: 8px;
}

.deepLinking .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
  padding: 1rem 2rem;
}

.deepLinking .calendar-ico {
  position: absolute;
  right: 15px;
  bottom: 10px;
}


.deepLinking .ud-arrow-top.ud-rotate--90 {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg) !important;
  transition: ease-in;
}

.deepLinking .ud-arrow-top {
  position: absolute;
  z-index: 0;
  width: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}


.deepLinking select.material-input-field {
  font-weight: normal;
}

.deepLinking .search-icon {
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 20px;
  right: 4px;
  bottom: 8px;
}
.deepLinking .calendar-palcement{
  z-index: 99999 !important;
}
@media screen and (max-width: 767px) {
  .deepLinking .modal-content {
    height: 100%;
    max-height: 100%;
    width: 100vw;
    margin: 0;
    padding: 0px;
  }
  .deepLinking .overlay {
    padding: 0px;
  }
  .deepLinking .modal-body {
    padding: 20px;
    max-height: calc(100vh - 212px);
    height: calc(100vh - 212px);
    overflow: auto;
  }
  .deepLinking .modal-header {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px;
    height: 102px;
  }
  .deepLinking .modal-header > .header-text {
    color: #ffffff;
    padding:  10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .deepLinking .modal-header > .header-img img {
    height: 102px;
    object-fit: cover;
    mix-blend-mode: lighten;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  .deepLinking .modal-header > .header-img {
    position: relative;
    height: 102px;
  }

  .deepLinking .product-img {
    object-fit: contain;
    height: 100px;
    mix-blend-mode: darken;
  }
  .deepLinking .icon-blue {
    height: auto;
  }
  .deepLinking .modal-footer {
    padding: 15px 10px !important;
    text-align: center;
    position: fixed;
    width: 100vw;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    height: 70px;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .deepLinking .m-center {
    text-align: center !important;
  }
  .deepLinking .track-head {
    padding: 20px 20px 5px;
  }
  .deepLinking .track-body {
    padding: 15px 20px 20px;
  }
}





.vouchercode-popup.deepLinking .modal-content {
  border-radius: 8px;
  width: 400px;
  overflow: hidden;
}
.vouchercode-popup.deepLinking .modal-body {
  height: auto;
  padding: 20px 30px;
}
.vouchercode-popup.deepLinking .auth-code-bx {
  background: #f5f5f5;
  padding: 10px 20px;
  border: 1px dashed #e3e3e3;
  margin: 10px auto;
  width: fit-content;
  font-size: 14px;
}
.vouchercode-popup.deepLinking .auth-code-bx span{
  font-size: 22px;
  font-weight: 600;
  display: block;
}
.vouchercode-popup.deepLinking .authimage-circle {
  width: 100px;
  height: 100px;
  background-color: #f1f1f1;
  border-radius: 50%;
  padding: 25px;
  margin: 0 auto 10px;
}
.diypopup-close{
  position: absolute;
  right: 10px;
  top: 12px;
}
.generatecode-bx {
  display: flex;
  gap: 7px;
  font-size: 12px;
  align-items: center;
  padding: 5px;
  border-radius: 20px;
  background: #eef8ff;
  border: 1px solid #bcf1ff;
}
.generatecode-bx img{
  width: 20px;
  height: 20px;
}
.generatecode-bx p{
  white-space: normal;
  text-align: left;
}
.generatecode-bx a{
  padding: 3px 8px !important;
  font-size: 12px;
  background: #2e82ff !important;
}
.generatecode-bx-wrapper {
  position: absolute;
  top: 14px;
  left: 10px;
  width: calc(100% - 20px);
}
@media (max-width:1170px){
  .generatecode-bx div{
    display: none;
  }
}
@media (max-width:991px){
  .generatecode-bx img {
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
}
  .generatecode-bx .show-big-screen{
    display: none;
  }
  .generatecode-bx p span{
    display: block;
  }
  .generatecode-bx p{
    font-size: 7px;
  }
  .generatecode-bx {
    padding: 2px 3px;
    border-radius: 4px;
    gap: 4px;
  }
}
@media (max-width:767px){
  .vouchercode-popup.deepLinking .modal-content {
    height: auto;
    min-width: auto;
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.generatecode-bx-wrapper {
  /* position: relative; */
  top: -11px;
  left: 50%;
  width: 98px;
  height: 34px;
  z-index: 9999;
  transform: translateX(-53%);
}
/* .mobile-product-slider .feature-column-carousel__figure .generatecode-bx img {
  display: none;
} */
.generatecode-bx a {
  padding: 5px 10px !important;
  border-radius: 10px;
}
}
@media (min-width:768px) and (max-width:1500px){
.offer-available-img{
  margin-top: 30px;
  margin-bottom: -30px;
}
.generatecode-bx p{
  font-size: 13px;
}
}

.offerIcon,.generatecode-bx-wrapper{
  z-index: 999 !important;
}
