.as-pm-body-content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.as-pm-custom-footer {
  background: #f3faff;
  width: 100%;
  color: #000;
}
.as-pm-footer-widgets {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 30px;
}

.as-pm-footer-column {
  flex: 1;
  max-width: 25%;
}

.as-pm-footer-logo img {
  width: 120px;
  height: auto;
  margin-bottom: 25px;
}
.as-pm-footer-social {
  display: flex;
  gap: 10px;
}
.as-pm-footer-social img {
  height: 25px;
  width: 25px;
}
.as-pm-footer-about {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.as-pm-footer-address {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  transition: 0.8s ease;
}
.as-pm-footer-address p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  transition: 0.8s ease;
}
.as-pm-footer-address i {
  color: #000;
  font-size: 16px;
  margin-top: 7px;
}

.as-pm-footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0a1a3c;
}

.as-pm-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-pm-footer-menu li {
  margin-bottom: 8px;
}

.as-pm-footer-menu li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: 0.8s ease;
}

.as-pm-footer-address p:hover,
.as-pm-footer-address:hover,
.as-pm-footer-menu li a:hover {
  color: #41c9ff;
}

.as-pm-footer-bottom {
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  color: #fff;
  background-color: #0a1a3c;
}

.as-pm-footer-bottom p {
  margin: 0;
}

