/* Main header */
.ajax-text-and-image .price,
.single-product .col-lg-6 .price,
.quantity input,
.ajax-text-and-image .quantity input,
.single-product .quantity input,
.product_meta>span,
.woocommerce-MyAccount-content .woocommerce-Button.button {
  font-family: "Rubik", sans-serif !important;
}
li {
  font-family: "Rubik", sans-serif !important;
}

.ukm-top-mega-menu-toggle {
  display: none;
}
header {
  max-width: 1830px;
  margin: auto;
}
.site-header .container {
  text-align: center;
}
.fixed-top {
  max-width: 1830px !important;
  margin: auto !important;
}
/* Breadcrumbs */
.breadcrumbs {
  background: #fff;
  padding: 2px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  max-width: 1830px;
  margin: 0 auto 25px;
}
.breadcrumbs ul li {
  color: #808080;
  font-size: 13px;
}
.breadcrumbs ul {
  margin: 6px 0 0;
  font-family: Rubik;
}
.breadcrumbs ul li a {
  font-family: Rubik;
}
.section-padding {
  padding: 0px;
  background-color: white;
}
.page .breadcrumbs {
  border-bottom: none;
}
.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
  scroll-behavior: smooth;
}
.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 70px !important;
}
.flex-control-nav.flex-control-thumbs img {
  /*     width: 60px;
    height: 60px; */
  object-fit: cover;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin: 0;
}
/* Mobile View Slider */
@media (max-width: 768px) {
   .seriousslider-inner > .item img.item-image {
    aspect-ratio: 1600/540;
    width: 116%;
  }
  .product-item-content .list-inline,
  .product-item-content .list-inline .list-inline-item {
    display: grid;
    justify-content: flex-start;
    row-gap: 2px;
    margin: 0 0 12px !important;
  }
  .pagination .nav-links .page-numbers {
    font-size: 14px;
  }
  .pagination {
    margin-bottom: 50px;
  }
  .product-filter ul,
  .breadcrumbs ul {
    display: inline-block;
  }
}
/* Desktop (6 per row) */
#ukm-feature-products {
  /*     display: flex; */
  flex-wrap: wrap;
  margin: 0;
}
#ukm-feature-products .row {
  justify-content: center;
}
#ukm-feature-products .product {
  flex: 0 0 calc(16.66% - 24px);
  /* 6 per row */
  margin: 12px;
  padding: 0;
  display: flex;
  box-sizing: border-box;
}

/* Large Tablet (4 per row) */
/* @media (max-width: 1200px) {
    #ukm-feature-products .product {
        flex: 0 0 calc(25% - 20px); 
    }
} */

/* Small Tablet (2 per row) */
/* @media (max-width: 1024px) {
    #ukm-feature-products .product {
        flex: 0 0 calc(50% - 15px); 
    }
} */

/* Mobile (1 per row) */
@media (max-width: 768px) {
  #ukm-feature-products .product {
    flex: 0 0 50%;
    /* 2 per row */
    margin: 10px 0;
  }
  #ukm-feature-products .row {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  #ukm-feature-products .row {
    column-gap: 15px;
  }
  .promo-banner .promo-item {
    flex: 1 1 50% !important;
    font-size: 11px !important;
    line-height: 14px;
  }
  .promo-banner .promo-item i {
    font-size: 20px !important;
  }
  .promo-banner .promo-item i {
    line-height: 45px !important;
  }
}

.promo-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #0a1b69;
  padding: 12px 15px;
  text-align: center;
}

.promo-banner .promo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(33.33% - 20px);
  /* 3 items per row */
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  /* prevent text from breaking to second line */
  justify-content: center;
}
/* .promo-banner .promo-item i {
  line-height: 40px !important;
  font-size: 30px !important;
} */

/* Icon colors */
.promo-banner .promo-item:nth-child(1) i {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 10px;
  font-weight: 300;
  font-style: italic;
  color: #fff;

}
.promo-banner .promo-item:nth-child(2) i {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 10px;
  font-weight: 300;
  color: #fff;
}
.promo-banner .promo-item:nth-child(3) i {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 10px;
  font-weight: 300;
  color: #fff;
}

/* Mobile: show only first item, center, no wrapping */
@media (max-width: 768px) {
  .promo-banner .promo-item {
    flex: 1 1 100%;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
    font-size: 14px;
  }
  .promo-banner {
    padding: 0 15px !important;
  }
}
@media (max-width: 1024px) {
  .promo-banner .promo-item:nth-child(n+3) {
    display: none;
  }

}
@media (min-width: 768px) {
  .promo-banner .promo-item {
    line-height: 16px;
  }
}

.ukm-max-width-container {
  max-width: 1830px !important;
  margin: auto !important;
}
.category-hover .category-item-img {

  margin-top: 20px !important;
  width: 200px;
}
.category-item h5 {
  border-top: none;
}

/* UKM Brands List */
.ukm-all-brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Brand Item */
.ukm-all-brands-item {
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;

  margin-bottom: 10px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

/* Hover effect */
.ukm-all-brands-item:hover {
  background-color: #ffffff;
  /* White on hover */
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* horizontal, vertical, blur, color */
}

/* Brand Image Container */
.ukm-all-brands-image {
  display: block;
  margin: 0 auto 5px;
  overflow: hidden;
}

/* Brand Image */
.ukm-all-brands-image img {
  width: 100%;
  height: 100%;
  /*     object-fit: cover; */
  display: block;
}

/* Brand Name */
.ukm-brand-name {
  display: block;
  color: #333;
  font-size: 14px;
}
.entry-content {
  padding: 0px;
}
.product-item {
  box-shadow: none;
  border: 1px solid #EBEBEB
}

/*reviews max width*/
.cr-reviews-slider {
  max-width: 1320px;
}
/*Product height*/
.product .my-auto {
  margin-top: 0px !important;
}
/* product swatches fixed height width */
.color-variable-items-wrapper li {
  height: 50px !important;
  width: 50px !important;
}
.image-variable-items-wrapper li {
  height: 90px !important;
  width: 90px !important;
}
.button-variable-items-wrapper li {
  height: 50px !important;
  min-width: 50px !important;
  width: auto !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
}

/* =========================================================
   MOBILE HEADER & RESPONSIVE CONTROLS
   ========================================================= */

/* ---------- Desktop (Default) ---------- */
.ukm-mobile-header {
  display: none !important;
}

/* ---------- Mobile View (Below 1200px) ---------- */
@media (max-width: 1200px) {

  /* Hide Desktop Headers */
  header,
  .top-header,
  .site-header {
    display: none !important;
  }
  /* 	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		  position: absolute;
	}
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    	visibility: hidden;
	} */

  /* Mobile Header Bar */
  .ukm-mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 5px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    overflow: hidden;
  }

  /* Mobile Search Container */
  .mobile-search-box {
    padding: 12px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9999;
    position: sticky;
    top: 50px;
  }

  /* Hamburger toggle alignment fix */
  #mega-menu-wrap-primary .mega-menu-toggle {
    line-height: 19px !important;
    /* 		width: 40px !important;
		justify-content: center !important;
		display: grid !important; */
  }
  #photoswipe-fullscreen-dialog {
    z-index: 9999;
  }
  .pswp__preloader {
    display: none;
  }
  .mobile-hamburger {
    order: 1;
  }

  .mobile-logo {
    order: 2;
  }

  .mobile-icons {
    order: 3;
    margin-left: auto;
  }
  .wc-block-product-filters__close-overlay span {
    display: none;
  }
}

