:root {
  --star-size: 60px;
  --star-color: #ccc;
  --star-background: #e59819;
  --primarycolor: #522e91;
  --secondarycolor: #B08D57;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-family: Poppins-SemiBold;
}
.Stars::before {
  content: "\2605 \2605 \2605 \2605 \2605";
  letter-spacing: 1px;
  background: linear-gradient(90deg, #522e91 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bitcointaf-products {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bitcointaf-products img {
  width: 100%;
  border-radius: 2px 2px 0 0 !important;
  object-fit: cover;
  transition: 0.4s;
  height: 175px !important;
}
.primgBox {
  overflow: hidden;
  border-radius: 2px;
}
.softproduct:hover img {
  transform: scale(1.04);
}
.bitcointaf-products .softproduct {
  position: relative;
}
.productsHoverbox {
  width: 280px;
  height: 95%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #d1d7dc, 0 2px 4px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  /* left: calc(100% + 2px);
  z-index: 1; */
  left: 0;
  z-index: 0;
  top: 10px;
  border-radius: 2px;
  padding: 0px;
  transition: 0s;
  opacity: 0;
  width: 0;
}
.bitcointaf-products .softproduct:hover .productsHoverbox {
  opacity: 1;
  width: 100%;
  padding: 15px;
  z-index: 1;
  left: 100%;
  transition: .2s;
}
.productsHoverbox::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
  z-index: 1;
  position: absolute;
  left: -14px;
  top: 49%;
  display: none;
}
.softproduct:hover .productsHoverbox::before {
  display: block;
}


.bitcointaf-products.listProducts .softproduct:hover .productsHoverbox {
  display: none !important;
}
.prListpblcDate {
  color: #b08e57;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: Poppins-Medium !important;
}

