.shop_table .fee th {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
  }
  .shop_table .fee td {
    text-align: right;
  }
 .shop_table td bdi {
	color: rgba(0, 0, 0, 1);
}
#descriptionModal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#descriptionModal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 12px;
}

#descriptionModal .close {
    color: #000;
    float: right;
    font-size: 28px;
    margin-top: -16px;
  margin-right: -9px;
}

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

.order_number {
    background: rgba(237, 237, 237, 1);
    max-width: 367px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}
.order_number h2 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}
.order_number {
    background: rgba(237, 237, 237, 1);
    max-width: 367px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    height: 51px;
    margin-bottom: 35px;
}
.order_detail_box {
    border: 0.7px solid rgba(24, 22, 23, 1);
    border-radius: 16px;
    padding: 38px;
}
.order_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 0.7px solid rgba(24, 22, 23, 1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.order_detail_box .product_info .custom-product-second_box {
    margin-bottom: 35px;
}
.custom-product-details_box .p_box ul li span {
    color: rgba(0, 0, 0, 1);
}
span.weekly-price {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
span.weekly-price span.woocommerce-Price-amount.amount bdi {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.custom-product-details_box .p_box h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: rgba(24, 22, 23, 1);
    border-right: 1px solid rgba(24, 22, 23, 0.2);
    margin-right: 40px;
}
tr.cart-subtotal th {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}
.thankyou_head h2 {
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 700;
    line-height: 58.21px;
    letter-spacing: -0.03em;
    text-align: center;
}
.thankyou_head p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.thankyou_head {
    margin-bottom: 35px;
}
.coupon {
    position: relative;
}
.coupon {
    max-width: 355px;
    width: 100%;
}
.coupon button.button {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.coupon button.button {
    background: rgba(48, 134, 59, 1) !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    border-radius: 4px;
    position: absolute;
    right: 0;
}
input#coupon_code {
    background: rgb(242, 242, 242);
}
.woocommerce-form-coupon #coupon_code {
    max-width: 355px;
    width: 100%;
    border: 0.7px solid rgba(24, 22, 23, 1);
    border-radius: 8px;
}
tr.order-total th {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
tr.cart-subtotal span.woocommerce-Price-amount.amount {
    float: right;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.68px;
    text-align: right;
    color: rgba(0, 0, 0, 1);
}
tr.tax-total th {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}
tr.order-total strong {
    float: right;
    color: rgba(48, 134, 59, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.68px;
    text-align: right;
}
tr.tax-total td {
    float: right;
}
form#coupon-form {
    background: transparent;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
form#coupon-form p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}
.woocommerce-billing-fields {
    background: rgba(242, 242, 242, 1);
    padding: 31px 68px;
    border-radius: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
}
.woocommerce-billing-fields h3, .custom-product-details h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: rgba(48, 134, 59, 1);
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}
.woocommerce-checkout form .col2-set label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(24, 22, 23, 1);
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    border: 0.7px solid rgba(24, 22, 23, 1);
    border-radius: 8px;
    background: transparent;
    color: rgba(24, 22, 23, 0.8);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
}
.custom-product-details_box {
    border: 1px solid rgba(0, 0, 0, 1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 19px 34px;
    border-radius: 16px;
    margin-top: 16px;
}
.custom-product-details_box .p_box h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.custom-product-details_box .p_box ul li span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.custom-product-details_box .p_box a {
    max-width: 168px;
    min-height: 40px;
    color: rgb(255, 255, 255);
    background: rgb(24, 22, 23);
    padding: 8px 56px;
    border-radius: 19px;
}
.custom-product-second_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    align-content: center;
    text-align: center;
    gap: 20px;
}
.custom-product-second_box h5 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.47px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.custom-product-second_box p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.68px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.woocommerce-checkout-review-order #place_order {
    width: 100%;
    background: rgba(48, 134, 59, 1);
    max-width: 236px;
    margin: 0 auto;
    float: unset !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 19px;
}


#custom-order-form .field_main {
    background: rgba(242, 242, 242, 1);
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 34px 75px;
}
#custom-order-form .field_main h4 {
    color: rgba(48, 134, 59, 1);
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}
.note_text {
    font-style: italic;
    color: #30863b;
    margin-bottom: 8px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
	display: block;
}
#custom-order-form .field_main .field_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px;
    gap: 16px;
}
#custom-order-form .field_main .field_box .custom_field_data {
    display: flex;
    flex-direction: column;
}
#custom-order-form .field_main input, #custom-order-form .field_main select, #custom-order-form .field_main textarea#message {
    border: 1px solid rgba(43, 43, 43, 1);
    border-radius: 8px;
    background: transparent;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.47px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
	outline: unset;
	padding: 11px 24px;
	max-width: 100%;
	width: 100%;
}
#custom-order-form .field_main label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}
.position-relative {
    position: relative;
}
.input-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
#custom-order-form .container {
    margin-top: 40px;
}
#custom-order-form button {
background: rgba(48, 134, 59, 1);
    width: 100%;
    height: 48px;
    padding: 12px 24px 12px 24px;
    border-radius: 19px;
	margin-top: 30px;
	font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
#custom-order-form button:focus{
	outline: unset;
}
#custom-order-form .field_main textarea#message {
    min-height: 135px;
}
#custom-order-form button:hover {
    border: unset;
    color: #fff;
}
.position-relative label {
    color: red !important;
    font-size: 14px !important;
}
.position-relative label {
    position: absolute;
}








.horizontal-tabs {
    width: 100%;
    margin-bottom: 56px;
}
.product_grid .product_inner_block ul {
    list-style: none;
    padding: 0;
}

.horizontal-tabs ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    background-color: #f9f9f9;
    border-bottom: 2px solid #ccc;
    padding: 0;
}
.horizontal-tabs ul li {
    padding: 15px 20px;
    cursor: pointer;
    flex: 1;
    transition: background-color 0.3s ease;
    background: #ffffff;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.69px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
.horizontal-tabs ul li:hover, .horizontal-tabs ul li.active {
    border-bottom: 3px solid rgba(48, 134, 59, 1);
    color: rgba(0, 0, 0, 1);
}
.product_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.product_grid .product_inner_block ul li {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.product_grid .product_inner_block button {
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    max-width: 336px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 19px;
    background: rgba(48, 134, 59, 1) !important;
    width: 100%;
}
.product_heading {
    display: flex;
    gap: 15px;
    align-items: center;
}
.product_heading h2 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 1);
}
.product_heading a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(48, 134, 59, 1);
}
.price_block {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 32px 0;
    margin: 32px 0;
}
.price_block bdi {
	font-family: Roboto;
	font-size: 56px;
	font-weight: 700;
	line-height: 67px;
	text-align: left;
}
.product_grid .product_inner_block {
    max-width: 400px;
    min-height: 627px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 1);
}
.product_grid .product_inner_block ul li svg {
    width: 17px;
    height: 12.31px;
    margin-right: 15px;
}
.product_inner_block.active {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-color: #30863b;
}
@media (max-width: 991px){
	.product_grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px){
	.product_grid {
		grid-template-columns: 1fr;
	}
		#custom-order-form .field_main .field_box {
		grid-template-columns: 1fr;
	}
	#custom-order-form .field_main {
    padding: 34px 24px;
	}
	#custom-order-form button {
    	margin-top: 0;
	}
	.custom-product-details_box {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.thankyou_head p {
		font-size: 16px;
		line-height: normal;
	}
	form#coupon-form {
    flex-direction: column;
	}
    
}