/* Enter Your Custom CSS Here */
.modal-dialog{
	max-width: 640px !important;
}
.nex-plans-pdp-heading-css {
    margin-top:30px !important;
}
.mayapgs-payment-holder {
    border-color: #0F75BC;
}
.discount-label{
	display:none;
}
.mt-2{
    background: #f2f1f6;
    padding: 0 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
	  color: #000;
}
.mayapgs-full-display {
   color: #485156!important;
}

/*** bootstrap modal start***/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dddddd;
  border-top-left-radius: calc(1.75rem - 1px);
  border-top-right-radius: calc(1.75rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.714; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: calc(1.75rem - 1px);
  border-bottom-left-radius: calc(1.75rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.125rem 0.312rem rgba(0, 0, 0, 0.28); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.375rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(1.375rem - 1px);
      border-top-right-radius: calc(1.375rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(1.375rem - 1px);
      border-bottom-left-radius: calc(1.375rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(1.375rem - 1px) calc(1.375rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(1.375rem - 1px) calc(1.375rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(1.375rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(1.375rem - 1px);
  border-top-right-radius: calc(1.375rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(1.375rem - 1px);
  border-bottom-left-radius: calc(1.375rem - 1px); }

.card-group > .card {
  margin-bottom: 0.9375rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/*** bootstrap modal end***/

.mayapgs-bank-name {
		color: #333333 !important
}
/* .woocommerce-variation-add-to-cart > * {
  flex: 1 1 1%;
} */
.joinchat__woo-btn {
	  height:42px;
    border-radius:  var(--btn-accented-brd-radius);
    margin-top: auto !important;
    margin-bottom: auto !important;
/* 		display: flex !important; */
		align-items: center!important;
	  justify-content: center;
}
@media only screen and (min-width: 350px) and (max-width: 555px) {
.joinchat__woo-btn {
  width:320px;
	display: flex !important;
	}
}

/* .single_variation_wrap {
		display: inline-grid !important;
}
 */
.fa-mobile-alt{
	margin-left: 3px;
}

.elementor-kit-7 input:not([type="button"]):not([type="submit"]), .elementor-kit-7 textarea, .elementor-kit-7 .elementor-field-textual{
	color: #000000;
}

/***single page price font***/
.single-product .elementor-widget-wd_wc_hook .price {
    font-size: 25px;
}
/***single pp variation table***/
table.variations {
	margin-top:25px;
}
.woocommerce-variation-add-to-cart{
	margin-bottom:20px
}
.product_meta{
	margin-top: 20px;
	margin-bottom:20px;
}
/* @media only screen and (min-width: 555px) {
.woocommerce-variation-add-to-cart {
    flex-wrap: nowrap;
	  align-items: flex-start;
	}
} */
@media only screen and (min-width: 768px) and (max-width: 1150px){
.woocommerce-variation-add-to-cart {
  flex-wrap: wrap;
 }
}

@media only screen and (max-width: 480px) {.woocommerce-variation-add-to-cart, .quantity{
display: flex !important;
			
		width:100% !important;
}
	.single-product	.button{
				align-items: center !important;
padding: 10px !important;
				width: 35% !important;

		}
		.quantity{
				width: 30% !important;
				margin-right: -20px;
		}
		.joinchat__woo-btn{
display: flex !important;
			justify-content: center !important;
				width:100% !important;
		}

		
}

#woocommerce_product_categories-4{
	display: none !important;
}

/* .product-element-bottom .price .amount {
    font-size: 14px !important;
} */
#wcj_product_addons > p:nth-child(2), #wcj_product_addons > p:nth-child(3), #wcj_product_addons > p:nth-child(4) {
	display: flex;
}
#wcj_product_addons input[type="checkbox"]{
	  margin-top: -5px;
}
#wcj_product_addons > p:nth-child(1) > label{
	pointer-events: none;
	font-weight: 700;
  font-size: 20px;
	text-decoration: underline;
}
#wcj_product_addons > p{
	margin-bottom:0px;
}
#wcj_product_addons .amount{
    color:#f00;
    font-weight: 600;
}
table.variations .label>* {
	color: #0f75bc !important;
}
.wd-action-btn {
	--action-btn-color: #0f75bc !important;
}
.primary-color{
	color: #0f75bc !important;
}
label {
    font-weight: 700;
}
h1.entry-title {
font-weight: 600;
}
.koko-product-price-installment-in-variation, .product-price-installments-not-in-variation, .koko-checkout-price-installment{
	display:none;
}
.amount, .woobt-price-17588 {
    color: #e9041e;
}
#billing_state_field{
	display:block !important;
}
