.popup-cart-content {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    margin: 0;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1001;
    text-align: left;
    padding-top: 0;
    margin-top: 17px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
li.cart-btns:hover .popup-cart-content {
    max-height: 478px;
}

ul.popup-product-list {
    margin-bottom: 0;
    max-height: 271px;
    overflow-y: auto;
    padding: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

li.product-list-item {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
}
.popup-cart-content .popup-product-list .product-list-item a {
    position: relative;
    display: block;
  }
  .popup-cart-content .popup-product-list .product-list-item img {
    float: left;
    max-width: 85px;
    margin-right: 10px;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-quantity {
    background-color: #335eea;
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 20px;
    line-height: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-title {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #0f0f0f;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 28px;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-title:hover {
    color: #335eea;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-price {
    display: block;
    margin: 9px 0 0;
    font-size: 17px;
    font-weight: 700;
    color: #0f0f0f;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-size {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #909296;
    margin: 8px 0 0;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-close {
    position: absolute;
    font-size: 18px;
    color: #888;
    top: 30px;
    right: 0px;
    padding-right: 0;
  }
  .popup-cart-content .popup-product-list .product-list-item .product-close:hover {
    color: #335eea;
  }
  .popup-cart-content .popup-product-list::-webkit-scrollbar {
    display: none;
  }
  .popup-cart-content .price-content {
    padding: 30px;
  }
  .popup-cart-content .price-content .cart-subtotals .products {
    display: flow-root;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .popup-cart-content .price-content .cart-subtotals .products .label {
    float: left;
    font-weight: 300;
    color: #9b9b9b;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
  }
  .popup-cart-content .price-content .cart-subtotals .products .value {
    float: right;
    font-weight: 600;
    color: #9b9b9b;
    font-size: 17px;
    line-height: 1;
  }
  .popup-cart-content .price-content .cart-total {
    display: flow-root;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .popup-cart-content .price-content .cart-total .label {
    color: #0f0f0f;
    float: left;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
  }
  .popup-cart-content .price-content .cart-total .value {
    color: #335eea;
    float: right;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
  }
  .popup-cart-content .checkout {
    padding: 0 30px 30px 30px;
  }
  .popup-cart-content .checkout .btn-Checkout {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #0f0f0f;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 15px;
    line-height: 28px;
    border: none;
    background: #f6f6f6;
    border-radius: 30px;
  }
  .popup-cart-content .checkout .btn-Checkout:hover {
    background-color: #335eea;
    color: #fff;
  }
  .header-area .header-action-area .shop-button-group .shop-button-item:hover .popup-cart-content {
    max-height: 478px;
  }
  .header-area .header-action-area .shop-button-group .shop-button-item:hover .icon {
    color: #335eea;
  }
  .header-area .header-action-area .shop-button-group .shop-button-item:hover .cart-total {
    color: #335eea;
  }
  span.caret-count {
    background-color: #335eea;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    text-align: center;
    line-height: 20px;
    left: 11px;
    top: calc(100% - 28px);
    border-radius: 50%;
}
ul.navigation-menu li {
    margin: 0 !important;
}
.mt-74{
    margin-top: 74px;
}
a.over-flow-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
    overflow: hidden;
}
button{cursor: pointer;}
.form-check-label a {
  color: #335eea;
  font-weight: 500;
}
select.form-select {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat #ffffff;
  background-position: right 10px center;
  padding-right: 42px;
  width: auto;
}
.pointer-events-none{
  pointer-events: none;
}
.success-icon {
  width: 100px;
  height: 100px;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.success-icon svg {
  width: 50px;
  height: 50px;
  fill: white;
}
.error-icon {
  width: 100px;
  height: 100px;
  background-color: #f44336;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.error-icon svg {
  width: 50px;
  height: 50px;
  fill: white;
}

@media (max-width: 479px) {
.buy-button select.form-select {
  width: auto;
  padding: 0 25px 0 6px;
  background-position: right 0px center;
  height: 31px;
}
.popup-cart-content {
  width: 320px;
  left: -9em;
}
}
img.inline-flex.dba-image {
  height: 15px;
  position: relative;
  top: 3px;
}

.zoom-meeting-left-content-details p.disc {
  margin-bottom: 15px;
  font-size: 14px;
}
.zoom-meeting-left-content-details h5.title {
  margin: 20px 0 12px 0;
  font-weight: 600;
  font-size: 21px;
}
.zoom-meeting-left-content-details .events-details-single-area {
  margin-bottom: 0px;
}
.zoom-meeting-left-content-details .key-takeways-wrapper ul {
  padding: 0;
  list-style-type: circle;
  list-style: circle;
  list-style-position: inside;
}
.zoom-meeting-left-content-details .key-takeways-wrapper ul li {
  margin: 13px 0;
  font-size: 14px;
  color:var(--color-slate-900);
}

.zoom-meeting-information-details {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
}
@media only screen and (max-width: 575px) {
  .zoom-meeting-information-details {
    padding: 20px;
  }
}
.zoom-meeting-information-details .single-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DDD8F9;
}
.zoom-meeting-information-details p {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
}
.zoom-meeting-information-details p span {
  color: #110C2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.zoom-meeting-information-details .single-information span:last-child {
  text-align: end;
  color: #000;
  font-size: 14px;
}

.zoom-meeting-information-details .single-information span:first-child {
  font-weight: 600;
}
.zoom-meeting-information-details button {
  min-width: 100%;
}
.zoom-meeting-information-details button:last-child {
  margin-top: 20px;
}
.zoom-meeting-information-details ul.list-none li {
  color: var(--color-slate-900);
  font-size: 14px;
}
.zoom-meeting-left-content-details a {
  font-weight: 600;
  color: #335eea;
}