/*@media only screen and (max-width: 375px) {*/

/*}*/

/**
 * Style for the Elementor customizer.
 */
:root {
	--green: #04b7a9;
	--green_dark: #00433e;
}

body {
	font-family: "Gilroy";
}

h1, h2, h3, h4, h5, h6, div, p, strong, li, ol, ul, span {
	font-family: "Gilroy";
}

.last-mb0:last-child, .last-mb0 p:last-child {
	margin-bottom: 0 !important;
}

.blue {
	color: #04b7a9 !important;
}

.gray {
	color: #1c1c1c;
}

.d-flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.hide-header {
	transition: all .4s ease !important;
}

.supported-list .elementor-container {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.supported-list .elementor-column {
	width: calc(100% / 2);
	max-width: 150px;
	background-color: #fff;
	border-radius: 10px;
}

.service-list .elementor-widget-image, .service-list .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

.redme-list .elementor-icon-list-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 450px;
}

.rtm-steps .elementor-column .elementor-element, .rtm-steps .elementor-column .elementor-element .elementor-widget-container {
	height: 100%;
}

.product-list .eael-product-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: end;
	padding: 10px;
}

.product-list .eael-product-wrap img {
	width: 100% !important;
	max-height: 500px;
	object-fit: contain;
	object-position: center;
	order: 0;
	margin-bottom: 30px;
}

.product-list .eael-product-title {
	width: 100%;
	order: 1;
}

.product-list .eael-product-title .woocommerce-loop-product__title {
	margin-top: 0 !important;
}

.product-list .eael-product-price {
	width: 100%;
	order: 2;
}

.product-list a.add_to_cart_button {
	max-width: 200px;
	height: max-content;
	width: 100%;
	margin: auto !important;
	order: 3;
}

.product-list .woocommerce-LoopProduct-link {
	margin-left: auto;
	margin-right: auto;
}

/* details page */
.single-product {
	padding-top: 0px;
	padding-bottom: 0px;
}

.woocommerce div.product .product_title {
	font-weight: bold;
	font-family: "Gilroy" !important;
}

.woocommerce div.images.woocommerce-product-gallery .flex-viewport {
	background-color: #e7e7e7;
	border-radius: 20px;
}

.woocommerce div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	padding: 20px;
}

.woocommerce-shop .summary .product_title, .pillbox-product .summary .product_title {
	font-size: 48px;
}

.woocommerce-shop  .woocommerce-product-gallery__image a img, .single-product.woocommerce .woocommerce-product-gallery__image a img {
	height: 250px !important;
	object-fit: contain;
	object-position: center;
}

.woocommerce-shop .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .single-product .flex-control-thumbs {
	margin-top: 20px;
}

.woocommerce-shop .flex-control-thumbs li img, .single-product .flex-control-thumbs li img {
	height: 70px !important;
	object-fit: contain;
	object-position: center;
}

#review_form #respond .form-submit input {
	background-color: #fff;
	color: #04b7a9;
	border: 1px solid #fff;
	font-weight: 500;
	border-radius: 5rem;
}

#review_form #respond .form-submit input:hover, #review_form #respond .form-submit input:focus {
	background-color: #04b7a9;
	color: #fff;
	outline: none;
	font-family: "Gilroy";
}

.woocommerce div.product form.cart, .woocommerce-shop  div.product form.cart {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-shop div.product form.cart div.quantity {
	margin-bottom: 15px;
	font-family: "Gilroy";
}

.woocommerce-shop .quantity .qty:focus, .single-product .quantity .qty:focus, .single-product .quantity .qty:focus-visible {
	outline: none;
}

.woocommerce-shop div.product form.cart .button.single_add_to_cart_button, .single-product div.product form.cart .button.single_add_to_cart_button {
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	font-family: "Gilroy";
}

.woocommerce-shop .single_add_to_cart_button:focus, .single-product .single_add_to_cart_button:focus, .single-product .single_add_to_cart_button:hover {
	border-color: #04b7a9 !important;
	outline: none;
}

/* cart page */
.woocommerce-cart .table.shop_table {
	border-collapse: collapse;
}

.woocommerce-cart-form table.shop_table th {
	font-family: "Gilroy";
	color: #04b7a9;
}

.woocommerce-cart table.cart .product-thumbnail img {
	max-width: 100px;
	width: 100%;
	object-fit: contain;
}

.woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table td>* {
	color: #36454f;
	font-weight: bold;
}

.woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-price>* {
	color: #04b7a9;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
	color: #36454f;
}

.woocommerce-cart table.cart .button {
	background-color: #04b7a9;
	color: #fff;
	border: 1px solid #04b7a9;
	font-family: "Gilroy";
}

.woocommerce-cart table.cart .button:hover {
	background-color: #fff;
	color: #04b7a9;
	outline: none;
}

.woocommerce-cart table.cart .button:focus {
	outline: none;
}

.woocommerce-cart .quantity .qty {
	font-family: "Gilroy";
	font-size: 16px;
	padding: 0 5px 0 10px !important;
	height: 40px !important;
	line-height: 38px;
	color: #04b7a9;
	border: 1px solid #04b7a9;
	border-radius: 5px;
	outline: none;
	font-weight: bold;
}

.woocommerce-cart .product-subtotal {
	font-weight: bold;
	font-family: "Gilroy";
}

.woocommerce-cart table td, .woocommerce-cart table th {
	border-color: rgba(4, 183, 169, 30%);
	text-align: center;
	font-family: "Gilroy";
}

.woocommerce-cart table.shop_table {
	border-collapse: collapse;
	border: none;
	font-family: "Gilroy";
}

.woocommerce-cart-form table.shop_table th {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff !important;
	background: #000;
	text-align: center;
	font-family: "Gilroy";
}

.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
	text-align: left;
	font-size: 20px;
	font-family: "Gilroy";
}

