* {margin: 0;padding: 0;}
html {height: 100%;}
article, aside, details, figcaption, 
figure, footer, header, hgroup, main, 
nav, section, summary {	display: block;}
img {border: none;}
ul li{list-style: none;}
body {
	font-size:12px; 
	font-family: "Open Sans", Arial; 
	height: 100%;
	background: url(../images/header_bg.png) top repeat-x;
	color: #323232;
}
header {padding: 0 1%;}
.clear {clear: both;}
.wrapper {min-width: 320px;	max-width: 1200px;	margin: 0 auto;}

.top_menu {float: left;}
.top_menu a {
	text-decoration: none;
	color: #fff;
	line-height: 37px;
	font-size: 14px;
	padding: 0 10px;
}
#tools_cart {
	float: right; 
	line-height: 37px; 
	color: #fff;
	padding-left: 20px;
	background: url(../images/cart.png) no-repeat left center;
	cursor: pointer;
	font-size: 14px;
}
#cart_bonus {color: #E28C3C; padding-left: 7px;}
#cart_sum, #cart_items span {color: #74d3ff;}

.headerContent {height: 102px; width: 100%; border-collapse: collapse;}
.headerContent:after {display: table; clear: both; content: '';}
.sitename {width: 30%; padding-left: 50px;	background: url(../images/logo.png) no-repeat left center;}
.sitename a {font-size: 28px; text-decoration: none; color: #323232; line-height: 22px;}

.contactBox {text-align: right; width: 20%;}
.phones {margin-bottom: 7px;}
.selectors {padding-bottom: 10px;}
.selectors > * {vertical-align: middle;}
#tools_currencies,  #tools_languages {display: inline-block; cursor: pointer;}
#tools_currencies label,  #tools_languages label {position: relative;}
#currencies_list, #languages_list {opacity:0; position: absolute; top:0; left: 0;}
.settings-title {font-size: 13px; color: #929292;}
.selectedCur, .selectedLang {color: #0e629c; font-size: 14px; padding: 0 7px;}
#static_sidebar_search input[type='text'] {
	border: 1px solid #dddde0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	height: 34px;
	font-size: 14px;
	width: 70%;
	padding-left: 5px;
	color: #9b9b9b;
}
#static_sidebar_search input[type='submit'] {
	padding: 7px 10px 6px 10px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px #ad6325;
	border-bottom: 1px solid #db5700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #ffa04e 0%, #ff7303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa04e), color-stop(100%,#ff7303));
	background: -webkit-linear-gradient(top, #ffa04e 0%,#ff7303 100%);
	background: -o-linear-gradient(top, #ffa04e 0%,#ff7303 100%);
	background: -ms-linear-gradient(top, #ffa04e 0%,#ff7303 100%);
	background: linear-gradient(to bottom, #ffa04e 0%,#ff7303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04e', endColorstr='#ff7303',GradientType=0 );
	cursor: pointer;
} 
.site-settings-small {display: none; padding: 10px;}

table.txt_advant {
	border-collapse: collapse; 
	width: 99%; 
	font-size: 14px; 
	height: 50px;
	margin: 15px 0 15px 1%;
	line-height: 12px;
}
.txt_advant_sec1 {background: url(../images/sec1.png) no-repeat left center; padding-left: 40px;}
.txt_advant_sec2 {background: url(../images/sec2.png) no-repeat left center; padding-left: 60px;}
.txt_advant_sec3 {background: url(../images/sec3.png) no-repeat left center; padding-left: 35px;}
.txt_advant_sec4 {background: url(../images/sec4.png) no-repeat left center; padding-left: 40px;}
.txt_advant_sec5 {background: url(../images/sec5.png) no-repeat left center; padding-left: 40px;}

.short-menu {
	color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 16px;
    line-height: 36px;
    margin-left: 10px;
}
.mainMenuShort {display: none;}
.mainMenuShort a {
	display: block; 
	padding: 7px 10px; 
	background-color: #f5f5f5;
	text-decoration: none;
	color: #0e629c;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
	font-size: 16px;
}

.secondCategoryList {display: none; padding: 0 10px 10px 10px; text-align: right;}
.secondCategoryList:after {display: table; clear: both; content: '';}
.secondCategoryList li {width: 45%; float: left; font-size: 14px; padding: 5px 2.5%;}
.secondCategoryList li:nth-child(even) {text-align: left;}
.secondCategoryList li a {text-decoration: none; color: #0e629c;}

/*================= Middle ==================== */

.middle {width: 100%; position: relative;}
.middle:after {display: table; clear: both; content: '';}
.container {width: 80%;	float: right; overflow: hidden;}
.content {margin-left: 3%;}

.pblocks {margin-top: 15px; width: 100%;}
.pblocks:after {display: table; clear: both; content: '';}
.pblock {
	width:22%;
	height: 300px;
	border: 1px solid #eaeaea; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left; 
	cursor: pointer;
	padding: 10px 1%;
	position: relative;
	margin-bottom: 5px;
}
.pblock:hover {
	border: 1px solid #aedcff;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
	-moz-box-shadow:    inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
	box-shadow:         inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
}
.namePill {font-size: 14px; font-weight: bold;}
.ingrPill {padding: 2px 0; width: 65%;}
.ingrPill a {font-size: 12px; color: #49ac3e; text-decoration: none;}
.ingrPill a:hover {text-decoration: underline;}
.pblock-bonus {
	position: absolute; 
	top:30px; 
	right: 0px; 
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #e46000;
	border: 1px solid #e6e6e6;
	border-right:0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pblock-bonus span {font-weight: bold;}
.pblock:hover .pblock-bonus {border-color: #ff6c00; background-color: #ff6c00; color: #fff;}
.listDose {color: #b6b6b6; margin-bottom: 10px;}
.listDose a {text-decoration: none; color: #0e629c;}
.listDose a:hover {text-decoration: underline;}
.pricePill {
	display: inline-block; 
	padding: 0 10px; 
	line-height: 32px; 
	background-color: #fff3b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
.pricePill span {font-size: 18px;}
.bttnCart {vertical-align: middle; margin-left: 5px;}
.descrPill {font-size: 11px; color: #ff6b00; margin-top: 10px;}

.mainBanner {width: 100%; margin-bottom: 10px;}
#mainBanner {padding-right: 3%;}
.banner_img {width: 100%; float: left;}
#testimonialsList {width: 30%; background-color: #79cc71; color: #fff;}
#testimonials_list {padding: 0 5%;}
#testimonials_list table td {border-bottom: 1px dotted #fff;  padding: 10px 0; font-size: 11px;}
#testimonials_list table tr:last-child td {border-bottom: 0px;}
a.read_more {color: #fff; float: right; margin-bottom: 5px;}

.title {
	font-size:24px; 
	border-bottom: 1px solid #eaeaea; 
	line-height: 45px;
	padding-left:30px;
	background: url(../images/title_bg.png) center left no-repeat;
}
.title:after {display: table; clear: both; content: '';}

.title2 {
	font-size:20px; 
	border-bottom: 1px solid #eaeaea; 
	line-height: 45px;
}
.title2:after {display: table; clear: both; content: '';}
.title3 {font-size:20px; line-height: 40px; color: #323232;}
.ctitle2 {
	font-size:20px; 
	border-bottom: 1px solid #eaeaea; 
	padding: 10px 0;
	margin-bottom: 15px;
}

#tools_letter {font-size: 11px; float: right;}
.alphabet-caption {font-weight: bold;}
.alphabet-letter a {color: #0e629c; text-decoration: none; margin: 0 2px;}
.alphabet-letter span.inactive {display: none;}
.alphabet-letter span.current {color: #0e629c; margin: 0 3px; font-weight: bold; text-decoration: underline;}


.left-sidebar {	float: left; width: 20%;}
#categories_list {padding-left: 10px; margin-bottom: 20px;}
#static_decor_sidebar_package_image {padding-left: 10px; margin-bottom: 20px;}
.categories_list {
	border: 1px solid #ededed;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5%;
}
.categories_list a {color: #0e629c; font-size: 14px; text-decoration: none;}
.categories_list a:hover {text-decoration: underline;}
.categories_list div.category_titel:last-child {border: 0px;}
.category_titel {
	padding: 10px 15px 9px 0; 
	border-bottom: 1px solid #ededed;
	background: url(../images/prodList_bg.png) center right no-repeat;
}
.title_side {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
}
.edBannerTitle {font-size: 15px; padding-top: 15px; padding-bottom: 10px;}
.edBanner {width: 100%;}
.edBannerText {padding-bottom: 20px; font-size: 11px; color: #585858;}

.not_fount_discr {font-size: 14px;}
.not_fount {font-size: 20px; padding-bottom: 30px; text-align: center;}
.not_fount span {color: red;}

.smallCatList {display: none;}
.smallCatList p {text-align: center; cursor: pointer; font-size: 14px; padding: 10px;}

.pill-info {position: relative;}
.product-info-prep {font-size: 13px;}
.blister-full {position: absolute; top:0px; left: 0px; border: 2px solid #bbb;}

.title-doses {font-size: 14px; float: left; line-height: 30px;}
#dose_items {width: 100%; margin-bottom: 15px;}
#dose_items > div {display:none; float: left;}
#dose_items > a {
	color:#0e629c;
	line-height: 28px; 
	padding: 0 10px; 
	border: 1px solid #e0e0e0;
	float: left;
	margin-left: 5px;
	font-size: 14px;
	text-decoration: none;
}
#dose_items > a.active {cursor: default; font-weight:bold; color:#fff; text-decoration: none; background-color: #2c9cd3;}
#dose_items div.active {display:block; width: 100%;}
#dose_items:after {display: table; clear: both; content: '';}

.product_table table {
	width: 100%; 
	border-collapse: collapse; 
	border-top: 1px solid #dbdbdb;
    margin-top: 10px;
}
.product_table table td {border-bottom: 1px solid #dbdbdb;}
.product_table table tr.smalOurBonus td {border-bottom: 1px solid #dbdbdb; padding-bottom: 5px;}
.smalOurBonus {display: none;}
.bonusList {padding-left: 50px; background: url(../images/bonus.png) center left no-repeat; min-height: 43px;}
.pill-save {color:#ff6b00;}
a.bttn-buy {
	padding: 4px 10px 3px 10px;
	display:inline-block;
	text-decoration:none;
	color: #fff;
	font-size: 11px;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
}
.product-old-price {font-size: 15px; color: #e46000; text-decoration: line-through;}
.dose-dose {font-size: 20px;}
.dose-type {font-size: 12px; color: #8b8564;}
.icoHitsale {text-align: center;}
.itemPriceBlock {padding: 0 10px;}
.itemPriceBlock div {
	background-color: #fff3b5; 
	padding: 5px 10px; 
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.descr-delivery {color: #6f6f6f; font-size: 13px; float: left; width: 50%;}
.icoParcel {width: 50%;}

.info-shipping {margin-bottom: 15px; padding-top: 15px;  border-top: 1px solid #dbdbdb;}

.shedule-tbl {width: 100%; border-collapse: collapse; float: right; width: 85%; font-size: 13px; text-align: center;}
.shedule-tbl  td {padding: 5px 0;}
.curDate {
	float: left; 
	width: 10%; 
	margin-right: 5%; 
	border: 1px solid #dbdbdb; 
	box-sizing: border-box;
}
.curDate p {
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	background-color: #79cc61; 
	line-height: 30px;
	text-transform: uppercase;
}
.curDate div {text-align: center; font-size: 30px; line-height: 50px; height: 60px;} 
.delivDays {color:#50a836;}


#cart_bonuses {
	border: 1px solid #ff0000; background-color: #fffef6; padding: 15px; margin: 20px 0;}
.ctitle {
	font-size: 18px;
	background: url(../images/bonus-pill.png) center left no-repeat;
	padding: 10px 10px 10px 50px;
}
.bonus_for_consumers {margin-top: 10px; font-size: 13px;}

.cart-tbl {width: 100%; border-collapse: collapse; font-size: 14px;}
.cartPillName {font-size: 15px;}
.cartPillMore {font-size: 13px; color: #0e629c;}
.quant-minus {border: 0px; width: 25px; height: 25px; background: url(../images/btnMinus.png); cursor: pointer; vertical-align: middle;}
.quant-plus {border: 0px; width: 25px; height: 25px; background: url(../images/btnPlus.png); cursor: pointer; vertical-align: middle;}
.quant {width: 30px; height: 33px; border: 1px solid #dbdbdb; text-align: center;}
.cart-prod {border-bottom: 1px solid #dbdbdb;}
.cart-prod td {padding: 5px 0;}
.shipping-title {font-size: 16px; line-height: 40px; padding-left: 30px;}
.gift-free td {padding: 15px 0;}
.shipping-elem-name {
	padding: 5px 10px; 
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 5px 0;
	cursor: pointer;
}
.ship-block {padding-left: 30px;}
.gift-free td.txtGiftFree {padding-left: 30px;}
.gift-free {border-bottom: 1px solid #dbdbdb; border-top: 1px solid #dbdbdb;}

.cart_nav {float: left; margin-top: 10px;}
.total-sum {
	background-color: #fff3b5;
    float: right;
    padding: 10px;
    text-align: center;
}
.cartTotalSum {font-size: 18px;}
.cart_nav_right {
	border:0px;
	padding: 5px 30px;
	margin-bottom: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	cursor: pointer;
}

.cart_nav_left {
	border:1px solid #dbdbdb;;
	padding: 5px 20px;
	margin-bottom: 3px;
	color: #0e629c;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fff 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fff 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #fff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f3f3f3',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.1); 
}
.cartShortMode {display: none; border-bottom: 1px solid #dbdbdb;}
.cartShortMode td {padding-bottom: 10px;}
.nowrap {white-space: nowrap;}

.about_us {padding-right: 430px; font-size: 13px; background: url(../images/about_bg.jpg) no-repeat right 25px;}
.faq {font-size: 13px;}
.ontop {display: none;}
.faq_let {display: none;}
.question {font-weight: bold;}
.answer {margin-bottom: 20px;}
.faq_cont li a {color: #0e629c; text-decoration: none;}
.faq_cont li {padding: 2px 0;}
.faq_caption {font-weight: bold; padding: 10px 0;}

.contact_us_cont {float: left; width: 54%; font-size: 13px;}
.contact_us_inf {float: right; width: 44%; font-size: 13px;}
.contact_note {font-size: 13px; padding-top: 20px;}
.cont_addr {color: #929292;}
.cont_addr a {color: #0e629c;}
.cont-tbl {
	border-collapse: collapse; 
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fafafa;
	margin-top: 20px;
}
.cont-tbl td.bold {text-align: right; padding-right: 10px;}
.cont-tbl td.fields {text-align: left;}
.cont-tbl td {padding-top: 10px;}
.cont-tbl input[type='text'], .cont-tbl input[type='email'] {border: 1px solid #dbdbdb; width: 90%; height: 30px;}
.cont-tbl textarea {border: 1px solid #dbdbdb; resize: none; height: 150px; width: 90%;}
.capchapadding {padding-bottom: 30px;}
.contbttn {
	padding: 4px 10px 3px 10px;
	border: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	cursor: pointer;
}
.errors {color: red; padding-top: 5px;}
.success {color: green; padding-top: 5px;}

.order_status_cont {
	font-size: 13px; 
	padding-top:20px !important; 
	padding-bottom:20px !important; 
	float: left; 
	width: 50%;
}
.order-pic {float: right; width: 43%; padding-top: 20px;}
.ord_tbl {padding-left: 30px; font-weight: bold;}

.edpack-descr {border-collapse: collapse; font-size: 13px; width: 100%; margin-bottom: 20px;}
.ed_block_content {
	width:31%;
	border: 1px solid #eaeaea; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left; 
	cursor: pointer;
	padding: 10px 1%;
	position: relative;
	margin-bottom: 5px;
}
.ed_block_content:hover {
	border: 1px solid #aedcff;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
	-moz-box-shadow:    inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
	box-shadow:         inset 0px 0px 3px 1px rgba(174, 220, 225, 0.75);
}
.ed_caption_name {font-weight: bold; font-size: 13px;}
.ed_content {font-size: 11px; margin-top: 10px;}





/*================= Footer ==================== */
.footer {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1180px;
	position: relative;	
	padding: 30px 10px;
}
.subFooter {
	border-top: 1px solid #c3c3c3; 
	background: url(../images/subFooter_bg.png) #f5f5f5 repeat-x top;
}
.footer-menu {width: 30%; float: left; margin-bottom: 15px;}
.subFooter-logo {float: right; width: 70%;}
.footer-menu td {vertical-align: top;}
.footer-menu td a {color: #0e629c; font-size: 14px; text-decoration: none; line-height: 24px;}
.footer-menu td a:hover {text-decoration: underline;}
.footer-logo {display: inline-block; width: 33%; color: #7c7c7c; vertical-align: top; padding-bottom: 10px;}
.footer-logo div {padding-bottom: 10px;}
#copyright {font-size: 11px; color: #969696;}
.bookmark_ico {float: left; margin-right: 5px;}
#tools_social_bookmark:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	float:none; 
	visibility: hidden;
}
.bottomMenu {display: none;}
.bottomMenu a {
	display: block; 
	font-size: 14px; 
	text-transform: uppercase; 
	color: #0e629c; 
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
#mobSwicher {padding-top: 15px;}
#mobSwicher a {text-decoration: none; color: #7c7c7c;}
#mobSwicher a * {vertical-align: middle;}
#subscribe_to_news {
	padding: 4px 10px 3px 10px;
	border: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	cursor: pointer;
}
.subscribe-bookm {position: relative;}
#subscribe_to_news_form input[type='text']{width: 60%; border: 1px solid #dedede; height: 22px;}
#subscribe_to_news_form * {vertical-align: middle;}
.subscribe-bookm .success {color: green;}
.subscribe-bookm .errors {color: red;}
.subscribe-bookm p {position: absolute;}



.product-descr {width: 100%; margin-bottom: 20px;}
.product-descr > div {display:none; float: left;}
.product-descr > a {
	color:#464646;
	line-height: 45px; 
	padding: 0 20px; 
	border: 1px solid #d1d1d1;
	float: left;
	font-size: 15px;
	border-bottom: 0px;
	text-decoration: none;
}
.product-descr > a.active {
	cursor: default; 
	color:#000; 
	text-decoration: none; 
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 86%, #79cc61 89%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(86%,#ffffff), color-stop(89%,#79cc61));
	background: -webkit-linear-gradient(top,  #ffffff 86%,#79cc61 89%);
	background: -o-linear-gradient(top,  #ffffff 86%,#79cc61 89%);
	background: -ms-linear-gradient(top,  #ffffff 86%,#79cc61 89%);
	background: linear-gradient(to bottom,  #ffffff 86%,#79cc61 89%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#79cc61',GradientType=0 );

}
#p2 {border-right: 0px;}
.product-descr div.active { display:block;}
.product-descr:after {content: "."; display: block; height: 0; clear: both; float:none; visibility: hidden;}
.product-descr-block {border-top: 1px solid #d8d8d8; padding: 15px 0; font-size: 13px; width: 100%;}

.review-block {padding-bottom: 15px; border-bottom: 1px dashed #d8d8d8; margin-bottom: 15px;}
.review-name {color: #5d5d5d;  padding-bottom: 5px;}
.review-name span {font-weight: bold; color: #000;}
.review-text {font-size: 13px; padding-bottom: 10px;}
.review-star {padding-bottom: 5px;}
.review-star-capt {color: #7b7b7b; margin-right: 5px;}
.review-star-count {color: #484848; margin-left: 5px;}

.addReviewBttn {
	float: left; 
	font-size: 14px; 
	padding-left: 20px;
	background:url('../images/addreview.png') center left no-repeat;
	cursor: pointer;
	margin-top: 10px;
	color: #0e629c;
}
.pager {float: left;}
.pager-name {font-size: 13px; color: #5d5d5d; float: left; line-height: 19px;}
.pager-review {float: left;}
.pager-review li {
	float: left;
	border: 1px solid #c9c9c9;
	line-height: 17px;
	margin-left: 7px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.pager-review li a {color: #5d5d5d; padding: 0 5px;}
.pager-review li.active {
	background-color: #000;
	border-color:#d5d5d5;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.pager-review li span {color: #fff; padding: 0 5px;}
.review-add {border: 1px solid #d8d8d8; margin-top: 15px;}
.review-title {line-height: 40px; border-bottom: 1px solid #d8d8d8; font-size: 15px; padding-left: 15px;}
.review-form {width: 100%; font-size: 13px; margin:10px 0 0 0;}
.review-form td {height: 30px;}
.review-form input[type='text'] {border: 1px solid #d8d8d8; height: 25px; width: 280px;}
.review-form textarea {border: 1px solid #d8d8d8; height: 100px; width: 280px;}
.review-form input[type='submit'], .review-form input[type='button'] {
	padding: 4px 10px 3px 10px;
	border: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	border-bottom: 1px solid #3e9835;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	cursor: pointer;
}
.review-form-selstar {color: #8d8d8d; font-size: 12px;}
.review-form-selstar img {cursor: pointer;}
.review-form-selstar span {position: relative; top: 1px;}
.review-form-selstar * {vertical-align: middle;}
#add_review_success {text-align: center; color: green; margin-top: 10px;}
#add_review_success span {
	padding-left: 25px; 
	display: inline-block;
    line-height: 24px; 
    background:url('../images/checker.png') no-repeat left;
}
#add_review_error {
	color: red; 
	font-size: 11px; 
	display: inline-block;
	margin-left: 5px;
}
a.reviews-product {color: #0e629c; text-decoration: none; font-size: 14px;}

.dropdown {font-size: 11px;}
.dropdown dd { position:relative; }
.dropdown a  { color:#323232; text-decoration:none; outline:none;}
.dropdown a:hover { color:#323232;}
.dropdown dt a:hover { color:#323232; border: 1px solid #5d4617;}
.dropdown dt a {
	background:#e9e9e9 url(../images/arrow_gift.png) no-repeat scroll right center; 
	display:inline-block; 
	padding-right:20px;
    border:1px solid #dedede; 
    min-width:150px;
    color: #000 !important;
    text-decoration: none !important;
}
.dropdown dt a span {cursor:pointer; display:block; padding:2px 5px;}
.dropdown dd ul { 
	background:#e9e9e9 none repeat scroll 0 0; 
	border:1px solid #dedede; 
	color:#323232; 
	display:none;
    left:0px; 
    padding:3px 0px; 
    position:absolute; 
    top:22px; 
    width:auto; 
    min-width:170px; 
    list-style:none;
 }
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block; color: #000 !important; text-decoration: none !important;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}
.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}

.quickSearchBlock {
	display: block;
	position: absolute;
	width: 71%;
	top: 100%;
	line-height: 25px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border: 1px solid #A3AEB6;
	box-sizing: border-box;
	z-index: 999;
}
#quickSearch li {padding: 0 5px; cursor: pointer;}
.searchLiHover {background-color: #dbdbdb;}
#static_sidebar_search {position: relative;}


/*=========Landind blocks==========*/

.bgLandFooter {  z-index: 1;   
	background-color: #3f51b5; 
	height: 45px; 
	position: fixed; 
	z-index:2;
	width: 100%; 
	bottom: 0px;
	padding-right: 30px;
	box-sizing: border-box;
}
.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: #3f51b5; 
	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 {	padding-left: 10px; margin-bottom: 20px; position: relative;}
.landind-side .categories_list {padding: 0px;}

.banner-wrapper {
	position: relative; 
	background: url(../images/banner_big.jpg) no-repeat;
	width: 100%;
	height: 337px;
}
.banner-wrapper-txt {
	color: #3e3f4a; 
	font-size: 24px;  
	padding-left: 30px;
    padding-top: 30px;
    width: 330px;
    line-height: 30px;
    font-weight: lighter;
}
a.bannerLanding_btn {
	position: absolute; 
	left: 30px; 
	bottom: 30px; 
	width: 165px; 
	height: 64px;
	background: url(../images/bannerLanding_btn.png) no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 64px;
	padding-left: 70px;
	text-decoration: none;
}

.lan_corner, #landCornerFull {position: absolute; top: 0px; right: 0px; z-index: 999;}
#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: #444f6c;
	padding: 8px 0;
	text-align: center;
	width:150px;
	background-color: #e9efff;
	-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: 0px; 
	width: 100%;
	text-align: center;
}
.landind-side span label {
	display: inline-block; 
	padding: 5px 20px;
	border: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px -1px #498c42;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #78d56f;
	background: -moz-linear-gradient(top, #78d56f 0%, #4ebe42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d56f), color-stop(100%,#4ebe42));
	background: -webkit-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -o-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: -ms-linear-gradient(top, #78d56f 0%,#4ebe42 100%);
	background: linear-gradient(to bottom, #78d56f 0%,#4ebe42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d56f', endColorstr='#4ebe42',GradientType=0 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	-moz-box-shadow:    2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	box-shadow:         2px 2px 5px 0px rgba(194, 235, 190, 0.9);
	cursor: pointer;
}


/*=========Landind Page==========*/

.landing-title {font-size: 20px; line-height: 80px; height: 90px; text-align: center; margin-right: 20px;}
.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: 370px; box-sizing: border-box; padding-left: 38px; margin-left: 50px;}
.features-btn > div:last-child {margin: 0;}
.features-img {width: 420px;}

.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 95px bottom 10px;
	background-size: auto 510px;
}
.features-img img {display: none; width: 320px; 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: 420px;
	text-align: center;
	background: url("../images/landing/bg.png") no-repeat center center;
	background-size: 100% 100%;
	margin-top: 40px;
	margin-right: 10px;
}
.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 250px;	line-height: 25px;}

.copy-link-box {position: relative; margin: 0 230px;}
.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 230px;}

.send-link-box {position: relative; margin-top: 10px;}
.email-caption {margin-top: 40px; font-size: 16px; 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;}

.bottBanner {
	background: #F4F3F6 url(../images/banner_fon.png) no-repeat center right;
	background-size: auto 100px;
	height: 100px;
	margin: 10px 2.5%;
    width: 95%;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding-right: 95px;
    position: relative;
    display: none;
}
.bottBannerLink {display: block; padding: 10px 0 0 10px; box-sizing: border-box; height: 100%;}
.bottBannerBtn {
	background: url(../images/banner_b.png) no-repeat;
	background-size: 138px 32px;
	width: 110px;
	padding-left: 28px;
	height: 25px;
	padding-top: 7px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
}
.bottBannerText {line-height: 14px;}
.bottBanner a {color: #323232; text-decoration: none;}

/*================== Custom Setting ===================*/
@media screen and (min-width: 0px) and (max-width: 550px){
   	.left-sidebar {display:none;}
   	.content {margin-left: 0px;}
	.container {width: 99%;}
	.footer-logo {width: 100%; margin-top: 10px;}
	.footer-menu {display: none;}
	.subFooter-logo {width: 100%; text-align: center;}
	
	#secureBanners, #certificAvards, #socBookmark, 
	.mainBanner, #tools_letter, .top_menu, #mobSwicher , 
	.site-settings, .txt_advant, .showBlister, 
	.ourBonus, .icoHitsale, .curDate, .flagDelivery, 
	.tracking, .contact_us_inf, .order-pic {display: none;}
	
	#copyright {text-align: center;}
	#paimentCards div, #shipMethod div {display: none;}
	.bottomMenu, .site-settings-small {display: block;}
	.pblock {width: 47%;}
	.short-menu, .smallCatList {display: block;}
	.smalOurBonus {display: table-row;}
	.product_table table td {border: 0px;}
	.product_info {padding: 0 10px;}
	.review-form input[type="text"], .review-form textarea {width: 200px;}
	
	.descr-delivery, .icoParcel, .shedule-tbl {width: 100%;}
	
	#cart_bonuses {border-left: 0px; border-right: 0px;}
	.cartShortMode {display: table-row;}
	.cartLongMode {display: none;}
	.cart-prod {border: 0px;}
		
	.about_us {padding: 0 10px; background: none;}
	.faq, .rev_bg {padding: 0 10px;}
	.contact_us_cont, .order_status_cont {width: 100%; padding: 0 10px; box-sizing: border-box;}
	.contact_note {padding: 20px 10px;}
	.edpack-descr, .edlist {margin-left: 10px;}
	.ed_block_content {width: 95%;}
	.sitename a {font-size: 24px;}
	
	.title {font-size: 18px;}
	.title2 {font-size: 18px; padding-left: 10px;}
	.icoPill img {width: 80px;}
	#static_sidebar_search input[type='text'] {height: 30px;}
	.pblock-bonus {font-size: 12px; padding: 0 5px; line-height: 30px;}
	.listDose a {font-size: 10px;}
	.pblock {height: 240px;}
	.pblock:nth-child(even) {border-right: 0px;}
	.product-info-prep img {width: 80px;}
	.productIconList img {width: 50px;}
	.dose-dose {font-size: 16px;}
	.bonusList {font-size: 11px;}
	.product-descr > a {font-size: 13px; padding: 0 10px; line-height: 35px;}
	.ctitle {font-size: 14px;}
	.ctitle2 {font-size: 16px;  padding: 10px 5px;}
	.cart_nav {display: none;}
	.gift-title {font-size: 12px;}
	.gift-free td.txtGiftFree, .shipping-title, .ship-block {padding-left: 5px;}
	#cart_bonuses {padding: 15px 5px;}
	.cartShortMode td {padding-left: 5px;}
	.cart-prod-img > img {width: 50px;}
	.removeProd {position: absolute; top: 5px; right: -5px;}
	.lan_corner {display: none;}
	.bgLandFooter {height: auto;}
	.labding-footer {height: auto; margin-bottom: 10px; margin-top: 10px;}
	.lan-adapt {padding-right: 10px;}
	
	.devForm input[type="text"] {width: 40%;}
	#link {width: 40%;}
	.slideScreenDev {background-position: center !important; height: 390px; padding: 0; width: 100%;}
	.slideScreenDev * {display: none !important; } 
	.labding-footer {background: none;}
	.labding-footer td {padding-left: 0;}
}

@media screen and (min-width: 551px) and (max-width: 750px){
	.left-sidebar {width: 35%;}
	.container {width: 65%;}
	.footer-logo {width: 100%;}
	.footer-menu {width: 50%;}
	.subFooter-logo {width: 50%;}
	
	#secureBanners, #certificAvards, #socBookmark, 
	.mainBanner, #tools_letter, .top_menu, #mobSwicher, 
	.site-settings, .txt_advant, .showBlister, 
	.ourBonus, .icoHitsale, .curDate, .flagDelivery, 
	.tracking, .contact_us_inf, .order-pic {display: none;}
	
	#mainBanner {width: 100%; padding-right: 0px;}
	.pblock {width: 47%;}
	.site-settings-small {display: block;}
	.short-menu {display: block;}
	.smalOurBonus {display: table-row;}
	.product_table table td {border: 0px;}
	.review-form input[type="text"], .review-form textarea {width: 200px;}
	
	.descr-delivery, .icoParcel, .shedule-tbl, .order_status_cont {width: 100%;}
	
	.cartShortMode {display: table-row;}
	.cartLongMode {display: none;}
	.cart-prod {border: 0px;}
	
	.about_us {padding: 0 10px; background: none;}	
	.contact_us_cont {width: 100%;}
	.ed_block_content {width: 95%;}
	
	.icoPill img {width: 120px;}
	.removeProd {position: absolute; top: 5px; right: -5px;}
	.lan_corner {display: none;}
	.bgLandFooter {height: auto;}
	.labding-footer {height: auto; margin-bottom: 10px; margin-top: 10px;}
	.lan-adapt {padding-right: 10px;}
	
	.devForm input[type="text"] {width: 40%;}
	#link {width: 40%;}
	.slideScreenDev {background-position: center !important; height: 390px; padding: 0; width: 100%;}
	.slideScreenDev * {display: none !important; } 
	.labding-footer {background: none;}
	.labding-footer td {padding-left: 0;}
	
}

@media screen and (min-width: 751px) and (max-width: 1000px){
   	.left-sidebar {width: 25%;}
	.container {width: 75%;}
	.footer-logo {width: 50%;}
	.footer-menu {width: 40%;}
	.subFooter-logo {width: 60%;}
	
	#certificAvards, #testimonialsList, #tools_letter , 
	.menu-hider, #mobSwicher, .icoHitsale, .curDate  {display: none;}
	
	#mainBanner {padding-right: 0px;}
	.pblock {width: 30%;}
	table.txt_advant {font-size: 12px;}
	
	.ourBonus {font-size: 11px;}
	.descr-delivery, .icoParcel, .shedule-tbl {width: 100%;}
	.cart-tbl {font-size: 12px;}
	
	.about_us {padding: 0 10px; background: none;}
	.ed_block_content {width: 47%;}
	.sitename a {font-size: 24px;}
	.lan_corner {display: none;}
	.bgLandFooter {height: auto;}
	.labding-footer {height: auto; margin-bottom: 10px; margin-top: 10px;}
	.lan-adapt {padding-right: 10px;}
	.labding-footer {background-size: 30px auto; background-position: center left;}
	.labding-footer td {padding-left: 35px;}
}

@media screen and (min-width: 1001px) and (max-width: 1200px){
	.lan_corner {display: none;}	
}

@media screen and (min-width: 751px) {
	.mainMenuShort {display: none !important;}
}

@media screen and (max-width: 1000px) {
	.bottBanner {display: block !important;}
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}
.payment-methods img {
    max-height: 18px;
}