@media (max-width: 992px) {
  .as-pm-footer-column {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}

@media (max-width: 768px) {
  .as-pm-footer-logo img {
    width: 100%;
    max-width: 200px;
  }
  .as-pm-footer-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* .............. header css................ */
.as-pm-container {
  width: 100%;
  max-width: 66.4989378333em;
  margin: 0 auto;
  padding: 0 10px;
}

.as-pm-topbar {
  background-color: #4666a0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Inner container */
.as-pm-topbar .as-pm-logo-container {
  max-width: 66.4989378333em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 10px 0;
}
.as-pm-topbar .as-pm-logo-container .as-pm-topbar-logo {
  display: flex;
  align-items: center;
}
.as-pm-topbar .as-pm-logo-container .as-pm-topbar-logo a {
  margin: 0 !important;
}
.as-pm-topbar .as-pm-logo-container .as-pm-topbar-logo img {
  height: 130px;
  width: auto;
}

.as-pm-topbar .as-pm-logo-container .as-pm-topbar-title span {
  color: #fff;
  font-weight: 900;
  margin: 0;
  font-size: 1.6rem;
  white-space: nowrap;
}

.as-pm-header .as-pm-topbar .as-pm-top-bar-wrapper {
  display: flex;
  justify-content: space-between;
}

/* .as-pm-topbar .as-pm-topbar-left,
.as-pm-topbar .as-pm-topbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
} */

.as-pm-social i {
  color: #333;
  transition: 0.8s;
}
.as-pm-social i:hover,
.as-pm-account:hover,
.as-pm-cart:hover,
.search-icon:hover {
  color: #41c9ff;
}

.search-icon {
  cursor: pointer;
  color: #333;
  transition: 0.8s;
  position: relative;
}

.search-box {
  display: none;
  position: absolute;
  right: 0;
  width: 350px;
  background: #0a1a3c;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  z-index: 9999;
}

.search-box form {
  margin: 0px !important;
  display: flex;
}

.search-box input {
  width: 75%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 16px;
}

.search-box button {
  padding: 10px 25px;
  background: #41c9ff;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.8s;
}

.search-box button:hover {
  background: #41c9ffbc;
  color: #ffffff;
}
.as-pm-cart {
  position: relative;
}
.as-pm-cart-count {
  position: absolute;
  font-size: 12px;
  right: -10px;
  top: -7px;
  background-color: #1f4fa3;
  padding: 0 8px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
}
.as-pm-account,
.as-pm-cart {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  transition: 0.8s;
  margin: 9px 0;
}

.as-pm-logo-row {
  background-color: #f3faff;
  text-align: center;
  padding: 0;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100% !important;
  background-color: #f3faff;
}
.as-pm-logo-nav-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.as-pm-topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.as-pm-topbar-right i {
  font-size: 26px;
}
.as-pm-logo-nav-wrapper a:focus,
.search-box input:focus,
.search-box button:focus {
  outline: none;
}
.as-pm-logo-nav-wrapper a {
  margin: 0px;
}

.as-pm-logo-nav-wrapper a img {
  height: 30px;
  width: auto;
}
.left_toggle_menu {
  display: none;
}
.right_full_width_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-pm-topbar-center {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.woocommerce-products-header__title {
  display: none;
}
.page_name {
  margin-top: 10px;
  font-weight: 700;
}
.page_name a {
  color: #333;
  text-decoration: none;
  transition: 0.8s ease;
}
.page_name a:hover {
  color: #41c9ff;
}
.storefront-sorting .woocommerce-ordering {
  display: none;
}
.filter_sorting_container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.shop-layout {
  margin-bottom: 10px;
}
.filter_sorting_container .filter_sorting_wrap {
  width: 100%;
  max-width: 66.4989378333em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 10px;
  padding: 10px;
}

.as-mobile-filter-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  height: 42px;
  border: 1px solid #4666a0;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.8s ease;
}
.as-mobile-filter-button:hover {
  color: #41c9ff;
  background-color: #fff;
}
.woocommerce-ordering {
  margin: 0 !important;
  display: flex;
  gap: 10px;
}

.woocommerce-ordering select.orderby,
select.stock-filter {
  height: 42px;
  padding: 0 14px;
  border: 1px solid #4666a0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}
.as-mobile-filter-button {
  display: none;
}
.as-pm-cart-wrapper {
  position: relative;
}
.widget_shopping_cart {
  display: none;
  position: absolute;
  width: 300px;
  background: #dededefc;
  z-index: 999;
  right: 0;
  padding: 5px;
}

.as-pm-cart-wrapper:hover .widget_shopping_cart {
  display: block;
}
.woocommerce-pagination {
  margin-top: 15px;
}
.as-rarity-type {
  color: #333;
  transition: 0.8s ease;
}
.as-rarity-type:hover {
  color: #41c9ff;
}

.woocommerce-tabs .panel h2:first-of-type {
    font-weight: 700;
}
/* ----------- RESPONSIVE ----------- */
@media (max-width: 959px) {
  .woocommerce-ordering {
    margin-right: 10px !important;
  }
  .as-pm-logo-nav-wrapper {
    justify-content: space-between;
  }
  .as-pm-body-content-wrapper {
    margin: 0 20px;
  }

  .right_full_width_menu {
    display: none;
  }
  .as-pm-topbar-right {
    gap: 10px;
    padding-right: 10px;
  }

  .left_toggle_menu {
    display: flex;
    width: 33.33%;
  }
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    padding: 0;
  }
  .as-pm-account {
    display: none;
  }

  .as-pm-topbar .as-pm-logo-container {
    gap: 0;
    padding: 5px 23px 5px 5px;
  }
  .search-box {
    width: 270px !important;
  }

  .as-mobile-filter-button {
    display: flex;
    margin-left: 5px;
  }
  .as-pm-logo-nav-wrapper a img {
    height: 25px;
    width: 25px;
  }
  .as-pm-topbar-right i {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .products.columns-4 li:nth-of-type(1) {
    margin-left: -30px;
  }
}

@media (max-width: 425px) {
  .as-pm-header .as-pm-topbar .as-pm-top-bar-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: flex !important;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50% !important  ;
  }
}
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  height: fit-content;
}
.wc-block-components-sidebar-layout.wc-block-cart {
  max-width: 66.4989378333em;
  padding: 0 5px;
}
.wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new {
  width: 100%;
  max-width: 66.6em;
  padding: 10px;
}

/* ........................ post single page desing ................... */
/* ............... Single Header css .............. */
.pkm-post-category a:focus,
.single-post .pkm-post-breadcrumb a:focus,
.blog .pkm-post-breadcrumb a:focus,
.category .pkm-post-breadcrumb a:focus,
.pkm-other-articles .pkm-prev-article a:focus,
.pkm-other-articles .pkm-prev-article .pkm-article-content h4 a:focus,
.pkm-other-articles .pkm-next .pkm-article-content h4 a:focus,
.pkm-other-articles .pkm-next a:focus,
.pkm-archive-wrapper .pkm-archive-blog .pkm-archive-image a:focus,
.pkm-archive-wrapper .pkm-archive-blog .pkm-archive-content h4 a:focus,
.pkm-archive-wrapper .pkm-archive-blog .pkm-archive-content a:focus,
.pkm-pagination .page-numbers:focus {
  outline: 0px !important;
}

.single-post .page_name,
.blog .page_name,
.category .page_name {
  display: none;
}

.pkm-post-single-wrapper,
.pkm-post-archive-wrapper {
  margin: 50px 0;
}

.pkm-hero-image {
  position: relative;
  margin-bottom: 50px;
}

.pkm-hero-image img {
  width: 100%;
  border-radius: 20px;
}

.pkm-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.pkm-hero-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 70%;
  z-index: 10;
}

.pkm-post-category {
  margin-bottom: 8px;
}

.pkm-post-category a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
}