.woocommerce-cart .cart_totals td {
	color: rgba(4, 183, 169, 1);
}

.woocommerce-cart .cart_totals h2 {
	font-family: "Gilroy";
}

.woocommerce-cart-form .shop_table  .product-thumbnail {
	pointer-events: none !important;
}

.return-to-shop a.button.wc-backward, .woocommerce-message a.button.wc-backward, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	background-color: #04b7a9 !important;
	color: #fff !important;
	border: 1px solid #04b7a9 !important;
	font-family: "Gilroy";
}

.return-to-shop a.button.wc-backward:hover, .woocommerce-message a.button.wc-backward:hover, .woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
	background-color: #fff !important;
	color: #04b7a9 !important;
	border: 1px solid #04b7a9 !important;
	outline: none !important;
}

.woocommerce-checkout .entry-title {
	color: #04b7a9;
	font-family: "Gilroy";
}

.woocommerce-billing-fields h3, .woocommerce-form__label-for-checkbox, #order_review_heading {
	color: #04b7a9;
	font-weight: bold;
}

.checkout.woocommerce-checkout table, .checkout table {
	border-collapse: collapse;
}

.checkout.woocommerce-checkout table th, .checkout table th {
	border-color: #04b7a9;
	font-size: 18px;
}

.checkout.woocommerce-checkout table td, .checkout table td {
	border-color: #04b7a9;
}

.checkout.woocommerce-checkout table tr th:first-child, .checkout.woocommerce-checkout table tr td:first-child {
	color: #04b7a9;
	font-weight: bold;
}

.woocommerce form .form-row label {
	/*color:  #04b7a9;*/
	color: #36454f;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, .woocommerce .select2-container--default .select2-selection--single::placeholder {
	color: #04b7a9;
	font-family: "Gilroy";
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .select2-container--default .select2-selection--single {
	border-color: #04b7a9;
	color: #04b7a9;
	border-radius: 5rem;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single {
	border-radius: 5rem;
}

.woocommerce form .form-row textarea {
	border-radius: 1rem;
}

.woocommerce .select2-container .select2-selection--single {
	height: 37px;
	border-color: #04b7a9;
	color: #04b7a9;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	color: #04b7a9;
}

#order_review_heading {
	margin-top: 40px;
}

.woocommerce-checkout-review-order {
	background-color: #f4f7ff;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table td>* {
	font-size: 20px;
}

/*updates in product page*/
.woocommerce-shop .woocommerce-product-details__short-description, .pillbox-product .woocommerce-product-details__short-description {
	/*color: #fff;*/
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "Gilroy";
	line-height: 1.2em;
}

.pillbox-product .woocommerce-product-details__short-description ul li {
	line-height: 1.2em;
}

.product-heading {
	font-size: 18px !important;
	color: #fff !important;
	margin-top: 20px !important;
	font-family: "Gilroy";
	text-transform: capitalize;
}

.qty-label, .woocommerce-shop .woocommerce-product-details__short-description, .pillbox-product .woocommerce-product-details__short-description a {
	/*color: #fff;*/
	font-family: "Gilroy";
}

.woocommerce-shop .woocommerce-product-details__short-description ul, .pillbox-product .woocommerce-product-details__short-description ul {
	padding-left: 16px;
}

/*================*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background-color: #04b7a9;
	color: #fff;
	border: 1px solid #04b7a9;
	font-weight: 500;
	text-transform: uppercase;
	padding: 16px 10px;
	font-family: "Gilroy";
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #fff;
	color: #04b7a9;
}

.woocommerce .quantity .qty {
	width: 100px;
}

/* product details page */
button.pswp__button--arrow--left, button.pswp__button--arrow--right {
	width: 50px;
	height: 50px;
	background-color: #04b7a9;
}

.pswp__button--arrow--right:before {
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.pswp__button--arrow--left:before {
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.hiw-img, .hiw-img .elementor-widget-container {
	height: 100%;
}

/* .pillbox-product .single-product .woocommerce-product-gallery{
	width: 100% !important;
}
 */
.pillbox-product .woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

.woocommerce-shop  div.product div.images img, .ele-pillbox-product div.product div.images img, .pillbox-product .single-product .woocommerce-product-gallery__image img {
	object-fit: contain;
	object-position: center;
}

.woocommerce-shop e .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 15px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 500px;
}

.woocommerce-shop  .flex-control-thumbs li, .ele-pillbox-product .flex-control-thumbs li, .pillbox-product .single-product .flex-control-thumbs li {
	width: 60px !important;
	margin: 0 5px !important;
}

.woocommerce-shop  .flex-control-thumbs li img, .ele-pillbox-product .flex-control-thumbs li img, .pillbox-product .single-product .flex-control-thumbs li img {
	/* 	margin: 0 10px !important; */
	
	/*border: 1px solid #04b7a9;*/
	padding: 5px;
	border-radius: 10px;
	object-fit: contain;
	background-color: #e7e7e7;
}

/* summery */

/* .pillbox-product .single-product .summary{
	width: 100% !important;
} */
.woocommerce-shop  .summary .product_title, .pillbox-product .summary .product_title {
	color: #36454f;
	line-height: 100%;
	font-size: 24px;
	text-align: left;
	font-family: "Gilroy";
	padding-left: 15px;
	position: relative;
}

.woocommerce div.product .product_title {
	position: relative;
	padding-left: 15px;
}

.woocommerce div.product .product_title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 4px;
	height: 70px;
	background: var(--green);
}

.woocommerce-shop .summary .woocommerce-Price-amount.amount, .woocommerce-shop .summary .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
	/*color: #fff !important;*/
	font-size: 30px !important;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Gilroy";
}

