.am-credits {
  display: none;
}

.am-common ul li {
  list-style-type: none;
}

.am-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 140px;
}

.am-header .am-header-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  padding: 0;
}

.am-header .am-header-content .am-header-content-logo {
  margin-top: 0.7%;
  margin-bottom: 0.7%;
  margin-right: 2%;
  margin-left: 2%;
  max-height: 40px;
  max-width: 140px;
  float: none;
}

.am-header-line {
  height: 3px;
  background-color: #000;
  border: none;
}

.am-body .am-body-content-wrapper {
  margin-top: 1rem;

}

@media all and (min-width: 800px) {
  .am-body .am-body-content-wrapper {
      margin-top: 1rem;
  }
}

.am-grid tr.am-grid-row.odd td {
  background-color: none;

}

.am-grid tr.am-grid-row>td {
  border-bottom: 1px solid #dee2e6;
}

.am-account-toolbar-items {
  overflow: none;
}

.am-account-toolbar {
  padding-right: 0em;
  padding-left: 0em;
  margin: 0;
}

.am-user-identity-block {
  background: none;
  font-weight: bold;
  padding-left: 0px;
  line-height: 24px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.am-layout-two-coll {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll {
      background: transparent;
  }
}

.am-layout-two-coll .am-layout-two-coll-bottom {
  clear: both;
  height: 20px;
  background-color: transparent;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-bottom {
      background: transparent;
  }
}

.am-layout-two-coll .am-layout-two-coll-top {
  clear: both;
  height: 20px;
  background-color: transparent;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-top {
      background: transparent;
  }
}

/* @media all and (min-width: 750px) {
  .am-layout-two-coll .am-coll-left {
      float: left;
      width: 50%;
  }

  .am-layout-two-coll .am-coll-right {
      float: right;
      width: 50%;
  }
} */

.am-layout-two-coll .am-coll-left .am-coll-content {
  margin: 0;
}

.am-layout-two-coll .am-coll-right .am-coll-content {
  margin: 0;
}

ul.am-tabs {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 3px;
  text-align: left;
}

ul.am-tabs li.active>a,
ul.am-tabs li.normal>a:hover {
  border-color: none;
}



.am-block {
  box-shadow: 0 1px 10px #e0e0e0;
}

.am-list-subscriptions .am-list-subscriptions-title:after {
  content: " â€“";
  display: none;
}

.am-list-subscriptions .am-list-subscriptions-desc {
  line-height: 2rem;
}

.am-input-filter-wrapper {
  border: 1px solid #b5b5b5;
}

div#moodle-block-id {
  height: 0px;
}

.tb-popover-wrapper {
  position: relative;
  display: inline-block;
}

.tb-popover-content {
  min-height: 150px;
  max-width: 310px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  padding: 1.5rem;
  width: 100%;
  border-radius: 7px;
  left: 15em;
  bottom: 0em;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.tb-popover-content>img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.tb-popover-wrapper:hover .tb-popover-content {
  max-width: none;
  text-wrap: wrap;
  width: 450px;
  max-height: 380px;
  overflow: scroll;
}

.tb-popover-wrapper:hover .tb-popover-content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0.5em);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.tb-popover-wrapper:hover .tb-popover-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tb-popover-wrapper:hover .tb-popover-content::-webkit-scrollbar {
  display: none;
}

.tb-popover-message {
  text-align: center;
  color: #edd3d4;
  font-weight: 600;
  padding: 0;
  text-align: center;
  list-style-type: none;
  line-height: 2;
  font-size: 17px;
}

.tb-popover-message>li>a {
  color: #edd3d4;
}

.am-cart .am-cart-product.am-cart-product-brief:hover {
  box-shadow: 0 0 8px #7c7c7c;
  border-color: none;
  border-radius: 10px;
}

.am-cart .am-cart-product.am-cart-product-brief {
  border: none;
  transition: border-color 0.5s;
  box-shadow: 1px 2px 2px #e0e0e0;
  min-height: 400px;
  border-radius: 10px;
}

.am-cart-product-content-add-container {
  display: flex;
  flex-direction: column;
}

.am-basket-preview-item-total {
  text-align: right;
}

.am-basket-preview-items td {
  padding: 1em 1em 0 0;
  vertical-align: middle;
}

.am-basket-preview-total {
  font-size: 17px;
  color: green;
  margin-top: 10px;
  /* Adjust the value as needed */
}

.am-body-content select,
.am-body-content input[type=text] {
  padding: 0.5em 0.75em;
  margin: 0;
  border-radius: 3px;
}


#container {
  position: relative;
  width: 940px;
}

#container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.am-user-identity-block {
  position: relative;
  /* Ensure the dropdown is positioned relative to this container */
}

.am-user-identity-block ul#menu>li {
  position: relative;
  height: 55px;
}

.am-user-identity-block ul#menu>li>ul {
  position: absolute;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  white-space: nowrap;

}

.am-user-identity-block ul#menu>li:hover>ul {
  display: block;
  /* Ensure the dropdown is visible on hover */
}

.am-user-identity-block ul#menu>li>ul {
  display: none;
  /* Hide the dropdown by default */
}

/* Make sure the dropdown does not overflow or cut off */
.am-user-identity-block ul#menu>li>ul {
  right: 0;
  /* Align dropdown to the right edge if necessary */
  left: auto;
  /* Override left alignment */
}

@media (max-width: 768px) {
  .am-user-identity-block ul#menu>li>ul {
      right: auto;
      /* Reset right alignment on smaller screens */
      left: 0;
      /* Align back to the left edge on mobile */
  }
}

#menu {
  position: relative;
  border: transparent;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), inset 0 -1px 0 rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .15);
}

#menu,
#menu ul {
  list-style-type: none;

  list-style: none;
}

#menu>li {
  float: left;
  position: relative;

  perspective: 1000px;

}

#menu a {
  display: block;
  position: relative;
  z-index: 10;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
  color: rgba(75, 75, 75, 1);
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -.05em;
  background: transparent;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
  transition: all .25s ease-in-out;

}

#menu>li:hover>a {
  background: #333;
  color: rgba(0, 223, 252, 1);
  text-shadow: none;
}

#menu li ul {
  border: solid 0.1px black;
  position: absolute;
  z-index: 1;
  width: 140px;
  top: 40px;
  overflow: hidden;
  transform-origin: 50% 0%;

}
.am-body .am-body-content-wrapper{
  background: none;
}

#menu li:hover ul {
  background: #fff;
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
  animation-name: swingdown;
  animation-duration: 1s;
  animation-timing-function: ease;
}

@keyframes swingdown {
  0% {
      opacity: .99999;
      transform: rotateX(90deg);
  }

  30% {
      transform: rotateX(-20deg) rotateY(5deg);
      animation-timing-function: ease-in-out;
  }

  75% {
      transform: rotateX(20deg) rotateY(-3deg);
      animation-timing-function: ease-in-out;
  }

  100% {
      transform: rotateX(0);
      animation-timing-function: ease-in-out;
  }
}

#menu li li a {
  padding-left: 15px;
  font-weight: 400;
  color: #000;
  text-shadow: none;
  border-top: dotted 1px transparent;
  border-bottom: dotted 1px transparent;
  transition: all .15s linear;
}

#menu li li a:hover {
  color: rgb(255 255 255);
  background: rgb(255 138 128 / 90%);
}

.pd-right-small {
  padding-right: 10px;
}


.card-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.custom-card {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-width: 20em;
  min-height: 4em;
  padding: 1em 1em;
  background: #fff;
  box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all .35s ease;
  flex-basis: calc(33.333% - 40px);

}


.custom-card::before,
.custom-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff8a80;
  height: 4px;
}

.custom-card::before {
  width: 0;
  opacity: 0;
  transition: opacity 0 ease, width 0 ease;
  transition-delay: .5s;
}

.custom-card::after {
  width: 100%;
  background: white;
  transition: width .5s ease;
}

.custom-card .content {
  width: 18em;
}

.custom-card h6 {
  color: #ff8a80;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.custom-card h1 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.custom-card .hover_content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(1em);
  transition: all .55s ease;
}

.custom-card .hover_content p {
  margin: 1.5em 0 0;
  color: #34465a;
  line-height: 1.4em;
}

.custom-card:hover {
  width: 24em;
  box-shadow: 0 10px 20px 0 rgba(#202024, .12);
}

.custom-card:hover::before {
  width: 100%;
  opacity: 1;
  transition: opacity .5s ease, width .5s ease;
  transition-delay: 0;
}

.custom-card:hover::after {
  width: 0;
  opacity: 0;
  transition: width 0 ease;
}

.custom-card:hover .logo {
  margin-bottom: .5em;
}

.custom-card:hover .hover_content {
  max-height: 10em;
  transform: none;
  overflow: scroll;
}

#member-main-subscriptions {
  border: none;
  box-shadow: none;
  width: auto;
  min-height: 400px;
  padding: 1em 4em 0em 4em;
}

#member-main-unsubcribe {
  border: none;
}

#member-main-unsubscribe,
#member-main-links {
  width: fit-content;
  border: none;
  box-shadow: none;
}

#member-subscriptions {
  overflow: scroll;
  max-height: 640px;
}

.cart-buttons a {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #ff6a60;
  /* Darken the color on hover */
}

/* Specific padding for the Checkout button */
.custom-button-checkout {
  padding: 5px 63px;
}

.custom-button-basket {
  padding: 5px 55px;
}


@media (max-width: 1200px) {
  .custom-card {
      padding: 1em 1em;
  }
}

@media (max-width: 252px) {
  .custom-card {
      padding: 1em 1em;
  }
}

@media (max-width: 480px) {
  .custom-card {
      padding: 1em 1em;
  }
}

