@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  /*   font-family: "Cal Sans", sans-serif;*/
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}
ul,
li {
  list-style-type: none;
}

.account-cart-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b032691;
  z-index: 8;
}

.account-cart-loader-inner {
  display: flex;
  justify-content: center;
  /*    align-items: center;*/
  /* height: 100vh; */
  /* background: #f9f9f9; */
  width: 100%;
  height: 100%;
}

.cart-loader {
  width: 55px;
  height: 55px;
    border: 6px solid #ffff;
    border-top: 6px solid #e065cf;
  border-radius: 50%;
  margin: 120px 0 0;
  animation: cartSpin 1s linear infinite;
}

@keyframes cartSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

.information-icon {
  max-width: 20px !important;
  width: 100% !important;
}

.hex-Funded-sec {
  /*background:#FFFFFF;*/
  padding: 0 15px;
/*   font-family: "Cal Sans", sans-serif; */

}

.hex-Funded-container {
  max-width: 1440px;
  margin: 0 auto;
}

.hex-Funded-contentBtn {
  text-align: center;
}

.hex-Funded-topContent h2 {
font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	    color: rgb(255, 255, 255);
  margin: 0 0 25px;
}
.hex-Funded-topContent p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: rgb(255, 255, 255);
  max-width: 923px;
  margin: 11px auto 0;
}
.hex-Funded-topContent h3 {
  font-size: 20px;
  border-bottom: 1px solid #df729d;
  padding: 0 15px 5px;
  letter-spacing: 1.5px;
  margin: 15px 0 0;
}

.hex-Funded-topContent .gradi {
    background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hex-Funded-btnArea {
  padding: 60px 0 0;
}

.hex-Funded-btnArea p {
  margin: 0;
}

.hex-Funded-listPrice-block {
  margin: 55px 0 0;
}

.hex-Funded-btnArea .button-group {
  display: flex;
  /*    flex-wrap: wrap;*/
  overflow: auto;
  justify-content: center;
  column-gap: 25px;
  row-gap: 25px;
  margin: 0 0 25px;
}



.hex-Funded-btnArea .button-group .button-item {
  min-width: 144px;
  max-width: 144px;
  border-radius: 8px;
  padding: 12px 9px;
  cursor: pointer;

	color: #fff;
  transition: all 0.65s ease;
  position: relative;
  z-index: 1;
	font-family: var(--e-global-typography-d735a75-font-family), Sans-serif;
    font-size: var(--e-global-typography-d735a75-font-size);
    font-weight: var(--e-global-typography-d735a75-font-weight);
    line-height: var(--e-global-typography-d735a75-line-height);
    letter-spacing: var(--e-global-typography-d735a75-letter-spacing);
    word-spacing: var(--e-global-typography-d735a75-word-spacing);
}

.hex-Funded-btnArea .button-group .button-item:hover,
.hex-Funded-btnArea .button-group .button-item.active {
  background: linear-gradient( 0deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%  );
  color: #fff;
	
}

.hex-Funded-btnArea .button-group .button-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
/*    background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary)); */
	     background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary));
    border-radius: 8px;
    z-index: -1;
    top: 0;
    left: 0;
}

.hex-Funded-btnArea .button-group .button-item::after{
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    background: #1D002A;
    z-index: -1;
    border-radius: 8px;
    transition: all 0.3s;
}


.hex-Funded-btnArea .button-group .button-item:hover::after,
.hex-Funded-btnArea .button-group .button-item:active::after, .hex-Funded-btnArea .button-group .button-item.active::after {
    opacity: 0;
}

.hex-Funded-listPrice-block .top-banner {
      background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary));
  color: white;
  text-align: center;
  padding: 4px 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1%;
  border-radius: 12px;
  min-height: 58px;
  align-items: center;
  position: relative;
  z-index: 1;
}



.hex-Funded-price-lft .hex-bg {
  position: absolute;
  inset: 0;
  background: white;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 0;
}



.hex-Funded-price-lft .hex-content img {
width: 100%;
	
}
.hex-product-description {
    border: 2px solid #d9d9d99e;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.hex-Funded-price-lft .hex-content p {

	    font-family: var(--e-global-typography-2c3b6df-font-family), Sans-serif;
    font-size: var(--e-global-typography-2c3b6df-font-size);
    font-weight: var(--e-global-typography-2c3b6df-font-weight);
    line-height: var(--e-global-typography-2c3b6df-line-height);
    color: var(--e-global-color-astglobalcolor4);
  margin: 0;
}
.hex-Funded-price-lft .hex-content p:not([id]) {
    color: #737373;
}

.hex-Funded-price-lft .price {
font-size: 40px;
    color: #fff;
    display: flex
;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 11px;
}

.hex-Funded-price-lft .price .old {
  text-decoration: line-through;
  font-weight: normal;
	font-weight:400;
}