.woocommerce-shop   .summary .price, .pillbox-product .summary .price {
	width: 100%;
	order: 1;
	line-height: 100%;
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
}

.pillbox-product .summary .price {
	padding-left: 15px;
	position: relative;
}

.woocommerce-shop   .summary .price:after, .pillbox-product .summary .price:after {
	content: "";
	width: 100%;
	max-width: 490px;
	background-color: rgba(4, 183, 169, 1);
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pillbox-product .single-product .summary .woocommerce-Price-amount.amount {
	font-size: 24px;
	font-weight: bold;
	font-family: "Gilroy";
}

.woocommerce-shop  .summary .price
.pillbox-product .summary .price {
	color: #04b7a9 !important;
	text-align: left;
}

.woocommerce-shop  .summary .stock.in-stock
.pillbox-product .summary .stock.in-stock {
	color: green;
	font-weight: bold;
	display: none;
}

.woocommerce-shop  .summary div.quantity
.pillbox-product .summary div.quantity {
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0 !important;
}

.woocommerce-shop .quantity .qty, .pillbox-product .summary .input-text.qty {
	font-size: 16px;
	padding: 0 5px 0 10px !important;
	height: 40px !important;
	line-height: 38px;
	color: #36454f;
	border: 1px solid #04b7a9;
	border-radius: 5px;
	outline: none;
	font-weight: bold;
}

.woocommerce-shop  .cart .button, .ele-pillbox-product .cart .button, .ele-pillbox-product .cart input.button, .pillbox-product .summary .single_add_to_cart_button {
	background-color: #04b7a9 !important;
	border: 1px solid #04b7a9;
	color: #fff;
	border-radius: 5rem !important;
	height: 50px !important;
	font-size: 18px;
	max-width: 490px;
	width: 100%;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.ele-pillbox-product .cart .button, .ele-pillbox-product .cart input.button {
	height: 40px !important;
	padding: 0 !important;
}

.woocommerce-shop .cart .button:hover, .woocommerce-shop  .cart input.button:hover, .pillbox-product .summary .single_add_to_cart_button:hover {
	background-color: #fff !important;
	border: 1px solid #04b7a9;
	color: #04b7a9 !important;
	outline: none !important;
}

.woocommerce-shop  .summary .product_meta, .pillbox-product .summary .product_meta {
	display: none;
}

/* discription tabs */
.pillbox-product .description_tab {
	border-color: #04b7a9 !important;
	color: #fff !important;
}

.pillbox-product div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
	display: flex;
}

.pillbox-product div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff !important;
	border-color: #04b7a9;
	margin: 0 !important;
	border-radius: 10px 10px 0 0;
}

.pillbox-product div.product .woocommerce-tabs ul.tabs li a {
	color: #04b7a9;
}

.pillbox-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #fff !important;
	background-color: #04b7a9 !important;
	box-shadow: none;
	border: none;
}

.pillbox-product div.product .woocommerce-tabs ul.tabs::before {
	box-shadow: none;
	border: none;
}

.pillbox-product div.product .woocommerce-tabs ul.tabs li.active::before, .pillbox-product div.product .woocommerce-tabs ul.tabs li.active::after, .pillbox-product div.product .woocommerce-tabs ul.tabs li::before, .pillbox-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.pillbox-product .woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #04b7a9;
	border-radius: 10px;
	padding: 15px;
	margin-top: -1px;
}

.pillbox-product .form-submit .submit {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #04b7a9 !important;
	border-radius: 5rem;
	height: 40px !important;
}

.pillbox-product .form-submit .submit:hover {
	background-color: #fff !important;
	border: 1px solid #04b7a9 !important;
	color: #04b7a9 !important;
	outline: none !important;
}

.ele-pillbox-product p.price {
	margin-bottom: 0 !important;
}

.woocommerce-breadcrumb, .woocommerce-products-header__title.page-title {
	display: none;
}

.qty-label {
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 18px;
	margin-right: 15px;
	line-height: 2em;
}

/*home slider*/
.seen-on-slider .swiper-slide-image {
	object-fit: contain;
	object-position: center;
	width: 100%;
	max-width: 200px;
}

.card-app-download .elementor-widget-eael-info-box, .card-app-download .elementor-widget-eael-info-box .elementor-widget-container {
	height: 100%;
}

.app-slider .swiper-slide-inner {
	height: 500px;
}

.app-slider .swiper-slide-image {
	height: 500px;
	object-fit: contain;
	object-position: center;
}

/*product page download image*/
.product-page-download {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #04b7a9;
	border: none;
	padding: 0;
	background: none;
}

.product-page-download-figure {
	position: relative;
	text-align: center;
	margin: 0;
}

.product-page-download-figure img {
	object-fit: contain;
	object-position: center;
	display: inline-block;
	max-height: 100%;
	position: relative;
	z-index: 1;
}

