p {
	overflow-wrap: initial !important;
}
/*.woocommerce-form-coupon-toggle {
  display: none;
}*/
.woocommerce-additional-fields__field-wrapper {
  display: none;
}
.checkout-steps {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.checkout-steps .steps-timeline {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-evenly;
  text-align: center;
}
.checkout-steps .step {
  flex: 1 0 20%;
}
.checkout-steps .timeline {
  height: 0;
  width: 100%;
  position: relative;
  position: absolute;
  top: 50%;
  z-index: -1;
  border-top: 2px solid #000000;
}
.checkout-steps .timeline-1 {
  width: 100%;
  position: relative;
  left: 50%;
}
.checkout-steps .step-text {
  border-radius: 50px;
  background-color: #F4B334;
  padding: 26px 10px 13px;
  height: 80px;
  width: 80px;
  display: inline-block;
  font-size: 40px;
}
@media (max-width: 520px) {
	.checkout-steps .step-text {
		padding: 13px 10px 13px;
		height: 45px;
		width: 45px;
		font-size: 30px;
	}
}
.checkout-steps .current .step-text {
  background-color: #20538C;
  color: #F4B334;
}
.checkout-steps .step a:hover {
  background-color: none;
}
form.checkout.woocommerce-checkout {
  margin: auto;
  background: #f2f2f2;
  padding: 20px;
  z-index: 0;
  position: relative;
}
@media (max-width: 980px) {
	form.checkout.woocommerce-checkout {
		width: 100%;
	}
}
.col-1.products-block.step-1 {
  width: 80%;
  margin: auto;
}
.col-1.products-block.step-1 select#checkout-products {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  border: 1px solid black;
  background-color: #f2f2f2;
}
.list-inline.oneoff-monthly-block {
  display: flex;
  margin-top: 20px;
  padding: 0 0 25px 0;
}
@media (max-width: 520px) {
	.list-inline.oneoff-monthly-block {
		display: block;
	}
	.list-inline.oneoff-monthly-block li {
		width: 100%;
		padding-right: 0 !important;
		margin-bottom: 10px;
	}
}
.list-inline.oneoff-monthly-block li {
	flex-basis: 100%;
	list-style: none;
	padding-right: 10px;
}
.list-inline.oneoff-monthly-block li:last-child {
	padding-right: 0;
}
.woocommerce-checkout-review-order-table2 .quantity {
display: none !important;
}
.oneoff-monthly-block .buttons {
  border: 1px solid #000000;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
}
.oneoff-monthly-block .buttons:hover {
  border: 1px solid #316096;
  background-color: #316096;
  font-weight: 700;
  color: white;
}
.oneoff-monthly-block .buttons.clour_btn {
  border: 1px solid #316096;
  background-color: #316096;
  font-weight: 700;
  color: white;
}
.oneoff-monthly-block .buttons:focus {
  border: 1px solid #316096;
  background-color: #316096;
  font-weight: 700;
  color: white;
}
.hide-block {
  display: none !important;
}
.oneoff-monthly-block .buttons.selected {
  border: 1px solid #316096;
  background-color: #316096;
  font-weight: 700;
  color: white;
}
#makeAnotherDonation {
  height: 60px;
}
.dynamic-products {
	padding-bottom: 25px;
}
dl dt, td.product-name > dl > dd > p {
	font-weight: 500;
	font-size: 16px !important;
    line-height: 1.6 !important;
}
input[type=checkbox] {
	margin: -2px 8px 0 0;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.dynamic-product-options > div {
	display: flex;
	padding-bottom: 25px;
}
@media (max-width: 520px) {
	.dynamic-product-options > div {
		display: block;
	}
	div.dynamic-product-options > div > label {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
}
.selected.makeAnotherDonation {
	background-color: #F4B334 !important;
	border: 1px solid #F4B334 !important;
	color: #000000 !important;
}
.col-1.products-block.step-1 .custom_amount_block input.customamount {
  width: 100%;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid black;
  padding: 15px;
  background-color: #f2f2f2;
  padding-left: 20px;
}
.col-1.products-block.step-1 .custom_amount_block span#pound-sign {
  position: absolute;
  font-size: 20px;
  padding-top: 12px;
  padding-left: 6px;
}
.list-inline.oneoff-monthly-block.payment-btns {
  text-align: left;
  margin-top: 20px;
  padding-left: 0px;
}
.list-inline.oneoff-monthly-block.payment-btns li:first-child {
  padding-left: 0px;
}
form.checkout.woocommerce-checkout label {
	cursor: pointer;
	flex-basis: 100%;
}
h3#gift-aid-heading {
  display: none;
}
h3#gift-aid-heading, .text-center-heading {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #20538c;
  padding-bottom: 30px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 80%;
  margin: auto;
}
.gift-aid-section p.textingp {
  font-size: 16px;
  color: #20538c;
  font-weight: 500;
  display: inline;
}
@media (max-width: 520px) {
	.gift-aid-section p.textingp {
		display: block;
	}
	.gift-aid-section p.floattextp {
		float: none !important;
	}
}
.gift-aid-section p.floattextp {
  float: right;
  font-size: 22px !important;
  margin: 0 auto;
}
.gift-aid-section img.topimages4 {
  margin: auto;
  display: flex;
}
.gift-aid-section .textcenter1 {
  text-align: center;
  padding: 30px;
}
.gift-aid-section p.centertext {
  font-size: 20px !important;
  font-weight: 500;
  margin: auto;
}
.gift-aid-section .centeralignedtext {
  text-align: center;
  padding-bottom: 20px;
}
.gift-aid-section p.floattextp2 {
  font-size: 25px !important;
  display: inline;
  font-weight: 500;
}
input#gift_aid_reclaimed {
    height: 40px;
    width: 40px;
}
.gift-aid-section span.optional {
    display: none;
}
.gift-aid-section p.floattextp2.ten img {
  width: 30px;
}
div#order_review {
    width: 80%;
    margin: auto;
}
.gift-aid-section p.footertext1 {
    text-align: center;
}
.woocommerce-form-login-toggle .woocommerce-info {
    display: none;
}
.woocommerce form .form-row input.input-text, select {
	border: 1px solid #000000;
	background-color: #f2f2f2;
	font-size: 18px;
	height: 60px;
	color: #000000;
}
#mailchimp-gdpr-fields {
	display: none !important;
}

