input[type='submit'],
input[type='button'],
input[type='text'],
input[type='email'],
button {-webkit-appearance: none;}
ul li {list-style-type: none;}
.statistic {position: absolute; top: 0;}

body {
	font-size: 16px;
	color: #000000;
	font-family: 'Arimo', Arial, sans-serif;
	background: #DDF3FF;
	position: relative;
}

#wrapper {margin: 0 auto; max-width: 1000px;}
.content {display: flex; justify-content: space-between; margin: 10px 0;}
.container {
	max-width: 760px;
	box-sizing: border-box;
	flex-grow: 1;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}
/* Force bullets to show in text areas */
.container ul,
.product-detaled-content ul,
.faq_descr ul,
.about_us ul,
.our_policy ul,
.privacy-wrapper ul,
.terms-conditions-wrapper ul,
.short_descr_cat ul,
.full_description ul,
.description_full ul,
.description_short ul,
.text ul,
#content ul,
#main ul,
article ul {
    list-style-type: disc !important;
    padding-left: 25px !important;
    margin-bottom: 15px !important;
}

.container ul li,
.product-detaled-content ul li,
.faq_descr ul li,
.about_us ul li,
.our_policy ul li,
.privacy-wrapper ul li,
.terms-conditions-wrapper ul li,
.short_descr_cat ul li,
.full_description ul li,
.description_full ul li,
.description_short ul li,
.text ul li,
#content ul li,
#main ul li,
article ul li {
    list-style-type: disc !important;
    display: list-item !important;
    margin-bottom: 5px !important;
}

/*###########################  Header  #######################################*/
header {
	font-size: 12px;
	color: #323232;
	font-family: 'Arimo', Arial, sans-serif;
}
header * {
	line-height: 1.2;
}
.header-bg {
	width: 1035px;
	background: url(../images/header_bg.png) left top no-repeat;
}
.header-top {display: flex;	height: 86px;}

.site-name {
	display: flex;
	align-items: center;
	width: 310px;
	padding-left: 60px;
	background: url(../images/logo.png) no-repeat left center;
}
.site-name a {
	color: #5ca06d;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial Black, sans-serif;
	text-decoration: none;
}
.site-name span {color:#f1701a;}

.header-control {align-self: flex-end;	width: 368px;}
.selectors {
	display: flex;
	justify-content: space-between;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dashed #d6efdc;
}

#tools_languages, #tools_currencies {width: 48%;}
#tools_languages select,
#tools_currencies select {
	width: 100%;
	height: 22px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 25px;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/selector.png) no-repeat right 5px center;
}