.product-page-download-figure::before {
	content: "";
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
	height: 500px;
	border-radius: 50%;
	display: inline-block;
	background-image: url("https://cdn-cnefdfd.nitrocdn.com/XTmnUdqDUBCZzCsbzZoWEkCMWCiDWPHn/assets/images/optimized/rev-279a27b/staging.pillbox.health/wp-content/uploads/product_buy_img_elips.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.product-page-download-cta {
	/*     width: 100%; */
	text-align: center;
	margin-top: 20px;
	display: inline-flex;
	justify-content: center;
}

.product-page-download-link {
	position: relative;
	display: inline;
	color: #fff !important;
	background-color: #04b7a9;
	border: 1px solid #04b7a9;
	border-radius: 5rem;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	max-width: 490px;
	font-family: "Gilroy";
}

.product-page-download-link:hover {
	color: #04b7a9 !important;
	background-color: #fff;
	cursor: pointer;
}

.product-page-download-link .tooltiptext {
	visibility: hidden;
	font-size: 18px;
	width: 150px;
	background-color: #04b7a9;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Gilroy";
}

.product-page-download-link .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -12px;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #04b7a9 transparent;
}

.product-page-download-link:hover .tooltiptext {
	visibility: visible;
}

.product-page-download-charge {
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin: 20px auto 0;
	padding: 10px;
	border-left: none;
	border-right: none;
	width: 100%;
}

.product-page-download-charge b {
	color: #04b7a9;
}

.queue-number .elementor-shortcode {
	font-size: 22px;
	color: #04b7a9;
	font-weight: bold;
	line-height: 26px;
}

.checkout-queue-number {
	font-size: 22px;
	color: #36454f;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 500;
}

.checkout-queue-number-text {
	font-size: 25px;
	color: #04b7a9;
	font-weight: bold;
	line-height: 26px;
}

.checkout-dispatch-text {
	font-size: 1.25rem;
	color: #36454f;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 500;
}

.elementor-popup-modal .elementor-button {
	outline: none;
}

.woocommerce-mini-cart__empty-message {
	visibility: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.woocommerce-mini-cart__empty-message:before {
	visibility: visible;
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url("https://cdn-cnefdfd.nitrocdn.com/XTmnUdqDUBCZzCsbzZoWEkCMWCiDWPHn/assets/images/optimized/rev-279a27b/pillbox.health/wp-content/uploads/2023/11/bag_1.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.woocommerce-mini-cart__empty-message:after {
	visibility: visible;
	position: relative;
	content: "Your Cart is Empty!";
	color: #fff;
	height: 30px;
	margin-top: 15px;
}

.product-details li, .product-details p {
	font-size: 20px;
	line-height: 1.2em;
}

.pd-discount {
	max-width: 490px;
	border-radius: 5rem;
	padding: 10px 20px;
	border: 1px solid #04b7a9;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 25px 0;
}

.pd-discount-wrapper p {
	margin-bottom: 0;
	line-height: 1.2em;
}

.pd-discount-wrapper h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 400;
}

.purchase-limit-content p {
	font-style: italic;
	line-height: 1.2em;
}

.purchase-limit-content p a {
	color: #04b7a9 !important;
	text-decoration: underline !important;
}

.purchase-limit-content p strong {
	font-weight: 500;
}

.offer-30-days {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #04b7a9;
	border: 1px solid #231f20;
	border-radius: 10px;
	padding: 3% 5%;
	margin: 20px auto;
	max-width: 650px;
}

.offer-30-days img {
	width: 30px;
	margin-right: 15px;
	object-fit: contain;
	object-position: center left;
}

.offer-30-days-title {
	color: #36454f !important;
	margin: 0 auto 10px auto;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}

.offer-30-days p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	line-height: 1.2em;
}

.offer-30-days p a {
	display: block;
	color: #36454f !important;
	margin: 10px auto 0;
	margin-top: 20px;
}

.product-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.product-contact p {
	text-align: center;
}

.product-contact a {
	text-decoration: underline;
}

.pillbox-cart-view {
	display: none;
}

/* figma new header */
.subheader .text-white {
	color: #fff !important;
	font-weight: 600 !important;
}

.subheader a {
	pointer-events: none;
	font-weight: 600;
}

.subheader .text-white.link {
	pointer-events: auto;
	text-decoration: underline;
}

/* New figma home page */
.hero-carousel .swiper-pagination .swiper-pagination-bullet {
	background: #181d21;
	opacity: 1;
}

.hero-carousel .swiper-pagination .swiper-pagination-bullet-active {
	background: #04b7a9;
}

.bold-t {
	font-weight: 700 !important;
}

.s-color {
	color: #04b7a9 !important;
	font-weight: bold;
	font-family: "Gilroy";
}

.d-color {
	color: #36454f !important;
	font-weight: bold;
	font-family: "Gilroy";
}

.w-color {
	color: #fff !important;
	font-weight: bold;
	font-family: "Gilroy";
}

.benefit-img img {
	position: relative;
	z-index: -1;
}

* {
	box-sizing: border-box;
}

.rtcontainer {
	margin: 0 auto;
	width: 700px;
	height: 600px;
	position: relative;
}

.rtcontainer .main-img {
	height: 600px;
	width: 100%;
	position: absolute;
	object-fit: contain;
	top: 0;
	left: 0;
	z-index: 0;
}

.content-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rtcontainer .content-container {
	height: calc(600px / 5);
	display: flex;
	align-items: center;
}

.rtcontainer .content-container p {
	font-size: 20px;
	font-weight: 400;
	color: #36454f;
	margin-bottom: 0;
}

.rtcontainer .content-container:nth-child(odd) {
	width: 210px;
	text-align: right;
	justify-content: flex-end;
}

.rtcontainer .content-container:nth-child(even) {
	width: 210px;
	text-align: left;
	margin-left: auto;
}

/*New figma RTM page */
.faqs_list .helpie-faq.accordions .accordion {
	margin-top: 0;
	margin-bottom: 0;
}