/* =========================================================
   MOBILE HEADER ELEMENTS
   ========================================================= */

/* Logo */
.ukm-mobile-header .mobile-logo img {
  max-height: 45px;
}

/* Icon Group */
.ukm-mobile-header .mobile-icons {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0px 5px;
}

.ukm-mobile-header .mobile-icons a {
  position: relative;
  color: #333;
  font-size: 20px;
  line-height: 1;
  transition: color .2s ease;
}

.ukm-mobile-header .mobile-icons a:hover i {
  color: #031469;
}

/* =========================================================
   MOBILE SEARCH FORM
   ========================================================= */

.mobile-search-box {
  width: 100%;
  background: #ffffff;
  padding: 12px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  z-index: 999;
}

/* Input */
.mobile-search-box input[type="text"] {
  width: 100%;
  height: 42px;
  border: 1px solid #e6e6e6;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: 0.2s ease;
}

.mobile-search-box input[type="text"]:focus {
  border-color: #031469;
}

/* Search button */
.mobile-search-box button {
  position: absolute;
  right: -16px;
  top: 3px;
  height: 38px;
  width: 38px;
  border: none;
  background: transparent;
  color: #031469;
  font-size: 18px;
  cursor: pointer;
}


/* =========================================================
   HAMBURGER BUTTON
   ========================================================= */

.ukm-mobile-header .mobile-hamburger .mega-menu-toggle {
  background: none !important;
  border: none !important;
  font-size: 22px;
  color: #333 !important;
  padding: 10px 0px;
}
/* Mobile Account Box - Hidden/Visible States */
.mobile-account-box {
  position: fixed;
  top: 62px;
  right: 40px;
  width: 286px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}

/* Profile Section */
.mobile-account-box .header-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-account-box .header-profile img {
  border-radius: 50%;
}

.mobile-account-box .header-profile-content h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.mobile-account-box ul li a {
  font-size: 14px !important;
  margin: 0;
  color: #777;
}

/* Menu Items */
.mobile-account-box ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.mobile-account-box ul li:last-child {
  border-bottom: none;
}

.mobile-account-box ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.mobile-account-box ul li a:hover {
  color: #000;
}