.am-cart .am-pagination {
  margin: 1em 0;
}

.am-cart .am-cart-clear {
  clear: both;
}

.am-cart ul.am-cart-front-category-list {
  margin: 0;
  margin-top: 1em;
}

.am-cart ul.am-cart-front-category-list .am-cart-front-category-list-item {
  font-size: 1.2rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5em;
  list-style: none;
}

.am-cart ul.am-cart-front-category-list .am-cart-front-category-list-item-desc:before {
  content: "â€”Â ";
}

.am-cart ul.am-cart-front-category-list .am-cart-front-category-list-item-desc {
  font-size: 1rem;
  color: #777;
}

.am-cart .am-cart-product.am-cart-product-brief.am-cart-product-in-basket {
  opacity: 0.7;
}

.am-cart .am-cart-product.am-cart-product-brief.am-cart-product-in-basket:hover {
  opacity: 1;
}

.am-cart .am-cart-product {
  text-align: left;
  page-break-inside: avoid;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.am-cart-product-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Optional: adds space between items */
}

/* .am-cart-product-status,
.am-cart-product-content-terms,
.am-cart-product-content-buttons {
  flex: 1;
} */

.am-cart .am-cart-product.am-cart-product-brief {
  border: none;
  transition: border-color 0.5s;
  box-shadow: 1px 2px 2px #e0e0e0;
  border-radius: 10px;
}

.am-cart .am-cart-product.am-cart-product-brief:hover {
  box-shadow: 0 0 8px #7c7c7c;
  border-color: none;
  border-radius: 10px;
}

