:root {
	--brand-primary: #b09e99;
	--brand-secondary: #fee9e1;
	--brand-tertiary: #fad4c0;
	--brand-quaternary: #64b6ac;
	--brand-quinary: #c0fdfb;
	--brand-senary: #346d67;
	--black: #655c59;
}

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
	color: var(--brand-primary);
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.wow {
	visibility: hidden;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 1.5rem;
	letter-spacing: -2px;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.875em;
	font-weight: 400;
}

h4 {
	font-size: 1.5em;
	color: var(--brand-quaternary);
}

h5 {
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 0;
}

h6 {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--brand-quaternary);
	margin-bottom: 1em;
}

p {
	margin: 0;
}

p+* {
	margin-top: 1.5rem;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p+ul,
p+ol {
	margin-top: 1.5rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0.5rem;
}

ul+*,
ol+* {
	margin-top: 1.5rem;
}

li {
	position: relative;
	padding-left: 1em;
}

li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.625em;
	content: '\f0c8';
	color: var(--brand-quaternary);
}

ul.check li::before {
	content: '\f00c';
}

li+li {
	margin-top: 0.5em;
}

img {
	max-width: 100%;
}

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

.flex-1-1 {
	flex-basis: 100%;
}

.flex-3-4 {
	flex-basis: 75%;
}

.flex-2-3 {
	flex-basis: 66.666666%;
}

.flex-1-2 {
	flex-basis: 50%;
	max-width: 600px;
}

.flex-1-3 {
	flex-basis: 33.333333%;
}

.flex-1-4 {
	flex-basis: 25%;
}

.ac {
	align-items: center;
}

.jcc {
	justify-content: center;
}

.jsb {
	justify-content: space-between;
}

.jfe {
	justify-content: flex-end;
}

.row-rev {
	flex-direction: row-reverse;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: var(--brand-primary);
}

.text-secondary {
	color: var(--brand-secondary);
}

.text-tertiary {
	color: var(--brand-tertiary);
}

.text-quaternary {
	color: var(--brand-quaternary);
}

.text-quinary {
	color: var(--brand-quinary);
}

.text-black {
	color: var(--black);
}

.text-small {
	font-size: 0.75em;
}

.bg-white {
	background: #fff;
}

.bg-primary {
	background: var(--brand-primary);
}

.bg-secondary {
	background: var(--brand-secondary);
}

.bg-tertiary {
	background: var(--brand-tertiary);
}

.bg-quaternary {
	background: var(--brand-quaternary);
}

.bg-quinary {
	background: var(--brand-quinary);
}

.bg-black {
	background: var(--black);
}

.container {
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 50px;
	padding-right: 50px;
}

.jfe .container {
	margin: 0 !important;
}

.c-1800 {
	max-width: 1900px;
}

.c-1600 {
	max-width: 1700px;
}

.c-1400 {
	max-width: 1500px;
}

.c-1300 {
	max-width: 1400px;
}

.c-1200 {
	max-width: 1300px;
}

.c-1000 {
	max-width: 1100px;
}

.c-800 {
	max-width: 900px;
}

.c-700 {
	max-width: 800px;
}

.c-600 {
	max-width: 700px;
}

.p-tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.p-tb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.btn,
._submit {
	display: inline-block;
	padding: 12.5px 25px;
	font-weight: 700;
	color: #fff;
	background: var(--brand-quaternary);
	border-radius: 50px;
	box-shadow: 0 2px 0 var(--brand-senary);
	border: none;
	transition: all 0.5s ease;
}

.btn:hover,
._submit:hover {
	background: var(--brand-senary);
	color: #fff;
}

.hilite-box {
	background: #f1f1f1;
	padding: 25px;
	border: 2px solid var(--brand-quinary);
	border-radius: 6px;
	margin: 2em 0;
}

.fa-large {
	font-size: 3em;
	margin-bottom: 0.375em;
}

.site {
	position: relative;
}

.top {
	background: url('../images/drxm-bg-3.png') no-repeat center center;
	background-size: cover;
}

.top.second {
	background: #fff;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 2em;
	padding-bottom: 2em;
}

.site-branding {}

.site-branding img {
	display: block;
}

.site-navigation {}

.site-navigation ul {}