.pkm-post-breadcrumb {
  color: #ffffff;
  font-weight: 600;
}

.pkm-post-breadcrumb a {
  color: #41c9ff;
}

.pkm-post-title {
  margin: 30px 0;
}

.pkm-post-title .pkm-span {
  background: #fff;
  color: #000;
  padding: 0 4px;
  border: 5px solid #fff;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
}
/* ................. single content .............. */
.pkm-content-area p {
  margin-bottom: 16px;
  text-align: justify;
}

.single-next-prev-posts-container {
  padding: 50px 0;
  border-top: 1px solid #dfe1ea;
  border-bottom: 1px solid #dfe1ea;
  margin: 50px 0;
}

.single-next-prev-posts-title {
  font-weight: 800;
  margin-bottom: 30px;
}

.pkm-other-articles {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.pkm-article {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 50%;
  text-decoration: none;
  color: #000;
}

.pkm-article img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  object-fit: cover;
}

.pkm-article-content {
  max-width: 300px;
}

.pkm-nav-label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 6px;
}

.pkm-article-content a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  transition: color 0.4s ease;
}

.title-animation-underline {
  position: relative;
  display: inline;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#41c9ff, #41c9ff);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s ease;
}

.title-animation-underline:hover {
  background-size: 100% 2px;
  background-position: 0 100%;
  color: #41c9ff;
}

.pkm-next {
  justify-content: flex-end;
  text-align: right;
}

/* ........... Related Post ............. */
.pkm-related-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}

.pkm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pkm-related-image {
  overflow: hidden;
  border-radius: 10px;
}

.pkm-related-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.pkm-related-post-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 14px;
  transition: 0.8s ease;
}

.pkm-related-link:hover .pkm-related-image img {
  transform: scale(1.06);
}

/* ............... archive page ............ */
.pkm-archive-blog {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.pkm-archive-image {
  flex: 0 0 30%;
}

.pkm-archive-image img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  object-position: center;
  display: block;
  object-fit: cover;
}

.pkm-archive-title a {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
}

.pkm-article-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
}

.pkm-article-excerpt {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 22px;
}

.pkm-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color 0.8s ease;
}

.pkm-read-more span {
  transition: transform 0.8s ease;
}

.pkm-read-more:hover,
.pkm-read-more:hover svg {
  color: #41c9ff;
  fill: #41c9ff;
}

.pkm-read-more:hover span {
  transform: translateX(6px);
}

.pkm-pagination {
  margin-bottom: 50px;
}

.pkm-pagination .pagination {
  border: 0px !important;
}

.pkm-pagination .page-numbers {
  padding: 10px 14px;
  text-decoration: none;
  color: #000000 !important;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin: 0 5px !important;
  transition: ease 0.1s;
}

.pkm-pagination .page-numbers:hover {
  background-color: #41c9ff;
  color: #fff !important;
  border-color: #41c9ff;
}

.pkm-pagination .current {
  background-color: #41c9ff;
  color: #fff !important;
  border-color: #41c9ff;
}