.am-cart .am-cart-product .am-cart-product-content {
  background: rgb(247, 247, 247);
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.am-cart .am-cart-product .am-cart-product-content-product {
  padding: 0em;
}

.am-cart .am-cart-product.am-cart-product-full .am-cart-product-content-product {
  padding: 0 0 1em;
}

.am-cart .am-cart-product .am-cart-product-status {
  text-align: center;
  color: #5f5f5f;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}

.am-cart .am-cart-product .am-cart-product-content-title {
  overflow: hidden;
  margin-bottom: .5em;
  margin-top: .5em;
  font-size: 1.2em;
}

.am-cart .am-cart-product .am-cart-product-content-title a,
.am-cart .am-cart-product .am-cart-product-content-title h2 {
  float: left;
}

.am-cart .am-cart-product .am-cart-product-content-title .am-cart-new {
  padding: 1px 3px;
  font-size: 6px;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  vertical-align: top;
  background-color: #ffffcf;
}

.am-cart .am-cart-product .am-cart-product-content-terms {
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  top: 5px;
}

.am-cart .am-cart-product .am-cart-product-content-desc {
  overflow: hidden;
  margin-bottom: 1em;
}

.am-cart .am-cart-product .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper {
  float: left;
  margin: 0px 0.5em 0.5em 0px;
  max-width: 100%;
  box-sizing: border-box;
}

.am-cart .am-cart-product .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper img {
  max-width: 100%;
}

.am-cart .am-cart-product .am-cart-product-content-desc .am-cart-product-content-desc-full {
  clear: both;
}

.am-cart .am-cart-product .am-cart-product-content-details .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper {
  float: none;
  text-align: center;
  margin: 0px;
  background: #f1f1f1;
  margin-bottom: 1em;
}

.am-cart .am-cart-product .am-cart-product-content-details .am-cart-product-content-desc .am-cart-product-content-desc-img-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.am-cart .am-cart-product .am-cart-product-content-buttons input {
  padding: 0.4em .8em;
}

.am-cart .am-cart-product .am-cart-product-content-add-container {
  padding: 1em;
  margin-top: auto;
}

.am-cart-layout-product .am-cart-product-content-add-container {
  padding: 0 0 0 2em !important;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.am-cart-main {
  float: left;
  width: 65%;
  width: calc(100% - 280px);
  padding-right: 1em;
  box-sizing: border-box;
}

.am-cart-sidebar {
  top: 15%;
  position: sticky;
  float: right;
  width: 34.9%;
  width: 280px;
}

@media (max-width: 768px) {
  .am-cart-sidebar {
      position: sticky;
      top: 20%;
  }
}

@media (max-width: 600px) {
  .am-cart-sidebar {
      position: relative;

  }
}

#sidebar.am-cart-sidebar {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}

.am-cart-nosidebar .am-cart-main {
  width: 99%;
}

.am-cart-nosidebar .am-cart-sidebar {
  display: none;
}

.am-cart-category-list {
  margin-bottom: 0.5em;
  max-width: 200px;
}

.am-cart-login label {
  display: inline-block;
  width: 25%;
}

.am-cart-login-element {
  padding-bottom: 1em;
}

.am-cart-tag-list a {
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  background: #eee;
  padding: 0.2em 0 0.2em 0.4em;
  overflow: hidden;
  text-decoration: none;
}

.am-cart-tag-list a .am-cart-tag-list-item-count {
  background: #dfe8f0;
  padding: 0.2em 0.4em;
}

.am-cart ul.am-cart-layout-product-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1em;
}


.am-cart .am-cart-layout-product-back {
  margin: 1em 0;
}

.am-cart-layout-product-list-c1,
.am-cart-layout-product-list-c2,
.am-cart-layout-product-list-c3,
.am-cart-layout-product-list-c4 {
  grid-template-columns: 1fr;
}

.am-basket {
  width: 100%;
}

.am-basket .am-basket-img {
  float: left;
  margin: 0px 0.8em 0.8em 0px;
  border: 1px solid #eeeeee;
}

.am-basket .am-basket-totals td {
  padding: 0.2em 0em 0.2em 0.2em;
}

.am-basket .am-basket-row-head {
  border-bottom: 2px solid #eeeeee;
}

.am-basket .am-basket-row-head th {
  padding: 0.4em;
}

.am-basket .am-basket-row-divider td {
  padding: 1em;
}

.am-basket .am-basket-row {
  border-bottom: 1px solid #eeeeee;
}

.am-basket .am-basket-row td {
  padding: 1em 0.4em;
}

.am-basket .am-basket-price {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.am-basket .am-basket-qty {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.am-basket .am-basket-discount {
  text-align: right;
}

.am-basket .am-basket-tax {
  text-align: right;
}

.am-basket .am-basket-total {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.am-basket .am-basket-delete {
  float: left;
  padding-right: 0.5em;
}

.am-basket .am-basket-delete input {
  display: none;
}

.am-basket .am-basket-delete a {
  text-decoration: none;
}

.am-basket .am-basket-delete a:hover {
  color: #ba2727;
}

.am-basket .am-basket-totals {
  text-align: right;
  font-size: 1.2rem;
}

.am-basket .am-basket-totals .am-basket-total {
  padding-left: 1em;
  width: 1%;
  font-weight: normal;
}

.am-basket .am-basket-totals td {
  border: none !important;
}

.am-basket .am-basket-terms td {
  border: none !important;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 1em;
}

.am-basket .am-basket-totals-granttotal {
  font-weight: bold;
}

.am-basket .am-basket-totals-granttotal .am-basket-total {
  font-weight: bold;
}

.am-cart-checkout {
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.am-cart-checkout .am-cart-checkout-paysys {
  border-top: #dfe8f0 solid 1px;
}

.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item {
  padding: 0;
  border: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item input[type=radio] {
  display: none;
}

.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item .am-cart-checkout-paysys-item-title {
  display: block;
  padding: 1rem;
}

.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item label {
  cursor: pointer;
}

.am-cart-checkout .am-cart-checkout-paysys div:hover {
  background-color: #d9eeff;
  border-left: #dfe8f0 solid 1px;
  border-right: #dfe8f0 solid 1px;

}

.am-cart-checkout .am-cart-checkout-paysys div.active {
  background-color: #eff8ff;
  border-left: #dfe8f0 solid 1px;
  border-right: #dfe8f0 solid 1px;
}

.am-cart-checkout .am-cart-checkout-c {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: #dfe8f0 solid 1px;
}

.am-cart-checkout .am-cart-checkout-c-preview {
  font-weight: bold;
}

.am-cart-checkout-coupon-wrapper {
  margin-bottom: 1em;
}

.am-cart-checkout-paysys {
  margin-bottom: 1em;
}

.am-cart-checkout-buttons .am-cart-checkout-buttons-checkout {
  margin-left: 0.5em;
}

.am-cart-checkout-buttons .am-cart-checkout-buttons-update {
  margin-left: 0.5em;
}

.am-basket-preview-actions-divider {
  opacity: 0.5;
}

.basket-actions {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.am-basket-preview-items {
  width: 100%;
  margin: 0 0 0.5em 0;
}

.am-basket-preview-items td {
  padding: 1em 1em 0 0;
  vertical-align: middle;
}

.am-basket-preview-item {
  padding: 0 0.2em 0.2em 0;
  color: #303030;
  border-bottom: 10px solid transparent;
}

.am-basket-preview-item-qty {
  text-align: right;
}

.am-basket-preview-item-total {
  font-weight: 600;
  text-align: right;
}

.am-basket-preview-cart-total {
  text-align: right;
}

.am-basket-preview-total {
  margin-top: 10px;
  /* Adjust the value as needed */
}

.am-basket-preview-total td {
  padding-top: 10px;
  font-weight: 800;
}

.am-common .am-basket-preview-item-remove a {
  text-decoration: none;
  color: #303030;
}

.am-common .am-basket-preview-item-remove a:hover {
  color: #ba2727;
}

#cart-basket {
  background-color: #ffffff;
  border-color: #000000;
}

@media all and (max-width: 600px) {
  #cart-basket {
      margin-top: 25px;
  }
}

@media all and (max-width: 600px) {

  .am-cart-main,
  .am-cart-sidebar {
      float: none;
      width: 100%;
  }

  .am-cart-main {
      padding: 0;
  }

  .am-cart-product-content-desc-img {
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}

@media all and (min-width: 750px) {
  .am-cart-layout-product-list-c1 {
      grid-template-columns: 1fr;
  }

  .am-cart-layout-product-list-c2,
  .am-cart-layout-product-list-c3,
  .am-cart-layout-product-list-c4 {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 1000px) {
  .am-cart-layout-product-list-c1 {
      grid-template-columns: 1fr;
  }

  .am-cart-layout-product-list-c2 {
      grid-template-columns: repeat(2, 1fr);
  }

  .am-cart-layout-product-list-c3,
  .am-cart-layout-product-list-c4 {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 1200px) {
  .am-cart-layout-product-list-c1 {
      grid-template-columns: 1fr;
  }

  .am-cart-layout-product-list-c2 {
      grid-template-columns: repeat(2, 1fr);
  }

  .am-cart-layout-product-list-c3 {
      grid-template-columns: repeat(3, 1fr);
  }

  .am-cart-layout-product-list-c4 {
      grid-template-columns: repeat(4, 1fr);
  }
}

#cart-search input[type=text] {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  box-sizing: border-box;
  width: 70%;
  float: left;
  font-size: inherit;
  line-height: normal;
}

#cart-search input[type=submit] {
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 30%;
  font-size: inherit;
  line-height: normal;
}

.am-cart-login .am-cart-login-element label,
.am-cart-login .am-cart-login-element input {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.am-cart-login .am-cart-login-element label {
  display: none;
}

.am-cart-login .am-cart-login-element.am-focus label {
  display: block;
}

.am-cart-login .am-cart-login-element input:focus::placeholder {
  opacity: 0;
}

.am-cart-qty-el {
  border: none;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.am-cart-qty-el button.am-cart-qty-el-minus,
.am-cart-qty-el button.am-cart-qty-el-minus:active,
.am-cart-qty-el button.am-cart-qty-el-minus:hover,
.am-cart-qty-el button.am-cart-qty-el-plus,
.am-cart-qty-el button.am-cart-qty-el-plus:active button.am-cart-qty-el-plus:hover,
.am-cart-qty-el input[type=text].am-cart-qty-el-val {
  height: 2em;
  width: auto;
  text-align: center;
  display: inline-block;
  border: none;
  font-size: inherit;
  line-height: 1em;
  vertical-align: middle;
  box-sizing: border-box;
}

.am-cart-qty-el input[type=text].am-cart-qty-el-val:focus {
  box-shadow: none;
}

.am-cart-qty-el input[type=text].am-cart-qty-el-val {
  padding: 0px;
  margin-left: -0.32rem;
  border-radius: 0;
  width: 2em;
  background: none;
}

.am-cart-qty-el button.am-cart-qty-el-minus,
.am-cart-qty-el button.am-cart-qty-el-minus:active,
.am-cart-qty-el button.am-cart-qty-el-minus:hover,
.am-cart-qty-el button.am-cart-qty-el-plus,
.am-cart-qty-el button.am-cart-qty-el-plus:active,
.am-cart-qty-el button.am-cart-qty-el-plus:hover {
  padding: 0 0.9rem 0 .9rem;
  border-radius: 10px;
}

.am-cart-product-content-qty {
  overflow: hidden;
  margin-bottom: 0;
}

.am-cart-product-content-qty .am-cart-product-qty-label {
  line-height: 2em;
  float: left;
  padding-right: 0.5em;
}

.am-cart-search {
  max-width: 300px;
  padding: 0%;
}

.cart-right-section {
  height: 50px;
}

.cart-col-sm-4 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

.cart-row {
  margin-right: -15px;
  margin-left: -15px;
}

.am-cart .am-cart-product {
  overflow: unset;
}

/* List View Styles */

.am-list-subscriptions-title,
.am-list-subscriptions-date,
.am-list-subscriptions-link {
  display: block;
  /* Ensure content flows vertically in list view */
}

.view-icon {
  cursor: pointer;
  margin: 0 10px;
  color: #4c4c4c;
  font-size: 21px;
}

.view-icon.active {
  color: #000;
  /* Change this color to indicate the active view */
}

.settings-container {
  display: flex;
}

.view-mode {
  display: none;
}

.grid-view .grid-item {
  border-bottom: 1px solid #bebebe;
  padding: 10px;
  margin: 0px;
}



.list-view .list-item {
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  float: left;
  max-height: 22rem;
  width: auto;
  min-height: 22rem;
  background: #89898914;
}

.accordion-view {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.accordion-item {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-width: 20em;
  min-height: 4em;
  padding: 1em 1em;
  background: #fff;
  box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all .35s ease;
  flex-basis: calc(33.333% - 40px);

}


.accordion-item::before,
.accordion-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.accordion-item::before {
  width: 0;
  opacity: 0;
  transition: opacity 0 ease, width 0 ease;
  transition-delay: .5s;
}

.accordion-item::after {
  width: 100%;
  background: white;
  transition: width .5s ease;
}

.accordion-item h6 {
  color: #ff8a80;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.accordion-item h1 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.accordion-item .hover_content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(1em);
  transition: all .55s ease;
}

.accordion-item .hover_content p {
  margin: 1.5em 0 0;
  color: #34465a;
  line-height: 1.4em;
}

.accordion-item:hover {
  width: 24em;
  box-shadow: 0 10px 20px 0 rgba(#202024, .12);
}

.accordion-item:hover::before {
  width: 100%;
  opacity: 1;
  transition: opacity .5s ease, width .5s ease;
  transition-delay: 0;
}

.accordion-item:hover::after {
  width: 0;
  opacity: 0;
  transition: width 0 ease;
}

.accordion-item:hover .logo {
  margin-bottom: .5em;
}

.accordion-item:hover .hover_content {
  max-height: 10em;
  transform: none;
  overflow: scroll;
}

.accordion-header {
  background-color: #f8f9fa;
  padding: 1rem;
  cursor: pointer;
}

.accordion-body {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.btn-link {
  text-decoration: none;
  color: #007bff;
}

.btn-link:hover {
  text-decoration: underline;
}


#display-options .view-icon {
  cursor: pointer;
  margin-right: 0.5rem;
}

#display-options .view-icon.active {
  color: none;
}

#widget-member-main-links, #widget-member-main-resources, #widget-product-cat-1, #widget-my-block-id, #widget-member-main-unsubscribe, #widget-block_report, #widget-subusers, #widget-personal-upload, #widget-reseller-signup-form-url, #widget-block-self-expire {
  background: white;
  padding: 20px;
  margin-bottom: 1.5em;
}

#widget-subusers {
  background: white;
  padding: 20px;
  margin-bottom: 1.5em;
}

#member-main-resources, #product-cat-1, #my-block-id, #member-main-unsubscribe, #member-main-links, #block_report, div#subusers, #reseller-signup-form-url, #personal-upload, #block-self-expire
{
  background: none;
  border: none;
  margin: 0;
  padding: 1em;
  box-shadow: none;
}

#profile {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: left;
  max-width: 800px;

}

#row-qfauto-1,
#row-qfauto-2 {
  display: none !important;
}

#row-_oldpass-0,
#row-pass-0,
#row-pass-confirm {
  display: block !important;
  ;
}

/* General styles */
#row-street-0,
#row-city-0,
#row-f_country,
#row-grp-state,
#row-zip-0,
#row-usr_status-0,
#row-employee_no-0,
#row-employment_status-0,
#row-company-0,
#row-division-0,
#row-department-0,
#row-location-0,
#row-job_title-0,
#row-level-0,
#row-superior-0,
#row-agent_registration-0,
#row-agent_advisor_code-0,
#row-agent_division-0,
#row-agent_dept-0,
#row-agent_license_status-0,
#row-agent_status-0,
#row-agent_affiliation-0,
#row-agent_territory-0,
#row-avatar-0,
#row-mid_initial-0,
#row-full_name-0,
#row-nickname-0,
#row-login-0,
#row-qfauto-1,
#row-qfauto-2,
#row-_oldpass-0,
#row-pass-0,
#row-pass-confirm,
#row-phone-0,
#row-name-0,
#row-email-0,
#row-_submit_-0 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  display: grid;
}

/* Element title styles */
#row-street-0 .am-element-title label,
#row-city-0 .am-element-title label,
#row-f_country .am-element-title label,
#row-grp-state .am-element-title label,
#row-zip-0 .am-element-title label,
#row-qfauto-1 .am-element-title label,
#row-qfauto-2 .am-element-title label,
#row-_oldpass-0 .am-element-title label,
#row-pass-0 .am-element-title label,
#row-pass-confirm .am-element-title label,
#row-phone-0 .am-element-title label,
#row-name-0 .am-element-title label,
#row-email-0 .am-element-title label,
#row-usr_status-0 .am-element-title label,
#row-employee_no-0 .am-element-title label,
#row-employment_status-0 .am-element-title label,
#row-company-0 .am-element-title label,
#row-division-0 .am-element-title label,
#row-department-0 .am-element-title label,
#row-location-0 .am-element-title label,
#row-job_title-0 .am-element-title label,
#row-level-0 .am-element-title label,
#row-superior-0 .am-element-title label,
#row-agent_registration-0 .am-element-title label,
#row-agent_advisor_code-0 .am-element-title label,
#row-agent_division-0 .am-element-title label,
#row-agent_dept-0 .am-element-title label,
#row-agent_license_status-0 .am-element-title label,
#row-agent_status-0 .am-element-title label,
#row-agent_affiliation-0 .am-element-title label,
#row-agent_territory-0 .am-element-title label,
#row-avatar-0 .am-element-title label,
#row-mid_initial-0 .am-element-title label,
#row-full_name-0 .am-element-title label,
#row-nickname-0 .am-element-title label,
#row-login-0 .am-element-title label,
#row-_submit_-0 .am-element-title label {
  margin: 0;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  padding: 1em;
  padding-bottom: 0;
  text-align: left;
}

/* Media query for wider screens */
@media all and (min-width: 500px) {

  #row-street-0 .am-element-title,
  #row-city-0 .am-element-title,
  #row-f_country .am-element-title,
  #row-grp-state .am-element-title,
  #row-zip-0 .am-element-title,
  #row-qfauto-1 .am-element-title,
  #row-qfauto-2 .am-element-title,
  #row-_oldpass-0 .am-element-title,
  #row-pass-0 .am-element-title,
  #row-pass-confirm .am-element-title,
  #row-phone-0 .am-element-title,
  #row-name-0 .am-element-title,
  #row-email-0 .am-element-title,
  #row-usr_status-0 .am-element-title,
  #row-employee_no-0 .am-element-title,
  #row-employment_status-0 .am-element-title,
  #row-company-0 .am-element-title,
  #row-division-0 .am-element-title,
  #row-department-0 .am-element-title,
  #row-location-0 .am-element-title,
  #row-job_title-0 .am-element-title,
  #row-level-0 .am-element-title,
  #row-superior-0 .am-element-title,
  #row-agent_registration-0 .am-element-title,
  #row-agent_advisor_code-0 .am-element-title,
  #row-agent_division-0 .am-element-title,
  #row-agent_dept-0 .am-element-title,
  #row-agent_license_status-0 .am-element-title,
  #row-agent_status-0 .am-element-title,
  #row-agent_affiliation-0 .am-element-title,
  #row-agent_territory-0 .am-element-title,
  #row-avatar-0 .am-element-title,
  #row-mid_initial-0 .am-element-title,
  #row-full_name-0 .am-element-title,
  #row-nickname-0 .am-element-title,
  #row-login-0 .am-element-title,
  #row-_submit_-0 .am-element-title {
      width: 100%;
      text-align: center;
      padding: 0;
  }

  #row-street-0 .am-element,
  #row-city-0 .am-element,
  #row-f_country .am-element,
  #row-grp-state .am-element,
  #row-zip-0 .am-element,
  #row-usr_status-0 .am-element,
  #row-employee_no-0 .am-element,
  #row-employment_status-0 .am-element,
  #row-company-0 .am-element,
  #row-division-0 .am-element,
  #row-department-0 .am-element,
  #row-location-0 .am-element,
  #row-job_title-0 .am-element,
  #row-level-0 .am-element,
  #row-superior-0 .am-element,
  #row-agent_registration-0 .am-element,
  #row-agent_advisor_code-0 .am-element,
  #row-agent_division-0 .am-element,
  #row-agent_dept-0 .am-element,
  #row-agent_license_status-0 .am-element,
  #row-agent_status-0 .am-element,
  #row-agent_affiliation-0 .am-element,
  #row-agent_territory-0 .am-element,
  #row-avatar-0 .am-element,
  #row-mid_initial-0 .am-element,
  #row-full_name-0 .am-element,
  #row-nickname-0 .am-element,
  #row-login-0 .am-element,
  #row-qfauto-2 .am-element,
  #row-qfauto-1 .am-element,
  #row-_oldpass-0 .am-element,
  #row-pass-0 .am-element,
  #row-pass-confirm .am-element,
  #row-phone-0 .am-element,
  #row-name-0 .am-element,
  #row-email-0 .am-element,
  #row-_submit_-0 .am-element {
      margin-left: auto;
      margin-right: auto;

  }
}

#name_f,
#name_l {
  width: 100%;
  margin-bottom: 10px;
  min-width: 400px;

}