/* Login Panel */
.mobile-account-box form label {
  font-size: 14px;
}
.mobile-account-box form input[type="text"],
.mobile-account-box form input[type="password"] {
  width: 100%;
}
.mobile-account-box .register-text,
.forgot-text {
  font-size: 16px !important;
  color: #0a1b69 !important;
}
.mobile-account-box .mx-2 {
  color: #aaa;
}
.mobile-account-box .login-remember {
  margin-bottom: 0px;
}
.mobile-account-box .login-text {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.header-profile::after {
  content: '';
  border-bottom: 1.5px solid gray;
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
}
.ukm-mobile-header fal {
  font-weight: 400;
}
/* cart dropdown item */
.header-profile-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.woocommerce-mini-cart.cart_list li a {
  color: gray;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 30ch;
}
.cart_list .quantity {
  display: block;
  background-color: transparent;
  float: right;
  padding: 11px 0 0;
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-mini-cart.cart_list li a.remove {
  top: 0%;
  right: 2px;
  font-size: 16px;
}
.widget_shopping_cart_content .total strong,
.widget_shopping_cart_content .total {
  font-size: 16px;
  line-height: 24px;
}
/* total no of cart item count badge */
.ukm-mobile-header .cart-count {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  bottom: 13px;
  right: 7px;
  background-color: rgb(51, 51, 51);
  color: #fff;
  border-radius: 50%;
  padding: 1px 6px;
}
.mobile-cart {
  margin-right: 2px !important;
}
/* START : responsive cart dropdown css */
.mobile-shopping-cart-widget {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100000000000000000;
  top: 0;
  right: 0;
  width: 300px;
}
.mobile-shopping-cart-widget .widget_shopping_cart {
  position: absolute;
  top: 60px;
  right: 9px;
  background: white;
  z-index: 99999999;
  padding: 1.8em 1.2em;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px;
  max-width: 300px;
}
.woocommerce-mini-cart__buttons.buttons a {
  font-size: 15px;
  line-height: 23px;
  /*   margin: 12px 0; */
  border-radius: 50px;
  padding: 8px 20px;
  background: linear-gradient(to right, #0A1B69, #0A1B69);
  color: #fff;
}
.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
  float: right;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
  float: left;
}
/* END : responsive cart dropdown css 
/* Home page products fonts */
#ukm-feature-products {
  transform: none;
}
.product-item .product-item-content a h5 {
  font-size: 14px !important;
  line-height: 20px;
  margin: 0 0 15px;
}
.leading-brands-products-container img:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.ukm-bestsellter-component .product-item .product-item-content a h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ukm-bestsellter-component {
  justify-content: center;
}
.up-sells.upsells.products h2 {
  margin-bottom: 18px;
}
.up-sells.upsells.products .yith-add-to-wishlist-button-block {
  display: none;
}
.up-sells.upsells.products .add_to_cart_button,
.up-sells.upsells.products .added_to_cart.wc-forward,
.up-sells.upsells.products .ukm-outofstock-btn {
  position: unset;
  visibility: visible;
  opacity: unset;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-variation-add-to-cart.variations_button {
  margin: 0 0 22px;
  display: flex;
}
.product-item-image img {
  padding: 10px;
  height: 220px !important;
  object-fit: contain !important;
  object-position: center !important;
  background-color: #fff;
}
.wc-block-components-button__text {
  opacity: 1 !important;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #0a1b69 !important;
  color: #fff !important;
  border-radius: 25px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-weight: 500 !important;
}
.section-padding {
  margin: 20px 0 0 !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  max-height: 40px !important;
}
.wc-block-cart-items__row .wc-block-components-product-details__colour,
.wc-block-cart-items__row .wc-block-components-product-details__size {
  font-size: 14px !important;
  line-height: 18px !important;
}
.wc-block-cart-items__row .wc-block-components-product-details {
  gap: 6px !important;
  display: grid !important;
}
.wc-block-components-form.wc-block-checkout__form .wc-block-components-checkbox label {
  align-items: center !important;
}
.wc-block-cart-items__row .wc-block-cart-item__total {
  margin-left: 12px !important;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset,
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 24px !important;
}
.product-item-content ul {
  align-items: center;
}
/* account dropdown between line */
@media (min-width: 1200px) {
  .header-profile::after {
    border-bottom: none !important;
  }
  .woocommerce-mini-cart__total.total {
    margin: 12px 0;
    border-top: 1px solid #ccc;
    padding: 16px 0 0;
  }
  .up-sells.upsells.products .veb-variation-gallery-product {
    width: 163px !important;
  }
  .up-sells.upsells.products .product-item .product-item-content a h5 {
    font-size: 14px !important;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .up-sells.upsells.products .product-item .product-item-content a h5 {
    margin: 0;
  }
  .up-sells.upsells.products .woocommerce-Price-amount.amount {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
  }
  .up-sells.upsells.products .product-item-content {
    padding: 20px 6px 16px;
  }
  .up-sells.upsells.products .product-item .product-item-content a h5,
  .up-sells.upsells.products .list-inline {
    padding: 0 10px;
  }
  .up-sells.upsells.products .price {
    margin: 14px 0 0 !important;
  }
  .up-sells.upsells.products .list-inline {
    display: grid;
  }
  .up-sells.upsells.products .list-inline-item.float-right {
    justify-content: flex-start;
    display: flex;
    margin: 4px 0 12px;
  }
}
/* logo & cart fonts in smaller screens */
@media (max-width: 390px) {
  .ukm-mobile-header .mobile-icons a {
    font-size: 17px;
  }
}
/* cart */
@media (max-width: 1200px) {
  .widget_shopping_cart_content {
    position: fixed !important;
    top: 45px;
    right: 10px;
  }
  /* START : HOME PAGE BESTSELLER SECTION CARDS HEIGHT */
  .ukm-bestsellter-component .product-item .product-item-content a h5 {
    font-size: 14px !important;
  }
  .ukm-bestsellter-component .product-item {
    box-shadow: none;
    margin-bottom: 20px !important;
  }
  /* END : HOME PAGE BESTSELLER SECTION CARDS HEIGHT */
  /* START : SINGLE PDP PAGE */
  .product-title h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .ajax-text-and-image .price,
  .single-product .col-lg-6 .price {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 12px 0 16px;
  }
  .up-sells.upsells.products .list-inline-item.float-right {
    align-content: center;
  }
  .list-inline {
    margin: 0 0 12px !important;
  }
  /* END : SINGLE PDP PAGE */
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0;
  }
  .custom-logo-link {
    margin-left: 8px;
  }
}
/* hide mobile search box when up 1200px */
@media (min-width: 1200px) {
  .mobile-search-box {
    display: none !important;
  }
  .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 10px !important;
  }
  .wc-block-cart-items__row .wc-block-cart-item__quantity {
    margin-left: 15px;
  }
  .wc-block-cart-items__row .wc-block-cart-item__wrap {
    justify-content: space-between;
  }
  .wc-block-cart-items__row {
    position: relative;
  }
  .wc-block-cart-items__row .wc-block-cart-item__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .wc-block-cart-items__row .wc-block-components-product-name {
    order: 1;
  }
  .wc-block-cart-items__row .wc-block-cart-item__prices {
    order: 4;
  }
  .wc-block-cart-items__row .wc-block-components-product-metadata {
    order: 3;
    width: 100%;
  }
  .wc-block-cart-items__row .wc-block-cart-item__quantity {
    order: 2;
  }
  /*.wc-block-cart-items__row .wc-block-cart-item__remove-link {
        position: absolute;
        right: 0;
    } */
  .wc-block-components-quantity-selector {
    margin: 0 !important;
  }
  /* 	.ukmoto-discount-badge {
		left: 45%;
	} */
}
@media (min-width: 769px) and (max-width: 1199px) {
  .up-sells.upsells.products .row,
  .related.products .row {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .product-item .product-item-content a h5 {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .up-sells.upsells.products .woocommerce-Price-amount.amount {
    font-size: 18px !important;
    line-height: 24px;
  }
  .up-sells.upsells.products .price {
    margin: 0 !important;
  }
  .up-sells.upsells.products h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 30px 0 22px;
  }
  .single-product .product_meta .tagged_as a,
  .single-product .product_meta .posted_in a {
    margin-bottom: 20px !important;
  }
  .woocommerce-tabs #tab-description h3 {
    margin: 32px 0 22px;
  }
  .woocommerce-tabs #tab-description h4 {
    margin: 20px 0 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .woocommerce-tabs #tab-description p,
  .woocommerce-tabs #tab-description h5 {
    margin: 0;
  }
  .woocommerce-tabs #tab-description h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .product-title h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .resp-filter-container {
    order: 0 !important;
  }
}
@media (max-width: 768px) {
  /* 	START : PRODUCTS CARDS */
  #ukm-feature-products .product {
    column-gap: 25px;
  }
  .up-sells.upsells.products .row,
  .related.products .row {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .product-item .product-item-content a h5 {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .product-item-content {
    padding: 15px 18px 15px;
  }
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 25px;
    max-width: 25px;
  }
  .woocommerce-variation-add-to-cart.variations_button {
    /* 	  justify-content: space-between; */
    display: flex;
    margin: 0 0 20px;
  }
  .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 0 40px;
    white-space: nowrap;
  }
  .single-product .product_meta .tagged_as a,
  .single-product .product_meta .posted_in a {
    margin-bottom: 18px !important;
  }
  .woocommerce-tabs ul.tabs li a {
    padding: 12px 5px;
  }
  .woocommerce-tabs #tab-description h3 {
    margin: 30px 0 22px;
  }
  .woocommerce-tabs #tab-description h4 {
    margin: 20px 0 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .woocommerce-tabs #tab-description p,
  .woocommerce-tabs #tab-description h5 {
    margin: 0;
  }
  .up-sells.upsells.products h2 {
    margin: 32px 0 20px;
  }
  .woocommerce-tabs #tab-description h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .up-sells.upsells.products .woocommerce-Price-amount.amount {
    font-size: 18px !important;
    line-height: 26px;
  }
  .up-sells.upsells.products .price {
    margin: 0 !important;
  }
  /* END : PRODUCTS CARDS */
  .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 18px !important;
  }
  .wc-block-checkout__actions {
    padding-top: 0 !important;
  }
  .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    margin: 5px 0 0 !important;
  }
  .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
  .woocommerce-MyAccount-content .woocommerce-Button.button {
    width: 100% !important;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    overflow: scroll !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 8px 16px !important;
  }
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    white-space: nowrap;
  }
  .ukm-bestsellter-component .product-item {
    flex-direction: row !important;
    height: auto;
  }
  .ukm-product-card .yith-add-to-wishlist-button-block,
  .yith-add-to-wishlist-button-block {
    right: 16px;
  }
  .ukm-product-card {
    width: 50%;
  }
  /* 	.ukm-shop-product-row {
      grid-template-columns: repeat(2, 1fr);
      display: grid;
    } */
  .contact-mail-icon-box .elementor-icon-box-icon {
    width: 25%;
    margin-right: 10px;
  }
  .ukm-categoires-grid .e-con-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid;
  }
  .category-hover .category-item-img {
    width: 120px !important;
  }
  .ukm-categoires-grid .category-item h5 {
    font-size: 16px;
    line-height: 24px;
    padding: 18px;
  }
}
@media (min-width: 670px) and (max-width: 768px) {
  .contact-mail-icon-box .elementor-icon-box-icon {
    width: 20% !important;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related.products .col-lg-3 {
    width: 100%;
  }
  .up-sells.upsells.products .veb-variation-gallery-product {
    width: 156px;
  }
  .up-sells.upsells.products .product-item-content {
    padding: 20px 6px 16px;
  }
  .up-sells.upsells.products .list-inline {
    display: grid;
  }
  .up-sells.upsells.products .list-inline-item.float-right {
    justify-content: flex-start;
    display: flex;
    margin: 4px 0 12px;
  }
}
/*Manage consent*/
#cmplz-manage-consent .cmplz-btn {
  color: white;
}
.ukm-product-brand,
.single-product .related.products .product-item-content h5 {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px;
  margin: 0 0 15px;
}
/* Shop psge card layout style */
a.product_type_grouped,
a.product_type_simple,
a.product_type_variable,
a.product_type_external,
a.add_to_cart_button,
a.added_to_cart {
  width: 100%;
  visibility: visible;
  margin-top: 10px;
  opacity: unset;
  position: unset;
}
.ukm-product-card .yith-add-to-wishlist-button-block,
.yith-add-to-wishlist-button-block {
  position: absolute;
  top: 5px;
  right: 10px;
}
.ukm-product-card .yith-wcwl-add-to-wishlist-button__label,
.yith-wcwl-add-to-wishlist-button__label,
#ukm-feature-products .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
.ajax-quick-view-popup {
  left: 16px;
  display: none;
}
.veb-variation-gallery-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
  position: relative !important;
}
.veb-variation-gallery-product .yith-wcwl-add-to-wishlist-button__label {
  display: inherit !important;
}
.veb-variation-gallery-product .related.products .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
.veb-variation-gallery-product .product-item-content ul {
  margin-bottom: 20px;
}
.widget_price_filter .price_slider_amount .button {
  align-items: center;
  display: flex;
}
.product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-item-content .button,
.added_to_cart.wc-forward {
  margin-top: auto;
}
.ukm-product-card {
  margin-bottom: 28px;
}
.ukm-outofstock-btn {
  background: #333 !important;
}
/* START : HEADER LOGO */
.top-header .custom-logo-link img {
  width: 215px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .custom-logo-link {
    width: 145px;
  }
  .ukm-show-more-brands-text {
    margin: 16px 0 !important;
  }
  .veb-variation-gallery-product .product-title h1 {
    font-size: 22px !important;
    line-height: 30px;
    margin: 0;
  }
  .ukmoto-discount-badge {
    width: 55px !important;
    height: 55px !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
/* END : HEADER LOGO */

/* START : CONTACTS US */
input[type="tel"] {
  font-family: Rubik, sans-serif;
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 50px;
  padding: 0 15px;
  border-radius: 50px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
input[type=submit],
textarea,
p,
select,
button {
  font-family: Rubik, sans-serif !important;
}
/* END : CONTACTS US */

/*ukm categories grid*/
@media (min-width: 1024px) {
  .ukm-categoires-grid .e-con-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  /* Only when exactly 6 items */
  .ukm-categoires-grid .e-con-inner:has(> :nth-child(6):last-child)> :nth-child(5) {
    grid-column: 2;
  }

  .ukm-categoires-grid .e-con-inner:has(> :nth-child(6):last-child)> :nth-child(6) {
    grid-column: 3;
  }
}
/* START : HOME PAGE RESPONSIVE CSS */
@media (min-width: 600px) and (max-width: 768px) {
  .leading-brands-products-container {
    grid-template-columns: repeat(3, 1fr) !important;
    display: grid;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ukm-bestsellter-component .row {
    row-gap: 20px;
  }
  .leading-brands-products-container {
    grid-template-columns: repeat(4, 1fr) !important;
    display: grid;
  }
  /* about us page */
  .about-us-img img {
    height: 300px;
    object-fit: cover;
  }
  .veb-variation-gallery-product .product-item-content .list-inline {
    display: grid;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .ukm-bestsellter-component .row {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    row-gap: 20px;
  }
  .ukm-bestsellter-component .row .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-12 {
    width: 100%;
  }
  .leading-brands-products-container {
    grid-template-columns: repeat(5, 1fr) !important;
    display: grid;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .ukm-bestsellter-component .row {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    row-gap: 20px;
  }
  .ukm-bestsellter-component .row .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-12 {
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1300px) {
  .ukm-review-section .slick-track,
  .ukm-review-section .slick-slide {
    width: 350px !important;
  }
}
/* END : HOME PAGE RESPONSIVE CSS */

/* START : HOME PAGE BRANDS CSS */
/* MAIN GRID */
.ukm-brands-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*  CHANGE COLUMNS HERE */
  gap: 20px;
  /*  GAP CONTROL HERE */
  align-items: center;
}

/* BRAND ITEM */
.ukm-brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 5px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}
.ukm-brand-item:hover {
  background-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* IMAGE DESIGN */
.ukm-brand-item img {
  width: 195px;
  /* SIZE CONTROL HERE */
  height: 132px;
  object-fit: cover;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* TABLET */
@media(max-width:1024px) {
  .ukm-brands-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ukm-bestsellter-component .product-item-content {
    flex: 0;
  }
}
/* MOBILE */
@media(max-width:768px) {
  .ukm-brands-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media(max-width:600px) {
  .ukm-brands-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .widget_price_filter {
    overflow: initial;
  }
  .product-item-content .button {
    white-space: nowrap;
    font-size: 14px;
  }
}
/* END : HOME PAGE BRANDS CSS */

/* My Account ui Adjustment */
.woocommerce-form-register__submit {
  margin-top: 10px;
}
.ukm-my-account-login-button {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 10px;
}

/* shop page product bottom border */
.image-variable-items-wrapper .variable-item .variable-item-contents::before {
  display: none !important;
}
.image-variable-items-wrapper li {
  box-shadow: none !important;
}
.image-variable-items-wrapper .variable-item.selected {
  box-shadow: 0 2px 0 0 #333 !important;
  border-radius: 0px !important;
}

.active-product-filter-container .wc-block-product-filter-removable-chips__item {
  display: flex !important;
}
.active-product-filter-container .wc-block-product-filter-removable-chips__remove {
  width: 20px;
  height: 20px;
}
.active-product-filter-container .wc-block-product-filter-removable-chips__remove svg path {
  fill: #fff;
}
.wc-block-product-filter-checkbox-list__show-more {
  background: linear-gradient(to right, #0A1B69, #0A1B69);
  padding: 8px 15px;
  margin: 18px 0 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  height: auto;
}
.wc-block-product-filter-checkbox-list__text-wrapper {
  font-size: 15px;
  line-height: 23px;
}
.wc-block-product-filter-checkbox-list__item {
  margin-top: 6px;
}
.wc-block-product-filter-checkbox-list__items {
  max-height: 140px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.wp-block-woocommerce-product-filter-attribute .wp-block-heading {
  font-size: 20px !important;
  line-height: 28px;
  margin: 0 0 10px !important;
}
.wp-block-woocommerce-product-filters .widget.woocommerce.widget_price_filter {
  padding: 0;
  margin: 18px 0;
}
.wp-block-woocommerce-product-filters .widget.woocommerce.widget_price_filter h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 18px;
}
.active-product-filter-container .wp-block-button__link {
  font-size: 14px !important;
  line-height: 22px;
  padding: 7px 0 !important;
}
.active-product-filter-container .wp-block-buttons.is-layout-flex {
  margin: 4px 0 0;
}
/* excisting */
.widget_price_filter .price_slider_amount .button {
  padding: 0 18px;
  height: 34px;
}
.flex-control-nav.flex-control-thumbs {
  max-height: 200px;
  overflow-y: auto;
  /* overflow-x: hidden;
    display: flex;
    flex-direction: column; */
}

.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 100px;
}
.flex-control-thumbs::-webkit-scrollbar {
  height: 2px;
}
.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* responsive design filter */
@media (max-width: 768px) {
  .resp-filter-container {
    order: 0 !important;
  }
  .resp-filter-container .woocommerce-widget {
    padding: 5px 14px 0;
    margin: 28px 0;
    ;
  }
  .products-filter-area {
    margin: 0;
  }
  .resp-filter-container .wc-block-product-filters__overlay-content {
    padding: 40px 20px;
  }
  .active-product-filter-container .wc-block-product-filter-removable-chips__items {
    column-gap: 12px;
    row-gap: 0px;
  }
  .active-product-filter-container .wp-block-button {
    width: 100% !important;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  #ukm-feature-products .row .product-item-image img {
    width: 250px !important;
  }
  #ukm-feature-products .product-item {
    width: 100%;
  }
}

/* Start: pdp new style */
.veb-variation-gallery-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
  right: 0;
  top: 0;
}

/* Badge wrapper on product image */
.ukmoto-product-badges {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /*     top: 30px;
    position: relative; */
}
.ukmoto-product-badges>div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
/* Common badge style */
.ukmoto-product-badges .badge {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
  margin-right: 5px;
}

/* Free Delivery badge */
.ukmoto-product-badges .free-delivery {
  background: #0b2c7d;
  color: #fff;
}

/* Tag badge (Black Friday etc.) */
.ukmoto-product-badges .tag-badge {
  background: #fff;
  color: #0b2c7d;
  border: 1px solid #0b2c7d;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  bottom: 8em;
  top: unset;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0px 1px 2px 0px #9B9B9BD9;
  padding: 5px 7px 5px 7px;
}

/* Discount percentage badge */
.ukmoto-discount-badge {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #e60023;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.woocommerce.single-product .onsale {
  display: none;
}

/* 15-12 */
.product .ukm-product-details-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-title {
  order: 2;
  width: 80%;
}
.product-title h1 {
  font-size: 28px;
}
.ukm-show-more-brands-text {
  order: 1;
  width: 100%;
}
.ukm-show-more-brands-text a {
  text-decoration: underline;
}
.single-brand-logo {
  margin: 0;
  order: 3;
  width: 20%;
  text-align: end;
}
.ukm-product-details-container .woocommerce-product-rating {
  order: 5;
  align-content: center;
  margin: 0 0 10px;
  width: 100%;
}
.single-product .col-lg-6 .price {
  order: 4;
  margin: 10px 0;
  width: 100%;
  font-weight: 500 !important;
  font-size: 22px !important;
}
.woocommerce-product-details__short-description {
  order: 6;
  margin-bottom: 0;
  min-width: 100%;
}
#sizeGuideBtn {
  order: 7;
  width: 100%;
  background: none;
  color: #0a1b69;
  text-decoration: underline;
  text-align: end;
  padding: 0;
  height: auto;
}
.variations_form.cart.inwp-loaded,
.ukm-product-details-container .cart {
  order: 8;
}
.product-type-simple .product_meta {
  order: 9;
  min-width: 100%;
}
.product-type-simple .post-share.mt-4 {
  order: 10;
}
.single_add_to_cart_button {
  margin-right: 15px;
}
.ukm-product-details-container .cart {
  display: flex;
  min-width: 100%;
}
.single-product .price ins {
  text-decoration: none;
}
.single-product .price del {
  margin-right: 4px;
}
.product-type-simple #wc-stripe-express-checkout-element {
  order: 8;
}
.product-type-variable #wc-stripe-express-checkout-element {
  order: 11;
}
@media (max-width: 1200px) {
  .ukmoto-product-badges .badge {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    margin-right: 6px;
  }
}
/* End: pdp new style */

/* product filter show more button and attribute display */
.wc-block-product-filter-checkbox-list__item[hidden] {
  display: block !important;
}

.wc-block-product-filter-checkbox-list__show-more {
  display: none !important;
}
/* size guide modal style */
.sg-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.sg-modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
}
.sg-close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sg-modal-content {
    max-width: 650px !important;
  }
}
/* Size type button style */
.single-product-variable-items.inwp-style-squared li {
  /*   width: fit-content !important; */
  /*   height: auto !important; */
  /*   padding: 5px 14px !important; */
}
.single-product-variable-items.inwp-style-squared {
  gap: 5px;
}
/*swatches button text */
.button-variable-items-wrapper .variable-item-span-button {
  overflow: unset !important;
}

.ukm-footer-email a {
  color: #000 !important;
}
.stock.in-stock {
  order: 6;
  width: 100%;
}
.stock.out-of-stock {
  min-width: 100%;
  order: 6;
}

/*start:motormania_ajax_quick_view close button*/
button.mfp-close::before {
  content: "×";
}
.ajax-text-and-image {
  position: relative;
}
button.mfp-close {
  right: 10px;
}
/*end:motormania_ajax_quick_view close button*/

/*start:motormania_ajax_quick_view categories and tags*/
.ajax-text-and-image .tagged_as,
.ajax-text-and-image .posted_in {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0px;
}
.ajax-text-and-image .posted_in a {
  color: #333;
  padding: 5px;
  border-radius: 15px;
  background-color: #f5f5f5;
  margin: 2px;
  font-size: 12px;
}
.ajax-text-and-image .posted_in a:hover {
  background-color: #0a1b69;
  color: #fff;
}
.ajax-text-and-image .tagged_as a {
  color: #333;
  padding: 5px;
  border-radius: 15px;
  background-color: #f5f5f5;
  margin: 2px;
  font-size: 12px;
}
.ajax-text-and-image .tagged_as a:hover {
  background-color: #0a1b69;
  color: #fff;
}
/*end:motormania_ajax_quick_view categories and tags*/

/*start:custom show per page*/
.shop-bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.per-page-form {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
}

.per-page-form select {
  display: inline-block;
  padding: 15px 32px;
  height: auto;
  border-radius: 50px;
  background: #eaeaea;
  color: #333;
  border: none;
  margin: 0 5px 10px;
  font-size: inherit;
  cursor: pointer;

  /* remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.per-page-form span {
  min-width: 70px;
  margin-bottom: 10px;
}

.bottom-right nav {
  margin: 0;
}
@media (max-width: 1200px) {
  .pagination {
    margin-bottom: 25px;
    margin-top: 6px;
  }
  .per-page-form {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .per-page-form {
    margin-bottom: 0px;
  }
  .per-page-form select {
    padding: 6px 30px 6px 19px;
    max-width: 100px;
    font-size: 14px;
  }
  .per-page-form label {
    font-size: 14px;
  }
  .per-page-form span {
    font-size: 14px;
  }

  .pagination {
    margin-bottom: 25px;
    margin-top: 0px;
  }
  .wc-block-product-filters__overlay-header {
    display: flex !important;
    margin: unset !important;
  }
}
/*end:custom show per page*/

/* start:slick slider review content */
.cr-reviews-slider {
  font-family: "Rubik", sans-serif;
}
.slick-slide .review-content {
  font-family: "Rubik", sans-serif;
}
.slick-slide .review-content p {
  color: #484E51 !important;

  /* end:slick slider review content */
}

.wishlist_table .product-add-to-cart a.button {
  width: fit-content !important;
}

/* fix the home page bg */
.elementor.elementor-234 {
  background-color: #fafafa;
}

/* make review 2 slide in mobile view */
@media (max-width: 650px) {
  .cr-reviews-slider .slick-slide {
    width: 50% !important;
  }

  .cr-reviews-slider .slick-list,
  .cr-reviews-slider .slick-track {
    display: flex !important;
  }

  .cr-reviews-slider .slick-slide>div,
  .cr-reviews-slider .slick-slide .cr-review-card {
    height: 100%;
  }

  .cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
    max-width: 35px;
    max-height: 35px;
  }
  .cr-reviews-slider .cr-review-card .cr-avatar-check {
    width: 18px;
    height: 18px;
    left: 24px;
    top: 20px;
  }
  .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
    font-size: 15px;
  }
  .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified {
    font-size: 13px;
  }
  .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
  .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
  .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
  .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 20px;
    height: 20px;
  }
  .cr-reviews-slider .cr-review-card .rating-row .rating-label {
    font-size: 15px;
  }
  .cr-reviews-slider .cr-review-card .middle-row {
    font-size: 14px;
    padding: 0;
  }
  .cr-reviews-slider {
    margin: 0 !important;
    overflow: hidden !important;
  }
  .cr-reviews-slider .slick-list {
    height: auto !important;
    overflow: hidden !important;
  }
  .cr-reviews-slider .slick-track {
    align-items: flex-start !important;
  }
  .cr-reviews-slider .cr-review-card-inner {
    height: auto !important;
  }
  .cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
  .cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {
    border-radius: 50%;
  }
  .cr-reviews-slider.slick-slider .slick-prev,
  .cr-reviews-slider.slick-slider .slick-next {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .cr-reviews-slider .slick-slide {
    width: 50% !important;
  }
}

