html {
  font-size: 16px;
}
@media (max-width: 1239px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1179px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Inter" !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove focus outline when clicking */
*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Keep focus styles when using Tab (keyboard navigation) */
*:focus-visible {
  outline: 2px solid #0073aa !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5) !important;
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5) !important;
  outline-radius: 4px !important;
  -moz-outline-radius: 4px !important;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input[type=submit] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: -0.01em;
}

li {
  letter-spacing: -0.01em;
}

.container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
  width: 100%;
  max-width: 112.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 46.25rem;
  }
}
@media (max-width: 767px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 37.5rem;
  }
}
@media (max-width: 639px) {
  .container, .grid-container, .alignwide, .is-layout-constrained > .alignwide {
    max-width: 30rem;
  }
}

@media screen and (min-width: 1280px) {
  .container-1280, .is-layout-constrained > .alignwide.container-1280 {
    max-width: 80rem;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 880px) {
  .container-880, .is-layout-constrained > .alignwide.container-880 {
    max-width: 55rem;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 1440px) {
  .container-1440, .is-layout-constrained > .alignwide.container-1440 {
    max-width: 90rem;
    width: 100%;
    margin: auto;
  }
}

.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}
@media (max-width: 1023px) {
  .col-6 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .col-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}
@media (max-width: 1023px) {
  .col-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.overlay-link:focus-visible {
  outline-offset: -2px;
  border-radius: 1.25rem;
}

.overlay-link {
  position: absolute;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#site-loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#site-loader .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.125rem;
  line-height: normal;
  font-family: "Playfair";
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 4.4px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #site-loader .loading {
    font-size: 1.875rem;
    letter-spacing: 2.4px;
  }
}
#site-loader .loading::before {
  color: #BFD3EE;
  content: attr(data-loading-text);
}
#site-loader .loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #004663;
  overflow: hidden;
  content: attr(data-loading-text);
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
  white-space: nowrap;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-id-33 .link-text {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-width: 1px;
  background: none;
}

.pro-list-row.slick-carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3.125rem;
}

section.vendor-main {
  padding: 3.125rem 0 5rem;
}

a.show-more.ua-button-black {
  min-width: auto;
  border: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1.25rem;
  width: auto;
}
a.show-more.ua-button-black:hover {
  background: none;
  color: #004663;
}

.btn {
  font-size: 1.25rem;
  background: #004663;
  color: #FFFFFF;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #002230;
  color: #757575;
}
.btn:focus-visible {
  outline: 2px solid #757575;
  outline-offset: -2px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 0.0625rem;
  font-weight: 600;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.link-text {
  position: relative;
  color: #000000;
  font-weight: bold;
}
.link-text::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/arrow-right.svg) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: 300ms opacity, 300ms -webkit-transform;
  transition: 300ms opacity, 300ms -webkit-transform;
  transition: 300ms transform, 300ms opacity;
  transition: 300ms transform, 300ms opacity, 300ms -webkit-transform;
}
.link-text:hover::before {
  -webkit-transform: translate(1.5rem, -50%);
          transform: translate(1.5rem, -50%);
  opacity: 1;
  -webkit-transition: 300ms opacity, 300ms -webkit-transform;
  transition: 300ms opacity, 300ms -webkit-transform;
  transition: 300ms transform, 300ms opacity;
  transition: 300ms transform, 300ms opacity, 300ms -webkit-transform;
}

h1, h2 {
  font-family: "Playfair";
  font-weight: bold;
  font-weight: 900;
}