#street-0,
#city-0,
#f_country,
#t_state,
#zip-0,
#email-0,
#phone-0 {
  min-width: 400px;
}

#_oldpass-0,
#pass-0,
#pass-confirm {
  min-width: 400px;
  margin-top: 20px
}

#fieldset-brick-1-legend {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom: 2px;
}

#fieldset-brick-2-legend,
#fieldset-brick-3-legend {
  border-top: 2px;
  border-bottom: 2px;
}

#am-header-top {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.am-header-container-flex {
  margin-left: 3rem;
  margin-right: 3rem;
margin-top: auto;
margin-bottom: auto;
}

#widget-member-main-subscriptions {
  min-height: 700px;
  padding-top: 2em;
  background: white;
  margin-bottom: 1em;
}

#widget-member-main-subscriptions #member-main-subscriptions-head {
  margin-left: 25px;

}



.am-cart-layout-product .am-cart-product-content-title h2 {
  color: #000000;
  font-weight: bold;
  font-size: 18px !important;
}

.am-cart-layout-product .am-cart-product-content-title .am-cart-new {
  padding: .2em !important;
  font-size: 10px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  vertical-align: top !important;
  background-color: #ffa1a1 !important;
  margin-left: 5px;
}

.am-cart-layout-product .am-cart-product-content-desc {
  overflow: hidden !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  margin-bottom: 1em !important;
}

.am-cart-layout-product .tb-popover-content {
  display: none !important;
}

.tb-popover-content .am-cart-product-content-title a {
  text-decoration: none;
  color: black;
}

.am-cart-layout-product {
  pointer-events: visible !important;
}

.am-cart-layout-product {
  padding: 1.5em;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
  margin-right: 1em;
}

.am-cart-layout-product .am-cart-product-content-add-container>div>div[style*="position: absolute;"] {
  display: flex !important;
  flex-direction: column !important;
  position: sticky !important;
  right: none !important;
  left: 550px !important;
}

.am-cart-layout-product .am-cart-product-content-add-container>div[style*="flex: 50%;"] {
  flex: 10% !important;
}

.am-cart-layout-product .am-cart-product-content-terms {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-size: large !important;
  font-weight: bold !important;
}

.am-cart-layout-product .am-cart-product-content-buttons input {
  font-size: medium !important;
}

.am-cart-product-status {
  color: #000000 !important;
  font-size: medium !important;
}



.subscription-tabs .tab {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
}

.subscription-tabs .tab.active {
  font-weight: bold;
  color: none;
  /* Adjust to your theme */
  border-bottom: 2px solid;
  /* Adjust to your theme */
}

.faq-container {
  margin: 0 auto;
  max-width: 600px;
}

.faq {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s ease;
  border-bottom: 1px solid #b2b2b2;
}

.faq.active {
  background-color: none;

}

.faq.active::before,
.faq.active::after {
  color: #2ecc71;
  font-family: "Font Awesome 6 Free";
  font-size: 7rem;
  left: 20px;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  left: -30px;
  top: -10px;
  transform: rotateY(180deg);
}

.faq-title {
  line-height: 2px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  font-size: 18px !important;

}

.faq-text {
  display: none;
  font-size: 15px;
  margin-top: 20px;
  margin-left: 20rem;
  margin-right: 4rem;
}

.faq.active .faq-text {
  display: block;

}

.faq-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 25px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;

}

.faq-toggle .fa-minus,
.faq.active .faq-toggle .fa-plus {
  display: none;
}

.faq.active .faq-toggle .fa-minus {
  display: block;
}

.faq-toggle .fa-plus {
  display: block;
}

.faq-toggle {
  padding: 0 !important;
  border: none !important;
  border-radius: 0px !important;
  position: absolute;
  top: 10px;
  background: transparent !important;
}


#faq-block {
  padding: 2rem;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border: 0;
}

.faq-categories-title {
  margin-bottom: 10px;
}


div#row-save-0 .am-element {
  margin-left: 1rem;
  padding: 0;
}

div#grid-user .am-filter-wrap {
  width: 40%;
  float: left;
  background: transparent;
}


div#row-category_id-0 .am-element {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 16px;
  padding: 0;
}


div#grid-user .am-norecord-actions {
  float: right;
  margin-right: -2px;
}

div#grid-user .am-form form {
  box-shadow: none;
  border: none;
}

.am-form form{
  border: none;
}

div#grid-user .filter-inputs input {
  background: transparent;
}

div#grid-user .filter-button {
  display: none;
}

div#grid-user .filter-inputs {
  float: left;
}

textarea#content-0 {
  border: 1px solid #bebebe;
  width: 70%;
}

div#grid-user .am-grid-container .am-grid th {
  background: white;
  font-size: 18px;
}

div#grid-user .am-grid-container {
  width: 100%;
}

div#row-category_id-0 .am-element-title {
  text-align: left;
  width: auto;
  float: none;
  padding: 0;
}

div#row-category_id-0 .am-element-title {
  margin-left: 1rem;
}

input#subject-0 {
  width: 70%;
}

/*


div#row-content-0 .am-element-title {
  padding: 0;
}

div#row-content-0 .am-element {
  padding: 0;
  width: 70%;
}

div#row-subject-0 .am-element-title {
  padding: 0;
}

div#row-subject-0 .am-element {
  padding: 0;
}




div#row-subject-0 {
  float: right;
  width: 50%;
}

div#row-category_id-0 {
  margin-top: 2em;
  float: left;
  width: 50%;
}

div#row-content-0 {
  width: 50%;
  float: right;
}

div#row-subject-0 {
  margin-top: 2em;
  float: right;
  width: 50%;
  margin-bottom: 2em;
}

div#row-category_id-0 {
  float: left;
  width: 50%;
  margin-bottom: 1.5em;
}

div#row-content-0 {
  width: 50%;
  float: right;
}

div#grid-user .am-form form {
  box-shadow: none;
  border: none;
}

div#row-subject-0 .am-element-title {
  font-size: 16px;
}

div#row-content-0 .am-element-title {
  font-size: 16px;
}

div#row-category_id-0 .am-element-title {
  font-size: 16px;
}

div#row-category_id-0 .am-element .radio {
  margin-left: 2px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
}


div#row-save-0 .am-element #save-0 {
  border: 1px solid black;
  margin-left: 50%;
  margin-top: 4em;
  margin-right: 50%;
  margin-bottom: 2em;
}

div#row-subject-0 .am-element #subject-0 {
  width: 70%;
}

div#row-category_id-0 .am-element-title {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 20px;
  margin-bottom: 1rem;
}

div#row-category_id-0 am-element-title {
  margin-bottom: 20px;
}

div#row-subject-0 .am-element-title {
  margin-bottom: 1em;
  font-size: 20px;
}

div#row-content-0 .am-element-title {
  margin-bottom: 1em;
  font-size: 20px;
}

 */