/* start: Added backgroud white in mega-menu brands */
.mega-sub-menu .category-brands-grid a {
  background-color: white;
  border-radius: 6px;
}
/* end: Added backgroud white in mega-menu brands */

.price,
.wc-block-order-confirmation-additional-fields-wrapper dl {
  font-family: "Rubik", sans-serif !important;
}
.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
  margin-top: 8px;
}
@media(max-width: 991px) {
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
  }
}

.wishlist_table .add_to_cart.button i {
  display: none;
}
.wishlist_table td a {
  padding: 0 !important;
}
.wishlist_table.mobile h3 {
  margin: 0 !important;
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a.button {
  width: 100% !important;
  justify-content: center;
}
.wishlist_table.mobile li {
  margin-bottom: 25px !important;
  position: relative;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  position: absolute;
  top: 0;
  right: 0;
}
.related.products {
  margin-bottom: 48px;
}
.related.products .product-type-simple,
.related.products .product-type-variable {
  height: 100%;
}
.related.products .col-lg-3 {
  margin-bottom: 15px !important;
}
/*  cookie banner css ( aadil )  */
.cmplz-cookiebanner {
  z-index: 99991 !important;
}
button.cmplz-btn.cmplz-deny {
  display: none;
  pointer-events: none;
}
.cmplz-accept-essential {
  color: #fff !important;
}
button.cmplz-btn.cmplz-accept-essential {
  background-color: #f9f9f9;
  color: white !important;
  order: 2;
  border: none;
}
.cmplz-accept {
  order: 1;
}
.cmplz-view-preferences,
.cmplz-save-preferences {
  order: 3
}
button.cmplz-btn {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
@media (min-width: 768px) {
  .cmplz-message,
  .cmplz-categories {
    min-width: fit-content;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
  }
}
/* gived highest priority to the loader */
#preloader {
  z-index: 99992;
}

/*start : fixed woocomerce messsage (hasib) */
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  white-space: nowrap;
  margin-right: 5px;
}
/*end : fixed woocomerce messsage */
.comment-reply-title {
  font-family: Rubik !important;
}
.products-filter-area .orderby {
  color: #000 !important;
}
/* complianze */
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: 34px;
  line-height: 14px;
  font-size: 13px;
}
.copyright-bar .currency-footer img {
  -webkit-filter: none !important;
  filter: none !important;
}
.ukm-page-title {
  text-transform: uppercase;
  font-size: 2.1rem;
  color: #0a1b69;
}
/* fix mini cart style */
.woocommerce-mini-cart.cart_list li a.remove {
  line-height: 12px;
  font-weight: 500;
  border-width: 2px;
}
.woocommerce-mini-cart.cart_list {
  padding-right: 10px;
}
.woocommerce-mini-cart.cart_list img {
  max-width: 55px;
}
@media (min-width: 600px) {
  .widget_shopping_cart_content {
    max-width: 350px;
  }
}
@media (max-width: 699px) {
  .cart-page-title {
    text-align: center !important;
  }
}
/* change style of item add to cart alert message */
.woocommerce-message {
  /*   justify-content: flex-end; */
  gap: 16px;
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 6px;
  color: #1b5e20;
  flex-direction: unset !important;
}