.rtm-faqs .collection-title, .rtm-faqs .search {
	display: none !important;
}

.rtm-faqs .helpie-faq.accordions {
	color: #fff;
}

.iconbox-container .elementor-icon-box-icon span {
	background: #36454f;
	padding: 12px;
	border-radius: 50%;
}

.rtm-faqs .accordion__item {
	border: none !important;
	margin-bottom: 1.5em !important;
}

.rtm-faqs ul {
	padding: 0;
}

.rtm-faqs .accordion__header {
	background: #fff !important;
	border-radius: 40px;
	padding: 20px 20px 20px 30px !important;
}

.rtm-faqs .accordion__title {
	color: #36454f;
	font-weight: 600 !important;
	font-family: "Gilroy" !important;
	font-size: 20px;
}

.rtm-faqs .accordion__header.active {
	background: rgba(4, 183, 169, 39%) !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.rtm-faqs .accordion__header.active .accordion__title {
	color: #fff !important;
}

.rtm-faqs .accordion__body {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 18px !important;
	padding-top: 0px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 30px !important;
	background: rgba(4, 183, 169, 39%) !important;
	font-family: "Gilroy" !important;
}

.rtm-faqs  .accordion__header:before {
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 29% !important;
	transform: rotate(90deg);
	transition: all .2s ease-in-out;
	width: 26px !important;
	height: 26px !important;
	font-size: 16px;
	border-radius: 50%;
	padding: 6px !important;
	color: #04b7a9 !important;
	content: "" !important;
}

.rtm-faqs  .accordion__header:after {
	display: none !important;
}

.rtm-faqs  .accordion__header.active:before {
	padding: 3px 6px !important;
	color: #44596b !important;
	transform: none !important;
	content: "" !important;
	background: #fff !important;
	font-size: 20px;
}

.rtm-icon h3>span {
	font-family: "Gilroy" !important;
}

.rtm-icon p {
	font-family: "Gilroy" !important;
}

.sub-head p {
	margin-bottom: 0;
}

.callnow p {
	margin-bottom: 0;
}

.callnow h2>a {
	color: #fff !important;
	text-decoration: none;
	padding-left: 6px;
}

.eael-contact-form-7-button-align-left .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
	width: 100%;
}

.form-control input[type=date], .form-control input[type=email], .form-control input[type=number], .form-control input[type=password], .form-control input[type=search], .form-control input[type=tel], .form-control input[type=text], .form-control input[type=url], .form-control select, .form-control textarea {
	border: 1px solid #39868d;
	color: #333215;
	background: #edfbfc;
	font-weight: 500;
	width: 100% !important;
	margin-bottom: 0;
	border-radius: 5rem;
}

.form-control textarea {
	border-radius: 1rem;
}

.form-control .form-input:focus-visible {
	outline: none;
}

.form-control .form-input {
	margin-bottom: .4em;
}

.footer-form {
	z-index: 9;
	position: relative;
}

.common-form .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.common-form .row .col-6 {
	width: 100%;
	padding: 0 7.5px;
}

.form-control.textarea p {
	margin-bottom: 0 !important;
}

.btn-submit {
	width: 100%;
	background: #39868d !important;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Gilroy" !important;
}

.btn-submit:hover {
	background: #fff !important;
	border-color: #39868d !important;
	color: #39868d !important;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #333215;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333215;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333215;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333215;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #333215;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #333215;
}

.footer-form .text-center {
	text-align: center;
}

.footer-form .text-center p {
	margin-bottom: 0;
}

.footer-form .text-center .btn-footer {
	font-family: "Gilroy" !important;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 26px;
}

/* How it works new design */
.rtcontainer2 {
	width: 700px;
	margin: 0 auto;
}

.rtcontainer2 .main-img {
	width: 100%;
}

.rtcontainer2  .top-sec, .rtcontainer2  .bottom-sec {
	display: flex;
}

.rtcontainer2 .top-sec-content {
	width: calc(100% / 2);
	display: flex;
	justify-content: center;
	align-content: flex-end;
	flex-wrap: wrap;
	position: relative;
}