.active-subs-product-img {
  width: 100%;
  max-height: 150px;
  min-height: 150px;
}

.grid-view .grid-item .am-list-subscriptions-date {
  float: right;
}


.grid-view .am-list-subscriptions-title {
  display: inline-block;
  font-size: 14px;
  min-height: 16px;
  max-height: 16px;
  max-width: 88%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grid-view .subscription-item {
  overflow: scroll;
}

#list-view .am-list-subscriptions-title {
  min-height: 20px;
  max-height: none;
  max-width: 90%;
  white-space: normal;
  overflow: initial;
}

.am-cart-layout-product .am-cart-product-content-add-container {
  display: block;
  flex-direction: none;
}


.am-cart-layout-product .am-cart-product-content-desc-img {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 30em;
  max-width: 30em;
  height: 100%;
  max-height: 30em;
  object-fit: cover;
}

@media (max-width: 768px) {

  .am-cart-layout-product .am-cart-product-content-desc-img {
      max-width: 100%;
      height: auto;
  }
}

@media (max-width: 480px) {
  .am-cart-layout-product .am-cart-product-content-desc-img {
      max-width: 100%;
      height: auto;
  }
}

.am-cart-layout-product {
  background: white;
}

.product-container .am-cart-layout-product {
  margin-right: 0;
}

.product-container .am-cart-layout-product {
  padding: 0rem;
}


.am-cart-product-content-title a {
  text-decoration: none;
  font-weight: 800 !important;
  color: black !important;
}


ul#basket {
  min-height: 50rem;
  max-height: 50rem;
  margin: 0;
  background: white;
}


.basket-item-details {
  display: flex;
  max-height: 8.5rem;
  min-height: 8.5rem;
}

.basket-item-desc {
  max-height: 2rem;
  min-height: 2.5rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

.basket-title {
  padding: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}

.basket-container {
  flex-direction: column;
  flex: 1;
  padding-left: 1rem;
  padding-top: 1rem;
}

.basket-container-img {
  padding-left: 1rem;
  padding-top: 1rem;
}

.basket-container-delete {
  padding-left: 1rem;
  padding-top: 1rem;
}



.basket-item-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

span.basket-item-price {
  margin-top: auto;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

ul#basket {
  display: flex;
}

.basket-flex {
  width: 50%;
  padding: 2rem;
  background-color: rgb(226 232 240);
}

.basket-flexx {
  width: 50%;
  padding: 2rem;
}

h2.payment-head-title {
  padding: 1rem;
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
}

span.am-cart-checkout-paysys-item-description {
  padding: 1rem;
}

.basket-totals {
  padding: 0 0 .4rem 1rem;
}

.container-flex {
  max-width: 35rem;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;

}

.basket-item-img img {
  width: 90px;
  height: 90px;
}

.whatif {
  overflow: scroll;
  min-height: 30rem;
  max-height: 30rem;
}

.basket-item-title strong {
  text-wrap: nowrap;
}

.totals-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.basket-totals.basket-grandtotal {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;

}

.basket-totals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}


.basket-totals {
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
}

.am-cart-product-content-desc-img-wrapper img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  max-height: 16rem !important;
}

.am-cart-product-content-product .am-cart-product-content-title,
.am-cart-product-content-product .am-cart-product-content-desc-short {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pacific-header-menu {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.am-header-content-wrapper{
  margin-top: auto;
  margin-bottom: auto;
}

.am-header {
  display: flex;
  flex-direction: column;
}
.pacific-header-menu ul.am-tabs li {
  font-weight: 800;
  border-radius: 8px;
}

ul.am-tabs > li{
  background: none !important;
}

.pacific-header-menu ul.am-tabs a {
  font-weight: 800;
  border: none;
}

.am-cart-sidebar .am-block {
  border: none;
  border-radius: 10px;
}

.am-user-identity-block a {
  color: white !important;
  font-weight: 100;
  letter-spacing: 1px;
}

.am-user-identity-block span {
  color: white;
  font-weight: 100;
  letter-spacing: 1px;
}

.pacific-cart-layout {
  background: none;
}


.pacific-cart-layout {
  padding: 1rem;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  border-radius: 10px;
  min-height: 70rem;
}

.am-form div.am-element-title .comment {
  text-align: left;
  margin-left: 15px;

}


ul.am-tabs li.active>a::after,
ul.am-tabs li.normal>a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transition: width 0.4s ease, left 0.4s ease;
}

ul.am-tabs li.active>a::after,
ul.am-tabs li.normal>a:hover::after {
  width: 100%;
  left: 0;
}

ul.am-tabs li>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #e74c3c;
  transition: width 0.4s ease, left 0.4s ease;
}

.active-subscription-flex-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin: auto;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1.5rem;
}

.settings-container {
  margin-left: auto;
}

.cart-col-sm-6 div a {
  text-decoration: none;
}

div#grid-user {
  padding: 3rem;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  background: white;
  border-radius: 10px;
}

div#grid-user h1.am-grid-title {
  font-weight: 600;
}

div#grid-user .am-filter-wrap {
  margin: 0;
  padding: 0;
}

div#grid-user .am-grid th a span {
  font-weight: 600;
}

div#grid-user .am-grid-container table {
  border-color: none;
}

div#grid-user .am-grid-container {
  border: none;
  box-shadow: none;
}

.faq-container-box {
  display: flex;
}

.faq-list-container {
  background: white;
  width: 70%;
  padding: 2rem;
}

h1.faq-categories-title {
  font-weight: 700;
}

li.am-helpdesk-faq-cat-item h2 {
  margin-left: .3rem;
}

.faq {
  color: #8a8a8a;
}

.faq .faq-title {
  font-weight: 100;
}

span.am-list-subscriptions-title {
  padding: .5rem 1rem 0 1rem;
}

span.am-list-subscriptions-date {
  padding: 0 1rem 0 1rem;
  display: inline-block;
  font-size: 0.9em;
  color: #666;
}

.am-list-subscriptions-desc {
  padding: 0 1rem 0 1rem;
  font-size: 1rem;
  color: black;
  margin-top: 5px;
  white-space: normal;
}

span.am-list-subscriptions-date_expires {
  color: #aa4242;
}

span.am-list-subscriptions-date_lifetime {
  color: #5bbf5b;
}

.am-body-content input[type="button"] {
  background: transparent;
  color: #2a94ff;
  border: 1px solid #2a94ff;
}

.pacific-grid-view-container {
  display: flex;
  flex: 1;
  padding: 1rem;
  border-bottom: 1px solid #bebebe;
}

.pacific-filter-container-date {
  margin-left: auto;
  font-weight: 700;
  margin-right: 1rem;
}

.pacific-filter-container-name {
  margin-left: .6rem;
  font-weight: 700;
}

ul.am-tabs .has-children>a::after {
  display: none;
  content: " ï„‡";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

.product-container .am-cart-layout-product {
  box-shadow: none;
}

.product-container .am-cart-product-content.am-cart-product-content-details {
  background: white;
  box-shadow: none;
}

.product-container .am-cart-product-content-desc-img-wrapper img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.product-container {
  display: flex;
  flex-direction: column;
}

.am-cart-layout-product .am-cart-product-content-product .am-cart-product-content-title {
  padding: 0 2rem;
  margin: 0;
}

.am-cart-layout-product .am-cart-product-content-desc-full {
  padding: 0 2rem;
}

.am-cart-layout-product .am-cart-product-content-product {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1rem;
}

.container-row-flex-checkout {
  display: flex;
  flex-direction: row;
}

.am-basket-delete {
  margin-left: auto;
  padding: 1rem;
}

.am-basket-delete input[type="checkbox"] {
  display: none;
}

.am-basket-delete a {
  text-decoration-color: transparent;

}

.checkout-top-container {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.continue-shopping-flex {
  margin-left: auto;
}

.hide-container {
  display: none;
}

.continue-shopping-container-header {
  margin-left: auto
}

.checkout-payment-container {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}

.checkout-payment-container button#triggerCheckoutButton {
  width: 100%;
}

button#triggerCheckoutButton {
  font-weight: 100;
  font-size: 1.19rem;
}

.basket-divider-container {
  display: flex;
  flex-direction: column;
}


button#triggerCheckoutButton .basket-amount {
  margin: 0 .1rem 0 .1rem;
}

button#triggerCheckoutButton .fa-lock {
  margin: 0 .5rem 0 .5rem;
}

.am-cart-top-widgets {
  display: flex;
  flex-direction: row;
}

.cart-top-back-to-shopping {
  margin-left: auto;
}

.cart-top-search-container {
  margin-right: 2rem;
}

.am-cart-top-widgets {
  margin-bottom: .7rem;
}

.am-cart-top-widgets .cart-top-search-container input[type="submit"] {
  display: none;
}

.am-cart-top-widgets .cart-top-search-container {
  position: relative;
  /* Make the container position relative for absolute positioning of the pseudo-element */
}