.woocommerce-message .button.wc-forward {
  background: #1a237e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 4px;
  order: 2;
  margin-left: auto;
  flex-shrink: 0;
}
.comment-form textarea {
  margin-bottom: 0 !important;
}
/* fix review stars hover outside */
#review_form .stars {
  width: fit-content;
}
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  /*   pointer-events: none; */
  background: #333;
}
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  background: #fff !important;
}
.woocommerce-product-gallery__image .zoomImg {
  background: #fff !important;
}
/* fix price slider range ui */
.widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em !important;
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider .ui-slider-handle:hover {
  z-index: 10 !important;
}
.price_slider_wrapper .price_slider {
  margin-left: 10px;
  margin-right: 10px;
}
.shopping-cart-widget {
  align-items: center !important;
}
.wishlist-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.wishlist-widget i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  background: #0a1b69;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .mega-menu-row {
    width: calc(100% - 120px) !important;
  }
}
/* fix tab view filter ui */
@media (min-width: 601px) and (max-width: 1200px) {
  .wc-block-product-filters__overlay {
    display: none;
  }

  .wc-block-product-filters__overlay.active {
    display: flex;
  }

  body.filter-overlay-open {
    overflow: hidden;
  }
  :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
    display: flex !important;
  }
  .wc-block-product-filters__overlay-header {
    display: flex !important;
    margin: unset !important;
  }

  .wc-block-product-filters__overlay {
    background-color: rgba(95, 95, 95, 0.35) !important;
    pointer-events: auto;
    z-index: 9999;
  }
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    position: fixed !important;
    top: 0 !important;
    transition: background-color 0.5s !important;
  }
  .wc-block-product-filters__overlay-dialog {
    color: var(--wc-product-filters-overlay-color, inherit);
    transform: translateY(0);
    transition: transform 0.5s;
  }
  .wc-block-product-filters__overlay-dialog {
    color: var(--wc-product-filters-overlay-color, inherit);
    transform: translateY(0);
    transition: transform 0.5s;
    position: absolute;
    background-color: #fff !important;
  }
  .wc-block-product-filters__overlay-content {
    overflow-y: scroll !important;
  }
  .wc-block-product-filters__overlay-wrapper {
    height: 100% !important;
  }
  .wc-block-product-filters__overlay-footer {
    display: block !important;
  }
  .resp-filter-container .wc-block-product-filters__overlay-content {
    padding: 40px 20px !important;
  }
  .wp-block-woocommerce-product-filters .widget.woocommerce.widget_price_filter {
    overflow: unset !important;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .wc-block-product-filters__overlay-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wc-block-product-filters__overlay-wrapper {
    max-width: 28rem;
    width: 100vw !important;
  }
  .resp-filter-container .woocommerce-widget {
    padding: 0 13px;
    margin-bottom: 7px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .ukm-mobile-header .mobile-logo img {
    max-height: 45px;
  }
  .custom-logo-link img {
    width: 180px;
  }
}

/* fix cart page item card style */
.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-image img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-title {
  font-size: 14px;
  font-weight: 500;
  color: #0A1B69;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: left;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-price {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-price .woocommerce-Price-amount {
  color: #1a1a1a;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 300ms;
  margin-top: auto;
  font-size: 16px;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link:active {
  transform: scale(0.98);
}

.wc-block-grid.wp-block-woocommerce-product-new.has-aligned-buttons .wc-block-grid__product-add-to-cart {
  margin-top: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 0 0 auto !important;
    width: 50%;
    max-width: 50% !important;
  }
}

@media (max-width: 480px) {
  .wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__products {
    display: flex !important;
  }
}
.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__products {
  gap: 24px;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__product {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 16px 16px;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}

.wc-block-grid.wp-block-woocommerce-product-new .wc-block-grid__products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  padding: 8px !important;
  list-style: none !important;
  overflow: visible !important;
}

.wc-block-grid.wp-block-woocommerce-product-new.has-4-columns .wc-block-grid__product {
  flex: 0 0 calc(25% - 18px) !important;
  max-width: calc(25% - 18px) !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: 20px 16px 16px !important;
  background: #ffffff !important;
  position: relative;
  box-sizing: border-box;
  overflow: visible !important;
}

@media (max-width: 1024px) {
  .wc-block-grid.wp-block-woocommerce-product-new.has-4-columns .wc-block-grid__product {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}

@media (max-width: 480px) {
  .wc-block-grid.wp-block-woocommerce-product-new.has-4-columns .wc-block-grid__product {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}
/* mobile prefix style */
.uk-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.uk-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  font-size: inherit;
  color: inherit;
  line-height: 1;
  transition: top 0.15s ease, transform 0.15s ease;
}
.uk-phone-wrap input {
  padding-left: 50px !important;
}
.wc-block-components-text-input:has(.uk-phone-wrap) label {
  left: 50px !important;
  transition: left 0.15s ease, top 0.15s ease, font-size 0.15s ease;
}
.wc-block-components-text-input.is-active .uk-prefix {
  top: 65%;
}
.uk-phone-error {
  border-color: #cc1818 !important;
  outline-color: #cc1818 !important;
}
.uk-phone-error-msg {
  display: block;
  color: #cc1818;
  font-size: 0.85em;
  margin-top: 4px;
}
#billing-phone-uk-error {
  margin-top: 10px;
}

/* start: new custom footer style  */
.ukmoto-footer {
  background-color: #f5f5f5;
  font-size: 14px;
}
.ukmoto-footer .custom-logo {
  width: 160px;
  height: auto;
}
.ukmoto-footer a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 20px;
}
.ukmoto-footer a:hover {
  color: #000;
}
.footer-links li {
  margin-bottom: 10px;
  line-height: 21px;
}
.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.payment-icons img {
  height: 25px;
  width: auto;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 4px;
}
.footer-contact i {
  color: #000;
}
.ukm-copy-right {
  background-color: #333;
}
@media (max-width: 767px) {
  .footer-heading {
    cursor: pointer;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
  }
  .footer-heading[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .payment-icons img {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    text-align: left !important;
  }
}
/* end: new custom footer style  */

/*start:ukm logo center in mobile view only */
.ukm-mobile-header .mobile-logo {
  @media(max-width:768px) {
    margin-left: auto;
  }
}
/*end:ukm logo center in mobile view only */
a {
  font-family: Rubik, sans-serif !important;
}

/*start:fix order after adding new paypal option pdp page */
.ukm-product-details-container .ppcp-messages {
  order: 9;
  margin-top: 16px;
  width: 100%;
}
.ukm-product-details-container .ppc-button-wrapper {
  order: 10;
  margin-top: 16px;
  width: 50%;
}
.product-type-simple .product_meta {
  order: 11 !important;
}
.product-type-simple .post-share.mt-4 {
  order: 12 !important;
  ;
  width: 100%;
}
@media (max-width: 768px) {
  .ukm-product-details-container .ppc-button-wrapper {
    width: 100%;
  }
}
/*end:fix order after adding new paypal option pdp page */


/*temporary hide this on homepage (04-06-2026)*/
/* .home .ukm-page-title{
    display: none;
}

.home .breadcrumbs{
    display: none;
} */


@media (max-width: 768px) {
  .ukm-bestsellter-component .product-item-content {
    flex: auto !important;
  }
  .ukm-bestsellter-component .product-item-image img {
    height: 160px !important;
    width: 180px;
  }
  .ukm-bestsellter-component .product-item-content .list-inline,
  .product-item-content .list-inline .list-inline-item {
    margin: 0 0 2px !important;
  }
  .ukm-bestsellter-component .product-item-content .button {
    margin-top: 0;
    padding: 5px 0px;
    font-size: 12px;
  }
  .ukm-bestsellter-component .product-item-content a h5 {
    padding-right: 15px;
  }
}

/* add to cart popup styles */
#ukm-cart-popup {
  display: none;
  position: fixed;
  top: 105px;
  right: 88px;
  width: 370px;
  max-width: calc(100vw - 30px);
  background: #fff;
  z-index: 999999;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  transition: .3s ease;
  overflow: hidden;
}
#ukm-cart-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ukm-popup-header {
  background: #0a2c82;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ukm-popup-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.ukm-check-circle {
  width: 20px;
  height: 20px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}
