@font-face {
  font-family: "roboto-regular";
  src: url("./fonts/roboto-regular/roboto-regular.eot");
  src: url("./fonts/roboto-regular/roboto-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-regular/roboto-regular.woff2") format("woff2"), url("./fonts/roboto-regular/roboto-regular.woff") format("woff"), url("./fonts/roboto-regular/oswald-regular.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald-regular";
  src: url("./fonts/oswald-regular/oswald-regular.eot");
  src: url("./fonts/oswald-regular/oswald-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald-regular/oswald-regular.woff2") format("woff2"), url("./fonts/oswald-regular/oswald-regular.woff") format("woff"), url("./fonts/oswald-regular/oswald-regular.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
	box-sizing: border-box;
}
.visible-mob {
	display: none;
}
.icon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("./img/sprite.png");
	background-repeat: no-repeat;
}
#pagewrap {
	padding-top: 125px !important;
}
.d-lg-block {
	display: none !important;
}





/* ****** */
/* Loader */
/* ****** */
@keyframes lds-blocks {
  0% {
    background: #376888;
  }
  12.5% {
    background: #376888;
  }
  12.625% {
    background: #8cd0e5;
  }
  100% {
    background: #8cd0e5;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #376888;
  }
  12.5% {
    background: #376888;
  }
  12.625% {
    background: #8cd0e5;
  }
  100% {
    background: #8cd0e5;
  }
}
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
	display: none;
}
.loader.loading {
	display: flex;
}
.lds-blocks {
	position: relative;
}
.lds-blocks div {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #8cd0e5;
	-webkit-animation: lds-blocks 1s linear infinite;
	animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
	width: 60px !important;
	height: 60px !important;
	-webkit-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
	transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
}