.am-cart-top-widgets .cart-top-search-container::before {
  content: "Search";
  /* Text for the pseudo-element */
  position: absolute;
  /* Positioning */
  left: 12px;
  /* Adjust position */
  top: 8px;
  /* Adjust position */
  color: #626161;
  /* Placeholder text color */
  font-size: 16px;
  /* Font size */
  pointer-events: none;
  /* Prevent clicks on the placeholder */
}

.am-cart-top-widgets .cart-top-search-container input[type="text"]:focus+ ::before,
.am-cart-top-widgets .cart-top-search-container input[type="text"]:not(:placeholder-shown)+ ::before {
  display: none;
  /* Hide the placeholder when input is focused or has text */
}

.am-basket-preview-actions a {
  font-size: 15px;
  padding: .5rem;
  margin-bottom: .6rem;
  border-radius: 8px;
  text-decoration-line: none;
  color: white;
}

.am-basket-preview-actions {
  padding: .5rem;
  text-align: center;
  display: flex;
  flex-direction: column;

}

.am-basket-preview-actions-divider {
  display: none;
}

.whatif::-webkit-scrollbar {
  display: none;
}

.custom-card:hover .hover_content::-webkit-scrollbar {
  display: none;
}

.accordion-item:hover .hover_content::-webkit-scrollbar {
  display: none;
}

#member-subscriptions::-webkit-scrollbar {
  display: none;
}

.grid-view .subscription-item::-webkit-scrollbar {
  display: none;
}

.whatif {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-card:hover .hover_content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.accordion-item:hover .hover_content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#member-subscriptions {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.grid-view .subscription-item {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.am-basket-delete a {
  text-decoration: none;
}

.am-cart-checkout-coupon-wrapper {
  padding-left: 1rem;
}

.am-cart-checkout-coupon {
  display: flex;
  flex-direction: row;
}

.am-cart-coupon-text {
  font-weight: 800;
  position: relative;
  top: 8px;
  margin-right: 2rem;
}

.am-cart-product-button-container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: .5rem;
}

.product-container .am-cart-layout-product .am-cart-product-status {
  margin-left: 0;
}

#profile .am-row,
.am-page-signup .am-row,
#Am_Form_Subuser .am-row {
  width: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100% !important;
}

#profile .am-row .am-element-title,
#profile .am-row .am-element,
.am-page-signup .am-row .am-element-title,
.am-page-signup .am-row .am-element,
#Am_Form_Subuser .am-row .am-element-title,
#Am_Form_Subuser .am-row .am-element {
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
}

#profile .am-row select,
#profile .am-row input[type=text],
#profile .am-row input[type=email],
#profile .am-row input[type=password],
#profile .am-row textarea,
.am-page-signup .am-row select,
.am-page-signup .am-row input[type=text],
.am-page-signup .am-row input[type=email],
.am-page-signup .am-row input[type=password],
.am-page-signup .am-row textarea,
#Am_Form_Subuser .am-row select,
#Am_Form_Subuser .am-row input[type=text],
#Am_Form_Subuser .am-row input[type=email],
#Am_Form_Subuser .am-row input[type=password],
#Am_Form_Subuser .am-row textarea {
  width: 100% !important;
  min-width: 100% !important;
}

#profile #row-_submit_-0 .am-element {
  width: 100% !important;
  text-align: center;
}

#profile .am-element-title label .comment,
.am-page-signup .am-element-title label .comment {
  margin-left: 0;
}

.am-page-profile .am-body-content-top {
  display: none;
}

.am-helpdesk-form .am-element-title,
.am-helpdesk-form .am-element {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  padding: 0.5em 1em !important;
}

#row-am-helpdesk-msg-area {
  clear: both;
}

.am-helpdesk-form #row-subject-0 .am-element #subject-0 {
  width: 100%;
}

textarea#am-helpdesk-msg-area {
  height: 100px;
}

.am-helpdesk-form div#row-save-0 {
  text-align: center;
}

.am-helpdesk-form div#row-save-0 .am-element #save-0 {
  margin: 0 !important;
  text-align: center;
}

.am-page-signup .am-pass-indicator-wrap {
  display: block;
}

.am-page-signup #row-buttons .am-element,
#Am_Form_Subuser #row-save-0 .am-element {
  width: 100% !important;
  text-align: center;
}

.am-page-signup .login-signup-container,
.am-page-signup .signup-container {
  max-width: 46%;
  width: 100%;
  left: initial;
  right: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}

.am-page-signup .am-signup h2~h2 {
  display: none;
}

#Am_Form_Subuser #row-save-0 .am-element #save-0 {
  margin: 2em !important;
}

@media only screen and (max-width: 767px) {

  .am-helpdesk-form div#row-category_id-0,
  .am-helpdesk-form div#row-subject-0 {
      float: none !important;
      width: 100% !important;
  }

}

@media only screen and (min-width: 768px) {

  #profile .am-row .am-element-title,
  #profile .am-row .am-element,
  .am-page-signup .am-row .am-element-title,
  .am-page-signup .am-row .am-element,
  #Am_Form_Subuser .am-row .am-element-title,
  #Am_Form_Subuser .am-row .am-element {
      width: 50% !important;
  }

  #Am_Form_Subuser #row-name .am-element input[type=text] {
      width: 45%;

  }

  #Am_Form_Subuser #row-name .am-element {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
  }

  #Am_Form_Subuser #row-name .am-element input[type=text] {
      max-width: 49% !important;
      min-width: 49% !important;
  }
}

.am-user-identity-block-avatar {
  font-weight: bold;
  overflow: hidden;
  line-height: 24px;
  margin-right: 1.5rem;
}

.faq p {
  display: none;
}

.faq.active p {
  display: none;
  margin-left: 1.5rem;
  margin-right: 5.5rem;
}

.am-form div.element-title {
  float: left;
}

.am-form select {
  min-width: 20rem;
}

.settings-container .am-input-filter-wrapper {
  padding: 0.2em;
}

.am-auth-form input[name=login],
.am-auth-form input[name=amember_login] {
  padding-left: 2rem;
}

.pacific-header-menu ul.am-tabs .has-children ul {
  border-radius: 0;
  border: none;
}

.am-cart-product-status-container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: .5rem;
  padding: .5rem;
}

.am-cart-checkout-buttons-continue {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
}

.signup-container,
.login-signup-container {
  position: absolute;
  background: white;
  padding: 20px;
}

.signup-container {
  padding-top: 2.2rem;
  z-index: 100;
  top: 210px;
  left: 26% !important;
  max-width: 826.5px;
  box-shadow: -11px 24px 1000px rgba(0, 0, 0, 0.7),0 -200px 1000px rgba(255, 255, 255, 0) inset;
}

.login-signup-container {
  z-index: 1000;
  width: 826.5px;
  max-width: 826.5px;
  top: 110px;
 left: 26% !important;
  z-index: 999;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
}

.fieldset #row-qfauto-3 {
  display: none !important;
}

.am-faq-content {
  max-width: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: unset;
}




@media (max-width: 1100px) {
  .tb-popover-content {
      left: 15%;
      bottom: 5em;
      padding: 1.25rem;
  }
}

@media (max-width: 1000px) {
  .tb-popover-content {
      max-width: 350px !important;
      min-width: 350px;
      left: 5%;
bottom: 30%;
      padding: 1.25rem;
  }
}

@media (max-width: 768px) {
  .tb-popover-content {
      min-width: 200px; /* Adjust the min-width for tablets or small screens */
      left: 5%; /* Adjust positioning */
      bottom: 2em; /* Adjust bottom */
      padding: 1rem; /* Adjust padding */
  }
}

@media (max-width: 540px) {
  .tb-popover-content {
      width: 100% !important;
      left: 0%; /* Center the popover */
      bottom: 1em; /* Adjust bottom */
      padding: 0.75rem; /* Further reduce padding */
  }
}

@media (max-width: 480px) {
  .tb-popover-content {
      max-width: 90%; /* Almost full width on extra small devices */
      min-width: 150px; /* Further reduce the min-width on very small screens */
      left: 0%; /* Center the popover */
      bottom: 1em; /* Adjust bottom */
      padding: 0.75rem; /* Further reduce padding */
  }
}

/* Media query for extra small devices (below 480px) */
@media (max-width: 440px) {
  .tb-popover-content {
      width: 100% !important;
      left: 0; /* Align the popover fully to the left */
      bottom: 0.5em; /* Adjust bottom to ensure visibility */
      padding: 0.5rem; /* Further reduce padding to save space */
  }
}


/* Media query for extra small devices (below 480px) */
@media (max-width: 390px) {
  .tb-popover-content {
      width: 100% !important;
      left: 0; /* Align the popover fully to the left */
      bottom: 0.5em; /* Adjust bottom to ensure visibility */
      padding: 0.5rem; /* Further reduce padding to save space */
  }
}

/* Media query for extra small devices (below 480px) */
@media (max-width: 320px) {
  .tb-popover-content {
      width: 100% !important;
      left: 0; /* Align the popover fully to the left */
      bottom: 0.5em; /* Adjust bottom to ensure visibility */
      padding: 0.5rem; /* Further reduce padding to save space */
  }
}

div#row-qfauto-0 {
  font-size: medium;
}

@media (max-width: 970px) {
form#contact-form #row-email-0 .am-element-title label {
  padding: 0;
}
form#contact-form  #row-email-0 input#email-0 {
  width: 200px;
}

}

form#Am_Form div.element-title {
  text-align: left;
}

.am-grid-container {
  padding: 2rem;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  background: white;
  border-radius: 10px;
  border: none;
}

.am-grid-container .am-grid th {
  background: white;
  font-size: 18px;
  font-weight: 800;
}