.ukm-dismiss {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  text-decoration: underline;
  cursor: pointer;
}
.ukm-popup-body {
  padding: 16px;
}
.ukm-product-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 14px;
}
.ukm-img-wrap {
  width: 68px;
  height: 68px;
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fafafa;
}
.ukm-popup-image {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.ukm-popup-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin-bottom: 3px;
}
.ukm-popup-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
.ukm-popup-price {
  font-size: 17px;
  font-weight: 700;
  color: #0a2c82;
}
.ukm-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.ukm-subtotal-label {
  font-size: 13px;
  color: #666;
}
.ukm-subtotal-label strong {
  color: #333;
  font-weight: 600;
}
.ukm-subtotal-amount {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.ukm-btn-row {
  display: flex;
  gap: 10px;
}
.ukm-btn-basket {
  flex: 1;
  padding: 11px 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 2px solid #0a2c82;
  background: transparent;
  color: #0a2c82 !important;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.ukm-btn-continue {
  flex: 1.4;
  padding: 11px 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: none;
  background: #0a2c82;
  color: #fff;
}
.ukm-progress-bar {
  height: 4px;
  background: #22c55e;
  width: 100%;
  transform-origin: left center;
}
.ukm-btn-basket:hover {
  background: #0a2c82;
  color: #fff !important;
}
.ukm-btn-continue:hover {
  background: #071e5c;
  color: #fff;
}

@media (max-width: 767px) {
  #ukm-cart-popup {
    left: 12px;
    right: 12px;
    width: auto;
    top: 70px;
  }
}