.zakaat-calculator-wrapper {
	margin: auto;
}
.zakaat-calculator-wrapper .title1 {
	width: 100%;
}
.zakaat-calculator-wrapper .md\:mb-12 {
    margin-bottom: 3rem;
}
.zakaat-calculator-wrapper .mb-4 {
    margin-bottom: 1rem;
}
.zakaat-calculator-wrapper .w-full {
  width: 100%;
}
.zakaat-calculator-wrapper .half-width {
  width: 50%;
}
.zakaat-calculator-wrapper .checkbox-container.-half-width {
  width: 50%;
}
@media (max-width: 510px) {
	.zakaat-calculator-wrapper .checkbox-container.-half-width {
		width: 100%;
	}
}
.zakaat-calculator-wrapper .checkbox-container .checkbox-input {
	width: 1.3em;
  height: 1.3em;
	border-radius: 50%;
}
.zakaat-calculator-wrapper .checkbox-container .checkbox-input:checked {

}
.col-1.products-block.step-2 {
	width: 80%;
	margin: auto;
}
.zakaat-calculator-wrapper .btn-start-calculation {
	cursor: pointer;
}
.atc {
	display: flex;
	justify-content: center;
}
.zakaat-calculator-wrapper .btn-start-share {
	background-color: #fff;
  border: 1px solid #1d9868;
  color: #696969;
  width: 50%;
  font-size: 1.125rem;
  height: 60px;
  border-radius: 100px;
	cursor: pointer;
	float: left;
  padding-top: 5px;
  padding-right: 5px;
	-webkit-transition: all .5s cubic-bezier(.48,0,.12,1);
  transition: all .5s cubic-bezier(.48,0,.12,1);
}
.zakaat-calculator-wrapper .btn-start-share:hover {
	background-color: #2c91dc!important;
	color: #fff;
}
.zakaat-calculator-wrapper .sm\:text-lg {
    /* font-size: 1.125rem; */
}
.zakaat-calculator-wrapper .mb-8 {
  margin-bottom: 2rem;
}
.zakaat-calculator-wrapper .mt-6 {
  margin-top: 1.5rem;
}
.zakaat-calculator-wrapper .input-text-block .flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.zakaat-calculator-wrapper .input-text-block label {
	flex-basis: initial !important;
	display: inline-block;
	-webkit-transition: border-color .5s cubic-bezier(.48,0,.12,1);
	transition: border-color .5s cubic-bezier(.48,0,.12,1);
	margin-bottom: 0.25rem;
	cursor: default !important;
}
.zakaat-calculator-wrapper .input-text-block .relative {
  position: relative;
}
.zakaat-calculator-wrapper .input-text-block .currency-icon {
	min-width: 53px;
	padding: 1.25rem;
	position: absolute;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #60a511;
	color: #ffffff;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	font-weight: 600;
	font-size: 1.25rem;
}
.zakaat-calculator-wrapper .input-text-block input[type=text] {
	font-size: 100%;
	width: 100%;
	border-width: 1px;
  border-radius: 0.25rem;
  border-color: #b3b3b3;
  position: relative;
	padding: 1rem;
	padding-right: 2rem;
	padding-left: 4.5rem;
}
.zakaat-calculator-wrapper .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.zakaat-calculator-wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zakaat-calculator-wrapper .justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.zakaat-calculator-wrapper  .step-3 {

}
.zakaat-calculator-wrapper  .step-3 .text-center-heading {
	margin-top: 1rem;
}
.zakaat-calculator-wrapper  .step-3 .sub-text {
	text-align: center;
}
.zakaat-calculator-wrapper  .step-3 .heading-sub-text {
  margin-bottom: 3rem;
  text-align: center;
}
.zakaat-calculator-wrapper  .step-3 .own {
	flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.zakaat-calculator-wrapper  .step-3 .own .item-block {
  text-align: left;
	width: 10rem
}
.zakaat-calculator-wrapper  .step-3 .own .item-block .sub-text {
  text-align: left;
	padding-bottom: 5px
}
.zakaat-calculator-wrapper  .step-3 .owe {
	flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.zakaat-calculator-wrapper  .step-3 .owe .item-block {
  text-align: left;
	width: 10rem
}
.zakaat-calculator-wrapper  .step-3 .owe .item-block .sub-text {
  text-align: left;
	padding-bottom: 5px
}
#nisab-metal {
	padding-top: 5px;
}
.zakaat-calculator-wrapper  .step-3 .result {
	flex-wrap: wrap;
  text-align: center;
  justify-content: center;

}
.zakaat-calculator-wrapper  .step-3 .result .result-block {
	padding: 2rem;
	border-style: solid;
	text-align: left;
	margin-top: 2.5rem;
}
.zakaat-calculator-wrapper .step-3 .result .result-block .text-section {
  padding-bottom: 5px;
}
.bg-green-100 {
  background-color: #ffffff;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.border-green {
  border-color: #60a511;
}
.text-base {
    font-size: 1rem;
}
.text-gray {
    color: #696969;
}
.font-semibold {
    font-weight: 600;
}
.text-4xl {
  font-size: 2.25rem;
}
.border {
  border-width: 1px;
}
.rounded {
  border-radius: 0.25rem;
}
.header-2 {
  font-size: 1.75rem;
  color: #1b3f92;
  font-weight: 600;
}
.sub-text {
  color: #20538c;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-green {
  color: #60a511;
}
.zakaat-calculator-wrapper .step-3 hr {
    border-color: #d2d2d2;
    margin-bottom: 1rem;
}
.zakaat-calculator-wrapper .step-3 hr {
    border-top-width: 1px;
}
.zakaat-calculator-wrapper .input-text-block .input-container.padding-left-1 {
    padding: 1rem;
    padding-right: 2rem;
}
.zakaat-calculator-wrapper .extra_input_block_wrapper {
	margin: 0.5rem 0px;
}

.zakaat-calculator-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

/* Hide default HTML checkbox */
.zakaat-calculator-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.zakaat-calculator-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.zakaat-calculator-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.zakaat-calculator-wrapper input:checked + .slider {
  background-color: #2196F3;
}

.zakaat-calculator-wrapper input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.zakaat-calculator-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

/* Rounded sliders */
.zakaat-calculator-wrapper .slider.round {
  border-radius: 34px;
}

.zakaat-calculator-wrapper .slider.round:before {
  border-radius: 50%;
}

.zakaat-calculator-wrapper .on {
  display: none;
}

.zakaat-calculator-wrapper .on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
.zakaat-calculator-wrapper .on {
  left: 32%;
}
.zakaat-calculator-wrapper .off {
  left: 65%;
}

.zakaat-calculator-wrapper input:checked+ .slider .on {
	display: block;
}

.zakaat-calculator-wrapper input:checked + .slider .off {
	display: none;
}
@media (min-width: 751px) {
	.zakaat-calculator-wrapper .additional-field-remove {
		margin: 10px;
		margin-top: 40px;
	}
}
@media (max-width: 750px) {
	.zakaat-calculator-wrapper .additional-field-remove {
		margin: 10px;
		position: absolute;
		top: -10px;
		right: 0;
	}
	 div.input-text-block.ajax-extra-fields > div > div > div.w-full.sm\:w-1\/2.sm\:ml-4.mb-6.relative.text-input.transition-all {
		 margin-top: 1rem;
	 }
}
.zakaat-calculator-wrapper .btn-start-calculation:disabled {
	opacity: 0.5;
  cursor: not-allowed;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Modal (background) */
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.modal-body {
	padding: 20px 20px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  /* margin: auto; */
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* quick donate */
.quick-donation-wrapper {
	display: flex;
}
.content-second {
	width: 100%;
}
.quick-donation-wrapper .content-first h3 {
	text-align: left;
}
.quick-donation-wrapper .content-second .row.row-first,
.quick-donation-wrapper .content-second .row.row-second {
	display: flex;
	justify-content: end;
}
.quick-donation-wrapper .content-second .row.row-first div,
.quick-donation-wrapper .content-second .row.row-second div,
.oneoff-monthly-block.add-donation {
    margin: 0 5px;
}
.quick-donation-wrapper .content-second .row.row-first .donation-frequency,
.quick-donation-wrapper .content-second .row.row-first .donation-project,
.quick-donation-wrapper .content-second .row.row-first .donation-amount,
.quick-donation-wrapper .content-second .row.row-second .donation-type,
.quick-donation-wrapper .content-second .row.row-second .donation-country,
.oneoff-monthly-block.add-donation {
	display: flex;
	flex: 0 0 30%;
}
.quick-donation-wrapper .content-second .row.row-first .donation-frequency select,
.quick-donation-wrapper .content-second .row.row-first .donation-project select,
.quick-donation-wrapper .content-second .row.row-first .donation-amount input,
.quick-donation-wrapper .content-second .row.row-second .donation-type select,
.quick-donation-wrapper .content-second .row.row-second .donation-country select {
	width: 100%;
}
.quick-donation-wrapper .content-second select {
  padding: 6px;
  font-size: 16px;
  border: 1px solid black;
  background-color: #f2f2f2;
}
.quick-donation-wrapper .content-second input {
    font-size: 16px;
    border: 1px solid black;
    padding: 6px;
    background-color: #f2f2f2;
	height: 60px;
}
.quick-donation-wrapper #add_quick_donate_processing {
	display: none;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}
.quick-donation-wrapper #makeAnotherDonation:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.quick-donation-wrapper .content-second .row.row-first .donation-amount {
	position: relative;
}
.quick-donation-wrapper .content-second .row.row-first input::-webkit-outer-spin-button,
.quick-donation-wrapper .content-second .row.row-first input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quick-donation-wrapper .content-second .row.row-Firstinput[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.quick-donation-wrapper .project-info {
	display: none;
}
.quick-donation-wrapper .project-info a {
	color: #ffffff;
}
.quick-donation-wrapper .project-info {
  position: absolute;
  right: 10px;
	top: 16px;
}
.project-info-tooltip .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000000;
	color: #000000;
}

.project-info-tooltip .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.project-info-tooltip .tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (min-width: 750px) {
	.sm\:w-1\/2 {
  	width: 45% !important;
	}
	.sm\:mr-4 {
    margin-right: 1rem;
	}
	.header-2 {
    font-size: 2rem;
	}
	.zakaat-calculator-wrapper  .step-3 .result .result-block {
		width: 25rem;
	}
	.sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}
	.sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
	}
	.sm\:text-2-5xl {
    font-size: 1.75rem;
}
}

@media (max-width: 980px) {
	.quick-donation-wrapper {
		display: block;
	}
	.quick-donation-wrapper .content-first {
		width: 100%;
		margin: 20px auto;
	}
	.quick-donation-wrapper .content-first h3 {
		text-align: center;
	}
	.quick-donation-wrapper .content-second {
		width: 100%;
		margin: 20px auto;
	}
	.quick-donation-wrapper .content-second .row.row-first div,
	.quick-donation-wrapper .content-second .row.row-second div,
	.oneoff-monthly-block.add-donation {
    margin: 0px;
	}
	.quick-donation-wrapper .content-second .row.row-first,
	.quick-donation-wrapper .content-second .row.row-second {
    display: block;
	}
	.quick-donation-wrapper .content-second input {
    width: 100%;
	}
	.quick-donation-wrapper .content-second select {
 		width: 100% !important;
	}
	.quick-donation-wrapper .content-second .row.row-first .donation-frequency {
		margin: 0px;
	}
	.oneoff-monthly-block.add-donation {
		width: 100%;
	}
}