.product-container .am-cart-product-content-add-container {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}

.product-container .am-cart-product-status-container-flex {
  flex-direction: row;
}

.product-container {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 1px 10px #e0e0e0;
}

.product-container  .am-cart-product-content-buttons {
  padding-top: 1rem;
}


.basket-pricelist-flex-row {
  display: flex;
  flex: 1;
}

.blur-container
{
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(3px);
  background-color: #d2d2d2;
  pointer-events: none;
  cursor: not-allowed;
}

.basket-pricelist-flex-row span.basket-item-total {
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 800;
}

.basket-pricelist-flex-row span.basket-item-qty {

  margin-left: auto;
}


.basket-pricelist-flex-row .am-cart-qty-el {
  margin-left: auto;
  border: none;
  margin-top: auto;
}

.basket-pricelist-flex-row .am-cart-qty-el .am-cart-qty-el-minus {margin-left: 3rem;border-radius: 10px;padding: 0.1em 0.9em 0.1em 0.9em;}
.basket-pricelist-flex-row .am-cart-qty-el .am-cart-qty-el-plus{border-radius: 10px;padding: 0.1em 0.9em 0.1em 0.9em;}
.basket-pricelist-flex-row input {
  width: 40px;
  background: #f2f2f2;
}

.basket-pricelist-flex-row input[type=text] {
  border: none;
}


.am-cart-checkout-buttons-checkout {
  background-color: #8B4513; /* Brown color */
  color: white; /* Text color */
  padding: 12px 20px; /* Padding for the button */
  /* Larger font size */
  font-weight: bold; /* Bold text */
  border: none; /* No border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  box-shadow: 0 0 15px rgba(0, 128, 128, 0.6); /* Initial teal glow */
  animation: glowing 1.5s infinite; /* Infinite glowing animation */
}

@keyframes glowing {
  0% {
      box-shadow: 0 0 5px rgba(0, 128, 128, 0.6);
  }
  50% {
      box-shadow: 0 0 20px rgba(0, 128, 128, 1), 0 0 30px rgba(0, 128, 128, 0.5);
  }
  100% {
      box-shadow: 0 0 5px rgba(0, 128, 128, 0.6);
  }
}

.am-cart-checkout-buttons-checkout:hover {
  background-color: #6B3A0D; /* Darker brown on hover */
  box-shadow: 0 0 25px rgba(0, 128, 128, 0.8); /* Stronger teal glow on hover */
}

.faq-search-block {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 1.5rem;
}

ul.am-breadcrumbs {
  font-size: 15.5px;
  font-weight: 700;
}

ul.am-helpdesk-faq-cat .am-helpdesk-faq-cat-item{
  list-style-type: decimal;
  margin-left: 15px;
  }

  .intro {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.intro p {
font-weight: 100;
}

.intro h2 {
font-weight: 800;
font-size: 1.5rem;
text-align: center;
}


.am-cart ul.am-cart-layout-product-list li.am-cart-layout-product-list_item {
display: block;
list-style: none;
margin: 0;
}

.checkout-final-container {
display: flex;
flex-direction: column;
flex: 1;
}

.am-cart-qty-el button.am-cart-qty-el-plus:hover {
border-radius: 10px;
}

.am-cart-qty-el button.am-cart-qty-el-minus,
.am-cart-qty-el button.am-cart-qty-el-minus:active,
.am-cart-qty-el button.am-cart-qty-el-minus:hover,
.am-cart-qty-el button.am-cart-qty-el-plus,
.am-cart-qty-el button.am-cart-qty-el-plus:active,
.am-cart-qty-el button.am-cart-qty-el-plus:hover {
border-radius: 10px
}

.fluid-bg-white {
  background-color: #ffffff;
}
.fluid-text-center {
  text-align: center;
}
.fluid-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.fluid-max-w-4xl {
  width: 30%;
  float: left;
  margin-right: 1.5rem;
}
.fluid-space-y-4 > * + * {
  margin-top: 1rem;
}
.fluid-space-y-2 > * + * {
  margin-top: 0.5rem;
}

/* Header Section */
.fluid-text-4xl {
  font-size: 2.25rem;
}
.fluid-font-bold {
  font-weight: 700;
}
.fluid-text-black {
  color: #1a202c;
  font-weight: 800 !important;
}
.fluid-text-gray-700 {
  color: #4a5568;
}
.fluid-text-lg {
  font-size: 1.125rem;
}

/* Card */
.fluid-card {
  background: #ffffff;
}
/* .fluid-shadow-lg {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */
.fluid-rounded-lg {
  border-radius: 0.5rem;
}
.fluid-p-6 {
  padding: 1.5rem;
}
.fluid-border {
  border-width: 1px;
}
.fluid-border-gray-300 {
  border-color: #d1d5db;
}
.fluid-card-content {
  padding-top: 0.5rem;
}
.fluid-text-gray-600 {
  color: #718096;
}
.fluid-text-blue-900 {
  color: #1e3a8a;
}

/* Commission Section */
.fluid-flex {
  display: flex;
}
.fluid-items-center {
  align-items: center;
}
.fluid-gap-2 > * + * {
  margin-left: 0.5rem;
}
.fluid-text-xl {
  font-size: 1.25rem;
}
.fluid-font-semibold {
  font-weight: 600;
}
.fluid-icon {
  font-size: 1.25rem;
  margin-right: 0.3rem;
}
.fluid-text-blue-700 {
  color: #1d4ed8;
}
.fluid-bg-gray-50 {
  background-color: #f9fafb;
}
.fluid-p-4 {
  padding: 1rem;
}
.fluid-text-gray-700 {
  color: #4a5568;
}

/* Refund Policy Alert */
.fluid-bg-yellow-50 {
  background-color: #fefcbf;
}
.fluid-border-yellow-400 {
  border-color: #ecc94b;
}
.fluid-text-yellow-800 {
  color: #975a16;
}

.am-popup.am-common {
  max-width: 100% !important;

}

#ajax-basket #basket {
  display: table-row
}
#ajax-basket .basket-flex {
  max-width: 100%;

}

#ajax-basket .am-cart-checkout {
  width: 100%;
  min-height: 200px;
  background: none;

}
#ajax-basket form {
  background: rgb(226 232 240);

}

#triggerCheckoutButton:before {
  content: "Continue to ";
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
#ajax-basket #basket {
  background: rgb(226 232 240);

}

#ajax-basket .basket-flexx {
  margin-left: auto;
  margin-right: auto;
}

#ajax-basket .basket-checkout-title-header-container {
  display: none;

}
#ajax-basket .continue-shopping-container-header {
  display: none;

}
#ajax-basket .payment-head-title {
  display: none;

}
#ajax-basket #choose-paysys-wrapper {
  display: none;
}
#ajax-basket .basket-flex {
  width: 95%;

}

.am-aff-banner-preview {
  background-color: #e8e8e8;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid var(--border);
  text-align: center;

}

.am-aff-banner-cat-list-item {

  padding: 0.5rem;
          border-radius: 0.375rem;
          cursor: pointer;
          transition: all 0.3s ease;
          text-align: center;
}
.am-aff-banner-preview {
  float: right;
  width: 65%;

}
.am-aff-banner-cat-list {
     list-style: none;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
          gap: 1rem;
}

.am-aff-banner-cat-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 65%;
  float: right;
}

.am-aff-banner-cat-list h2 a {
  text-decoration: none;
  color: rgb(142, 142, 142);
}


.am-aff-banner-cat-list-item:active {
  background-color: #2563eb;
  color: #ffffff;
}

      .fluid-banner-options {
          list-style: none;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
          gap: 1rem;
      }

      .fluid-banner-option {
          padding: 0.5rem;
          border-radius: 0.375rem;
          cursor: pointer;
          transition: all 0.3s ease;
          text-align: center;
      }


.am-aff-banner-preview-info-details {
  font-size: 1.2rem !important;
  font-weight: 500;
}
.am-aff-banner-preview {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-aff-banner-preview:hover {
  transform: translateY(-0.25rem); /* Slightly higher */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for floating effect */
}

/* Center alignment for the section */
.referral-link-section {
  text-align: center;
  margin-bottom: 1.5rem;
}

.referral-link-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #020817;
  margin-bottom: 0.25rem;
}


.referral-link-note {
  font-size: 1rem;
  color: #ef4444; /* Red for emphasis */
  font-weight: 500;
}

.default-img-container {
  width: 100%;
  max-height: 150px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0; /* Light gray background */
  border: 1px solid #ddd; /* Optional border for visibility */
  object-fit: cover;
}