/* Default price styling date(10-06-2026)*/
.price>.woocommerce-Price-amount {
  font-size: 1.3rem;
  font-weight: 700;
}

/* Only sale products have ins */
.price:has(ins) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Sale price */
.price ins {
  order: -1;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #1f2937;
  margin-bottom: 4px;
}

/* RRP label */
.ukmoto-rrp-label {
  font-size: 14px;
  font-weight: 400;
  color: #0a1b69;
  margin-right: 4px;
}

/* RRP price */
.price del {
  color: #0a1b69 !important;
  font-weight: 400;
  margin-bottom: 1px;
}

.price del span {
  font-size: 14px;
  color: #0a1b69 !important;
  text-decoration-thickness: 1px;
}

/* Sale Empty State */
.ukmoto-sale-empty {
  padding: 80px 20px;
}

.ukmoto-sale-empty-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.ukmoto-sale-empty-card {
  background: #fff;
  border: 2px dashed #d6d6d6;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ukmoto-sale-empty-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 18px;
  background: rgba(10, 27, 105, 0.08);
  color: #0a1b69;
  font-size: 26px;
  line-height: 70px;
  text-align: center;
}

.ukmoto-sale-empty-title {
  margin: 0 0 15px;
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.ukmoto-sale-empty-text {
  max-width: 600px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

.ukmoto-sale-empty-actions {
  margin-top: 30px;
}

.ukmoto-sale-empty-btn {
  display: inline-block;
  background: #0a1b69;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: all .3s ease;
}

.ukmoto-sale-empty-btn:hover {
  background: #081550;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .ukmoto-sale-empty-card {
    padding: 40px 25px;
  }

  .ukmoto-sale-empty-title {
    font-size: 26px;
  }
  .ukmoto-sale-empty-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .ukmoto-sale-empty-btn {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.tax-product_tag.term-sale .woocommerce-no-products-found {
  display: none !important;
}

/* start: Added Thank you page css (15-06-2026) */
.ukm-thankyou__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
}

.ukm-thankyou__panel {
  background: #fff;
  border: 1px solid #eceae7;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  margin-bottom: 25px;
}

.ukm-thankyou__panel--hero,
.ukm-thankyou__panel--steps,
.ukm-thankyou__panel--help,
.ukm-thankyou__panel--summary {
  padding: 24px;
}

.ukm-thankyou__hero {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ukm-thankyou__hero-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

.ukm-thankyou__hero-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ukm-thankyou__title {
  margin: 0 !important;
  font-size: 27px;
}

.ukm-thankyou__subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.ukm-thankyou__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #efefec;
}

.ukm-thankyou__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.ukm-thankyou__meta-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #0a1b69;
}

.ukm-thankyou__meta-icon svg,
.ukm-thankyou__step-icon svg,
.ukm-thankyou__help-icon svg,
.ukm-thankyou__contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ukm-thankyou__meta-label {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #8c9198;
  margin-bottom: 4px;
}

.ukm-thankyou__meta-value {
  color: #111827;
}

.ukm-thankyou__notice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #efefec;
}