.rtcontainer2 .bottom-sec-content {
	width: calc(100% / 3);
	display: flex;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.rtcontainer2 .top-sec-content.t1 {
	left: calc(100% - 94%);
}

.rtcontainer2 .top-sec-content.t2 {
	left: calc(100% - 103%);
}

.rtcontainer2 .bottom-sec-content.b1 {
	left: calc(101% - 106%);
}

.rtcontainer2 .bottom-sec-content.b2 {
	left: calc(100% - 99%);
}

.rtcontainer2 .bottom-sec-content.b3 {
	left: calc(100% - 92%);
}

.rtcontainer2 p {
	font-size: 20px;
	font-weight: 400;
	color: #36454f;
	margin-bottom: 0;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

/* how it work mobile css */
.rtcontainer-mob {
	width: 100%;
	max-height: 570px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.rtcontainer-mob .right-sec {}

.rtcontainer-mob .right-sec-content {
	height: calc(100% / 5);
	position: relative;
	top: 1.2em;
}

.rtcontainer-mob .right-sec-content p {
	font-size: 16px;
	font-weight: 400;
	color: #36454f;
	margin-bottom: 0;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.woocommerce-cart .footer-form, .woocommerce-checkout .footer-form, .woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 10px;
}

.header-popup .dialog-message {
	height: 100% !important;
	max-height: calc(100vh - 150px);
}

/*update on 10-1-2024*/
.checkout-button br {
	display: none !important;
}

#wpdcom .wpd-form-head {
	display: none;
}

.policy ol, .policy ul {
	padding-left: 22px;
}

.policy ol li::marker {
	font-weight: 600;
}

.post_list .elementor-post__card {
	padding: 20px;
}

.post_list .elementor-post__card .elementor-post__thumbnail__link {
	order: 1;
}

.post_list .elementor-post__card .elementor-post__text {
	order: 3;
	padding: 0 !important;
}

.post_list .elementor-post__card .elementor-post__meta-data {
	order: 2;
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 15px !important;
}

.post_list .elementor-post__thumbnail {
	padding: 0 !important;
	height: 250px;
	background-color: #fff;
	border-radius: 15px;
}

.post_list .elementor-post__thumbnail img {
	height: 250px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

.single-post-content p a, .single-post-content a {
	font-weight: inherit;
	color: var(--green);
}

.single-post-content a:hover {
	color: var(--green_dark);
}

/*table*/
.competition-table .table {
	max-width: 1190px;
	margin: 0 auto;
}

.competition-table .table tr th {
	text-align: center;
	vertical-align: middle;
	border: 0;
	width: calc(100% / 7);
	min-width: 150px;
	position: relative;
	background-color: #fff;
	border-left: 1px solid #ccc;
}

.competition-table .table tr th:first-child, .competition-table .table tr th:nth-child(2) {
	border-left: 0;
}

.competition-table .table tr th:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	z-index: 0;
	display: block;
	transform: perspective(1px) translateZ(0);
	width: 100%;
	background: linear-gradient(0deg, #fff 24.41%, #fafcfc 31.76%, #ebf5f4 40.69%, #d2e9e7 50.44%, #b0d8d5 60.78%, #84c3bd 71.59%, #4ea8a0 82.79%, #0f897f 94.11%, #008277 96.59%);
}

.competition-table .table tr th:first-child {
	/*
	background: linear-gradient(180deg, #768591 1.57%, #7C8A96 43.66%, #8D99A3 99.27%, #A8B1B9 162.39%, #CED3D8 231.11%, #768591 303.62%, #768591 304.14%);
    background: linear-gradient(156.01deg, #F5F5F5 -0.3%, #EEEEEE 64.12%, #E8E8E8 98.89%);
    background: linear-gradient(180deg, #768591 0%, rgba(255, 255, 255, 0) 100%);
	*/
	border: 0;
	background: transparent;
}

.competition-table-logo, .competition-table .table tr th a {
	position: relative;
}

.competition-table .table tr th img {
	max-width: 120px;
	width: 100%;
	height: 60px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 0;
	z-index: 1;
}

.competition-table .table tr td {
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(155.92deg, #f5f5f5 -.3%, #eee 64.1%, #e8e8e8 98.87%);
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.competition-table .table tr td:first-child {
	border-left: 0;
}

.competition-table .title {
	color: #314650;
	font-family: "gilroy";
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

.competition-table .price {
	color: #36454f;
	font-family: "gilroy";
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

.competition-table p {
	margin-bottom: 0;
	margin-bottom: 0;
	color: #314650;
	font-family: "gilroy";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3em;
}

.faq-title {
	width: max-content;
	width: 100%;
	margin: auto;
	max-width: 500px;
	text-align: center;
}

.faq-title > * {
	text-align: center;
}

/* media query starts */
@media only screen and (min-width: 576px) {
	.header-qr {
		max-width: 250px;
		margin-left: auto;
	}
	
	.header-qr .elementor-image-box-img {
		display: flex !important;
		align-items: center;
	}
	
	.supported-list .elementor-column {
		width: calc(100% / 3);
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		max-width: 150px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.supported-list .elementor-column {
		width: calc(100% / 4);
	}
	
	.redme-list .elementor-icon-list-item {
		width: calc(50% - 20px);
	}
	
	.single-product {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.product-list .eael-product-title {
		width: 50%;
	}
	
	.product-list .eael-product-price {
		width: 50%;
		order: 3;
	}
	
	.product-list a.add_to_cart_button {
		width: 50%;
		order: 2;
	}
	
	.product-page-download-charge {
		font-size: 16px;
	}
	
	.qty-label, .product-heading {
		font-size: 22px !important;
	}
	
	.qty-label {
		line-height: 30px;
	}
	
	.woocommerce-shop .woocommerce-product-details__short-description, .pillbox-product .woocommerce-product-details__short-description {
		font-size: 16px;
	}
	
	.woocommerce-shop  .woocommerce-product-gallery, .pillbox-product .single-product .woocommerce-product-gallery {
		width: 45% !important;
	}
	
	/*product page download image*/
	.product-page-download {
		width: 45%;
		padding: 40px 20px;
	}
	
	.product-page-download-link {
		font-size: 20px;
		padding: 10px 30px;
	}
	
	.woocommerce-shop  .cart .button, .ele-pillbox-product .cart .button, .ele-pillbox-product .cart input.button, .pillbox-product .summary .single_add_to_cart_button {
		font-size: 20px;
	}
	
	.woocommerce-shop  .summary .product_title, .pillbox-product .summary .product_title {
		font-size: 30px;
	}
	
	.rtm-hero-img .elementor-widget-container {
		min-height: 550px;
		display: grid;
		align-items: end;
		justify-content: end;
	}
	
	.rtm-faqs .accordion__title {
		font-size: 22px !important;
		line-height: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.supported-list .elementor-container {
		gap: 30px;
	}
	
	.supported-list .elementor-column {
		width: calc(100% / 5);
		max-width: 250px;
	}
	
	.single-product {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.woocommerce-cart-form table.shop_table th {
		font-size: 20px;
	}
	
	.woocommerce-cart-form table.shop_table td {
		font-size: 18px;
	}
	
	.woocommerce div.images.woocommerce-product-gallery .flex-viewport {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce-shop  .flex-control-thumbs li, .ele-pillbox-product .flex-control-thumbs li, .pillbox-product .single-product .flex-control-thumbs li {
		width: auto !important;
	}
	
	.woocommerce-shop .flex-control-thumbs li, .ele-pillbox-product .flex-control-thumbs li, .pillbox-product .single-product .flex-control-thumbs li {
		width: calc(100% / 3) !important;
	}
	
	.woocommerce-shop  .flex-control-thumbs li img, .ele-pillbox-product .flex-control-thumbs li img, .pillbox-product .single-product .flex-control-thumbs li img {
		width: 100% !important;
	}
	
	.woocommerce-shop  .woocommerce-product-gallery__image a img, .single-product.woocommerce .woocommerce-product-gallery__image a img {
		height: 500px !important;
	}
	
	.woocommerce-shop   .woocommerce-product-gallery__image, .ele-pillbox-product .woocommerce-product-gallery__image, .pillbox-product .single-product .woocommerce-product-gallery__image {
		height: 500px !important;
	}
	
	/*.woocommerce  div.product div.images img,*/
	.ele-pillbox-product div.product div.images img, .pillbox-product .single-product .woocommerce-product-gallery__image img {
		height: 500px !important;
	}
	
	.woocommerce-shop  .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
		margin-top: 20px !important;
	}
	
	.woocommerce-shop .summary, .pillbox-product .single-product .summary {
		width: 51% !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: start;
		align-items: center;
	}
	
	.woocommerce-shop  .woocommerce-product-details__short-description, .pillbox-product .woocommerce-product-details__short-description {
		order: 3;
	}
	
	/*.woocommerce-shop .woocommerce-product-details__short-description ul, */
	
	/*.pillbox-product .woocommerce-product-details__short-description ul{*/
	
	/*    padding-left: 0;*/
	
	/*}*/
	.woocommerce-shop  .summary .product_title, .pillbox-product .summary .product_title {
		width: 100%;
		order: 0;
		margin-bottom: 20px;
	}
	
	/* 	.pillbox-product .summary .stock.in-stock{
		width: 50%;
		order: 3;
		align-self: end;
	} */
	.woocommerce-shop   .summary form.cart, .pillbox-product .summary form.cart {
		margin-top: 10px;
		padding-bottom: 20px;
	}
	
	.woocommerce-shop  .summary .cart, .pillbox-product .summary .cart {
		order: 2;
		width: 100%;
	}
	
	/* 	.pillbox-product .summary .product_meta{
		width: 50%;
		order: 4;
		margin-left: auto;
	} */
	.woocommerce-shop  .summary .woocommerce-Price-amount.amount, .pillbox-product .single-product .summary .woocommerce-Price-amount.amount {
		font-size: 30px;
	}
	
	.pillbox-cart-view {
		position: absolute;
		top: 0;
		right: 0;
		width: auto !important;
	}
	
	/*.elementor-menu-cart__container .elementor-menu-cart__subtotal{*/
	
	/*    font-weight: 400;*/
	
	/*}*/
	
	/*product page download image*/
	.product-page-download-charge {
		font-size: 30px;
	}
	
	.offer-30-days {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.offer-30-days-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.offer-30-days p {
		font-size: 16px;
	}
	
	.purchase-limit-content p a {
		margin-left: 15px;
	}
	
	.pd-discount {
		margin: 75px 0 0;
	}
	
	.product-contact {
		row-gap: 20px;
	}
	
	.common-form .row {
		row-gap: 15px;
	}
	
	.common-form .row .col-6 {
		width: 50%;
	}
	
	.hero-carousel .slider2-img img {
		margin-bottom: -10px;
	}
	
	.competition-table .title {
		font-size: 24px;
	}
	
	.competition-table .price {
		font-size: 24px;
	}
	
	.competition-table p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1025px) {
	.rtm-faqs .accordion__title {
		font-size: 22px !important;
	}
	
	.callnow-text a {
		padding-right: 0px !important;
		pointer-events: none;
	}
	
	.callnow-number a {
		padding-left: 0px !important;
		color: #fff !important;
	}
}

@media only screen and (min-width: 1200px) {
	.app-slider .swiper-slide-inner, .app-slider .swiper-slide-image {
		height: 600px;
	}
	
	.product-page-download-charge {
		font-size: 36px;
	}
	
	.woocommerce-shop .summary .product_title, .pillbox-product .summary .product_title {
		font-size: 48px;
	}
	
	.woocommerce-shop  .summary .woocommerce-Price-amount.amount, .pillbox-product .single-product .summary .woocommerce-Price-amount.amount {
		font-size: 40px;
	}
	
	.woocommerce-shop  .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
		margin-top: 40px !important;
	}
	
	.woocommerce-shop .summary .woocommerce-Price-amount.amount, .woocommerce-shop .summary .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 48px;
	}
	
	.woocommerce-shop .woocommerce-product-details__short-description, .pillbox-product .woocommerce-product-details__short-description {
		font-size: 21px;
	}
	
	.checkout.woocommerce-checkout table th, .checkout table th {
		font-size: 20px;
	}
	
	.product-heading {
		margin-top: 50px !important;
		font-size: 30px !important;
	}
	
	.product-heading.first-title {
		margin-top: 80px !important;
	}
	
	.offer-30-days-title {
		font-size: 30px;
	}
	
	.woocommerce div.product form.cart .button {
		font-size: 30px;
	}
	
	.woocommerce div.product form.cart div.quantity, .woocommerce-shop div.product form.cart div.quantity {
		margin-bottom: 40px;
	}
	
	.qty-label {
		font-size: 30px !important;
		line-height: 60px;
	}
	
	.woocommerce-shop .quantity .qty, .pillbox-product .summary .input-text.qty {
		height: 66px !important;
		width: 150px !important;
		font-size: 40px;
	}
	
	.product-page-download-link {
		font-size: 30px;
		padding: 14px 30px;
	}
	
	.woocommerce-shop  .cart .button, .ele-pillbox-product .cart .button, .ele-pillbox-product .cart input.button, .pillbox-product .summary .single_add_to_cart_button {
		font-size: 30px;
		height: 60px !important;
	}
	
	.product-contact p {
		font-size: 25px;
		text-align: center;
		line-height: 32px;
	}
}

@media only screen and (min-width: 1600px) {
	.rtm-hero-img .elementor-widget-container {
		min-height: 600px;
		display: grid;
		align-items: end;
		justify-content: end;
	}
}

@media only screen and (max-width: 1024px) {
	.callnow-text {
		width: 20%;
		float: left;
	}
	
	.woocommerce div.product .product_title:before {
		height: 50px;
		top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.woocommerce div.product {
		display: flex;
		flex-direction: row;
	}
	
	.woocommerce div.product div.summary {
		display: flex;
		flex-direction: column;
		max-width: 45%;
	}
	
	.woocommerce div.product div.summary .entry-title {
		order: 1;
	}
	
	.woocommerce div.product div.summary .price {
		order: 2;
	}
	
	.woocommerce div.product div.summary .woocommerce-product-details__short-description {
		order: 5;
	}
	
	.woocommerce div.product div.summary .cart {
		order: 3;
	}
	
	.woocommerce div.product div.summary .product_meta {
		order: 4;
	}
	
	.pillbox-product {
		padding-top: 0 !important;
	}
	
	.product-details li, .product-details p {
		font-size: 14px;
	}
	
	.woocommerce-shop .woocommerce-product-gallery__image, .ele-pillbox-product .woocommerce-product-gallery__image, .pillbox-product .single-product .woocommerce-product-gallery__image {
		height: 300px !important;
	}
	
	.woocommerce div.images.woocommerce-product-gallery .flex-viewport {
		max-width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce-shop .flex-control-thumbs li, .ele-pillbox-product .flex-control-thumbs li, .pillbox-product .single-product .flex-control-thumbs li {
		width: calc(100% / 3) !important;
	}
	
	.woocommerce-shop .flex-control-thumbs li img, .single-product .flex-control-thumbs li img {
		height: auto;
	}
	
	.woocommerce-shop e .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
		max-width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce-shop .flex-control-thumbs li img, .ele-pillbox-product .flex-control-thumbs li img, .pillbox-product .single-product .flex-control-thumbs li img {}
	
	.purchase-limit-content p br {
		display: none;
	}
	
	.helpie-faq.accordions .accordion__header, .helpie-faq.accordions .accordion__body {
		border-radius: 15px;
	}
	
	.helpie-faq.accordions .accordion__header.active {
		border-radius: 15px 15px 0 0;
	}
	
	.helpie-faq.accordions .accordion__header.active ~ .accordion__body {
		border-radius: 0 0 15px 15px;
	}
	
	.helpie-faq.accordions .accordion__body {
		padding: 10px 10px 10px 15px !important;
	}
	
	.helpie-faq.accordions .accordion__header:before {
		margin-right: 10px;
	}
	
	.helpie-faq.accordions .accordion .accordion__item .accordion__header {
		padding: 10px 10px 10px 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce div.product {
		flex-wrap: wrap;
	}
	
	.woocommerce div.product div.summary {
		max-width: 100%;
	}
	
	.woocommerce-shop div.product div.images img, .ele-pillbox-product div.product div.images img, .pillbox-product .single-product .woocommerce-product-gallery__image img {
		height: 100% !important;
	}
	
	.product-page-download-charge {
		margin: 10px auto 0;
		line-height: 1.2em;
	}
	
	.woocommerce div.product {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce div.images.woocommerce-product-gallery .flex-viewport, .woocommerce-shop e .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
		max-width: 100% !important;
	}
	
	.rtcontainer {
		width: 380px;
		height: 260px;
		overflow: hidden;
	}
	
	.rtcontainer .main-img {
		height: 260px;
	}
	
	.rtcontainer .content-container p {
		font-size: 12px;
		line-height: 14px;
	}
	
	.rtcontainer .content-container:nth-child(odd), .rtcontainer .content-container:nth-child(even) {
		width: 130px;
	}
	
	.helpie-faq.accordions .accordion__title {
		width: calc(100% - 40px) !important;
		font-size: 18px !important;
		line-height: 20px !important;
	}
	
	.rtm-faqs .accordion__title {
		width: 80% !important;
		font-size: 22px !important;
		line-height: 26px !important;
	}
	
	.callnow-text {
		width: 35%;
		float: left;
	}
	
	.pd-discount {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 450px) {
	.woocommerce div.images.woocommerce-product-gallery .flex-viewport, .woocommerce-shop .flex-control-thumbs, .ele-pillbox-product .flex-control-thumbs, .pillbox-product .single-product .flex-control-thumbs {
		max-width: 100% !important;
	}
	
	.benefit-dot .elementor-icon-list-items {
		width: max-content;
		margin: 0 auto !important;
	}
}
