.uk-parent a {
  padding-right: 28px;
  margin-right: 28px;
  position: relative;
}

.uk-parent a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 24px;
  height: 24px;
  background-image: url(/images/main/Chevron%20Down.svg);
  transform: translateY(-50%);
  transition: 0.3s;
  background-size: cover;
}
.uk-parent a:hover::after,
.uk-parent a:active::after {
  transform: translateY(-50%) rotate(180deg);
}

#tm-dialog-mobile .uk-parent a::after {
  display: none;
}

.uk-button-secondary {
  font-family: Roboto;
  padding-right: 32px;
  padding-left: 0px;
  position: relative;
  font-weight: 400;
  line-height: 24px;
}

.uk-button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  background-image: url(/images/main/Chevron%20Right.svg);
  transform: translateY(-50%);
  transition: 0.3s;
  background-size: cover;
}

.uk-form-label {
  margin-bottom: 8px;
  display: block;
}

.uk-breadcrumb,
.tm-top nav {
  margin-bottom: 0px !important;
}

.tm-top {
  padding: 40px 0;
}

.my_modal .uk-modal-dialog {
  width: 100%;
  max-width: 684px !important;
}

#tm-dialog-mobile .uk-nav .uk-active {
  font-weight: 700;
}

[radicalmart-search="container"] input {
  height: 31px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid rgba(0, 78, 163, 0.2);
  padding: 0 10px;
  background: #fff;
  color: #000;
  border-radius: 8px;
}

.search form {
  align-items: center;
}

[radicalmart-search="result"] a {
  font-size: 12px;
  text-transform: unset;
  letter-spacing: 0.5px;
  color: #000;
}

[radicalmart-search="result"] a:hover {
  color: #0664a8 !important;
}

#module-120 [type="submit"] {
  border: unset;
}

.product_item img {
  max-width: 304px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.product_item {
  border-radius: 16px;
  border: 1px solid #f2f6fa;
  background: #fff;
  padding: 0px 20px 24px 20px;
  box-shadow: 0px 16px 40px -8px rgba(4.44, 38.22, 62.69, 0.1);
  margin-bottom: 32px !important;
}

.product_item table {
  color: #1e1e1e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.product_item table td:nth-child(2n) {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.product_item table td {
  padding: 5px 0;
}

.product_item .btns_block {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.product_item .uk-button {
  width: calc(50% - 16px);
  font-weight: 400;
}

.product_item .uk-button-default {
  border: unset;
}

.custom_slider {
  overflow: visible !important;
}
.custom_slider_items .uk-slidenav-container {
  bottom: -60px;
  display: flex;
  gap: 15px;
}

.custom_slider_items .uk-slidenav {
  border-radius: 50px;
  border: 1px solid #0475c6;
  padding: 5px;
}

@media (max-width: 1280px) and (min-width: 960px) {
  .my_modal {
    padding: 5px 20px;
  }
}

@media (max-width: 960px) {
  .uk-input {
    height: 40px;
  }
  .uk-h4,
  h4 {
    font-size: 32px;
  }
  .uk-h5,
  h5 {
    font-size: 30px;
  }
  .product_item td {
    display: block;
  }
  .product_item tr {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .custom_slider_items .el-nav {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .my_modal h2 {
    font-size: 34px;
    text-align: center;
  }
  .my_modal .rf-button-send {
    margin: 0 auto;
    display: block;
  }
  .my_modal .rf-form .uk-margin {
    margin: -12px 0;
  }
}

@media (max-width: 390px) {
  .product_item .btns_block {
    flex-direction: column;
  }
  .product_item .uk-button {
    width: 100%;
  }
}