.ukm-thankyou__notice {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.ukm-thankyou__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid #0a1b69;
  background: #0a1b69;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.ukm-thankyou__button:hover,
.ukm-thankyou__button:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.ukm-thankyou__section-title {
  margin: 0 0 18px !important;
  font-size: 18px;
}

.ukm-thankyou__summary-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.ukm-thankyou__summary-items {
  display: grid;
  gap: 14px;
}

.ukm-thankyou__product-image-wrap {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  border: 1px solid #eceae7;
  background: #fafafa;
  overflow: hidden;
}

.ukm-thankyou__product-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ukm-thankyou__product-name {
  margin: 0 0 6px;
  font-size: 14px;
  color: #111827;
}

.ukm-thankyou__product-qty {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #6b7280;
}

.ukm-thankyou__product-price,
.ukm-thankyou__totals-amount {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #111827;
  white-space: nowrap;
}

.ukm-thankyou__totals {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #efefec;
}

.ukm-thankyou__totals-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}

.ukm-thankyou__totals-row--total {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid #efefec;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
}

.ukm-thankyou__paid-with {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
}

.ukm-thankyou__panel--address {
  background: #fff;
  border: 1px solid #eceae7;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  margin-bottom: 25px;
  padding: 24px;
}

.ukm-address {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ukm-address__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ukm-address__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ukm-address__name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ukm-address__name-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0a1b69;
}

.ukm-address__name-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ukm-address strong {
  font-size: 16px;
  line-height: 1.4;
  color: #111827;
  font-weight: 600;
}

.ukm-address__field {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ukm-address__field-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0a1b69;
}

.ukm-address__field-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ukm-address__field-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ukm-address p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.ukm-address__label {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #8c9198;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ukm-address__value {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #111827;
  font-weight: 500;
}

.ukm-thankyou__steps-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 0;
}

.ukm-thankyou__steps-list::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 38px;
  width: 3px;
  background: linear-gradient(to bottom, #2fb765 0%, #2fb765 33%, #3974ff 33%, #3974ff 66%, #a15be3 66%, #a15be3 100%);
  z-index: 0;
}

.ukm-thankyou__step {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}

.ukm-thankyou__step:first-child {
  padding-top: 0;
}

.ukm-thankyou__step:last-child {
  padding-bottom: 0;
}

.ukm-thankyou__step-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 6px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  outline-offset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ukm-thankyou__step-title {
  margin: 0 0 4px !important;
  font-size: 16px;
  line-height: 1.3;
}

.ukm-thankyou__step-text {
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.ukm-thankyou__help {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ukm-thankyou__help-icon {
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #0a1b69;
}

.ukm-thankyou__help-title {
  margin: 0 0 4px !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.ukm-thankyou__help-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.ukm-thankyou__contact {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  margin-left: 10px;
}

.ukm-thankyou__contact+.ukm-thankyou__contact {
  margin-top: 12px;
}

.ukm-thankyou__contact-icon {
  width: 20px;
  height: 20px;
  color: #0a1b69;
}

.ukm-thankyou__contact-label {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #6b7280;
  margin-bottom: 2px;
}

.ukm-thankyou__contact-value {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
}

.ukm-thankyou__account-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.ukm-thankyou__account-note a {
  color: #0a1b69;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ukm-thankyou__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .ukm-thankyou {
    padding: 16px 12px 28px;
  }

  .ukm-thankyou__panel--hero,
  .ukm-thankyou__panel--steps,
  .ukm-thankyou__panel--help,
  .ukm-thankyou__panel--summary {
    padding: 18px;
  }

  .ukm-thankyou__hero {
    gap: 12px;
  }

  .ukm-thankyou__hero-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .ukm-thankyou__title {
    font-size: 22px;
  }

  .ukm-thankyou__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ukm-thankyou__notice-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ukm-thankyou__button {
    width: 100%;
  }

  .ukm-thankyou__summary-item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .ukm-thankyou__product-price {
    grid-column: 2;
    justify-self: start;
  }

  .ukm-address {
    grid-template-columns: minmax(0, 1fr);
  }

  .ukm-address__right {
    grid-column: 1;
  }
}
/* Customer Details */
.woocommerce-customer-details {
  background: #fff;
  border: 1px solid #eceae7;
  border-radius: 8px;
  padding: 24px;
  margin-top: 18px;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px !important;
  color: #111827;
}

.woocommerce-customer-details address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  background: #fafafa;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid #efefef;
}

.woocommerce-customer-details address p {
  margin: 10px 0 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #111827;
}

.woocommerce-customer-details--phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0a1b69;
}

.woocommerce-customer-details--email::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0a1b69;
}


/* Additional Information */
.wc-block-order-confirmation-additional-fields-wrapper {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eceae7;
}

.wc-block-order-confirmation-additional-fields-wrapper h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #111827;
}

.wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0;
}

.wc-block-components-additional-fields-list dt {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 8px;
}

.wc-block-components-additional-fields-list dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.ukm-thankyou__customer-note {
  margin-top: 16px;
  padding: 14px 16px;
  background: #f9f9f9;
  border-left: 3px solid #e8151b;
  border-radius: 4px;
}

.ukm-thankyou__customer-note-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin: 0 0 6px;
}

.ukm-thankyou__customer-note-text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* End: Added Thank you page css (15-06-2026) */

@media (max-width: 530px) {
    .price > .woocommerce-Price-amount {
        font-size: 16px;
        font-weight: 600;
    }
    .product-item-content {
        padding: 15px 10px 15px;
    }
}