@media (max-width: 1024px) {
  .pkm-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pkm-related-image img {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .pkm-archive-blog {
    gap: 30px;
  }

  .pkm-archive-title a {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .pkm-post-single-wrapper,
  .pkm-post-archive-wrapper {
    margin: 25px 0;
  }

  .pkm-hero-overlay {
    position: absolute;
    bottom: 0px;
    left: 15px;
    max-width: 80%;
    z-index: 10;
  }

  .pkm-hero-image img {
    height: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .pkm-post-title .pkm-span {
    font-size: 28px;
  }

  .pkm-hero-image {
    margin-bottom: 25px;
  }

  .pkm-other-articles {
    flex-direction: column;
  }

  .pkm-article {
    width: 100%;
  }

  .pkm-next {
    justify-content: flex-start;
    text-align: left;
  }

  .pkm-archive-blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .pkm-archive-image {
    width: 100%;
  }

  .pkm-archive-title a {
    font-size: 18px;
  }

  .pkm-pagination .page-numbers {
    margin: 0px !important;
    padding: 8px 10px;
  }
}

@media (max-width: 576px) {
  .pkm-related-grid {
    grid-template-columns: 1fr;
  }

  .pkm-related-image img {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .pkm-archive-title a {
    font-size: 16px;
  }

  .pkm-article-excerpt {
    font-size: 14px;
  }
}
.logisnap-pickup-point-trigger-holder{
  display: block !important;
}


.as-cart__wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.as-cart-left-side-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.as-cart-right-side-wrapper{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.as-cart-main-content{
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}
.as-cart__left, .as-cart__right {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.as-cart__left {  
  padding: 10px;
  height: fit-content;
}
.as-cart__right {
   height: fit-content;
}

/* HEADER ROW */
.as-cart__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.as-cart__title {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.as-btn--continue-top {
    background: #f4c15d;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-decoration: none !important;
}

/* TABLE */
.as-cart-table {
    width: 100%;
    border-collapse: collapse;
}

.as-cart-table thead {
  border-bottom: 1px solid #ccc;
}

.as-cart-table th {
    padding: 15px;
    text-align: left;
    font-size: 14px;
    color: #666;
    background-color: unset;
}

.as-cart-table td {
    padding: 25px 15px;
}

/* PRODUCT */
.as-cart__product {
    display: flex;
    gap: 18px;
    align-items: center;
}

.as-cart__image img {
    width: 70px;
    height: auto;
    border-radius: 10px;
}
.as-cart__name{
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.8s ease;
}
.as-cart__name:hover{
  color: #41c9ff;
}
.as-cart__vat,
.as-cart__variation{
  font-size: 12px;
}
/* QTY FIXED PROPER */
.as-qty {
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 30px;
    /* padding: 5px 10px; */
    /* width: 110px; */
    justify-content: space-between;
}
.as-qty button {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    padding: 5px;
}
.as-qty button:hover,
.as-qty button:focus{
  background-color: unset;
  border-color: unset;
  outline: none;
}
.as-qty input {
    width: 35px;
    border: none;
    background-color : unset !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none  !important;
}
.as-cart__left table:not( .has-background ) th,
.as-cart__left table:not( .has-background ) tbody tr:nth-child(2n) td,
.as-cart__left table:not( .has-background ) tbody td{
    background-color: unset  !important;
}
.as-remove-item{
  font-size: 25px;
  background-color: unset;
  padding: 0;
}
.as-remove-item::before {
  content: "\01F5D1";
}
.as-remove-item:hover{
  background-color: unset;
  color: #ea8686;
}
/* RIGHT SIDE */
/* =========================
   ORDER SUMMARY BOX STYLE
========================= */

.as-summary-box {
    border: 3px solid #000;
    border-radius: 6px;
    padding: 20px;
    box-shadow: none;
}

/* Header row */
.as-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Title */
.as-summary__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    width: 50%;
}
.as-summary-content{
  display: flex;
  justify-content: space-between;
}
/* Green deadline text */
.as-summary-deadline {
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px;
    width: 50%;
    line-height: 1em;
}

/* Total row */
.as-summary-total {
    display: flex;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

/* VAT text */
.as-summary-vat {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
}

/* Purple checkout button */
.as-btn--checkout {
    display: inline-block;
    background: #2fb82f;
    border: 2px solid #2fb82f;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.as-btn--checkout:hover {
    background: #2d802d;
    transform: translateY(-2px);
}


/* FULLSCREEN LOADER */
#as-global-loader {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#as-global-loader.active {
    opacity: 1;
    visibility: visible;
}

.as-loader-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
    border-top: 5px solid #f2c14e;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}
/* @media (max-width: 1024px) {
  .as-cart-main-content{
    flex-direction: column-reverse; 
  }
  .as-cart-left-side-wrapper{
    width: 100%;
  }
} */
@media (max-width: 768px) {
  .as-cart__product{
    flex-direction: column;
  }
  .as-summary-header{
    flex-direction: column;
    align-items: flex-start;
    gap:15px;
  }
  .as-summary-deadline,
  .as-summary__title{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .as-summary-content{
    flex-direction: column;
  }
  .as-btn--checkout{
    width: 100%;
  }
}

/* ===============================
   CHECKOUT LAYOUT Page
================================= */

.as-checkout-wrapper {
    max-width: 1400px;
  
}

.as-checkout-container a{
  display: none;
}
.as-checkout-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch; 
}

/* Each column */
.as-checkout-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.form-row {
  width: 100% !important;
}
/* ===============================
   CARD DESIGN
================================= */

.as-checkout-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.as-checkout-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    color: #111;
}

/* ===============================
   FORM FIELDS
================================= */
.show-password-input {
  border-color: #dcdcdc;
  height: 48px;
  border-radius: 0 10px 10px 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    transition: all 0.2s ease;
    font-size: 14px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #000;
    background: #fff;
    outline: none;
}

/* ===============================
   PAYMENT METHODS
================================= */

.as-payment-method {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    display: flex;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.as-payment-method:focus,
.as-payment-method:hover {
    border-color: #000;
    background: #fafafa;
}

.as-payment-method label {
  display: flex;
}
.as-payment-method input[type="radio"] {
    margin-right: 8px;
}
.as-method-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.as-method-icon {
      display: flex;
    gap: 10px;
}
.as-method-icon img {
    height: 28px;
    width: auto;
}
.as-method-icon ul{
  margin: 0;
  list-style-type:none ;
}
.payment_box {
    margin-top: 10px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
}

/* ===============================
   SHIPPING METHODS
================================= */

.as-shipping-methods ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.as-shipping-methods li label img{
      height: 35px;
    width: auto;
}
.as-shipping-methods li label{
  display: flex;
  align-items: center;
  gap: 10px;
  
}
.as-shipping-methods li {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}
.as-shipping-methods li:hover {
    border-color: #000;
    background: #fafafa;
}

.as-shipping-methods li:has(.shipmondo-original) {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
}

/* Make the dropdown take full width below */
.as-shipping-methods li:has(.shipmondo-original) .shipmondo-original {
    grid-column: 1 / -1;
    margin-top: 10px;
}
/* .selected_service_point,
.powered_by_shipmondo {
  display: none;
} */
 #order_review{
  width: 100% !important;
 }
.lss-wc-pickup-point-shipping-close{
  display: block !important;
}
/* ===============================
   SUMMARY TABLE
================================= */

.as-summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.as-summary-table th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.as-summary-table tbody tr {
    border-bottom: 1px solid #f3f3f3;
}
.as-summary-table td {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  
}
.as-summary-product-title{
  text-align: left !important;
}
.as-summary-card {
    position: relative;
}

.as-summary-card.as-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
}

.as-summary-card.as-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -17px;
    border: 3px solid #ccc;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: as-spin 0.8s linear infinite;
    z-index: 11;
}
hr{
  margin: 0 !important;
}
.order-total{
  font-size: 24px !important;
  font-weight: bolder;
}
@keyframes as-spin {
    100% { transform: rotate(360deg); }
}

/* ===============================
   TOTALS SECTION
================================= */

/* .as-summary-totals {
    margin-top: 15px;
} */

.as-summary-totals .row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.as-summary-totals .highlight {
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 14px;
}
.as-summary-table-wrapper{
  overflow-x: auto;
  margin-top: 20px;
}
.lss-pickup-point-trigger-button{
  margin-bottom: 20px !important;
}
.as-vat{
  border-bottom: 2.4px solid lightgreen;
}
/* ===============================
   LEGAL + CHECKBOXES
================================= */

.as-legal-text {
    font-size: 12px;
    color: #666;
    margin: 15px 0;
}

.as-checkboxes label {
    display: flex;
    
    gap: 8px;
    font-size: 13px;
    margin-bottom: 10px;
}

/* ===============================
   PLACE ORDER BUTTON
================================= */

#place_order {
    width: 100%;
    background: #2fb82f;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#place_order:hover {
    background: #333;
    transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE DESIGN
================================= */

/* Tablet */
/* @media (max-width: 1100px) {
    .as-checkout-container {
        grid-template-columns: 1fr 1fr;
    }
} */

/* Mobile */
@media (max-width: 768px) {
  .as-checkout-container {
    flex-direction: column;
  }
  .as-checkout-col{
    width: 100%;
  }
  .as-checkout-wrapper {
    margin: 20px auto;
  }
}

@media (max-width: 544px) {
  .as-cart__product{
    flex-direction: row;
  }
  .as-cart-table thead {
    display: none;
  }

  /* Make each row a grid */
  .as-cart-table tbody tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
  }

  /* Remove table behavior */
  .as-cart-table tbody td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  /* PRODUCT takes full width */
  .as-cart-table tbody td:first-child {
    grid-column: 1 / -1;
  }

  /* Optional alignment improvements */
  .as-price,
  .as-subtotal {
    text-align: center;
  }

  .as-remove-item {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width:414px) {
  .as-method-icon img{
    height: auto;
    width: 25px;
    object-fit: contain;
  }
   .as-shipping-methods li label img{
      height: auto;
      width: 40px;
  }
  .as-shipping-methods li label{
    font-size: 12px;
    line-height: 1em;
  }
}
