.cpd-add-to-cart-wrap form{
    display: flex;
    width:100%;
}

.cpd-add-to-cart-wrap.variable .price-wrap {
  display: none;
}
.cpd-add-to-cart-wrap .bs-quantity {
    background-color: #FFF;
    margin-right:10px;
}

.cpd-add-to-cart-wrap .bs-quantity input[type=number] {
    text-align: center;
    
}

.woocommerce-variation-price {
  text-align: right;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.woocommerce-variation-add-to-cart {
  text-align: right;
}

.cpd-coupon-row .cpd-coupon-row-header {
      margin-bottom: 1rem;
}
.cpd-coupon-row .cpd-coupon-row-body {
      display: flex;
      flex-direction: row;
}
.cpd-coupon-row-body .coupon-email {
      width: 100%;
      margin-right: 0.5rem;
}
.cpd-coupon-row-body input {
      width: 100%;
}
.cpd-coupon-row-body .coupon-action {
      width: 155px;
      text-align: right;
}

@media only screen and (max-width: 680px) {
      .cpd-coupon-row .cpd-coupon-row-body {
            flex-direction: column;
      }
      .cpd-coupon-row-body .coupon-action {
            width: 100%;
            margin-top: 1rem;
      }
      .cpd-coupon-row-body .coupon-action button {
            width: 100%;
      }
}



.cpd-coupon-row .coupon-action .btn {
    background-color: #0984e3;
    border:solid 1px #0984e3;
    height:100%;
    color:#FFF;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 25px;
}

.cpd-coupon-row .coupon-action .btn:disabled, .cpd-coupon-row .coupon-action .btn:hover:disabled {
    background-color: transparent;
    color:#0984e3;
}

.cpd-coupon-row .coupon-action .btn:hover {
    background-color: transparent;
    color:#0984e3;
}

.cpd-notice {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #007CFF;
    padding: 15px;
    margin: 15px auto;
    
}

.cpd-notice h3 {
    color:#FFF;
    margin-bottom: 0;;
   
}

.admin-page-overlay {
    position: absolute;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    position: fixed;
}

.admin-page-overlay .container {
    max-width: 1300px;
    margin:0 auto;
}

.admin-page-overlay iframe {
    border:none;
    width:100%;
    height:100%;
}

video {
    width:100%;
}

.cpd-video-player {
    width:100%;
}

.video-js.default-player {
	min-height: 400px;
	position: relative;
}

.video-js.default-player:after {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background-image: url(spinner.svg);;
}

.video-js .vjs-big-play-button {
	background-color: #4ea5a3;
    border-radius: 100%;
    height: 60px;
    line-height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
	background-color: #4ea5a3;;
}

.cpd-video-loading {
  background: rgb(67,93,162);
  background: radial-gradient(circle, rgba(67,93,162,1) 0%, rgba(0,0,0,1) 100%);
    width:100%;
    position: absolute;
    
}

.video-wrapper {
  position: relative;
}

.video-wrapper .video-loading-inner {

}

 .dummy-play .vjs-big-play-button {
  background-color: #4ea5a3;
  border-radius: 100%;
  border:solid 1px #FFF;
  height: 60px;
    line-height: 60px;
    width: 60px;
    font-size: 2em;
  position: relative;
/* font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s; */
}

.vjs-icon-play:before, .dummy-play .vjs-play-control .vjs-icon-placeholder:before, .dummy-play .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.dummy-play .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;

}

.dummy-play .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

play-button .vjs-icon-placeholder:before {
  text-align: center;
} 




.cpd-video-loading .video-loading-inner {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#FFF;
}

.cpd-video-loading .video-loading-inner h4 {
    color:#FFF;
}

.cpd-video-loading .video-loading-inner .video-logo {
    position: absolute;
    bottom:20px;
    right:20px;
    width:160px;
    
}

.cpd-video-loading .video-loading-inner .spinner-wrap {
   
    transform: scale(0.5);
    
}

.cpd-video-loading .video-loading-inner.video-processing {
  
  background: rgb(78,78,78);
    background: radial-gradient(circle, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 100%);
}

.video-wrapper {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(90 90 90 / 20%);

}

.video-wrapper.active .loading-spinner,
.video-wrapper.active .video-processing,
.video-wrapper.active .video-error,
.video-wrapper.active .dummy-play {
  display: none !important;
  pointer-events: none !important;
}