/* **** */
/* Cart */
/* **** */
.smart-cart-box {
	position: relative;
	right: 0;
    display: flex;
    top: 100%;
    width: auto;
    flex-direction: column;
    font-size: 16px;
	line-height: 1.2;
	padding: 5px 10px;
}
.smart-cart-box .cart-text {
	display: none;
}
.smart-cart-box .smart-cart {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.smart-cart-box > .btn-container {
	display: none;
}
.smart-cart-box .icon-cart {
	margin-right: 10px;
}
.smart-cart-box .icon-cart:before {
    height: 24px;
    background-position: -29px -66px;
}
.smart-cart-box .count {
	margin-left: 5px;
	font-weight: bold;
}
.smart-cart-box .amount {
	font-weight: bold;
	text-align: center;
}
.smart-cart-box .smart-cart-ordered {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 10px;
	background-color: #F7F8F9;
	border: 1px solid #c8c8c8;
	z-index: 100;
}
.smart-cart-box .smart-cart-ordered.active {
	display: block;
}
.smart-cart-box .smart-cart-ordered .amount-data {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.smart-cart-box .smart-cart-ordered .total-price {
	font-weight: bold;
	white-space: nowrap;
}
.smart-cart-box .smart-cart-ordered .btn-checkout-container {
	text-align: center;
}
.smart-cart-box .smart-cart-ordered .btn-checkout {
	background-color: #FF4B55;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
}
.smart-cart-box .list-menu {
	background-color: #fff;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}
.smart-cart-box .list-menu-item {
	display: flex;
	padding: 10px 15px;
	margin: 0;
	border-top: 2px dotted #FF4B55;
}
.smart-cart-box .list-menu-item:first-child {
	border-top: none;
}
.smart-cart-box .view {
	margin-right: 15px;
}
.smart-cart-box .view img {
	margin-top: 5px;
	width: 43px;
	min-width: 43px;
	height: auto;
}
.smart-cart-box .list-menu-item .name {
	margin-bottom: 5px;
	white-space: nowrap;
}
.smart-cart-box .list-menu-item .desc {
	margin-bottom: 5px;
	font-size: 12px;
}
.smart-cart-box .list-menu-item .price {
	font-weight: bold;
	white-space: nowrap;
}
.smart-cart-box .total-amount {
	white-space: nowrap;
	margin-right: 15px;
}





/* ********* */
/* prod-wrap */
/* ********* */
.prod-list {
	display: flex;
	flex-wrap: wrap;
}
.prod-wrap {
	font-size: 12px;
	position: relative;
	margin-bottom: 25px;
	width: calc((100% - 32px) / 2);
}
.prod-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prod-wrap .prod-head {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px;
}
.prod-wrap .prod-head h3 {
	font-size: 17px;
	font-weight: 500;
	padding: 0;
	line-height: 22px;
	margin-bottom: 0;
}
.prod-wrap .prod-head a {
	color: #f7b733;
}
.prod-wrap .pic {
	margin-bottom: 15px;
	text-align: center;
}
.prod-wrap .desc1 {
	height: 40px;
	overflow: hidden;
	line-height: 18px;
}
.prod-wrap .prod-more {
	padding-bottom: 15px;
	text-align: right;
	line-height: 1.5;
}
.prod-wrap .prod-more a {
	color: #9c9c9c;
	text-decoration: none;
}
.prod-wrap .controls-row {
	display: flex;
	justify-content: space-between;
}
.prod-wrap .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #94949e;
	text-transform: lowercase;
}
.prod-wrap .prod-price {
	color: #181818;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
.prod-wrap .add-inf a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 30px;
	text-decoration: none;
	border-radius: 20px;
	background-color: #198754;
	transition: background-color 250ms ease-in-out;
}
.prod-wrap .add-inf a:hover {
	background-color: #20c997;
}





/* ********************************* */
/* tbl-product, tbl-cart, tbl-method */
/* ********************************* */
.tbl-product table,
.tbl-cart table,
.tbl-method table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
	.tbl-method th,
	.tbl-method td {
		text-align: center;
		padding: 15px;
		font-size: 24px;
		text-transform: uppercase;
		color: #3d3d3d;
	}
	.tbl-method thead th {
		font-size: 13px;
		line-height: 1.5;
		text-transform: none;
		padding: 5px 15px;
		border-bottom: 1px solid #efe4db;
	}
	.tbl-method tbody td {
		font-weight: bold;
	}
	.tbl-method tbody td,
	.tbl-method tbody th {
		border-bottom: 1px solid #efe4db;
	}
	.tbl-method tfoot td {
		border: none;
	}



.tbl-product table {
	border: none;
}
.tbl-product.js-tblProduct > table {
	display: none;
}
.tbl-product > table.active {
	display: table;
}
.tbl-product thead tr {
	background-color: #4abdac;
}
.tbl-product thead th,
.tbl-product tbody td {
	font-size: 15px;
	padding: 8px;
	text-align: center;
	border-width: 0;
	vertical-align: middle;
}
.tbl-product tbody td {
	font-size: 16px;
	text-align: left;
	padding: 24px;
}
.tbl-product thead th {
	color: #fff;
	border: none !important;
}
.tbl-product tbody:hover td {
	border-color: transparent;
}
/* .tbl-product tbody tr:last-child td {
	border-width: 0 0 1px 0;
} */
.tbl-product thead th:first-child {
	border-radius: 5px 0 0 0;
}
.tbl-product thead th:last-child {
	border-radius: 0 5px 0 0;
}
.tbl-product tbody+tbody {
  border-top: 2px solid #ccc;
}
	.tbl-product tbody .saving {
		color: #ea616d;
	}
	.tbl-product .btn {
        font-size: 16px;
	    background-color: #000;
	    color: #fff;
	    border: none;
	    padding: 6px 12px;
	    font-weight: bold;
	    border-radius: 0.25rem;
	}
	.tbl-product .btn:hover {
   		 background-color: #FF4B55;
	}
	.tbl-product .btn .icon {
		display: none;
	}
	.tbl-product .row-star td {
		padding-top: 0;
		padding-bottom: 0;
	}
	.tbl-product .row-star ul {
		margin: 0;
		padding-top: 15px;
	}
	tr.row-star td {
 	   border-top: none !important;
	}
	.tbl-product .row-star li {
		font-family: inherit;
	    font-size: 13px;
	    color: #198754;
	    text-transform: none;
	    list-style-type: none;
	    position: relative;
	    line-height: 1;
	    padding: 0 0 0 10px;
	    /* top: -4px; */
	    text-align: left;
	}
	.tbl-product .row-star li:before {
		content: "";
		display: block;
		position: absolute;
		height: 4px;
		width: 4px;
		border-radius: 50%;
		background-color: #ea616d;
		left: 0;
		top: 50%;
		margin-top: -2px;
	}
	.tbl-product thead {
		display: none;
	}
	
	.tbl-product tbody:nth-child(2) tr td {
    border-top: 2px solid #ccc;
	}
	
	.tbl-product tbody:last-child tr:last-child td {
    border-bottom: 2px solid #ccc;
	}
	
	.tbl-product tbody tr td:first-child {
    border-left: 2px solid #ccc;
	}
	
	.tbl-product tbody tr td:last-child {
    border-right: 2px solid #ccc;
    text-align: right;
	}
	.dosage-radio-control {
    display: flex;
    flex-wrap: wrap;
	}
	.dosage-radio-control label {
		display: block;
	}
	.dosage-radio-control input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.dosage-radio-control__label {
    display: flex;
    color: #495358;
    background-color: #fbfbfb;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin-right: 2px;
	}
	.dosage-radio-control input[type="radio"]:checked + .dosage-radio-control__label {
    color: #fff;
    border-color: transparent;
    background-color: #FF4B55;
	}


.tbl-cart table {
	border: none;
	display: table !important;
}
.tbl-cart table {
	border: none;
}
.tbl-cart thead th {
	background-color: #fff;
	border: none;
	font-size: 15px;
	padding: 20px 10px;
	border-top: 2px solid #005293 !important;
	border-bottom: 2px solid rgba(128, 128, 128, 0.5019607843);
}
.tbl-cart thead th:first-child {
	text-align: left;
}
.tbl-cart tbody td {
	border-width: 0;
	font-size: 15px;
	border-top: 1px solid rgba(128, 128, 128, 0.5019607843);
	border-top-width: 1px;
}
/* .tbl-cart tbody tr:last-child td {
	border-width: 0 0 1px 0;
} */
.tbl-cart .table tbody .td-inner {
	display: flex;
	align-items: center;
	justify-content: left;
}
.tbl-cart .product img,
.tbl-cart .tbl-method img {
	width: 31px;
	height: auto;
}
	.tbl-cart .table tbody td:first-child .td-inner {
		justify-content: flex-start;
	}
	.tbl-cart .table tbody .title {
		display: inline-block;
		padding-left: 0px;
		text-transform: none;
		padding-right: 40px;
		font-size: 20px;
	}
	.tbl-cart .table tbody .title div {
		line-height: 1;
	}
	.tbl-cart .table .counter {
		background-color: transparent;
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tbl-cart .table .counter button {
		width: 50px;
		height: 50px;
		background-color: transparent;
		border: 1px solid rgba(0,0,0,.1);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
	}
	.tbl-cart .table .decrement::before {
		content: "\2212";
		color: #3d3d3d;
	}
	.tbl-cart .table .increment::before {
		content: "\002B";
		color: #3d3d3d;
	}
	.tbl-cart .table .counter input {
		width: 50px;
		height: 50px;
		text-align: center;
		border: 1px solid rgba(0,0,0,.1);
		border-width: 1px 0;
		background-color: transparent;
		font-size: 15px;
	}
	.tbl-cart .icon-remove {
		cursor: pointer;
	}
	.tbl-cart .icon-remove {
		width: 20px;
		height: 20px;
		border: 1px solid #000;
		border-radius: 10px;
		text-decoration: none;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tbl-cart .icon-remove:before {
		display: none;
	}
	.tbl-cart .icon-remove:after {
		content: "\2715";
		font-size: 12px;
	}
	.tbl-cart .icon-remove:hover:before {
		background-position: 0 -91px;
	}
	.tbl-cart .table {
		margin-bottom: 30px;
	}
	.tbl-cart .table tbody .upgrade td {
		padding-top: 0;
		border-top-width: 0;
		text-align: left;
		padding-bottom: 5px;
	}
	.tbl-cart .table tbody .upgrade a {
		color: #20c997;
		font-size: 15px;
		text-transform: none;
		line-height: 1;
	}
	.tbl-cart .table tbody .qty {
		font-size: 16px;
	}
	.tbl-cart .table tbody .price,
	.tbl-cart .table tbody .subtotal {
		white-space: nowrap;
	}
	.tbl-cart .table tbody .icon-upgrade {
		position: relative;
		padding-left: 16px;
		color:#FF4B55;
		font-weight: bold;
	}
	.tbl-cart .table tbody .icon-upgrade:before {
		display: none;
	}
	.tbl-cart .table tbody .icon-upgrade:after {
    content: "\2023";
    font-size: 30px;
    position: absolute;
    top: -10px;
    left: -6px;
    transform: rotate(-90deg);
}
	.tbl-cart .row-bonus td {
		background-color: rgba(0,0,0,.005);
	}
	.tbl-cart .row-bonus .dosage span {
		background-color: #4bd8c3;
		color: #fff;
		display: inline-block;
		font-size: 13px;
		height: 18px;
		line-height: 18px;
		padding-right: 6px;
		padding-left: 4px;
		white-space: nowrap;
	}
	.tbl-cart .row-bonus .dosage .icon {
		margin-right: 2px;
	}
	.tbl-cart .row-bonus .icon-bonus:before {
		width: 15px;
		height: 14px;
		background-position: -132px -63px;
	}
	.tbl-cart .tbl-cart__control-block .row-bonus {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tbl-cart .tbl-cart__control-block .row-bonus:not(:last-child) {
		border-bottom: 1px solid rgba(0,0,0,.13);
	}
	.tbl-cart__control-block .delete {
		display: none;
	}
	.tbl-cart .tbl-cart__control-block td {
		border-bottom: none;
	}



.tbl-method {}
	.tbl-method table {
		margin-bottom: 30px;
	}
	.tbl-method td {
		text-transform: none;
	}
	.tbl-method .custom-radio {
		display: flex;
	}
	.tbl-method .custom-radio input[type="radio"] {
		display: none;
	}
	.tbl-method .custom-radio input[type="radio"] + label {
		position: relative;
		padding-left: 40px;
		display: flex;
		min-height: 22px;
		align-items: center;
		text-transform: none;
		font-size: 16px;
		line-height: 1.1;
	}
	.tbl-method .custom-radio input[type="radio"] + label .radio-custom {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		margin-right: 14px;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #005293;
		background-color: #0052930d;
		border-radius: 50%;
		cursor: pointer;
	}
	.tbl-method .custom-radio input[type="radio"]:checked + label .radio-custom {
		background-color: #fff;
		border-color: #005293;
	}
	.tbl-method .custom-radio input[type="radio"]:checked + label .radio-custom:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -6px;
		margin-left: -6px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #005293;
	}
	.tbl-method .block-total {
		display: flex;
		justify-content: flex-end;
		font-size: 24px;
		color: #005293;
		text-transform: capitalize;
		margin-bottom: 40px;
	}
	.tbl-method .block-total span {
		margin-left: 60px;
		color: #3d3d3d;
		font-weight: bold;
	}
	.tbl-method .btn-block {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.tbl-method .btn-group {
		display: flex;
	}
	.tbl-method .btn-block .btn-checkout {
		background-color: #FF4B55;
		border: 1px solid #FF4B55;
		color: #fff;
		padding-right: 24px;
		padding-left: 60px;
		text-transform: uppercase;
		height: 56px;
		line-height: 54px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		text-align: center;
		outline: none;
		font-size: 16px;
		font-weight: bold;
	}
	.tbl-method .icon-checkout:before {
		position: absolute;
		display: block;
		left: 17px;
		top: 50%;
		margin-top: -8px;
		background-position: -51px -91px;
		width: 32px;
		height: 16px;
	}
	.tbl-method .btn-block .sertified {
		font-size: 13px;
		font-family: "roboto-regular", sans-serif;
		color: #989898;
	}
	.dosage-control {
		display: none;
	}





/* ************** */
/* footer-content */
/* ************** */
.site.footer-content {
	background-color: #f3f3f3;
}
.site.footer-content:after {
	display: none;
}
.site.footer-content .pagewidth {
	padding: 40px 15px 62px;
	display: flex;
	justify-content: space-between;
}
.site.footer-content .pagewidth > div {
	width: 30%;
}
#footerwrap .site.footer-content a {
	color: #3d3d3d;
}
.site.footer-content ul {
	margin: 0;
	list-style: none;
}
.site.footer-content h2 {
	padding: 0;
	margin: 16px 0;
}
.site.footer-content h2,
.site.footer-content .heading-footer {
	font-size: 24px;
	text-align: left;
	font-family: "oswald-regular", sans-serif;
	font-weight: bold;
	color: #3d3d3d;
	text-transform: uppercase;
}
.site.footer-content .accordeon .heading-footer {
	background-color: #f7efed;
	padding: 7px 20px 2px 9px;
	border-bottom: 1px solid #e1e1e1;
}
.site.footer-content .accordeon .heading-footer:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 15px;
	margin-right: 7px;
	background: url("./img/arr-left.png") no-repeat;
}
.site.footer-content .accordeon li {
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
	font-family: "oswald-regular", sans-serif;
	margin-bottom: 0;
	padding: 0;
}
.site.footer-content .accordeon a {
	display: block;
	padding: 6px 20px 3px 9px;
	line-height: 1.5;
	position: relative;
}
.site.footer-content .accordeon a:after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: 11px;
	width: 7px;
	height: 11px;
	background: url("./img/arrow-gray.png") no-repeat;
}
.site.footer-content .list-contacts li {
	padding: 0;
	white-space: nowrap;
}
.site.footer-content .list-contacts li:last-child img {
	height: auto;
}
.site.footer-content .list-contacts span {
	color: #ea616d;
	font-size: 16px;
	text-transform: none;
	margin-left: 5px;
	font-style: italic;
	font-family: "roboto-regular", sans-serif;
}
.site.footer-content .list-contacts img {
	display: inline-block;
	width: auto;
	height: 20px;
	vertical-align: middle;
}
.site.footer-content .icon {
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
}
.site.footer-content .icon:before {
	border: 3px solid #fff;
	border-radius: 4px;
	margin-right: 4px;
}
.site.footer-content .icon-flag-us:before {
	background-position: -107px -25px;
	width: 24px;
	height: 24px;
}
.site.footer-content .icon-flag-uk:before {
	background-position: -107px 0px;
	width: 24px;
	height: 24px;
}
.site.footer-content .support {
	display: flex;
	color: #ea616d;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.site.footer-content .support-xs {
	display: none;
}
.site.footer-content .support-text {
	font-family: "oswald-regular", sans-serif;
	font-size: 24px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 14px;
	line-height: 1.2;
}
.site.footer-content .status {
	font-family: "roboto-regular", sans-serif;
	font-size: 11px;
	margin-top: 12px;
	font-weight: normal;
}
.site.footer-content .status:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #93d227;
	border-radius: 50%;
	margin-right: 5px;
}
.site.footer-content .certificate {
	display: flex;
	align-items: center;
}
.site.footer-content .certificate img {
	width: 124px;
	height: auto;
	margin-right: 10px;
}
.themify_builder_row {
	padding: 2%;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}
.tbl-method tbody tr:hover > td, .tbl-method tbody tr:hover > th {
	background-color: #fff;
}
.tbl-cart table tbody > tr:nth-child(odd) > td, .tbl-cart table tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}
.tbl-method tbody {
	background-color: #fff;
}
.tbl-cart table tbody + tbody {
	border-top-width: 0;
}
.tbl-cart .table .counter i {
	display: none;
}
.tbl-cart .icon-remove {
	border-width: 0;
}
.tbl-cart .icon-remove i {
	display: none;
}