.default-img-icon {
  font-size: 50px; /* Adjust size as needed */
  color: #888; /* Light gray color for the icon */
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.am-cart-product-content-qty {
  order: 1;

}
.am-product-quick-order-checkout {
  margin-left: auto;
  order: 2;
}

.product-container .am-cart-product-content-add-container {
  background: none !important;
}

.am-user-identity-block-avatar a {
  padding-left: .5rem;
  font-weight: 600;
}
ul.am-header-menu .has-children a:hover{
  text-decoration: none;
}

ul.am-header-menu > li > a::after {
  content: ' ';
  background: #ffc1c1;
  width: 0;
  height: 1px;
  margin: 0 auto;
  transition: width .3s;
  display: none;
}

.fluid-member-layout-c1,
.fluid-member-layout-c2,
.fluid-member-layout-c3,
.fluid-member-layout-c4 {
  grid-template-columns: 1fr;
}



@media all and (min-width: 750px) {
  .fluid-member-layout-c1 {
      grid-template-columns: 1fr;
  }

  .fluid-member-layout-c2,
  .fluid-member-layout-c3,
  .fluid-member-layout-c4 {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 1000px) {
  .fluid-member-layout-c1 {
      grid-template-columns: 1fr;
  }

  .fluid-member-layout-c2{
      grid-template-columns: repeat(2, 1fr);
  }

  .fluid-member-layout-c3,
  .fluid-member-layout-c4{
      grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 1200px) {
  .fluid-member-layout-c1 {
      grid-template-columns: 1fr;
  }

  .fluid-member-layout-c2{
      grid-template-columns: repeat(2, 1fr);
  }

  .fluid-member-layout-c3 {
      grid-template-columns: repeat(3, 1fr);
  }

  .fluid-member-layout-c4 {
      grid-template-columns: repeat(4, 1fr);
  }
}


.am-tabs-narrow-switch {
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 15px;
  display: none;
  text-decoration: none;
}

.am-tabs-narrow-switch::before {
  content: "\f0c9";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}

.am-tabs-narrow-dashboard {
  line-height: 24px;
  float: left;
  padding: 15px;
  display: none;
  text-decoration: none;
}

.am-tabs-narrow-dashboard::before {
  content: "\f015";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}


@media all and (max-width: 1000px) {
  .am-tabs-narrow-switch,
  .am-tabs-narrow-dashboard {
    display: block;
  }
  .am-lang-title {
    display: none;
  }
  .am-account-toolbar {
    margin-bottom: 0.5em;
    overflow: visible;
    z-index: 10;
  }
  .am-account-toolbar .am-account-toolbar-items {
    display: flex;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
    left: 0;

}
  .am-account-toolbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 5px grey;
  }
  .am-user-identity-block-avatar{
    margin-left: auto;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media all and (max-width: 1000px) {
 #am-header-top .am-header-container-flex{
  display: none;
 }
 .am-tabs-narrow-stuff {
  display: block;
}
#am-header-top {
  display: block;
}
}

@media all and (max-width: 1000px) {
  .am-tabs-wrapper {
    display: none;
  }
  .am-tabs-narrow-wrapper {
    display: block;
  }
}


ul.am-tabs-narrow {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0px;
}

@media all and (max-width: 500px) {
  .am-account-toolbar .am-account-toolbar-items {
        padding: 0;
    }
  }


  ul.am-tabs-narrow a{
    font-weight: 800;
  }

  .am-tabs-narrow-wrapper .am-tabs-narrow-wrapper-tail{
    display: none;
  }
  .am-tabs-narrow-wrapper.am-tabs-narrow-wrapper-open{
    display: none;
  }

  /* Container */
  .fluid-login-container {
    display: flex !important;
    max-width: 1000px !important;
    margin: auto !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Poppins', sans-serif !important;
  }

  /* Left panel */
  .fluid-login-left {
    flex: 1 1 60% !important;
    padding: 60px 50px !important;
    background-color: #fff !important;
    position: relative !important;
  }

  /* Right panel */
  .fluid-login-right {
    flex: 1 1 40% !important;
    background-color: #4a4a88 !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* Image inside right panel */
  .fluid-login-image {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    z-index: 0 !important;
    opacity: 0.12 !important;
    pointer-events: none !important;
  }

  /* Overlay content */
  .fluid-login-overlay {
    position: relative !important;
    text-align: center !important;
    z-index: 2 !important;
  }

  /* Big ghost text */
  .fluid-right-big-text {
    font-size: 160px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.07) !important;
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    z-index: 1 !important;
  }

  /* Text styles */
  .fluid-login-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
  }

  .fluid-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #555 !important;
    margin-bottom: 6px !important;
  }

  /* Input */
  .fluid-input {
    width: 100% !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
    background: #fff !important;
  }

  /* Button */
  .fluid-button-primary {
    background-color: #111 !important;
    color: white !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 6px !important;
    width: 100% !important;
    font-weight: 600 !important;
    cursor: pointer !important;

  }

  .fluid-button-outline {
    padding: 12px 24px !important;
    border: 2px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
  }

  .fluid-button-outline:hover {
    background-color: #fff !important;
    color: #4a4a88 !important;
  }

  /* Forgot */
  .fluid-forgot {
    text-align: right !important;
    font-size: 12px !important;
    margin-bottom: 20px !important;
  }

  .fluid-right-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
  }

  .fluid-right-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
  }

  .fluid-error{
    max-width: 1000px !important;
    margin: auto !important
  }.fluid-sendpass-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    z-index: 9999 !important;
  }

  .fluid-sendpass-modal-overlay.fluid-visible {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .fluid-sendpass-modal {
    background: #fff !important;
    padding: 2em !important;
    border-radius: 12px !important;
    max-width: 400px !important;
    width: 90% !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    transform: translateY(-30px) !important;
    opacity: 0 !important;
    transition: all 0.4s ease !important;
  }

  .fluid-sendpass-modal-overlay.fluid-visible .fluid-sendpass-modal {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .fluid-modal-close {
    position: absolute !important;
    top: 0.5em !important;
    right: 0.8em !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.5em !important;
    cursor: pointer !important;
    color: #000 !important;
  }
  .fluid-sendpass-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5em !important;
    font-family: 'Inter', sans-serif !important;
  }

  .fluid-sendpass-title {
    background-color: transparent !important;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    margin-bottom: 0.5em !important;
  }

  .fluid-sendpass-desc {
    font-size: 0.95em !important;
    color: #555 !important;
    margin-bottom: 1em !important;
  }

  .fluid-form-group {
    display: flex !important;
    flex-direction: column !important;
  }

  .fluid-label {
    font-size: 0.85em !important;
    margin-bottom: 0.5em !important;
    font-weight: 500 !important;
    color: #333 !important;
  }

  .fluid-input {
    padding: 0.75em 1em !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    font-size: 1em !important;
    transition: border 0.2s ease !important;
  }

  .fluid-input:focus {
    outline: none !important;
  }

  .fluid-form-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1em !important;
  }

  .fluid-button-primary {
    margin-bottom: 1rem !important;
    padding: 0.75em 1.5em !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: background 0.2s ease !important;
  }


  .fluid-link-secondary {
    margin-bottom: 1rem !important;
    padding: .7rem 2rem;
    border-radius: 6px;
    font-size: 0.9em !important;
    color: #2125fb !important;
  }

  .fluid-link-secondary:hover {
    text-decoration: underline !important;
  }

  .fluid-sendpass-recaptcha {
    display: flex !important;
    justify-content: center !important;
  }

  .am-form-login-switch{
    margin-top: 1rem !important;
  }
  .am-account-toolbar{
    margin: 1rem !important;
  }

  .fullscreen-banner {
    overflow: hidden;
  }
.fullscreen-banner img {
    height: auto;
    display: block;
}





.modern-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 6rem;
  background: none;
  box-shadow: none;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.modern-navbar .nav-links {
  display: flex;
  gap: 2rem;
  margin: 0 8rem;
}

.modern-navbar .nav-links a {
  text-decoration: none;
  padding: 0.9rem 1.6rem;
  border-radius: 8px;
  color: #333;
  font-weight: 800 !important;
  background: #eeeeee;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.modern-navbar .nav-links a:hover {
  background: #e0e7ff;
  color: #1d4ed8;
}

.modern-navbar .nav-login a {
  text-decoration: none;
  padding: 0.6rem 1.3rem;
  background: linear-gradient(to right, #4f46e5, #3b82f6);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
}

.modern-navbar .nav-login a:hover {
  transform: translateY(-1px);
  background: linear-gradient(to right, #4338ca, #2563eb);
}



@media (max-width: 1125) {
  .modern-navbar {
    display: none;
  }

}

.fluid-wrapper {
  position: relative;
}

/* Navbar */
.fluid-modern-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fluid-nav-links {
  display: flex;
  gap: 20px;
}

.fluid-nav-links a {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.fluid-nav-links a:hover {
  color: #f9f9f9;
}

/* Hamburger */
.fluid-hamburger {
  display: none;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  padding: 6px;
}

.fluid-hamburger span {
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Slide-out nav */
.fluid-side-nav {
  position: fixed;
  top: 0;
  left: -330px;
  width: 290px;
  height: 100%;
  background-color: #363636;
  padding: 120px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: left 0.3s ease;
  z-index: 1100;
}

/* Close "×" */
.fluid-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
}

/* Animate side links */
.fluid-side-nav > a {
  color: #fff;
  padding-left: 2rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-30px);
  animation: fluid-slide-fade 0.8s ease forwards;
  position: relative;
}

.fluid-side-nav > a:hover {
  padding-left: 30px;
  color: #fff;
}

.fluid-side-nav > a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.fluid-side-nav > a::before {
  content: '➜'; /* Arrow icon */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-5px);
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
}

.fluid-side-nav > a:nth-child(2) { animation-delay: 0.2s; }
.fluid-side-nav > a:nth-child(3) { animation-delay: 0.4s; }

@keyframes fluid-slide-fade {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Footer inside side nav */
.fluid-side-footer {
  margin-top: 35rem;
  font-size: 13px;
  color: #ccc;
  opacity: 0.8;
}

.fluid-side-footer .footer-section {
  margin-bottom: 25px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
}

.fluid-side-footer h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #ccc;
}

.footer-item i {
  width: 18px;
  text-align: center;
  color: #ccc;
  margin-top: 3px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 5px;
  padding-left: .5rem;
}

.social-icons a {
  font-size: 16px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 13px;
}

.more-links a {
  color: #ccc;
  text-decoration: none;
}

.more-links a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom {
  margin-top: 100px;
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
}

/* Responsive hamburger toggle */
@media (max-width: 768px) {
  .fluid-hamburger {
    display: flex;
  }

  .fluid-nav-links {
    display: none;
  }

  #fluid-menu-toggle:checked ~ .fluid-side-nav {
    left: 0;
  }
}