.productsHoverboxContnt {
  height: 146px;
  display: -webkit-box;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 21px;
  font-size: 13px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #1c1c1c;
}
.noreview {
  font-size: 10px;
}
.productsHoverboxtitle {
  margin-bottom: 7px;
  line-height: 21px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Poppins-Medium !important;
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.featured {
  padding: 0px 11px;
  font-size: 11px;
  color: #fff;
  background-color: #7f2071;
  border-radius: 2px;
  width: auto;
  display: inline-block;
  margin-left: 10px;
  margin-top: -12px;
  width: 70px;
  position: absolute;
}
.siglefeatured {
  padding: 2px 12px;
  font-size: 13px;
  color: #000;
  background-color: #dac1e8;
  border-radius: 2px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.productsHoverbox .card-pro-duration {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
}
.bitcointaf-products .softproduct {
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 15px;
  width: calc(100% / 4 - 10px);
  margin: 0 5px 15px 5px;
  border: 1px solid #e4ebf1;
  transition: 0s !important;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
}
.bitcointaf-products .softproduct:hover {
  background-color: #f5f5f5;
}
.listProducts.bitcointaf-products .softproduct {
  width: calc(100% / 1 - 0px);
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.listProducts.bitcointaf-products .bitcoinform {
  width: auto;
  min-width: 230px;
}
.listProducts.bitcointaf-products .prListDscn {
  display: block;
}
.listProducts.bitcointaf-products .softproduct .primgBox {
  height: auto !important;
  width: 300px;
  border-radius: 4px !important;
}
.listProducts.bitcointaf-products .softproduct img {
  height: auto !important;
}
.listProducts.bitcointaf-products .prcntntarea {
  padding: 10px 25px;
  width: calc(100% - 300px);
}
.listProducts.bitcointaf-products .card-pro-title {
  height: auto;
}
.listProducts.bitcointaf-products .prListDscn {
  height: auto;
  max-height: 64px;
}
.prBtnaddcrt {
  padding: 3px 15px !important;
  font-size: 13px;
  transition: 0.4s;
  border: 2px solid var(--primarycolor);
  background-color: var(--primarycolor);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
}
a.giftBtn, b.giftBtn {
    font-size: 13px;
    padding: 3px 0px 3px 6px !important;
    color: var(--primarycolor);
    cursor: pointer;
    font-weight: normal;
}

a.giftBtn {
background-color:transparent !important;
}
b.giftBtn.singlegiftbtn
{
  float: left;
  padding: 6px 20px !important;
  font-size: 15px;
  background-color: #ffffff !important;
  margin: 8px;
  border-radius: 3px;
  border: 2px solid var(--primarycolor);
}
b.giftBtn.singlegiftbtn:hover
{
  background-color: var(--primarycolor) !important;
  border: 2px solid #522e91;
  color: #fff;
}
.singlegiftbtn i
{

  font-size: 20px;
}
.prBtnaddcrt:nth-child(2) {
  background-color: transparent !important;
  color: var(--primarycolor);
  border: 2px solid var(--primarycolor);
}
.prBtnaddcrt:hover {
  background-color: transparent !important;
  color: var(--primarycolor);
  border: 2px solid var(--primarycolor);
}
.prBtnaddcrt:nth-child(2):hover {
  border: 2px solid var(--primarycolor) !important;
  background-color: var(--primarycolor) !important;
  color: #ffffff;
}
.prBtnaddcrtDetails {
  background-color: var(--primarycolor);
  padding: 5px 16px !important;
  font-size: 14px;
  color: #f2f2f2;
  transition: 0.4s;
  border-radius: 4px;
  line-height: 27px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 9px;
  float: left;
  border: 2px solid var(--primarycolor);
}
.filtercat {
  max-height: calc(110vh - 200px);
  overflow-y: auto;
}
.prBtnaddcrtDetails i {
  margin-right: 8px;
}
.prBtnaddcrtDetails:hover {
  border: 2px solid var(--primarycolor);
  background-color: #fff;
  color: var(--primarycolor);
}

.sampleRporLink a {
  font-size: 13px;
  color: var(--primarycolor);
  font-family: Poppins-Medium !important;
  text-decoration: underline;
}
.sampleRporLink {
  display: block;
  line-height: 20px;
  font-size: 10px;
  margin-top: 10px;
}
.prcntntarea {
  padding: 15px;
}
.bitcoinform {
  font-size: 14px;
  /* background-color: #f6faff; */
  border: 1px solid #dae1e7;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  margin-bottom: 0px;
  border-radius: 3px;
  /* border: 0; */
  padding: 7px;
  width: 100%;
  outline: none;
  /* box-shadow: -1px -2px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%); */
}
.btn-wrap {
  margin-top: 15px;
  border-top: 1px solid #dae1e7;
  padding-top: 15px;
  column-gap: 4px;
  display: flex;
  align-items: center;
}
.btn-wrap a:hover {
  background-color: #fff;
  color: var(--primarycolor);
}
.card-pro-title {
  height: 45px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 7px;
  line-height: 21px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Poppins-Medium !important;
}
.prcntntarea .Stars {
  margin-bottom: 15px;
}
.prcntntarea .Stars:before {
  letter-spacing: -2px;
}
.prRate {
  margin-right: 2px;
  font-family: Poppins-Medium !important;
  font-size: 16px;
  color: var(--primarycolor);
}
.prcmntcount {
  font-size: 12px;
  margin-left: 4px;
}
.prListDscn {
  height: 64px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 21px;
  font-size: 14px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.prlayout {
  width: 94px;
  display: flex;
  align-items: center;
}
.prlayout li {
  width: 42px;
  text-align: center;
  background-color: #e9ecf1;
  margin-left: 3px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 0px;
}
.prlayout li.active {
  background-color: #492688;
  color: #fff;
  border: 1px solid #492688;
}
.prListDscn {
  display: none;
}
.productssort {
  display: flex;
  align-items: center;
  justify-content: right;
}
.slick-slide {
  margin: 0 10px;
}
.subhd {
  width: 96%;
  max-width: 700px;
}
.bitcoinarrow-left {
  background-color: var(--primarycolor);
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: -90px;
  right: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.bitcoinarrow-right {
  background-color: var(--primarycolor);
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: -90px;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.btcsinglecontent {
  padding: 30px 0;
}

/*Single Product Price*/
.btcsingle-product {
  padding-top: 65px;
}
.single-heading {
  padding: 65px 0;
  background-color: #1c1d1f;
}
.single-heading h1 {
  font-family: Poppins-SemiBold;
  color: #fff;
  line-height: 1.2;
  font-size: 2rem;
}
.btcsingle-product select {
  max-width: 200px;
}
.productDetailBox {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
.imageandprice {
  width: 600px;
  margin-right: 25px;
}

.form-horizontal {
  padding: 0px 30px 30px 30px;
  width: calc(100% - 625px);
}
.prdctVdeo {
  width: 565px;
  height: 325px;
}
.productNameDetail {
  font-size: 19px;
  font-family: Poppins-Semibold !important;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 30px;
}
.productTitleDetail{
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
.productshrtcntnt {
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 2px;
}

.form-horizontal ul li {
  color: #636060;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.btn-custom {
  background: #17003c;
  color: #fff;
  padding: 4px 20px;
  margin-top: 10px;
}
.ratingBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 11px;
  margin-top: 10px;
}
.rating {
  line-height: 16px;
  display: flex;
  width: 40px;
  align-items: center;
  color: #fff;
  height: 20px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 11px;
  justify-content: center;
  background-color: var(--primarycolor);
}
.rating i {
  margin-left: 5px;
  font-size: 11px !important;
}

.ratingBox p {
  margin-left: 8px;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  line-height: 18px;
}
.purchaseTitle {
  padding-bottom: 10px;
  color: #222;
  font-size: 16px;
}

/*accordion css*/
.btc-questions {
  background-color: #e9ecf1;
  padding: 80px 0 50px;
}
.btc-questions h3 {
  font-family: Poppins-Medium !important;
  font-size: 18px;
  margin-bottom: 35px;
}
.prquestion {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.prquestion::before {
  content: "Q : ";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.pranswer {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d8e1;
  padding-bottom: 15px;
}
.pranswer:last-child {
  border-bottom: 0px solid #d3d8e1;
}
.pranswer::before {
  content: "A : ";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.btc-accordion-header {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 15px;
  position: relative; /* add position relative to the header */
  margin-bottom: 10px;
}
.btc-accordion-header.active {
  margin-bottom: 0px;
}
.btc-accordion-header h4 {
  font-size: 18px;
}
.btc-accordion-header.active .btc-accordion-icon i {
  /* add active class to show the down arrow icon */
  transform: rotate(180deg);
}
.btc-accordion-icon {
  position: absolute; /* position the arrow icon inside the header */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: #333;
}
.btc-accordion-content {
  display: none;
  padding: 10px;
}
.btc-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.active + .btc-accordion-content {
  max-height: 1000px;
}

.deletemypro span {
  color: #ff0000;
  opacity: 0.5;
  font-size: 0.8em;
  font-weight: 900;
  cursor: pointer;
}
.productnotfound {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 0px;
}
.form-group-filter label {
  position: relative;
  cursor: pointer;
  margin: 2px 0;
}
.form-group-filter label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 2px;
  position: absolute;
  left: -28px;
}
.form-group-filter input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 5px;
  height: 8px;
  border: solid var(--primarycolor);
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}
.form-group-filter input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.btcfilterbutton:hover {
  color: #a8a8a8 !important;
}
.customeTabdtl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
  padding: 15px 0;
}
.stickytab {
  position: sticky;
  top: 81px;
  height: 60px;
  background-color: #ffffff;
  z-index: 2;
  margin-top: 45px;
}
.prdtils {
  margin-top: 40px;
}
.customeTabdtl li a {
  padding: 4px 15px 4px 0px;
  font-size: 16px;
  font-family: Poppins-Medium !important;
}
.customeTabdtl li a.active {
  color: var(--primarycolor);
}
.publishDate {
  font-size: 12px;
  display: block;
  color: #636060;
  letter-spacing: 0.2px;
}
.ratingMainBox {
  padding: 80px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
.reviewBox {
  width: calc(100% - 370px);
  padding-top: 60px;
}
.ratingDisplayBox {
  width: 330px;
  margin-right: 40px;
  position: sticky;
  top: 100px;
  height: 100%;
}
.ratingDisplayBox h3 {
  font-family: Poppins-Medium !important;
  font-size: 18px;
  margin-bottom: 35px;
}
.prDtlsRate {
  width: 100%;
  display: block;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
}
.prDtlsRateHdr {
  display: flex;
}
.prDtlsRateHdrRight {
  width: calc(100% - 130px);
}
.prDtlsRateHdrLeft {
  width: 110px;
  margin-right: 20px;
}
.prDtlsRateHdrLeft p {
  font-size: 12px;
  display: block;
  color: #636060;
  letter-spacing: 0.2px;
}
.prDtlsRateHdrLeft h4 {
  font-size: 46px;
  color: #2a2a2a;
}
.reviewDp {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 7px;
}
.reviewName {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.reviewName p {
  margin-bottom: 0;
  font-size: 14px;
  width: calc(100% - 40px);
  font-family: Poppins-Medium !important;
}
.reviewNameLeft {
  width: calc(100% - 110px);
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.reviewDate {
  font-size: 12px;
  display: block;
  color: #636060;
  letter-spacing: 0.2px;
  width: 100px;
}
.prreviewtitle {
  font-size: 15px;
  color: #222;
  font-family: Poppins-Medium !important;
}
.prreviewdescrptn {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #636060;
}
.review:last-child .prreviewdescrptn {
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.progress {
  margin-bottom: 0px;
  height: 6px !important;
}

.progress-bar {
  text-align: left;
  background-color: var(--primarycolor) !important;
}

.rating-desc .col-md-3 {
  padding-right: 0px;
}

.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}
.starInfo {
  display: flex;
  align-items: center;
}
.star-tx {
  width: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 21px;
}
.star-tx i {
  color: #522e91;
  margin-right: 5px;
}
.progeressDiv {
  width: calc(100% - 35px);
  margin-left: 5px;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.descriptionContainer h1,
.descriptionContainer h2,
.descriptionContainer h3,
.descriptionContainer h4,
.descriptionContainer h5,
.descriptionContainer img {
  margin-bottom: 15px;
}
.descriptionContainer p {
  font-size: 15px;
}
.descriptionContainer ul,
.descriptionContainer ol {
  margin-bottom: 15px;
}
.descriptionContainer ul li,
.descriptionContainer ol li {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 10px;
}
.descriptionContainer ul li {
  list-style: circle;
}
.descriptionContainer ol li {
  list-style: decimal;
}
.descriptionContainer a {
  color: var(--primarycolor);
}
.descriptionContainer h1 {
  font-size: 24px;
}
.descriptionContainer h2 {
  font-size: 22px;
}
.descriptionContainer h3 {
  font-size: 20px;
}
.slick-slide img {
  max-width: 100%;
}
.slick-prev:before,
.slick-next:before {
  font-family: Poppins-SemiBold !important;
  font-size: 13px !important;
  opacity: 1;
  color: #ffffff;
  background-color: var(--primarycolor);
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  float: left;
  border-radius: 50%;
  font-weight: 600;
}

.vimeovideo-sec {
  padding: 15px;
  border: 1px solid #cfbcef;
  border-radius: 4px;
  background-color: #e9ecf1;
  width: 600px;
}
.slick-prev,
.slick-next {
  z-index: 9;
}
.slick-lightbox-close:before {
  font-size: 38px !important;
}


.productDetailBox .slick-slide img {
  padding: 10px;
  border: 1px solid #cfbcef;
  border-radius: 4px;
  background-color: #e9ecf1;
}
.productDetailBox .slick-slide {
  margin: 0 2px;
}
.works-slideshow {
  width: 600px;
}
.productDetailBox .slick-slide img {
  height: 120px;
  margin: auto;
}
/*************************iPad Portrait***************/
@media (max-width: 991px) {
  .imageandprice {
    width: 100%;
    margin-right: 0px;
  }
  .form-horizontal {
    padding: 25px 5px 30px 5px;
    width: 100%;
  }
}
/***************iPhone Portrait**************/

@media (max-width: 768px) {
  .reviewBox {
    width: calc(100% - 0px);
  }

  .ratingDisplayBox {
    position: static;
    width: 100%;
    margin-right: 0;
  }
  .reviewDate {
    width: auto;
    margin-left: 42px;
  }
  .reviewName p {
    width: calc(100% - 0px);
  }
  .reviewNameLeft {
    width: calc(100% - 0px);
    margin-right: 0px;
  }
  .customeTabdtl li {
    margin: 6px 3px;
  }
  .customeTabdtl li a {
    padding: 6px 9px 5px 9px;
    font-size: 14px;
    background-color: #f1f1f1;
  }
  .slick-slide {
    margin: 0 3px;
  }
  .prdtils {
    margin-top: 10px;
  }
  .vimeovideo-sec {
    width: 440px;
    padding: 10px;
  }
  .prdctVdeo {
    width: 415px;
    height: 230px;
  }
  .works-slideshow {
    width: 455px;
  }
  .productDetailBox .slick-slide img {
    height: 100px;
    margin: auto;
  }
}
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .bitcointaf-products {
    display: block;
  }
  .bitcointaf-products div {
    flex: 0 0 100%;
  }
  .vimeovideo-sec {
    width: 100%;
    padding: 10px;
  }
  .prdctVdeo {
    width: 100%;
    height: 215px;
  }
  .works-slideshow {
    width: 100%;
  }
  .productDetailBox .slick-slide img {
    height: 80px;
    margin: auto;
  }
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .bitcointaf-products {
    display: block;
  }
}

/**************iPad Landscape***************/
@media only screen and (max-width: 1024px) and (min-width: 986px) {
}
/*******************************************/
/*Event calender style start here*/
/*********************************************/
/*event clander*/
.btccalender {
  height: 100%;
  width: 100%;
  margin: 0;
  background: #005c97;
  background: -webkit-linear-gradient(left, #363795, #005c97);
  background: -moz-linear-gradient(left, #363795, #005c97);
  background: -o-linear-gradient(left, #363795, #005c97);
  background: linear-gradient(to right, #363795, #005c97);
  font-family: Helvetica;
}
.content {
  overflow: none;
  max-width: 790px;
  padding: 0px 0;
  height: 500px;
  position: relative;
  margin: 20px auto;
  background: #52a0fd;
  background: -moz-linear-gradient(
    right,
    #52a0fd 0%,
    #00c9fb 80%,
    #00c9fb 100%
  );
  background: -webkit-linear-gradient(
    right,
    #52a0fd 0%,
    #00c9fb 80%,
    #00c9fb 100%
  );
  background: linear-gradient(to left, #52a0fd 0%, #00c9fb 80%, #00c9fb 100%);
  border-radius: 3px;
  box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

.events-container {
  /*overflow-y: scroll;  
    height: 100%;  
    float: right;  
    margin: 0px auto;   
    font: 13px Helvetica, Arial, sans-serif;  */
  display: inline-block;
  padding: 0 10px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.events-container:after {
  clear: both;
}
.event-card {
  padding: 20px 0;
  width: 350px;
  margin: 20px auto;
  display: block;
  background: #fff;
  border-left: 10px solid #52a0fd;
  border-radius: 3px;
  box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}
.event-count,
.event-name,
.event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem;
}
.event-count {
  color: #52a0fd;
  text-align: right;
}
.event-name {
  padding-right: 0;
  text-align: left;
}
.event-cancelled {
  color: #ff1744;
  text-align: right;
}

.calendar-container {
  float: left;
  position: relative;
  margin: 0px auto;
  height: 100%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar-container:after {
  clear: both;
}
.calendar {
  display: table;
}
.year-header {
  height: 40px;
  text-align: center;
  position: relative;
  color: #222;
}
.year-header span {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-family: Poppins-SemiBold;
}
.left-button,
.right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
}
.left-button {
  left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.right-button {
  right: 0;
  top: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.left-button:hover,
.right-button:hover {
  color: #5b3a97;
}

.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  transition: 0.2s ease all;
  color: white;
  border: none;
  box-shadow: -1px 10px 20px #9bc6fd;
  background: #52a0fd;
  background: -moz-linear-gradient(left, #52a0fd 0%, #00c9fb 80%, #00c9fb 100%);
  background: -webkit-linear-gradient(
    left,
    #52a0fd 0%,
    #00c9fb 80%,
    #00c9fb 100%
  );
  background: linear-gradient(to right, #52a0fd 0%, #00c9fb 80%, #00c9fb 100%);
}
#cancel-button {
  box-shadow: -1px 10px 20px #ff7dae;
  background: #ff1744;
  background: -moz-linear-gradient(left, #ff1744 0%, #ff5d95 80%, #ff5d95 100%);
  background: -webkit-linear-gradient(
    left,
    #ff1744 0%,
    #ff5d95 80%,
    #ff5d95 100%
  );
  background: linear-gradient(to right, #ff1744 0%, #ff5d95 80%, #ff5d95 100%);
}
#add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#add-button:hover,
#ok-button:hover,
#cancel-button:hover {
  transform: scale(1.03);
}
#add-button:active,
#ok-button:active,
#cancel-button:active {
  transform: translateY(3px) scale(0.97);
}

.days-table {
  border-collapse: separate;
  text-align: center;
}
.dates-table {
  border-collapse: separate;
  text-align: center;
  width: 100%;
}
.months-table {
  border-collapse: separate;
  text-align: center;
}
.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 82%;
  color: #9e9e9e;
}
.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #9e9e9e;
  transition: all 250ms;
}
.active-month {
  font-family: Poppins-Medium !important;
  color: var(--primarycolor);
  font-size: 13px;
}
.month:hover {
  color: var(--primarycolor);
}
.table-date {
  cursor: default;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 250ms;
}
.table-date:not(.nil):hover {
  border-color: var(--primarycolor);
  /*box-shadow: 0 2px 6px RGBA(255, 50, 120, .9);  */
}
.event-date {
  border-color: #dfdae8;
  background: rgb(76 4 250 / 10%);
  position: relative;
}
.active-date {
  background: var(--primarycolor);
  /*box-shadow: 0 2px 8px RGBA(255, 50, 120, .9);  */
  color: #fff;

}
.event-date.active-date {
  background: var(--primarycolor);
  /*box-shadow: 0 2px 8px RGBA(130, 180, 255, .9);  */
}
.event-date::after{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80%;
  height: 80%;
  background: rgb(76 4 250 / 20%);
  /* border: 1px solid #523090; */
  border-radius: 50%;
  animation: pulse-border 1.5s ease-in-out infinite;
}
.dialog {
  z-index: 5;
  background: #fff;
  position: absolute;
  width: 415px;
  height: 500px;
  left: 387px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  border-left: 1px #aaa solid;
}
.dialog-header {
  margin: 20px;
  color: #333;
  text-align: center;
}
.form-container {
  margin-top: 25%;
}
.form-label {
  color: #333;
}
.input {
  border: none;
  background: none;
  border-bottom: 1px #aaa solid;
  display: block;
  margin-bottom: 50px;
  width: 200px;
  height: 20px;
  text-align: center;
  transition: border-color 250ms;
}
.input:focus {
  outline: none;
  border-color: #00c9fb;
}
.error-input {
  border-color: #ff1744;
}
.event-name-btc{
  display: flex;
  flex-wrap: wrap;
}
/* **************************************************************************** */
@media only screen and (max-width: 780px) {
  .content {
    overflow: visible;
    position: relative;
    max-width: 100%;
    width: 370px;
    height: 100%;
    background: #52a0fd;
    background: -moz-linear-gradient(
      left,
      #52a0fd 0%,
      #00c9fb 80%,
      #00c9fb 100%
    );
    background: linear-gradient(
      to right,
      #52a0fd 0%,
      #00c9fb 80%,
      #00c9fb 100%
    );
  }
  .dialog {
    width: 370px;
    height: 450px;
    border-radius: 3px;
    top: 0;
    left: 0;
  }
  .events-container {
    float: none;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    display: block;
    left: 0;
    border-radius: 3px;
  }

  .calendar-container {
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-right: 0;
    display: block;
    left: 0;
    border-radius: 3px;
    box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
      0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19),
      0 6px 6px rgba(0, 0, 0, 0.23);
  }
}
/* ************************************************************************************** */
@media only screen and (max-width: 400px) {
  .clandarBox {
    width: 340px;
  }

  .content,
  .events-container,
  .year-header,
  .calendar-container {
    width: 100%;
  }
  .dialog {
    width: 320px;
  }
  .months-table {
    display: block;
    margin: 0 auto;
    width: 320px;
  }
  .event-card {
    width: 300px;
  }
  .day {
    padding: 0 7px;
  }
  .month {
    display: inline-block;
    padding: 10px 5px;
    font-size: 10px;
  }
  .table-date {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .event-name,
  .event-count {
    font-size: 0.8rem;
  }
  /*event-cancelled {  
        font-size: .8rem;  
} */
  .add-button {
    bottom: 10px;
    right: 10px;
    padding: 0.5rem 1.5rem;
  }
}
/*Event calender style end here*/
.eventsingleview {
  background-color: #f0f2f5;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.topictitle {
  color: var(--primarycolor);
  font-size: 14px;
}
h4.evntsingltitle {
  font-family: Poppins-SemiBold !important;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 30px;
}
.eventdetailsFlex {
  display: flex;
  flex-wrap: wrap;
}
.eventdetailsFlex {
  display: flex;
  flex-wrap: wrap;
}
.eventdetailsFlexLeftFlex {
  display: block;
  width: calc(100% - 430px);
  margin-left: 30px;
  margin-bottom: 20px;
}
.eventimagesec {
  width: 400px;
}
.eventimagesec img {
  width: 100%;
}
.eventdetailsDurtnBox {
  margin-right: 20px;
}
.eventdetailsDurtnBox span {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
.eventdetailsDurtnSubBox {
  background-color: #fff;
  text-align: center;
  padding: 20px 5px;
  border-radius: 2px;
  width: 140px;
}
.DurtnHr {
  color: var(--primarycolor);
  font-family: Poppins-SemiBold !important;
  font-size: 18px;
}
.eventdetailsdeccptn {
  margin-top: 20px;
}
.eventdetailsdeccptn h5 {
  font-family: Poppins-SemiBold !important;
  font-size: 16px;
  margin-bottom: 10px;
}
.evntSignleCntnt,
.evntSignleCntnt p {
  font-size: 14px;
}
.singleevntType {
  color: #fff;
  background: #7f2071;
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  font-family: Poppins-Medium !important;
  margin-bottom: 10px;
  display: block;
  width: 100px;
}
.singleevntdtails {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
}
.evntSingleTitle {
  display: block;
  color: #717171;
  font-size: 14px;
}
.singleevntdtailsLi {
  width: calc(100% / 3 - 20px);
  border-right: 1px solid #e3e3e3;
}
.singleevntdtailsLi:last-child {
  border-right: 0px solid #e3e3e3;
}
.singleevntzoomdtails {
  display: block;
  margin-bottom: 15px;
}
.singleevntzoomdtails .evntSingleTitle  {
  display: block;
  color: #2a2a2a;
  font-size: 14px;
  margin-right: 15px;
}
.zoomdtl
{
  display: block;
  color: #000;
  font-family: Poppins-SemiBold !important;
  word-break: break-word;
  font-size: 15px;
}
.zoomdtl a, .evntSignleCntnt p
{
  word-break: break-all;
}
.singleevntzoomdtails .share-ul {
  margin-top: 10px;
}
/*Spinner for product button style*/
.btcspinning {
    position: relative;
    transition: padding-right .3s ease;
    padding-right: 40px;
}
.btcspinning:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0;
    height: 0;
    /*box-shadow: 0px 0px 0 1px darken(@base,10%);*/
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.btcspinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: -2px;
    top: 50%;
    position: absolute;
    border: 2px solid #ffffff;
    border-right: 3px solid #27ae60;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease ;    
}
@keyframes rotate360 { 
    100% {
        transform: rotate(360deg);
    }
}
@keyframes exist { 
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

@media (max-width:768px) {

  .eventsPopup .date-and-time {

    width: calc(100% /1 - 0px) !important;
    margin: 5px 0 !important;
}
.imageoverdetails .event-img {
  height: auto !important;
}
.zoomsecndChild
{
  display: block;
  width: 100% !important;
  margin-top: 10px;
  font-size: 13px;
  line-height: 21px;
}
.meeting-url p
{
  display: block !important;
}
.evntpopupSocial {

  bottom: 75px !important;
  left: 30px;
  right: auto !important;
}
.eventsPopup .modal-dialog {
  margin: 6.75rem 18px !important;
}
.eventsPopup .btn-close{
  top: -18px;
  right: -15px;
  }
  .eventsPopup .btn-close{
  width: 30px;
  height: 30px;
  }
.eventsingleview {
  background-color: #fff;
  padding: 15px;
}
}
/*Event calender style end here*/

.eventsPopup .modal-dialog{
  max-width: 800px;
}
.eventsPopup .btn-close{
  position: absolute;
  top: -18px;
  right: -26px;
  z-index: 1;
}
.eventsPopup .modal-body{
  padding: 0px;
}
.eventsPopup .modal-dialog {
  margin: 6.75rem auto;
}
.eventsPopup .eventsingleview{
  margin-bottom: 0px;
}
.eventsPopup .eventdatetime{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.eventsPopup .date-and-time{
  display: flex;
  align-items: center;
  width: calc(100% /3 - 10px);
  margin: 5px;
}
.eventdatetimeIconBox
{
  width: 35px;
  height: 35px;
  background: rgb(76 4 250 / 10%);
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  color: var(--primarycolor);
  margin-right: 10px;
}
.date-and-time .eventdatetimeCntntBox
{
width: calc(100% - 45px);
font-size: 13px;
line-height: 21px;
}