/* .elementor*/
.elementor-content{
	margin: 80px auto 60px;
	max-width: 1200px;
	padding: 0 16px;
}
.elementor-block {
	background-color: #fff;
	padding: 50px;
	border-radius: 8px;
	box-shadow: 0 4px 24px #EBF0F2;
	display: flex;
}
.elementor-block ul {
	padding-bottom: 0;
}
.elementor-block colgroup col {
	width: 100%;
}
.elementor-block-column {
	flex-grow: 1;
}
.elementor-block-column:not(:last-child) {
	margin-right: 16px;
}




@media screen and (min-width: 1201px) {
	.tbl-cart thead th:last-child,
	.tbl-cart tbody td:last-child {
		border-right: 2px solid #005293;
	}
	.tbl-cart thead th:first-child,
	.tbl-cart tbody td:first-child {
		border-left: 2px solid #005293;
	}
	.tbl-cart tbody:last-child tr:last-child td,
	.tbl-method tbody tr:last-child td {
		border-bottom: 2px solid #005293;
	}
}





@media (max-width: 1200px) {
	.d-lg-block {
		display: block !important;
	}



	.smart-cart-box {
		margin-top: 15px;
	}


	/* ******** */
	/* tbl-cart */
	/* ******** */
	.tbl-cart .product img {
		display: none;
	}
	.tbl-cart .table tbody .title {
		padding-left: 0;
		display: block;
		font-size: 22px;
	}
	.tbl-cart .package {
		display: flex;
    flex-direction: column;
    align-items: flex-start;
		width: 100%;
		padding-right: 60%;
	}
	.tbl-cart .table .package .td-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start !important;
	}
	.tbl-cart {
		font-size: 16px;
	}
		.tbl-cart table,
		.tbl-cart tbody,
		.tbl-cart thead,
		.tbl-cart tfoot,
		.tbl-cart tr,
		.tbl-cart th,
		.tbl-cart td {
			display: block;
		}
		.tbl-cart thead {
			display: none;
		}
		.tbl-cart thead th:first-child {
			display: block;
		}
		.tbl-cart .table {
			border: 2px solid #4bd8c3;
			background-color: #fff;
		}
		.tbl-cart .table tr {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			position: relative;
			width: 100%;
		}
		.tbl-cart .table .product {
			display: none;
		}
		.tbl-cart .table .delete {
			position: absolute;
			top: 0;
			right: 0;
		}
		.tbl-cart .table .price {
			flex-grow: 1;
			justify-content: center;
		}
		.tbl-cart tbody {
			border-bottom: 1px solid #efe4db;
			display: flex;
			width: 100%;
		}
		.tbl-cart tbody tr:last-child td {
			border-bottom: none;
		}
		.tbl-cart tbody td {
			display: flex;
			justify-content: space-between;
			align-items: center;
			/* border-bottom: 1px solid rgba(0,0,0,.1); */
			border-bottom: none;
			border-top-width: 0;
			padding: 20px;
		}
		.tbl-cart tbody td:not(:last-child) {
			order: 1;
		}
		.tbl-cart__item:nth-child(2n+1) {
			background-color: rgba(0, 0, 0, .025);
		}
		.tbl-cart .table tbody .upgrade td {
			padding: 20px;
		}

		.tbl-method tbody {
			flex-direction: column;
			background-color: #fff;
			border: 2px solid #4bd8c3;
	}
		.tbl-method tbody tr {
			display: flex;
			justify-content: space-between;
			flex-direction: row-reverse;
		}
		.tbl-method tbody tr:not(:last-child) {
			border-bottom: 1px solid rgba(0, 0, 0, .13);
		}
		.tbl-method tbody td {
			border-bottom: none;
		}
}