h1 {
  font-size: 3.75rem;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3.125rem;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

.open-search .site-header__rh .Search-bar-block {
  visibility: visible;
  opacity: 1;
}

.site-header__main {
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
}
.site-header__main.sticky {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.site-header__main.sticky #auctionmenu > ul > li > a {
  color: #004663;
}
.site-header__main.sticky .site-logo {
  -webkit-filter: none;
          filter: none;
}
.site-header__main.sticky .my-acc-btn .sign-btn {
  border-color: #004663;
  color: #004663;
}
.site-header__main.sticky .my-acc-btn .sign-btn:hover {
  background: #004663;
  color: #FFFFFF;
  border-color: #004663;
}
.site-header__main.sticky .search-icon path {
  stroke: #004663;
}
.site-header__main.sticky .wrap-drop.h-myaccountwrap svg path {
  stroke: #004663;
}
.site-header__main.sticky .wrap-drop.h-myaccountwrap span .username {
  color: #004663;
}
.site-header__main.sticky .mobile-menu-button span {
  background: #004663;
}
.site-header__main .my-acc-btn .sign-btn {
  border: 0.0625rem solid;
  background: none;
  border-radius: 0;
  font-size: 0.875rem;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-header__main .my-acc-btn .sign-btn:hover {
  background: #FFFFFF;
  color: #004663;
  border-color: #FFFFFF;
}
.site-header__main #auctionmenu > ul > li {
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
.site-header__main #auctionmenu > ul > li > a {
  line-height: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding: 0.125rem 0;
}
.site-header__main #auctionmenu > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 0.0625rem solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header__main #auctionmenu > ul > li:hover > a::before, .site-header__main #auctionmenu > ul > li.current-menu-item > a::before {
  width: 100%;
}
.site-header__main .site-logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: invert(1) brightness(0) invert(1);
          filter: invert(1) brightness(0) invert(1);
}
.site-header__main .search-icon path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header__main .wrap-drop.h-myaccountwrap svg path {
  stroke: #FFFFFF;
  fill: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header__main .wrap-drop.h-myaccountwrap span .username {
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header__main .search-icon {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .site-header__main .search-icon {
    height: auto;
    width: auto;
  }
}
.site-header__main .site-header {
  border: 0;
  padding: 0.8125rem 0;
  background: none;
}
.site-header__main .site-header__rh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.625rem;
}
.site-header__main .site-header .site-logo {
  width: 17.25rem;
  padding: 0;
}
@media (max-width: 1023px) {
  .site-header__main .site-header .site-logo {
    width: 12.5rem;
  }
}
@media (max-width: 767px) {
  .site-header__main .site-header .site-logo {
    width: 11.25rem;
  }
}
@media (max-width: 639px) {
  .site-header__main .site-header .site-logo {
    width: 9.375rem;
  }
}
.site-header__main .wrap-drop.h-myaccountwrap:hover, .site-header__main .wrap-drop.h-myaccountwrap.active {
  background: none;
  padding: 0 !important;
  border: 0;
}
.site-header__main .wrap-drop.h-myaccountwrap {
  border: 0;
}
.site-header__main .Search-bar-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #004663;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  padding: 0 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.site-header__main .Search-bar-block .close-search {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  right: 2.5rem;
  top: 2.5rem;
  background: none;
  border-radius: 50%;
  border: 0.125rem solid #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .site-header__main .Search-bar-block .close-search {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.site-header__main .Search-bar-block .close-search::before, .site-header__main .Search-bar-block .close-search::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0.125rem;
  width: 50%;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0.125rem;
  margin: auto;
}
.site-header__main .Search-bar-block .close-search::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header__main .Search-bar-block .Search-box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.625rem;
}
.site-header__main .Search-bar-block input[type=text] {
  background: none;
  border: 0;
  border-bottom: 0.0625rem solid #FFFFFF;
  height: 2.5rem;
  color: #FFFFFF;
  padding: 0;
}
.site-header__main .Search-bar-block input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-header__main .Search-bar-block input[type=text]::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-header__main .Search-bar-block input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-header__main .Search-bar-block input[type=text]::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-header__main .Search-bar-block input[type=text]::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-header__main .Search-bar-block button[type=submit] {
  position: relative;
  background: none;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0;
  padding: 0 1.25rem;
  color: #FFFFFF;
  white-space: nowrap;
  top: 0;
}
.site-header__main .Search-bar-block button[type=submit]:hover {
  background: #FFFFFF;
  color: #004663;
}