.hex-Funded-price-lft .btn {
  margin-top: 20px;
     background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary));
  color: white;
  padding: 14px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  display: inline-flex;
  transition: 0.3s;
  gap: 5px;
  align-items: center;
}
.hex-Funded-price-lft .btn:hover{
	color: var(--e-global-color-text); 
	background: #fff;
}
a#custom-add-to-cart-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

a#custom-add-to-cart-button img {
    display: none;
}
.hex-product-image {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.hex-Funded-price-lft .hex-content img.arrow-icon {
    max-width: 22px;
    object-fit: contain;
    margin: 0;
}
.hex-Funded-price-lft .btn:hover {
  opacity: 0.9;
}

.hex-Funded-listPrice-row {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 0 0;
    align-items: stretch;
    gap: 30px;
}

.hex-Funded-price-lft {
  width: 38%;
}
.hex-Funded-price-rht {
  width: 62%;
}

.table-box {
    border-radius: 20px;
    padding: 30px;
 
    position: relative;
    z-index: 1;
}

.table-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
   background: radial-gradient(circle at 0% 0%, var(--e-global-color-secondary), var(--e-global-color-primary));
    border-radius: 20px;
    z-index: -1;
    top: 0;
    left: 0;
}

.table-box::after{
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    background: #160020;
    z-index: -1;
    border-radius: 20px;
    transition: all 0.3s;
}

.table-box table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.table-box th,
.table-box td {
  text-align: left;
  font-size: 14px;
}

.table-box th {
	color: #737373;
    font-family: var(--e-global-typography-2c3b6df-font-family), Sans-serif;
    font-size: var(--e-global-typography-2c3b6df-font-size);
    font-weight: var(--e-global-typography-2c3b6df-font-weight);
    line-height: var(--e-global-typography-2c3b6df-line-height);
  border: none;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 0 15px;
}

.table-box th span {
    color: #fff;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.table-box tbody td {
  text-align: center;
  border: none;
  border-top: 1px solid #d2d2d2;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
  padding: 20px 0;
  position: relative;
	  color: #737373;
}

.table-box tbody td.gray {
  color: #fff;
}

.table-box tbody tr td:first-child {
  text-align: left;
}

.table-box tbody td .icon {
  position: relative;
  top: -2px;
	display: none;
  margin: 0 4px 0 0;
}

.hex-Funded-listPrice-tagGroup {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  row-gap: 22px;
	    margin-top: 40px;
  flex-wrap: wrap;
}

.hex-Funded-tagItem {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
  border-radius: 6px;
  border: 1px solid #fff;
	color:#fff;
	
  display: flex;
  column-gap: 6px;
  padding: 12px 17px;
  align-items: center;
}

.hex-Funded-tagItem  img{
	filter: invert(1);
}
.hex-Funded-price-lft .price .line-th {
    text-decoration: line-through;
    font-weight: 400;
    color: #737373;
    text-decoration-thickness: 3px;
}

.hex-Funded-toolTip .toolTip-hover {
  cursor: pointer;
}

.toolTip-content {
  background: #fff;
  text-align: left;
  padding: 11px;
  border-radius: 6px;
  position: absolute;
  width: 282px;
  z-index: 1;
  row-gap: 2;
  /* right: 0; */
  left: 34px;
  top: 11px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.65s ease;
}

.hex-Funded-toolTip:hover .toolTip-content {
  visibility: visible;
  opacity: 1;
}
.toolTip-content h3 {
  font-weight: normal;
  font-size: 18px;
}

.toolTip-content p {
  font-weight: normal;
    font-family: var(--e-global-typography-2c3b6df-font-family), Sans-serif;
    font-size: var(--e-global-typography-2c3b6df-font-size);
    line-height: var(--e-global-typography-2c3b6df-line-height);
  margin: 3px 0 0;
}

@media (max-width: 1024px) {
  .hex-Funded-listPrice-block .top-banner {
    min-height: inherit;
    padding: 15px 10px;
	      font-size: 18px;
  }

  .hex-Funded-price-lft .price {
          padding: 8px 0;
        font-size: 35px;
  }
  .hex-Funded-price-lft .price span {
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .hex-Funded-price-lft {
    width: 100%;
  }
.hex-product-description {
    gap: 14px;
}
  .hex-Funded-price-rht {
    width: 100%;
  }

  .hex-Funded-topContent h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .hex-Funded-listPrice-block .top-banner {
    font-size: 15px;
  }
  .hex-Funded-price-lft .price {
    font-size: 35px;
  }
  .table-box {
    overflow: auto;
  }

  .table-box table {
    min-width: 100%;
  }
.hex-product-description {
    gap: 14px;
}

.hex-Funded-btnArea {
    padding: 40px 0 0;
}

.hex-Funded-listPrice-row {
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

  .hex-Funded-price-lft .hex-bg {
    clip-path: polygon(12% 5%, 88% 5%, 100% 50%, 88% 95%, 12% 95%, 0% 50%);
  }
  .table-box tbody tr td .hex-Funded-toolTip img {
    min-width: 11px;
    margin: 0 3px;
}

.table-box tbody tr:last-child td .toolTip-content {
    bottom: 0;
    top: auto;
}
}