@media (max-width: 1024px) {
	.tbl-product tbody td,
	.tbl-product tbody th {
		font-size: 18px;
	}
	.site.footer-content .footer-info,
	.site.footer-content .footer-contacts {
		display: none;
	}
	.site.footer-content .pagewidth > div {
		width: 100%;
	}
	.site.footer-content .support-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.site.footer-content .support-lg {
		display: none;
	}
	.site.footer-content .support-xs {
		display: block;
	}
	.site.footer-content .support {
		align-items: center;
	}
	.site.footer-content .support-text {
		font-size: 18px;
		text-align: center;
		padding-top: 0;
	}
	.site.footer-content .status {
		font-size: 11px;
		margin-top: 0;
	}

	.elementor-block {
		flex-direction: column;
		padding: 20px;
	}
	.elementor-block-column:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px;
	}
}





@media (max-width: 991px) {
	/* ********* */
	/* prod-wrap */
	/* ********* */
	.prod-wrap .add-inf span {
		font-size: 12px;
	}
}




@media (min-width: 768px) {
	/* *********** */
	/* tbl-product */
	/* *********** */
	/* .tbl-product tbody:hover {
		background-color: transparent;
	} */
}




@media (max-width: 767px) {
	.visible-mob {
		display: block;
	}
	.hide-mob {
		display: none;
	}
	.dosage-control {
		display: block;
		margin-bottom: 15px;
	}
	.dosage-control select {
		outline: none;
	}
	.dosage-radio-control {
		display: none;
	}





	/* ********* */
	/* prod-wrap */
	/* ********* */
	.prod-wrap .add-inf {
		padding-right: 0;
	}





	/* ******** */
	/* tbl-cart */
	/* ******** */
		.tbl-method tbody tr {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			flex-direction: row;
			min-height: 78px;
		}
		.tbl-method tbody tr:first-child {
			border-bottom: 1px solid #efe4db;
		}
		.tbl-method tbody td:last-child {
			order: 2;
		}
		.tbl-method tbody td {
			border: none;
			display: flex;
			align-items: center;
		}
		.tbl-method td:last-child .td-inner {
			display: flex;
			height: 100%;
			align-items: center;
			font-size: 24px;
		}
		.tbl-method .block-total {
			margin-right: 0;
		}
		.tbl-method .block-total span {
			margin-left: 5px;
		}
		.tbl-method .btn-block {
			flex-direction: column;
		}
		.tbl-method .btn-group {
			width: 100%;
			display: flex;
			justify-content: flex-end;
			margin-bottom: 30px;
		}
		.tbl-method .sertified {
			width: 100%;
			display: flex;
			justify-content: center;
			flex-direction: row;
		}
		.tbl-method .custom-radio input[type="radio"] + label {
			padding-left: 50px;
		}





		/* *********** */
		/* tbl-product */
		/* *********** */
		.tbl-product tbody,
		.tbl-product tfoot,
		.tbl-product th,
		.tbl-product td {
			display: block;
		}
		.tbl-product thead {
			display: none;
		}
		.tbl-product tbody {
			/* background-color: #fafafa; */
			background-color: #fff;
			margin-bottom: 15px;
			border: 2px solid #4bd8c3;
		}
		.tbl-product tr {
			display: block;
		}
		.tbl-product .tbl-product__row td {
			display: flex;
			font-size: 15px;
		}
		.tbl-product__row td:hover {
			background-color: #fff;
		}
		/* .tbl-product__row td:not(:last-child) {
			border-bottom: 1px solid #eee;
		} */
		/* .tbl-product__row td > * {
			width: 50%;
			flex-grow: 1;
		} */
		table tbody tr:hover > td,
		table tbody tr:hover > th {
			background-color: transparent;
		}
		.tbl-product__row .visible-mob {
			flex-grow: 1;
		}
		.tbl-product__row .order .btn {
			width: 100%;
			border-radius: 0.25rem;
		}
		.tbl-product__row td > div:first-child {
			text-align: left;
			/* border-right: 1px solid #eee; */
			font-weight: bold;
		}
		.tbl-product tbody tr:last-child td:last-child {
			border-width: 0;
		}
		.tbl-product .btn {
			padding-right: 10px;
		}
		.tbl-product .btn-rdd {
			border-radius: 50%;
			height: 50px;
			width: 50px;
		}
		.tbl-product .btn-rdd:hover .icon-cart-plus-red:before {
			width: 28px;
			height: 24px;
			background: url("./img/check.png") no-repeat 0 0;
		}
		.tbl-product .row-star td {
			margin: auto;
		}
		.tbl-product .row-star li {
			font-size: 11px;
			top: 2px;
			padding-bottom: 10px;
		}

		.tbl-product .bigperpill {
			margin-right: 8px;
		}

		.tbl-product .bigger {
			text-align: right;
		}

	.tbl-product tbody tr td:first-child,
	.tbl-product tbody:nth-child(2) tr td {
		border-width: 0;
	}
}

@media screen and (min-width: 576px) {
	.prod-wrap:nth-child(2n+1) {
		margin-right: 32px;
	}
}

@media screen and (max-width: 575px) {
	.prod-wrap {
		width: auto;
	}
}
.tbl-product__cell {
  font-weight: 500;
}
.bigprice{font-size: 24px;font-weight: bold;}
.bigperpill{color: #ea616d;}

div.wpcf7 {
    padding: 0;
    border-width: 0;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
}

.wpcf7 textarea {
    height: 104px;
}

.wpcf7 input[type=submit] {
    background-color: #4bd8c3;
    min-height: 47px;
    border-color: transparent;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: .9;
}

.elementor-kit-8 label {
    display: block;
}

.shipdelivery{font-weight: 300;padding-left:7px;}
.email_txt,
.img_email{
    display: inline-block;
    vertical-align: middle;
}
a.elementor-sub-item {
    text-transform: capitalize;
}