.menu-close-button {
  display: none;
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  right: 2.5rem;
  top: 2.5rem;
  background: none;
  border-radius: 50%;
  border: 0.125rem solid #FFFFFF;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 1023px) {
  .menu-close-button {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.menu-close-button::before, .menu-close-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0.125rem;
  width: 50%;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0.125rem;
  margin: auto;
}
.menu-close-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .menu-close-button {
    display: block;
  }
}

.mobile-menu-button {
  display: none;
  position: relative;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  width: 1.5625rem;
  height: 1.1875rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1023px) {
  .mobile-menu-button {
    display: block;
  }
}
.mobile-menu-button span {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}
.mobile-menu-button span:nth-child(1) {
  top: 0;
}
.mobile-menu-button span:nth-child(2) {
  top: 0.5rem;
}
.mobile-menu-button span:nth-child(3) {
  top: 1rem;
}
.mobile-menu-button.close-icon span {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-menu-button.close-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-button.close-icon span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-button.close-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.my-acc-btn {
  right: 0;
}

.open-mobile-menu .Second-header-main-menu.top-menu-rightside {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023px) {
  .Second-header-main-menu.top-menu-rightside {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #004663;
    color: #FFFFFF;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .Second-header-main-menu.top-menu-rightside .menu_mobile_class {
    display: block !important;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu {
    position: relative;
    top: 0;
    background: none;
    padding: 5rem 1.875rem 1.875rem;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu ul {
    background: none;
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu ul li {
    padding: 1.25rem 0;
    margin: 0;
    border: 0;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu ul li:hover {
    background: none;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu ul li a {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
  }
  .Second-header-main-menu.top-menu-rightside #auctionmenu ul li a:hover {
    background: none;
  }
}
.bar-button {
  display: none;
}

.uat-theme-footer {
  color: #FFFFFF;
}
.uat-theme-footer h2.wp-block-heading {
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.uat-theme-footer h2.wp-block-heading strong {
  font-size: 2.5rem;
}

.footer-top {
  padding: 0 0 6.25rem;
}

.footer-bottom {
  padding: 0.9375rem 0;
}
.footer-bottom .uat-ocial-icons {
  min-width: 2.5rem;
}
@media (max-width: 767px) {
  .footer-bottom .uat-ocial-icons {
    min-width: 100%;
    text-align: center;
  }
}
.footer-bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.9375rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footer-bottom .copyright {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom .copyright .links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.9375rem;
}
.footer-bottom .copyright .links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-bottom .copyright .links li a {
  color: #FFFFFF;
  white-space: nowrap;
}
.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.9375rem;
}
@media (max-width: 767px) {
  .footer-bottom .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-bottom .container .separator {
  width: 100%;
  height: 0.0625rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .footer-bottom .container .separator {
    display: none;
  }
}
.footer-bottom .container .copyright-text {
  white-space: nowrap;
}
.footer-bottom .container .social-icons {
  margin: 0;
}

#gradient-canvas {
  --gradient-color-1: #004663;
  --gradient-color-2: #2490bd;
  --gradient-color-3: #c9c9c9;
}

.landing-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.875rem;
}
.landing-hero .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 3.125rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
}
.landing-hero .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.landing-hero__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
  height: 100vh;
}
.landing-hero__slider .swiper-slide .slide-title {
  color: #FFFFFF;
}
.landing-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.landing-hero__bg > img, .landing-hero__bg > video {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.landing-hero__bg > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-hero__caps {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.landing-hero__caps .slide-title {
  font-size: 5.625rem;
  line-height: 1em;
}
@media (max-width: 1023px) {
  .landing-hero__caps .slide-title {
    font-size: 4.375rem;
  }
}
@media (max-width: 767px) {
  .landing-hero__caps .slide-title {
    font-size: 3.125rem;
  }
}
@media (max-width: 639px) {
  .landing-hero__caps .slide-title {
    font-size: 2.125rem;
  }
}
.landing-hero__caps p {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .landing-hero__caps p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .landing-hero__caps p {
    font-size: 1rem;
  }
}
.landing-hero__caps .link-bottom-border {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0.125rem;
  border-bottom: 0.125rem solid;
}

.subpage-hero--bg {
  background: radial-gradient(circle at 0% 0%, #004663, #2490bd 80%), radial-gradient(circle at 100% 0%, #2490bd, #c9c9c9 50%), radial-gradient(circle at 100% 100%, #c9c9c9, #004663 80%), radial-gradient(circle at 50% 50%, #c9c9c9, #2490bd 80%), radial-gradient(circle at 0% 100%, #004663, #c9c9c9 90%);
  min-height: 18.125rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .subpage-hero--bg {
    min-height: 15.625rem;
  }
}
@media (max-width: 767px) {
  .subpage-hero--bg {
    min-height: 12.5rem;
  }
}
@media (max-width: 639px) {
  .subpage-hero--bg {
    min-height: 9.375rem;
  }
}
.subpage-hero--bg h1 {
  color: #FFFFFF;
  text-align: right;
  line-height: 0.5em;
  margin: 0;
  font-size: 5.625rem;
}
@media (max-width: 1023px) {
  .subpage-hero--bg h1 {
    font-size: 4.375rem;
  }
}
@media (max-width: 767px) {
  .subpage-hero--bg h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 639px) {
  .subpage-hero--bg h1 {
    font-size: 2.5rem;
  }
}

.product-list-title {
  margin-bottom: 1.875rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media (max-width: 1023px) {
  .product-list-title {
    margin-bottom: 0.625rem;
  }
}
.product-list-title .container {
  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: 0;
}
@media (max-width: 1023px) {
  .product-list-title .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0.625rem;
  }
}
.product-list-title .container .product-title, .product-list-title .container h2 {
  margin: 0;
}
@media (max-width: 1023px) {
  .product-list-title .container .product-title, .product-list-title .container h2 {
    width: 100%;
  }
}

.ua-product-list-sec {
  margin-bottom: 3.75rem;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .ua-product-list-sec {
    margin-bottom: 1.875rem;
  }
}
.ua-product-list-sec .ua-product-listing.prod {
  padding: 0;
  margin: 0;
}

.ua-product-listing .product-list-columns {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  width: auto;
}
.ua-product-listing .product-list-columns .post-password-form {
  width: 100%;
  padding: 0.46875rem;
}
.ua-product-listing .product-list-columns .product-list-item {
  width: 50%;
  margin: 0 !important;
  padding: 0.46875rem;
}
@media (max-width: 1023px) {
  .ua-product-listing .product-list-columns .product-list-item {
    width: 100%;
  }
}
.ua-product-listing .product-list-columns .product-list-item .product-box-link:hover .image_blocks {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image {
  border: 0;
  position: relative;
  overflow: hidden;
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .image_blocks {
  height: 0;
  position: relative;
  padding-bottom: 65.23%;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .image_blocks > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content {
  position: absolute;
  padding: 1.25rem;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 1023px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content {
    min-height: auto;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0.9375rem;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time .time-left {
  color: #FFFFFF;
  font-family: "Inter";
  text-align: right;
}
@media (max-width: 767px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time .time-left {
    width: 100%;
    text-align: left;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time .time-left .uwa_auction_product_countdown {
  font-family: "Playfair";
  font-weight: bold;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.875rem;
  margin: 0;
  line-height: normal;
}
@media (max-width: 1023px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time .time-left .uwa_auction_product_countdown {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time .time-left .uwa_auction_product_countdown {
    font-size: 1.25rem;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .prod-head {
  height: auto;
  font-family: "Playfair";
  font-weight: bold;
  font-size: 3.125rem;
  color: #FFFFFF;
  margin: 0 0 1.25rem;
  line-height: 1em;
}
@media (max-width: 1023px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .prod-head {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .prod-head {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 639px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .prod-head {
    font-size: 1.5rem;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .bidding-wrapper {
  margin: 0 0 1.25rem;
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .bidding-wrapper .prod-bid-text {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time {
  margin: 0 0 1.25rem;
  font-family: "Playfair";
  font-weight: bold;
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  .ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content .c-lot-time-time {
    font-size: 1.25rem;
  }
}
.ua-product-listing .product-list-columns .product-list-item .c-lot-card__image .c-lot-card__content > *:last-child {
  margin-bottom: 0;
}

.about-section .wp-block-heading {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .about-section .wp-block-heading {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .about-section .wp-block-heading {
    font-size: 3.125rem;
  }
}
@media (max-width: 1023px) {
  .about-section .wp-block-columns {
    display: block;
  }
}
.about-section .wp-block-column:nth-child(1) {
  -ms-flex-preferred-size: 33.33% !important;
      flex-basis: 33.33% !important;
}
@media (max-width: 1023px) {
  .about-section .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .about-section .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.about-section .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 66.66% !important;
      flex-basis: 66.66% !important;
}
@media (max-width: 1023px) {
  .about-section .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 66.66% !important;
        flex-basis: 66.66% !important;
  }
}
@media (max-width: 767px) {
  .about-section .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.about-hero {
  padding: 0;
}
.about-hero .wp-block-cover__image-background {
  height: 42.3125rem;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media (max-width: 1023px) {
  .about-hero .wp-block-cover__image-background {
    height: 31.25rem;
  }
}
@media (max-width: 767px) {
  .about-hero .wp-block-cover__image-background {
    height: 25rem;
  }
}
.about-hero h1 {
  font-size: 6rem;
}
@media (max-width: 1023px) {
  .about-hero h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .about-hero h1 {
    font-size: 3.75rem;
  }
}
.about-hero .wp-block-image {
  height: 0;
  padding: 0 0 44.7%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.about-hero .wp-block-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
}

.single .subpage-hero--bg {
  display: none;
}

.event-single-hero {
  min-height: 85vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 1.25rem;
}
.event-single-hero .seller-profile-info {
  display: none;
}
.event-single-hero__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFFFFF;
  grid-gap: 1.875rem;
  padding-top: 6.25rem;
}
.event-single-hero__content h1 {
  color: #FFFFFF;
  margin: 0 0 1.25rem;
  font-size: 4.375rem;
}
@media (max-width: 1023px) {
  .event-single-hero__content h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .event-single-hero__content h1 {
    font-size: 2.5rem;
  }
}
.event-single-hero__content .auction-end-date {
  font-size: 0.875rem;
  font-weight: normal;
  color: #FFFFFF;
  background: #004663;
  padding: 1.875rem 1.5625rem;
  margin: 0;
  max-width: 25rem;
}
.event-single-hero__content .auction-end-date .uwa_auction_product_countdown {
  width: 100%;
  font-family: "Playfair";
  font-weight: bold;
  font-size: 2.375rem;
  word-spacing: 1.5625rem;
}
@media (max-width: 1023px) {
  .event-single-hero__content .auction-end-date .uwa_auction_product_countdown {
    font-size: 2.25rem;
    word-spacing: 1.25rem;
  }
}
@media (max-width: 767px) {
  .event-single-hero__content .auction-end-date .uwa_auction_product_countdown {
    font-size: 2.125rem;
    word-spacing: 0.9375rem;
  }
}
@media (max-width: 639px) {
  .event-single-hero__content .auction-end-date .uwa_auction_product_countdown {
    font-size: 2rem;
  }
}
.event-single-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.event-single-hero__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-single-hero__lh {
  width: 50%;
}
@media (max-width: 1023px) {
  .event-single-hero__lh {
    width: 100%;
  }
}
.event-single-hero__lh #register-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.0625rem solid;
  padding: 1.25rem 0 0;
  margin: 1.25rem 0 0;
  font-weight: bold;
  grid-row-gap: 0.9375rem;
  grid-column-gap: 1.5625rem;
}
.event-single-hero__lh #register-response a {
  color: #FFFFFF;
}
.event-single-hero__lh #register-response > * {
  margin: 0;
  font-weight: bold;
}
.event-single-hero__lh #register-response .registered-bidder {
  border-right: 1px solid;
  padding-right: 1.5625rem;
  margin-right: 0rem;
}
@media (max-width: 639px) {
  .event-single-hero__lh #register-response .registered-bidder {
    width: 100%;
    border: 0;
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .event-single-hero__lh #register-response .referl-code {
    width: 100%;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.single-page-list {
  padding: 1.25rem 0;
}
.single-page-list .no-result-found {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.9375rem;
}
.single-page-list .no-result-found .ua-button-black {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.image-section {
  width: 49.5%;
  position: relative;
  height: auto;
}
.image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.auct-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  row-gap: 0.9375rem;
}
.auct-list .auct-text {
  color: #004663;
}
.auct-list .auct-list-images {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auct-list .uat-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auct-list .auct-list-item {
  width: 24.25%;
}
@media (max-width: 1023px) {
  .auct-list .auct-list-item {
    width: 49.5%;
  }
}
@media (max-width: 639px) {
  .auct-list .auct-list-item {
    width: 100%;
  }
}
.auct-list .auct-list-price {
  font-weight: 600;
}
.auct-list .auct-med {
  width: 49.5%;
}
@media (max-width: 1023px) {
  .auct-list .auct-med {
    width: 100%;
  }
}
.auct-list .auct-big {
  width: 59.5%;
  position: relative;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1023px) {
  .auct-list .auct-big {
    width: 100%;
  }
}
.auct-list .auct-list-image-wrapper {
  background: radial-gradient(circle, rgb(237, 237, 237) 0%, rgb(205, 205, 205) 100%);
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auct-list .auct-list-image-wrapper .badge-noreserve {
  position: absolute;
  text-align: center;
  left: 0.625rem;
  top: 0.625rem;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.5rem;
  background: url(../images/badge-2.webp) no-repeat center center/cover;
  font-weight: 800;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auct-list .auct-big .auct-list-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
}
.auct-list .auct-med .auct-list-image-wrapper {
  aspect-ratio: 2.0657955895;
}
.auct-list .auct-list-image {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.auct-list .auct-big .auct-list-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.auct-list .auct-list-item:hover .auct-list-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.auct-list .auct-bg {
  padding: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auct-list .auct-bg .auct-list-images {
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auct-list .auct-list-title {
  font-family: "Inter";
  font-size: 0.8125rem;
  line-height: 1em;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.auct-list .auct-list-author {
  font-weight: 700;
  margin-top: 0.3125rem;
  font-family: "Playfair";
  font-weight: bold;
  font-size: 1.25rem;
}
.auct-list .auct-list-est-price {
  color: #1f7531;
}
.auct-list .buynow-text {
  font-weight: 700;
  color: #1f7531;
}
.auct-list .auct-lot {
  font-family: "Playfair";
  font-weight: 900;
  font-size: 1.125rem;
}
.auct-list .auct-big .auct-lot {
  color: #fff;
}
.auct-list .auct-text {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 1.5625rem;
}

.subpage-hero--bg.woocommerce-product-single {
  display: block;
  min-height: 8.75rem;
}

#TB_window {
  max-width: 96%;
}

.thickbox-loading #TB_title {
  border: 0;
}
.thickbox-loading #TB_ajaxContent {
  padding: 0.9375rem 2.5rem 1.875rem 2.5rem;
  height: auto !important;
  max-width: 100%;
  min-width: 100%;
}
.thickbox-loading #TB_ajaxContent h3 {
  font-weight: 600;
  font-size: 1.375rem;
}
.thickbox-loading #discountCode {
  font-size: 1.125rem;
  border: 0;
  background: #e4e4e4;
  padding: 0.8125rem;
  height: 3rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.thickbox-loading button#submitCode {
  border: 0;
  padding: 0.9375rem 1.375rem;
  font-size: 1.0625rem;
  background: #004663;
  color: #FFFFFF;
}
.thickbox-loading #message {
  margin-bottom: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-right: 0;
  background: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .woocommerce-MyAccount-navigation {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.5rem 0.625rem;
  border-radius: 0;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  font-weight: 500;
  position: relative;
  border-left: 0;
  margin: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  border-left: 0.3125rem solid #004663;
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  border-left: 0.3125rem solid #004663;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 2rem;
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4 {
  margin-top: 0;
}
.woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content button.button {
  background-color: #004663;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce-MyAccount-content a.button:hover, .woocommerce-MyAccount-content button.button:hover {
  background-color: #002230;
}
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
  padding: 0.75rem;
  border-bottom: 1px solid #BFD3EE;
  text-align: left;
}
.woocommerce-MyAccount-content table th {
  background-color: #BFD3EE;
}

.woocommerce-address-fields input:not([type=checkbox]),
.woocommerce-address-fields select,
.woocommerce-address-fields textarea,
.woocommerce-form-login input:not([type=checkbox]),
.woocommerce-form-login select,
.woocommerce-form-login textarea,
.woocommerce-form-edit-account input:not([type=checkbox]),
.woocommerce-form-edit-account select,
.woocommerce-form-edit-account textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #BFD3EE;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.buyer-page-list-box .ua-product-listing .product-list-columns {
  margin: 0;
}

.addtop {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 30px;
  margin-top: 19px;
}

.woocommerce-form, .woocommerce form.login {
  overflow: visible !important;
}

button#uat-woo-reg {
  margin: 0;
}

input#username, input#password, input#reg_email, div#uwa-card-number, #uwa-card-expiry, #uwa-card-cvc, input#reg_username, input#reg_password {
  border-width: 0.0625rem;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background: #004663;
}

.select2-container .select2-dropdown, .select2-container .select2-selection, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input#username, input#password, input#reg_email, div#uwa-card-number, #uwa-card-expiry, #uwa-card-cvc, input#reg_username, input#reg_password {
  border-color: #dbdbdb;
  background: #FFFFFF;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
  top: 2px;
}

.value-buy-sell-hero {
  min-height: 90vh;
}
.value-buy-sell-hero h1 {
  font-size: 8.125rem;
  line-height: 0.9em;
}
.value-buy-sell-hero .wp-block-column:nth-child(1) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.value-buy-sell-hero .wp-block-column:nth-child(1) .wp-block-cover {
  height: 100%;
}
.value-buy-sell-hero .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.product-detail-row.product {
  padding: 3.75rem 0;
}

.product-left-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 0 70%;
  grid-template-columns: 30% 70%;
  grid-gap: 0;
}
@media (max-width: 1023px) {
  .product-left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .product-left-block .left-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1.875rem;
  }
}
.product-left-block .left-info .artist-name {
  font-family: "Playfair";
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1em;
  margin-bottom: 0.625rem;
}
.product-left-block .left-info h1 {
  font-size: 1.25rem;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.product-left-block .left-info .like-count {
  margin: 1.25rem 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #d2d9e1;
  padding: 0.9375rem 0 0;
}
.product-left-block .seller-product-slider {
  padding-left: 1.875rem;
}
@media (max-width: 1023px) {
  .product-left-block .seller-product-slider {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0rem;
  }
}
.product-left-block .seller-product-slider .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 0 80%;
  grid-template-columns: 20% 80%;
  grid-gap: 0;
}
.product-left-block .seller-product-slider .gallery .swiper-button-prev, .product-left-block .seller-product-slider .gallery .swiper-button-next {
  display: none;
}
.product-left-block .seller-product-slider .gallery-slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-left-block .seller-product-slider .gallery-thumbs {
  padding-right: 1.25rem;
}
.product-left-block .seller-product-slider .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  position: relative;
  opacity: 0.5;
}
.product-left-block .seller-product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-left-block .seller-product-slider .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.product-right-block {
  margin: 0;
  padding: 0 0 0 1.875rem;
}
@media (max-width: 1023px) {
  .product-right-block {
    padding: 1.875rem 0 0;
  }
}
.product-right-block .auction-reserve-price-text {
  display: none;
}
.product-right-block .bid-inf-box {
  padding: 0;
  margin: 0;
  border: 0;
}
.product-right-block .bid-price-selection {
  margin-bottom: 1.25rem;
}
.product-right-block .uat_auction_form #reactsel {
  margin: 0 !important;
}
.product-right-block .uat_auction_form #reactsel select {
  background: none;
  border: 1px solid #000000;
  height: 3.0625rem;
  color: #000000 !important;
  font-weight: bold;
  border-radius: 0;
}
.product-right-block .uat_auction_form #reactsel select option {
  background: #FFFFFF;
  color: #000000;
}
.product-right-block .uat_auction_form #reactsel select::focus-visible, .product-right-block .uat_auction_form #reactsel select::focus {
  background: none;
}
.product-right-block #uat_auction_form select:focus {
  background: none !important;
  color: #000000;
}
.product-right-block .product-details-btn {
  margin: 0 !important;
}
.product-right-block .product-details-btn .ua-button-black {
  height: 3.0625rem;
  border: 0;
  color: #FFFFFF;
  background: #004663;
  font-weight: bold;
  cursor: pointer;
}

.prod-header, .timer-closes-text {
  font-weight: bold;
  border-bottom: 0.0625rem solid #d2d9e1;
  padding: 0 0 0.9375rem 0;
  margin: 0 0 1.25rem 0;
  width: 100%;
}
.prod-header a, .timer-closes-text a {
  color: #000000;
  font-weight: bold;
  position: relative;
}
.prod-header a::before, .timer-closes-text a::before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background: url(../images/arrow-right.svg) no-repeat center center/cover;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.625rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}
.prod-header a:hover::before, .timer-closes-text a:hover::before {
  left: -0.3125rem !important;
}
.prod-header .auction-countdown-check, .timer-closes-text .auction-countdown-check {
  font-family: "Playfair";
  font-weight: bold;
  font-size: 1.875rem;
  font-weight: 900;
}

.description-text p {
  font-size: 0.875rem;
}

.gallery-slider .swiper-slide img {
  height: auto;
}

div#descriptionText {
  height: auto;
  overflow: visible;
}

.product-right-block .ask-quastion-block {
  display: none;
}

.single-product .detail-icon-box .like-product, .single-product .like-count.detail-icon-box .share-icon {
  border: 1px solid #d2d9e1;
  border-radius: 0.625rem;
}

.single-product .product-list-sec {
  margin-bottom: 3.75rem;
}
.single-product .pro-list-row {
  margin: 0;
}

button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn {
  border: 0;
  background: #004663;
}

button#register-event-btn {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
}
button#register-event-btn:hover {
  background: #FFFFFF;
  color: #004663;
}

.search .ua-live-search-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .search .list-and-grid-icon {
    width: 100%;
  }
}
.search .list-and-grid-icon .view {
  display: none;
}
.search .list-and-grid-icon .prod_fil {
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .search .list-and-grid-icon .prod_fil {
    width: 100%;
  }
}
.search .list-and-grid-icon .drop-down .selected {
  width: 300px;
}
@media (max-width: 1023px) {
  .search .list-and-grid-icon .drop-down .selected {
    width: 100%;
  }
}
.search .list-and-grid-icon .drop-down .selected span {
  padding-right: 2.1875rem;
}
@media (max-width: 1023px) {
  .search .ua-live-search {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.search .ua-live-search .search-input {
  width: 100%;
}
.search .ua-live-search .search-input input {
  width: 100%;
}
.search .ua-live-search .search-button button {
  padding: 0 0.75rem;
}
.search .product-list-sec {
  width: 100%;
}

.search-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 1.25rem;
  border-bottom: 0.0625rem solid #d2d9e1;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
  margin-top: 3.75rem;
}
.search-title-row .Search-result_head {
  margin: 0;
}
@media (max-width: 767px) {
  .search-title-row .Search-result_head {
    width: 100%;
  }
}