.site-navigation li {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.site-navigation li::before {
	display: none;
}

.site-navigation a {
	display: block;
	padding: 0.75em 0;
	color: var(--black);
}

.site-navigation a.hilite {
	padding: 0.125em 1.5em;
	border-radius: 50px;
	color: #fff;
	font-size: 1.125em;
}

.site-navigation ul ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.08);
	width: 250px;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	z-index: 9;
}

.site-navigation li:hover ul {
	display: block;
}

.site-navigation ul ul li {
	padding: 0;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.site-navigation ul ul li:first-child {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

.site-navigation ul ul li:last-child {
	border: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

.site-navigation ul ul li a {
	padding: 12.5px;
	color: var(--brand-primary);
	transition: all 0.5s ease;
}

.site-navigation ul ul li a:hover {
	background: var(--brand-quaternary);
	color: #fff;
}

.cart {
	margin-left: 25px;
}

.cart a {
	color: var(--black);
}

.cart span {
	font-size: 0.875em;
	margin-left: 6px;
	margin-right: 25px;
}

.hero {
	background: url('../images/bg-hero-1.png') no-repeat center bottom;
	background-size: cover;
}

.site-admin .hero {
	background: #fff;
}

.hero-info {
	padding-right: 50px;
}

.hero h2 {
	color: var(--brand-senary);
}

.hero h4 {
	color: var(--brand-primary);
}

.hero-images {
	position: relative;
	padding-left: 50px;
}

.hero-images img:nth-child(1) {
	position: relative;
	z-index: 2;
}

.hero-images img:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(calc(-50% - 25px));
	z-index: 1;
}

.hero-images img:nth-child(3) {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(calc(-50% + 25px));
	z-index: 1;
}

.atd {
	padding-top: 25px;
}

.atd a {
	color: var(--black);
}

.atd h3 {
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

.atd-info {
	position: relative;
	flex: 1;
	padding: 0 3em;
}

.atd-info::after {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5em;
	color: var(--brand-quaternary);
	content: '\f054';
	transform: translateY(-50%);
}

.benefits {}

.benefit+.benefit {
	margin-top: 25px;
}

.benefit-icon {
	flex: 1;
	font-size: 2.25em;
	/*text-align:center;*/
}

.benefit-info {
	flex: 8;
}

.extra,
.cta-box {
	margin-bottom: 100px;
	background: url('../images/drxm-bg-3.png') no-repeat center center;
	background-size: cover;
	padding: 50px;
	padding-top: 150px;
	border-radius: 10px;
}

.cta-box {
	padding: 50px;
	margin: 100px 0;
}

.tri {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 25px;
}

.tri .flex-1-3 {
	flex-basis: calc(33.333333% - 50px);
	padding: 25px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
	color: var(--black);
}

.tri .flex-1-3:nth-child(1) {
	background: var(--brand-quinary);
}

.tri .flex-1-3:nth-child(2) {
	background: var(--brand-secondary);
}

.tri .flex-1-3:nth-child(3) {
	background: var(--brand-tertiary);
}

.tri img {
	display: block;
	margin: -125px auto 12.5px;
}

.tri h5 {
	font-weight: 700;
	margin-bottom: 0.25em;
}

.tri span {
	color: var(--brand-quaternary);
}

/*.bottom {*/
/*	background: #fff5f2;*/
/*}*/

.signup {}

input {
	height: 70px;
	line-height: 70px;
	background: #fff;
	border: 1px solid var(--brand-tertiary);
	font-size: 1.25em;
	/*box-shadow:0 2px 5px rgba(0,0,0,0.15);*/
}

input[type="email"],
input[type="search"],
input[type="password"] {
	width: 100%;
	max-width: 600px;
	padding: 0 25px;
	border-top-left-radius: 12.5px;
	border-bottom-left-radius: 12.5px;
}

input[type="email"]:focus {
	outline: none;
	border: 1px solid var(--brand-primary);
}

input[type="checkbox"] {
	box-shadow: none;
	width: auto;
}

input[type="submit"] {
	background: var(--brand-quaternary);
	border: 1px solid var(--brand-tertiary);
	color: #fff;
	font-weight: 700;
	padding: 0 50px;
	border-top-right-radius: 12.5px;
	border-bottom-right-radius: 12.5px;
	cursor: pointer;
}

.site-footer {
	background: url('../images/bg-footer-1.png') no-repeat center center;
	background-size: cover;
	font-size: 0.875em;
	color: var(--black);
	padding-top: 200px;
	padding-bottom: 100px;
}

.site-footer .container>div {
	padding-left: 25px;
	padding-right: 25px;
}

.site-footer .container div:nth-child(1),
.site-footer .container div:nth-child(2) {
	max-width: 510px;
}

.site-footer strong {
	display: block;
	margin-bottom: 0.5em;
}

.site-footer li {
	flex-basis: 50%;
	margin: 0;
	padding: 0;
}

.site-footer li::before {
	display: none;
}

.site-footer a {
	color: var(--black);
}

.copyright {
	margin-top: 50px;
}






.second-header {
	padding-top: 25px;
	padding-bottom: 100px;
}

.second-header h1 {
	font-size: 3.5em;
	background: var(--brand-quaternary);
	padding: 6px 50px;
	color: #fff;
	border-radius: 10px;
}

.alpha-filter {
	margin-bottom: 25px;
}

.alpha-filter li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}

.alpha-filter li::before {
	display: none;
}

.alpha-filter li:last-child {
	border: 0;
}

.alpha-filter a {
	font-weight: 700;
	display: block;
	padding: 6px 12.5px;
	color: var(--brand-primary);
}

.search {
	margin-bottom: 25px;
}

.pagination {
	margin-bottom: 100px;
}

.go-to-page {
	padding: 1rem;
}

button.go-to-page {
	padding-block: 0.75rem;
}

.pagination button+select {
	margin-left: 1rem;
}

.pagination select+button {
	margin-left: 1rem;
}

input[type="search"] {
	flex: 2;
	max-width: 100%;
}

.drug-list {
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.drug-list .flex-1-3 {
	flex-basis: calc(33.333333% - 25px);
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-bottom: 75px;
}

.drug-item {
	position: relative;
	background: var(--brand-secondary);
	padding: 25px;
	padding-top: 62.5px;
	border-radius: 10px;
	text-align: center;
}

.drug-item::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: url('../images/icon-rx.png') no-repeat center center #fff;
	border: 3px solid var(--brand-secondary);
	border-radius: 50%;
	content: '';
	transform: translate(-50%, -50%);
}

.drug-item .flex {
	margin-left: -6.25px;
	margin-right: -6.25px;
}

.drug-item .flex-1-2 {
	flex-basis: calc(50% - 12.5px);
	margin: 6.25px;
	padding: 12.5px;
	background: #fff;
	border-radius: 5px;
}

.drug-item .flex-1-1 {
	flex-basis: calc(100% - 12.5px);
	margin: 6.25px;
	padding: 12.5px;
	background: #fff;
	border-radius: 5px;
}

.drug-note {
	margin-top: 18.75px;
	padding: 12.5px;
	background: #fff;
	border-radius: 5px;
}

.drug-item h4 {
	margin: 0;
	color: var(--black);
}

.drug-item h6 {
	margin: 0;
}

.drug-item .drug-title {
	margin-bottom: 12.5px;
}

.drug-item .drug-info {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

.drug-item .drug-info h5 {
	/*font-size:1.25em;*/
	margin-bottom: 3px;
}

.drug-item .drug-info h6 {
	letter-spacing: 0;
}

.drug-btn {
	display: block;
	background: var(--brand-quaternary);
	color: #fff;
	padding: 12.5px;
	font-size: 1.25em;
	border-radius: 5px;
}

.disclaimer {
	margin-top: 25px;
}

.reasons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	counter-reset: section;
}

.reasons li {
	flex-basis: calc(33.333333% - 25px);
	margin: 50px 12.5px;
	padding: 0;
}

.reasons li::before {
	top: 50%;
	left: 0;
	font-family: 'Karla';
	font-size: 8em;
	counter-increment: section;
	content: counter(section);
	transform: translateY(-50%);
	color: var(--brand-quaternary);
	opacity: 0.15;
	z-index: -1;
}

.reasons li:last-child {
	flex-basis: calc(100% - 25px);
}

.qa {}

.qa-q {
	background: var(--brand-quaternary);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
	padding: 12.5px 25px;
	margin: 0;
}

.qa-a {
	background: #f1f1f1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 12.5px 25px;
	margin: 0 0 2em;
}
















/* SHOPPING */

.cart-table {
	border: 1px solid var(--brand-tertiary);
	text-align: left;
}

.cart-table th,
.cart-table td {
	padding: 6px;
	border: 1px solid var(--brand-tertiary);
}

.cart-table th {
	font-size: 1.125em;
}

.cart-table th:nth-child(1) {
	width: 5%;
}

.cart-table th:nth-child(2) {
	width: 30%;
}

.cart-table th:nth-child(3) {
	width: 25%;
}

.cart-table th:nth-child(4) {
	width: 10%;
}

.cart-table th:nth-child(5) {
	width: 10%;
}

.cart-table th:nth-child(6) {
	width: 10%;
}

.cart-table th:nth-child(7) {
	width: 10%;
}

.cart-table .order-product {
	height: auto;
	font-size: 1em;
	line-height: 1;
	padding: 6px;
	width: 100%;
}

.cart-proceed {
	margin-top: 25px;
	text-align: right;
}

.continue-shopping {
	display: inline-block;
	width: 100%;
	max-width: 50%;
	padding: 1em 2em;
	border: 2px solid var(--brand-quaternary);
	color: var(--red);
	font-weight: 700;
	text-align: center;
	margin-bottom: 12.5px;
}

.proceed-payment {
	display: inline-block;
	width: 100%;
	max-width: 50%;
	padding: 1em 2em;
	border: 0;
	background: var(--brand-quaternary);
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12.5px;
	cursor: pointer;
}

.checkout-table {}

.checkout-table.flex,
.checkout-table .flex,
.form-single .flex {
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.checkout-table .flex-1-1,
.checkout-table .flex-1-2,
.checkout-table .flex-1-3,
.checkout-table .flex-2-3,
.form-single .flex-1-1,
.form-single .flex-1-2,
.form-single .flex-1-3 {
	margin-right: 12.5px;
	margin-left: 12.5px;
	margin-bottom: 25px;
}

.checkout-table .flex-1-1,
.form-single .flex-1-1 {
	flex-basis: calc(100% - 25px);
}

.checkout-table .flex-2-3 {
	flex-basis: calc(66.666666% - 25px);
	align-content: flex-start;
}

.checkout-table .flex-1-2,
.form-single .flex-1-2 {
	flex-basis: calc(50% - 25px);
	max-width: none;
}

.checkout-table .flex-1-3,
.form-single .flex-1-3 {
	flex-basis: calc(33.333333% - 25px);
	max-width: none;
}

.checkout-table label,
.form-single label {
	display: block;
	font-weight: 700;
	font-size: 0.875em;
}

.checkout-table input,
.checkout-table input[type="email"],
.checkout-table textarea,
.form-single input,
.form-single textarea {
	height: auto;
	font-size: 1em;
	line-height: 1;
	padding: 6px;
	width: 100%;
	max-width: none;
	border-radius: 0;
	background: #fff;
	border: 1px solid var(--brand-tertiary);
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.15);*/
}

.form-single input[type="checkbox"] {
	width: auto;
}

.checkout-table select,
.form-single select {
	width: 100%;
	padding: 5px 6px;
	line-height: 1;
	border: 1px solid var(--brand-tertiary);
}

.checkout-table .hilite-box {
	margin-top: 0;
	padding-bottom: 0;
}

.checkout-left,
.checkout-right {
	background: #f5f5f5;
	padding: 15px 30px 0;
}

.checkout-right+.checkout-right {
	margin-top: 30px;
}

.checkout-title {
	flex-basis: 100%;
	background: var(--brand-primary);
	color: #fff;
	padding: 7px 15px;
	/*margin:-30px 0 30px;*/
}

.checkout-signature canvas {
	width: 100%;
	height: 200px;
}

.form-single {}

.form-single textarea {
	min-height: 6em;
	border: 1px solid var(--brand-tertiary);
}

.form-single input[type="submit"] {
	padding: 1em;
	text-transform: uppercase;
}

.form-single .box-hilite {
	border: 1px solid var(--brand-quaternary);
	border-radius: 5px;
	padding: 10px 0;
	background: #f9f9f9;
}

.form-single .box-hilite .flex-1-1:last-child {
	margin-bottom: 0;
}

.form-single .overflow {
	max-height: 240px;
	overflow-y: scroll;
	background: #e3e3e3;
	padding: 20px;
}

.form-single input[type="submit"] {
	background: var(--brand-quaternary);
	border: 1px solid var(--brand-quaternary);
	color: #fff;
	font-weight: 700;
	padding: 25px 50px;
}