.phones {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	background: #5aab6a;
	background: linear-gradient(to bottom, #5aab6a 0%, #79c786 100%);
	min-height: 31px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.phones img {margin-right: 5px;}

#tools_cart {
	box-sizing: border-box;
	width: 188px;
	height: 79px;
	padding: 0 35px;
	text-align: center;
	margin-left: auto;
}

.cart-title {color: #8b8b8b; padding: 4px 0; font-size: 13px;}
.cart-sum {display: inline-block; border-top: 1px dashed #d9d9d9; padding: 3px 0;}
.cart-sum a {color: #3a3a3a; font-size: 16px; text-decoration: none;}
.cart-items a {color: #e36816;	text-decoration: underline;}

.header-banners {position: relative; padding: 15px 0 5px 15px;}
.benefits {width: 650px; display: flex;	justify-content: space-between; padding-bottom: 10px;}
.benefits-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 211px;
	height: 114px;
	box-sizing: border-box;
	padding-left: 105px;
	padding-right: 3px;
}
.sat-garantee {background: url(../images/garanty_top.png) no-repeat;}
.best-prise {background: url(../images/best_top.png) no-repeat;}
.privacy-garantee {background: url(../images/header_lock.png) no-repeat; padding-left: 90px;}

.sat-garantee-header {color: #33f; font-size: 15px; line-height: 16px; font-weight: bold;}
.sat-garantee-content {color: #555c5c; font-size: 11px; padding-top: 3px;}

.live-online {
	position: absolute;
	top: 10px;
	left: 681px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.chat-caption {color: #000000; font-weight: bold; font-size: 13px; margin-bottom: 7px;}
#header_online_chat img {display: none;}
#header_online_chat a {color: #3c05db; font-weight: bold; font-size: 13px;}
#header_online_chat a:after {content: 'Live Chat';}

.flash_logo {width: 653px;}
.swiper-pagination {text-align: right;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 1px;
	padding-right: 7px;
	box-sizing: border-box;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 1px;}
.swiper-pagination-bullet {
	width: 16px;
	height: 18px;
	border-radius: 0;
	opacity: 0.01;
}

.main-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 43px;
	padding: 0 10px;
	background-color: #FFD60A;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.main-menu nav a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}
.main-menu nav a:hover {color: #000;}

#static_sidebar_search {width: 246px; position: relative;}
.search-field {
	width: 100%;
	height: 24px;
	border: 0;
	border-radius: 5px;
	padding-left: 7px;
	padding-right: 25px;
	box-sizing: border-box;
}
.search-btn {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 22px;
	height: 22px;
	border: 0;
	background: #fff url(../images/search_bg.png) center no-repeat;
	cursor: pointer;
}
.mob-header {
	display: none;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	height: 83px;
}
.mob-header a {padding: 10px 10px 10px 0;}

.mob-sitename {
	font-size: 20px;
	color: #5ca06d;
	font-family: Arial Black, sans-serif;
	text-decoration: none;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.mob-sitename span {color: #f1701a;}

.mob-cart {position: relative; margin-left: auto;}
.mob-cart span {
	position: absolute;
	top: 7px;
	right: 12px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	text-align: center;
	line-height: 16px;
	background-color: #b80011;
	color: #fff;
	font-size: 10px;
}

.body-lock {overflow: hidden;}
.mob-shadow {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	transition: visibility 0.5s, opacity 0.5s;
	z-index: 3;
}
.mob-shadow-show {opacity: 1; visibility: visible;}
.mob-side {
	display: none;
	z-index: 4;
	position: fixed;
	left: -80vw;
	top: 0;
	width: 80vw;
	min-height: 100vh;
	transition: left 0.5s;
	background: #fff;
	overflow: hidden;
}
.mob-side-open {left:0;}
.mob-side-content-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	background-color: #eee;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	padding: 0 10px;
}
.btn-menu-close {width: 16px; padding: 7px; cursor: pointer;}
.scroll-bg {
	position: absolute;
	top: 59px;
	bottom: 0;
	width: 80vw;
	overflow: hidden;
}
.scroll {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	overflow-y: scroll;
}

.mob-side-content-select {padding: 15px 10px; background-color: #f8f8f8; border-bottom: 1px solid #dfdfdf;}
#tools2_currencies {margin-top: 10px;}
.mob-select {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0 20px 0 10px;
	font-size: 13px;
	color: #646363;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#tools2_languages,
#tools2_currencies {position: relative;}
#tools2_languages:after,
#tools2_currencies:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
	transform: rotate(45deg);
}
.mob-site-links {padding: 10px; margin-bottom: 50px; }
.mob-site-links > a {
	line-height: 40px;
	color: #383333;
	font-size: 16px;
	padding-left: 25px;
	text-decoration: none;
	white-space: nowrap;
}
.mob-list {
	background:url(../images/mob_icon/m_clist.png) no-repeat center left;
	background-size: 18px auto;
	display: block;
	position: relative;
}
.mob-list:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
	transform: rotate(-45deg);
}
.mob-list-open:after {
	top: 13px;
	transform: rotate(45deg);
}

.mob-list-block {display: none;}
.mob-list-block .title-side-category{display: none;}
.mob-list-block #categories_list {background: none;}
.mob-list-block .side-category-list {background: none; padding-left: 0;}
.mob-list-block .side-category-list a {color: inherit;}

.mob-home {background:url(../images/mob_icon/m_home.png) no-repeat center left; background-size: 18px auto;}
.mob-order {background:url(../images/mob_icon/m_ordstat.png) no-repeat center left; background-size: 18px auto;}
.mob-faq {background:url(../images/mob_icon/m_faq.png) no-repeat center left; background-size: 18px auto;}
.mob-contact {background:url(../images/mob_icon/m_contact.png) no-repeat center left; background-size: 18px auto;}
.mob-testim {background:url(../images/mob_icon/m_about.png) no-repeat center left; background-size: 18px auto;}

.mob-side-chat {padding: 15px 10px;}
.mob-side-chat #header_online_chat {width: auto; text-align: left;}
.mob-side-phone {padding: 10px; border-bottom: 1px solid #dfdfdf; background-color: #80cf90;}
.mob-side-phone img {
	max-width: calc(80vw - 20px);
}

/*###########################  Footer  #######################################*/

 footer {max-width: 1000px; margin: 0 auto;}
.footer-info {display: flex; flex-wrap: wrap;}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	min-height: 47px;
	padding: 0 10px;
}
#copyright {
	color: #7a7a7a;
	font-size: 11px;
	background: url(../images/footer_bottom.png) right center no-repeat;
	padding: 8px 27px 5px 0;
}
.footer-title {
	background-color: #376246;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.f-testi {width: 53.5%; margin-right: 0.5%; order: 1;}
.f-links {width: 46%; order: 2;}

#testimonials_list {
	order: 3;
	width: 54%;
	min-height: 160px;
	background-color: #376246;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	color: #fff;
}
.footer-testi-content {width: 48%;}
.footer-testi-title {
	font-size: 13px;
	font-weight: bold;
	background: url('../images/cloud.png') left center no-repeat;
	padding: 7px 0 7px 15px;
}
.footer-links {
	order: 4;
	width: 46%;
	min-height: 160px;
	background-color: #376246;
	box-sizing: border-box;
	padding: 15px 20px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
}
.footer-links li {
	width: 33%;
	box-sizing: border-box;
	padding: 4px 15px 4px 0;
	list-style-image: url('../images/side_menu_bullet.png');
}
.footer-links a {font-size: 11px; color: #fff; text-decoration: none;}

/*###########################  Side Bar  #####################################*/

.sidebar {width: 226px;}
#categories_list {padding: 5px 15px; background-color: #66a275; border-radius: 10px; margin-bottom: 15px;}
.title-side-category {font-size: 18px;line-height: 45px;color: #d2f8dc;}
.side-category-list {
	padding: 8px 0 8px 15px;
	font-weight: bold;
	background: url('../images/category_pointer.png') no-repeat left center;
	border-bottom: 1px dashed #7dbc8a;
}
.side-category-list a {color: #fff; text-decoration: none;}
.side-category-list a:hover {text-decoration: underline;}
#categories_list .side-category-list:last-child {border: 0;}

#static_decor_sidebar_package_image {margin-top: 10px;}
#static_decor_sidebar_package_image a {
	display: block;
	box-sizing: border-box;
	width: 228px;
	height: 134px;
	background: url('../images/ed_banner.png') no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-left: 143px;
	padding-right: 15px;
	padding-top: 35px;
}
#static_decor_sidebar_package_image a.ed-side-en,
#static_decor_sidebar_package_image a.ed-side-it,
#static_decor_sidebar_package_image a.ed-side-nb {padding-top: 40px;}
#static_decor_sidebar_package_image a.ed-side-es,
#static_decor_sidebar_package_image a.ed-side-pt,
#static_decor_sidebar_package_image a.ed-side-ja,
#static_decor_sidebar_package_image a.ed-side-cs {font-size: 12px; font-weight: normal;}
#static_decor_sidebar_package_image a.ed-side-sv {font-weight: normal;}

/*###########################  Index Page  ###################################*/

#tools_letter {display: flex; align-items: center; margin-bottom: 15px; text-align: center;}
.letter-caption {margin-right: 10px; font-weight: bold;	color: #515050;}
#tools_letter a,
#tools_letter span {
	width:24px;
	height: 24px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	border-radius: 12px;
	box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
}
#tools_letter a {background-color: #8dd099;}
#tools_letter span {background-color: #f99b5c;}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: #D1E9FF;
}
.short_descr_cat {padding: 10px 0; font-size: 13px;}
#full_description a {color: inherit;}

.category-list {
	margin-top: 10px;
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(280px, auto));
}
.pill-block {
	display: flex;
	border-bottom: 1px dashed #e6e6e6;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
}
.category-list .pill-block:nth-child(odd){border-right: 1px dashed #e6e6e6;}
.l-block {text-align: center; flex-shrink: 0;}
.pill-price {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4c8956;
}
.r-block {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pill-name {
	font-size: 16px;
	color: #252d31;
	font-weight: bold;
	text-decoration: none;
}
.pill-ingr {color: #ff6200;	font-weight: bold; text-decoration: none;}
.pill-descr {color: #000000a8; line-height: 1.5;}

#static_sidebar_payment_systems {
	display: flex;
	justify-content: space-between;
	padding: 12px 10px;
	border: 1px solid #ececec;
	background-color: #f8fcfa;
	border-radius: 10px;
	margin-top: 15px;
}
.p-methods-name {font-weight: bold;	color: #676767; margin-right: 10px; text-wrap: nowrap}
.p-methods,
.s-methods {display: flex; align-items: center;}

.p-methods-fr {font-size: 11px; font-weight: normal;}
.p-methods-pt {font-weight: normal;}

#news_list {
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #f8fcfa;
	border: 1px solid #dedede;
	border-radius: 15px;
}
.side-news-title {
	font-size: 18px;
	line-height: 40px;
	color: #51575a;
	padding-left: 20px;
}
.side-news-content {
	display: flex;
	justify-content: space-between;
}
.side-news {
	width: 33%;
	border-top: 1px dashed #dedede;
	padding: 10px 0;
	margin: 0 20px;
	color: #383333;
}
.news-caption {font-weight: bold; font-size: 11px;}
.news-content {color: #486a51;	padding-top: 4px; font-size: 11px;}

/*###########################  Product Page  #################################*/

.product-detaled-title {font-size: 18px; color: #6c6c6c; padding: 10px 0; margin-top: 20px;}
.product-detaled-content {margin-bottom: 20px; line-height: 2;}

.productPage-icon {
	display: flex;
	align-items: center;
	margin: 10px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.productPage-icon div {line-height: 2;}

.doses-panel {
	padding: 10px;
	font-size: 13px;
	background: #e0f4e2;
	border-radius: 10px;
	color: #323232;
	font-weight: bold;
}
#dosage-select {
	height: 24px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 25px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/selector.png) no-repeat right 5px center;
}
#dose_items {width: 100%;}
#dose_items > div {display:none;  width: 100%;}
#dose_items > div.active{ display:block;}

.product-tbl {width: 100%;}
.product-tbl td {padding: 10px 5px 0 5px;}
.product-tbl-bestsale {width: 40px; text-align: center;}

.product-tbl-buy {text-align: center; width: 35%;}
.product-tbl-buy a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	padding-left: 32px;
	color: #33f;
}
.product-tbl-buy a:before {
	content: ' ';
	position: absolute;
	width: 26px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
	background:url(../images/plus.png) no-repeat center;
}
.product-tbl-save {font-size: 11px; color: #ea4d10; margin-top: 5px; padding-left: 33px;}
.dose-dose {font-weight: bold; font-size: 14px; color:#000000;}
.dose-type {font-size: 12px; color:#72a751; white-space: nowrap;}

.product-tbl tr.product-bonus-list td {border-bottom: 1px dashed #dbdbdb; padding-bottom: 10px; padding-top: 3px;}
.product-table-bonus {color: #e36816; font-size: 10px; margin-right: 10px; font-weight: bold;}

/* ###########################  Search page  #######################################*/

.not_fount {padding: 30px 0; font-size: 20px;}
.not_fount span {font-weight: bold;}
.not_fount label {color: #B60810;}
.not_fount_discr {font-size: 16px;}


/* ##########################  Cart page  ####################################*/

.cart-empty {max-width: 580px; margin-top: 20px; text-align: center;}
.cart_table {width: 100%; border-collapse: collapse; font-size: 13px;}
.cart_table tr.cart_table_header td {
	border: 0;
	background-color:#D1E9FF;
	padding: 11px 10px;
	font-weight: bold;
}
.cart_table tr.cart_table_header td:first-child {border-top-left-radius: 10px;	border-bottom-left-radius: 10px;}
.cart_table tr.cart_table_header td:last-child {border-top-right-radius: 10px;	border-bottom-right-radius: 10px;}

.cart_table td {border-bottom: 1px dashed #dbdbdb;}

#cart_bonuses {
	margin-top: 20px;
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
	border-radius: 8px;
	padding: 15px 0;
	position: relative;
}
#cart_bonuses:before {
	content: '';
	position: absolute;
	width: 66px;
	height: 62px;
	left: -1px;
	top: -2px;
	background:url(../images/cart_bonus_bg.png) no-repeat center;
}
.bonus-cart-title {
	color: #e87c34;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 85px;
	margin-bottom: 15px;
}
.bonus_for_consumers {margin-left: 30px; border-collapse: collapse;}
.bonus_for_consumers td {padding: 5px; vertical-align: top;}

.update-pills {
	text-align: center;
	padding: 12px 0;
}
.update-pills a {
	color: #ff6200;
	font-weight: bold;
	text-decoration: none;
	padding-left: 26px;
	position: relative;
}
.update-pills a:before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: -4px;
	background:url(../images/update_pill_first.png) no-repeat;
}
.update-pills a span {color: #031ff3;}
.cart_table td.bonus-pill {padding: 10px;}

.cart_table .shipping-item td {border-bottom: 0;}
.cart-pill-img {width: 90px;}
.cart-pill-img img {height: 60px; margin-top: 1px;}
.cart-pill-name, .cart-pill-price {font-weight: bold; color: #e47226;}

.cart_table td.shipping-title {
	font-weight: bold;
	padding: 10px;
	background-color: #D1E9FF;
	border-bottom: 0;
	border-radius: 10px;
}
.cart_table tr.shipping-item td {padding: 5px 10px;}
.shipping-item-label {display: flex; align-items: center; cursor: pointer;}

.insurance-item td {padding: 10px;}
.insurance-item div {font-size: 11px; color: #4a4a4a;}

.cart-total td {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.cart-total-sum {white-space: nowrap; color: #ff6200;}
.cart-buttons {display: flex; justify-content: space-between; margin: 10px 0;}
.continue-shopping {
	cursor: pointer;
	box-sizing: border-box;
	min-width: 185px;
	height: 28px;
	border: 1px solid #90bbc9;
	border-radius: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #9ec5d3;
	background: linear-gradient(to bottom, #cbdfe5 0%, #9ec5d3 50%, #a7ccd9 100%);
}
.checkout-cart {
	cursor: pointer;
	box-sizing: border-box;
    width: 80%;
    font-size: larger;
	height: 50px;
	border: 1px solid #7ab188;
	border-radius: 6px;
	font-weight: bold;
	color: #fff;
	background: #87ba94;
	background: #28a745;
	margin: 0 auto;
    display: block;
}
#gift_list {
	height: 24px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding-right: 25px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/selector.png) no-repeat right 5px center;
}
.newbonus {display: flex; align-items: center; flex-wrap: wrap;}
.newbonus-capt {padding-right: 10px;}

.insurance-item b {color: #6c6c6c;}

/* ##########################  Order status page  ############################*/

.errors {text-align: center; color:red; margin-top:10px; font-size:13px;}
.success {text-align: center; color:green; margin-top:10px; font-size:13px;}

.order-stat-txt {font-size: 13px; margin-top: 15px;}
.order-stat-tbl {border-collapse: collapse; margin: 40px auto 0 auto; color: #646363; font-size: 13px;}
.order-stat-tbl td {padding: 5px 10px;}
.order-stat-tbl-inputs {text-align: right;}

.order-stat-tbl-inputs input[type='email'],
.order-stat-tbl-inputs input[type='text']{
	width: 280px;
	height: 24px;
	border: 1px solid #cacbcd;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 13px;
	font-family: Trebuchet MS, sans-serif;
	color: inherit;
	background-color: #f8fbfb;
}
.order-stat-tbl-inputs textarea {
	width: 280px;
	height: 130px;
	resize: none;
	padding: 5px;
	border: 1px solid #cacbcd;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Trebuchet MS, sans-serif;
	color: inherit;
	background-color: #f8fbfb;
}
.order-stat-tbl-inputs input[type='submit'] {
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 35px;
	height: 28px;
	border: 1px solid #90bbc9;
	border-radius: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #9ec5d3;
	background: linear-gradient(to bottom, #cbdfe5 0%, #9ec5d3 50%, #a7ccd9 100%);
}

.order_info_tbl {width: 300px; margin: 30px auto 0 auto; border-collapse: collapse;}
.order_info_tbl td {padding: 5px 10px; border: 1px solid #dbdbdb;}


/* ##########################  Testimonials page  ############################*/

.testimonials {margin-top: 10px;}
.testi_caption{font-size: 13px; font-weight: bold; line-height: 25px; color:#6c6c6c;}
.testi_content {
	color: #6c6c6c;
	background-color: #f8f8f8;
	padding: 20px 40px;
	border-radius: 10px;
}

/* ##########################  FAQ page  #####################################*/

.faq {margin-top: 10px;}
.faq_caption {
	color: #587f62;
	font-size: 14px;
	padding: 8px 5px 8px 15px;
	font-weight: bold;
	background-color: #e0f4e2;
	border-radius: 10px;
}
.faq ul {margin-left: 10px;}
.faq ul li {padding: 5px 0; margin: 5px 0;}
.faq ul li a {color: #6c6c6c; text-decoration: none; font-size: 11px; position: relative; padding-left: 20px;}
.faq ul li a:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(../images/qestion.png) no-repeat;
}
.faq_descr {margin-top: 20px; color: #6c6c6c;}
.question {font-size:14px; font-weight: bold; margin-bottom: 5px;}
.answer {margin-bottom: 10px;}
.answer p {display: inline-block;}
.faq_let {font-size:14px; font-weight: bold; display: inline-block;}
.ontop a.anchor {color: #6b9b77; text-decoration: underline;}
.ontop a.anchor:hover {text-decoration: none;}

/* ##########################  ED page  ######################################*/

.ed_block {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	border-bottom: 5px solid #f8f8f8;
}
.ed-pick-pc {flex-shrink: 0; margin-right: 25px; margin-left: 10px;}
.ed-pick {width: 100%; max-width: 178px;}
.ed_name {
	padding: 6px 5px 6px 15px;
	font-size: 18px;
	color: #6c6c6c;
	border-radius: 8px;
	background-color: #e0f4e2;
}
.ed_content {
	border-bottom: 1px dashed #dbdbdb;
	color: #302f2f;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	display: flex;
	align-items: flex-start;
}
.ed_buy {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #57686F;
}
.ed_buy_price {color: #72a751; padding-left: 5px;}
.ed_buy_per_pill {color: #e27228; padding-left: 5px;}

.pill-btn {color: #6c6c6c; font-size: 11px; padding-left: 32px; position: relative;}
.pill-btn:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 26px;
	height: 22px;
	background: url(../images/plus.png) no-repeat;
}
.ed-pick-mob {display: none; margin-right: 10px; flex-shrink: 0;}

/*###########################  General page  #################################*/

.about_us, .our_policy {padding: 10px;}

.sitemap_page {font-size:13px;}
.sitemap_page a {color: inherit;}
.sitemap_header {font-size:14px; font-weight: bold; line-height: 30px;}
.sitemap_page > ul {margin-left: 15px; display: flex; flex-wrap: wrap;}
.sitemap_page > ul > li {width: 33%;}
.cat_header a {font-weight: bold; display: inline-block; margin: 10px 0;}

/*###########################  Mobile Bottom Banners  ########################*/








/*###########################  QuickSearch  ##################################*/

.flagvisibility { display:none;}

.quickSearchBlock {
	display: block;
	position: absolute;
	width: auto;
	top: 100%;
	line-height: 25px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border: 1px solid #A3AEB6;
	box-sizing: border-box;
}
#quickSearch li {padding: 0 5px; cursor: pointer;}
.searchLiHover {background-color: #dbdbdb;}


/* ########################### Mobile Bottom Banners #############################*/

.app-download {
	display: none;
	background-image: url(../images/mob_icon/banner_fon.png),url(../images/mob_icon/banner_fon_2.png);
	background-position: center right, center left;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100px, auto 100px;
	height: 100px;
	margin: 15px auto 0 auto;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	position: relative;
}
.bottBannerLink {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 14px;
	color: inherit;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 100px;
	height: 100%;
	flex-direction: column;
	position: relative;
}
.bottBannerBtn {
	position: relative;
	background: #a5c53e;
	background: linear-gradient(to bottom, #a5c53e 0%, #8ba828 100%);
	line-height: 30px;
	height: 32px;
	margin-top: 10px;
	padding-left: 28px;
	padding-right: 20px;
	color: #fff;
	border-radius: 5px;
}
.bottBannerBtn:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 22px;
	top: 5px;
	left: 5px;
	background: url(../images/mob_icon/banner_b.png) no-repeat center center;
	background-size: auto 22px;
}

/*###########################  Landind banners  ##################################*/

.bgLandFooter {
	z-index: 1;
	background-color: #486b51; 
	height: 45px; 
	position: fixed; 
	width: 100%; 
	bottom: 0;
	padding-right: 30px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
}
.labding-footer {
	height: 45px;
	border-collapse: collapse; 
	margin: 0 auto;
    max-width: 1180px;
    min-width: 300px;
	font-size: 16px; 
	text-align: center;
	color: #fff;
	background: url(../images/ic_app.png) no-repeat left bottom; 
}
.labding-footer td {padding-left: 55px;}
.labding-footer a {
	font-size: 14px; 
	color: #232323; 
	background-color: #fff; 
	display: inline-block; 
	padding: 3px 20px;
	text-decoration: none;	
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.landind-side {margin-top:10px; position: relative; float: left;}
.testi_list_title {
	color: #fff; 
	font-size: 16px;
	background-color: #88c497; 
	padding: 8px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wigs {border: 1px solid #fff; border-top: 0;}

.banner-wrapper {
	position: relative; 
	background: url(../images/banner_big.jpg) no-repeat;
	width: 655px;
	height: 118px;
}
.banner-wrapper-txt {
	color: #3e3f4a; 
	font-size: 20px;  
	padding-left: 20px;
    padding-top: 10px;
    width: 445px;
    font-weight: lighter;
}
.banner-wrapper-txt div {padding-top: 15px; width: 240px; font-size: 16px; color: #ea6a15;}
a.bannerLanding_btn {
	position: absolute; 
	left: 270px; 
	bottom: 15px; 
	width: 139px; 
	height: 53px;
	background: url(../images/bannerLanding_btn.png) no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 53px;
	padding-left: 50px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lan_corner, #landCornerFull {position: absolute; top: 0; right: 0; z-index: 9999;}
#landCornerFull {
	background: url(../images/land_corner_full.png) no-repeat; 
	width: 599px; 
	height: 599px;
	text-decoration: none;
}
.corner-titl {
	color: #fff;
    display: block;
    font-size: 26px;
    line-height: 28px;
    padding-left: 110px;
    padding-right: 245px;
    padding-top: 50px;
    text-align: right;
}
.corner-bttn {
	position: absolute; 
	top: 150px; 
	left: 202px;
	font-size: 16px;
	line-height:16px;
	color: #232323;
	padding: 8px 0;
	text-align: center;
	width:150px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.close_banner {position: absolute; right: 10px; top:13px; width: 20px; cursor: pointer;}
.landind-side span {
	position: absolute; 
	bottom: 15px; 
	left: 0;
	width: 100%;
	text-align: center;
}
.landind-side span label {
	display: inline-block; 
	padding: 5px 20px;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #60b16f;
	background: -moz-linear-gradient(top, #7dd18c 0%, #5dae6d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dd18c), color-stop(100%,#5dae6d));
	background: -webkit-linear-gradient(top, #7dd18c 0%,#5dae6d 100%);
	background: -o-linear-gradient(top, #7dd18c 0%,#5dae6d 100%);
	background: -ms-linear-gradient(top, #7dd18c 0%,#5dae6d 100%);
	background: linear-gradient(to bottom, #7dd18c 0%,#5dae6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dd18c', endColorstr='#5dae6d',GradientType=0 );
	cursor: pointer;
}

.insurance {width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 13px; font-weight: bold; color: #6c6c6c;}
.insurance-title {width: 367px; padding-left: 42px; padding-right: 10px;}
.insurance-title span {color: #8c8c8c; font-weight: normal; font-size: 12px;}
.insurance-check {width: 40px; text-align: center;}
.insurance-price {padding-left: 55px;}

/*###########################  Landind page  ##################################*/

.landing-title {font-size: 20px; line-height: 70px; height: 90px; text-align: center;}
.landing-bottom {display: flex; justify-content: space-evenly; align-items: center; margin-top: 30px;}
.landing-bottom-box {text-align: center;}
.landing-bottom-box img {width: 45px;}
.landing-bottom-box div {font-weight: bold; font-size: 13px; padding: 10px 0; color: #000;}
.landing-bottom-box p {font-size: 13px;}

.features {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.features-btn {width: 350px; box-sizing: border-box; padding-left: 38px;}
.features-img {width: 330px;}

.features-btn-item {
	padding: 15px 15px 20px 50px;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}
.features-btn-item.active, .features-btn-item.active:hover {
	border-color: #dfdfdf;
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.03);
}
.features-btn-item:hover {border-color: rgba(223, 223, 223, 0.70);}
.features-btn-item > img {
	position: absolute;
	width: 76px;
	top: calc(50% - 38px);
	left: -38px;
	filter: drop-shadow(0px 0px 5px #d2d2d291)
}
.features-btn-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.features-btn-txt {font-size: 14px; line-height: 20px;}
.features-img {
	background: url("../images/landing/slider/_blank.png") no-repeat left 75px bottom 10px;
	background-size: auto 380px;
}
.features-img img {display: none; width: 240px; box-shadow: 0 0 15px 5px rgba(0,0,0,0.05); border-radius: 12px;}
.features-img img:first-child {display: inline;}


.download-pc {
	box-sizing: border-box;
	padding-bottom: 30px;
	min-height: 380px;
	text-align: center;
	background: url("../images/landing/bg.png") no-repeat center center;
	background-size: 100% 100%;
	margin-top: 40px;
}
.download-stage {display: none;}
.download-stage.active {display: block;}

.download-switcher {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	border-radius: 48px;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
}
.download-switcher span {
	display: inline-block;
	line-height: 37px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.download-switcher span.active {
	background-color: #2c335c;
	border-radius: 25px;
	color: #fff;
}

.qr-code, .save-link {margin-top: 20px;}
.qr-code p, .save-link p {font-size: 16px; padding: 20px 180px;	line-height: 25px;}

.copy-link-box {position: relative; margin: 0 130px;}
.field-copy-link, .field-send-link {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	border-radius: 22px;
	border: 0;
	padding: 0 180px 0 20px;
	font-size: 14px;
	color: #656c71;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
}
.btn-copy-link, .btn-send-link {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 34px;
	padding: 0 40px;
	color: #fff;
	background-color: #5192ff;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	border-radius: 25px;
}

.landing-form {display: block; margin: 0 135px;}

.send-link-box {position: relative; margin-top: 10px;}
.email-caption {margin-top: 40px; font-size: 16px; color: #000; line-height: 25px; font-weight: bold;}
.email-sub-caption {padding-bottom: 30px; font-size: 14px; line-height: 20px;}
.check-code-box {display: flex; justify-content: space-between;}
.check-code-box img {height: 44px;}
.field-code {
	width: 320px;
	box-sizing: border-box;
	height: 44px;
	border-radius: 22px;
	border: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #656c71;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
	background: #fff no-repeat center right 20px;
	background-size: auto 38px;
}

.message {padding: 10px 0;}
.error_message {color: red;}
.ok_message {color: green;}

/*========= WTF? ==========*/
.faq-table {border: 1px solid black;border-collapse: collapse;}
.faq-table td {padding: 7px;width: 92px;height: 30px;border: 1px solid black;}
.faq-table tr {vertical-align: top;border: 1px solid black;}
.faq-table tr p {margin-bottom: 0;}
.privacy-wrapper {font-family: arial,helvetica,sans-serif;	font-size: small;}
.pl-30px {padding-left: 30px;}
.terms-conditions-wrapper {font-family: arial,helvetica,sans-serif;}
.terms-conditions-general {font-size: medium;}
.terms-conditions {font-size: small;}
.text-underline {text-decoration: underline;}
.payment-methods,
.methods-block {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
}
.payment-methods img {
	max-height: 18px;
	max-width: 30px;
}
.methods-block img {
	max-height: 18px;
}
h2 {
    background: #E0F4E2;
    background-size: cover;
    padding: 1rem 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.category-list {
    margin-top: 10px;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
}
/* CLS: reserve product image boxes before download */
.category-list .l-block img,
.pill-block img {
  aspect-ratio: 1 / 1;
}

.safeBuy-container {
  position: fixed;
  bottom: 0;
  left: 0; /* Forces it to the left side */
  z-index: 1000;
  pointer-events: none; /* Allows clicks to pass through empty areas of the container */
  margin: 0;
  padding: 10px; /* Adds a slight gap from the corner edges */
}

.safeBuy {
  width: 122px; /* Sets the base width */
  height: auto;
  pointer-events: auto; /* Allows users to click/hover specifically on the badge */
  display: block;
}

/* Optional: Make it slightly smaller on mobile screens so it doesn't block content */
@media (max-width: 768px) {
  .safeBuy {
    width: 90px; /* Smaller size for phones */
  }
}