.video-wrapper.processing .loading-spinner,
.video-wrapper.processing video,
.video-wrapper.processing .video-error,
.video-wrapper.processing .dummy-play {
  display: none !important;
  pointer-events: none !important;
}

.video-wrapper.loading .video-processing,
.video-wrapper.loading video,
.video-wrapper.loading .video-error,
.video-wrapper.loading .dummy-play {
  display: none !important;
  pointer-events: none !important;
}

.video-wrapper.ready-to-play .video-processing,
.video-wrapper.ready-to-play video,
.video-wrapper.ready-to-play .video-error,
.video-wrapper.ready-to-play .loading-spinner {
  display: none !important;
  pointer-events: none !important;
}



.video-wrapper:after,
.cpd-video-loading:after {
    display: block;
    padding-bottom: 55%;
    content: ' ';
}

.video-wrapper.active:after {
  display: none !important;
}

.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  

  #afwc_commission {
    display: none;
  }


  .wp-list-table thead {
    display: table-header-group;
}
.wp-list-table tbody {
    display: table-row-group;
}
    
.wp-list-table      tr {
          display: table-row;
    }



.cart_item.buyer-protection td {
  background-color: #d6f2ff;
  
 
}

.cart_item.buyer-protection td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart_item.buyer-protection td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  vertical-align: top;
  padding-top: 3rem;
}

.cart_item.buyer-protection .product-name {
  padding: 2rem;
}

.woocommerce-checkout .bb-wc-co table.shop_table .cart_item.buyer-protection td:first-child {
  padding-left: 1rem;
}

.woocommerce-checkout .bb-wc-co table.shop_table .cart_item.buyer-protection td.product-total {
  padding-right: 1rem;
}

.bs-product-name .qty {
  display: none !important;
}

.buyer-info-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
  cursor: pointer;
  z-index: 99999;
  pointer-events: all;
}



.buyer-info-icon:hover svg circle {
  stroke: blue;
}

.bpf-details {
  padding:0;
}

.bpf-details .trust-icon-row .trust-icon {
  flex: 60px 0 0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007CFF;
  border-radius: 100%;
}

.bpf-details .trust-icon-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bpf-details .trust-icon-row .title {
  margin-left: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

.bpf-details .trust-icon-row .title .subtitle {
  font-size: 0.9rem;
  font-weight: 300;
}

.bpf-details .trust-icon-row .trust-icon svg {
  width: 50%;
}

.bpf-details .trust-icon-row .trust-icon svg path {
  color:#fff;
}

.bpf-details .bpf-features .bpf-feature {
  display: flex;
  margin-top: 2rem;
}


.bpf-details .bpf-features .bpf-feature .icon {
  flex: 30px 0 0 ;
 }
.bpf-details .bpf-features .bpf-feature .icon {
 flex: 30px 0 0 ;
}

.bpf-details .bpf-features .bpf-feature .icon svg {
  width: 100%;
}

.bpf-details .bpf-features .bpf-feature .content {
  padding-left: 1rem;
}



.bpf-details .bpf-features .bpf-feature .content .details{
  font-weight: 300;
}


@media only screen and (min-width : 320px) {
  .bpf-details .bpf-features .bpf-feature .spacer {
    flex: 30px 0 0;
  }

  .bpf-details .bpf-features .bpf-feature .content .details{
    display: none;
  }

  .course-coupon-wrap {
    background-color: rgba(70,102,231,0.2);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .course-coupon-wrap .ld-progress.ld-progress-inline {
    padding-top: 0 !important;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    
  }

  .course-coupon-wrap .progress-wrap {
    margin-bottom: 1rem;
  }

  .course-coupon-wrap .name-wrap {
    background-color: #fff;
    padding: 1rem;
    font-weight: bold;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .course-coupon-wrap h4{
    margin-bottom: 0.5rem;
  }

  .course-coupon-wrap .code-wrap {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #4666e7;
  }

  .course-coupon-wrap .code-wrap span {
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
  }

  .course-coupon-wrap .code-wrap .usage {
    margin-left: 1rem;
  }
}
@media only screen and (min-width : 768px) {
  .bpf-details .bpf-features .bpf-feature .spacer {
    flex: 30px 0 0;
  }

  .bpf-details .bpf-features .bpf-feature .content .details{
    display: block;
  }
  
}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {
}