html{
	color: #000;
	background: #FFF;
}
body {
	width: 100%;
	font: normal 12px Arial, sans-serif;
}

a:hover{
	color: #454545;
}
.master {
	width: 1000px;
	margin: auto;
	background: url(../img/header.png) top center no-repeat;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.header .logo {
	display: block;
	float: left;
	margin: 14px 0 0 0;
}

.header_titles {
	float: left;
	width: 170px;
	min-height: 10px;
	margin-top: 14px;
	padding-left: 30px;
}
.header_titles span {
	display: block;
	padding-top: 10px;
	clear: both;
}
.header_title, .header_title a{
	padding-top: 12px !important;
	color: #04c2e9 !important;
	font-size: 16px;
}

.header_title, .header_title i{
	padding-top: 12px !important;
	color: #04c2e9 !important;
	font-size: 16px;
}

.shopping-cart {
	float: right;
	margin: 25px 140px 0 0;
	color: #454545;
	font-size: 16px;
}
.shopping-cart .tit {
	display: block;
	padding-bottom: 9px
}
.shopping-cart i {
	color: #04c2e9;
	font-weight: bold;
}

.underline:hover{
	font-size: 16px;
	text-decoration: underline;
	text-decoration-color: #04c2e9;
}

.main-menu {
	clear: both;
	border-radius: 7px 0 0 7px;
	overflow: hidden;
	float: left;
	margin-top: 22px;
}
.main-menu li { float: left; }
.main-menu li a { display: block; margin: 1px 0 0 0; padding: 16px 36px 14px 36px; text-transform: uppercase; color: #fff; border-right: solid 1px #50d4ef; text-decoration: none; font-weight: bold;
	-webkit-transition:all .3s;   -moz-transition:all .3s;   -o-transition:all .3s;   -ms-transition:all .3s;   transition:all .3s;
}
.main-menu li:last-child a { border-right: none; }
.main-menu li a:hover {
	background: #36ceee;
}

.tit {
	font-size: 14px;
	font-weight: bold
}

.tit-green { color: #92b710; }
.tit-blue { color: #0590b2 }

.search-by-letters { clear: both; padding: 11px 0 0 0; margin: 0 200px 0 0; font-size: 11px; }
.search-by-letters div { float: left; padding: 9px 0 10px 0; color: #7e7e7e; }
.search-by-letters a {
	padding: 9px 12px 8px 12px;
	display: table-cell;
	color: #04c5e9;
	text-decoration: none;
}
.search-by-letters a:first-child { padding-left: 0; }
.search-by-letters a:last-child { padding-left: 8px; }
.search-by-letters a:hover { text-decoration: underline; }

.tit-big { color: #000; padding-bottom: 12px; font-size: 24px; font-weight: bold; text-transform: capitalize }

.area {
    float: left; width: 100%;
    padding: 19px 0 20px 0;
}




.lPart { width: 233px; float: left; }
.lPart .search { position: relative; height: 63px; background: url(../img/s.gif); }
.lPart .search .inp { margin: 12px 0 0 16px; width: 161px; padding: 8px 31px 9px 11px; border: none; background: none; outline: none; }
.lPart .search .btn { position: absolute; left: 186px; top: 11px; width: 34px; height: 34px; border: none; background: none; outline: none; cursor: pointer; }
.lPart .sub-menu { border: solid 1px #d3e7eb; border-top: none; border-radius:  0 0 7px 7px; }
.lPart .sub-menu { padding: 4px 0 15px 0 }
.lPart .sub-menu li {}
.lPart .sub-menu li a { position: relative; padding: 5px 10px 6px 16px; display: block; color: #04c5ea; font-size: 14px; font-weight: bold; text-decoration: none; }

.lPart .sub-menu li a:before {
    position: absolute; right: 13px; top: 7px; content: ''; display: block; width: 10px; height: 14px; background: url(../img/s.gif) -195px -88px; }
.lPart .sub-menu li a:hover:before,
.lPart .sub-menu li a.active:before { right: 11px; width: 14px; height: 10px; background-position: -206px -88px;  }
.lPart .sub-menu li a:hover { text-decoration: underline; }
.lPart .sub-menu li ul { display: none; padding: 1px 0 7px 0 }
.lPart .sub-menu li.active ul { display: block; }
.lPart .sub-menu li ul li { font-size: 12px; }
.lPart .sub-menu li ul li a { padding: 2px 10px 3px 29px; color: #04bfe9; font-weight: normal; font-size: 12px; }
.lPart .sub-menu li ul li.active a { font-weight: bold; color: #7e7e7e }
.lPart .sub-menu li ul li a:before { display: none }
.lPart .sub-menu li ul li a:after {
    position: absolute;
    left: 17px; top: 7px; content: ''; display: block; width: 7px;
    height: 7px; background: url(../img/s.gif) -221px -88px; }
.lPart .social {}
.lPart .delivery-icons { margin: 10px 0 0 0; height: 23px; background: url(../img/s.gif) 0 -64px; }

#categories li li a .price { display: block; float: right; margin-left: 5px; background: #fff; border-radius: 5px; padding: 0 3px; color: #7E7E7E; }


.rPart { width: 751px; float: right; }
.rPart .catalog {  }
.rPart .catalog .line { float: left; width: 100%; padding: 0 0 16px 0 }
.rPart .catalog .line .e {
    position: relative; float: left; display: block; width: 213px; margin: 0 12px 0 0; padding: 15px 12px 15px 15px; border-radius: 6px; border: solid 1px #ededed; text-decoration: none;
    -webkit-transition:all .3s;   -moz-transition:all .3s;   -o-transition:all .3s;   -ms-transition:all .3s;   transition:all .3s;
}
.rPart .catalog .line .e.last { margin: 0 }
.rPart .catalog .line .e img { clear: both; display: block; float: left; margin: 24px 0 0 0; }
.rPart .catalog .line .e i { display: block; font-style: normal; }
.rPart .catalog .line .e .name { float: left; font-size: 16px; font-weight: bold; color: #04b6e2; }
.rPart .catalog .line .e .ai { font-size: 10px;
    position: absolute; top: 38px; left: 16px; text-align: left !important; padding: 0;
color: #61a12a;
}
.rPart .catalog .line .e .price { margin: 20px 0 0 0; padding: 28px 12px 21px 12px; line-height: 15px; border-radius: 22px; float: right; background: #f3fafb; color: #000; text-align: center; }
.rPart .catalog .line .e .price span { display: block; font-size: 18px; font-weight: bold; color: #61a12a; }
.rPart .catalog .line .e .descr { clear: both; padding: 0 0 0 0; color: #000; line-height: 14px; }
.rPart .catalog .line .e .descr span { color: #04c5e8 }
.rPart .catalog .line .e .buy { margin: 10px 0 0 0; border: solid 1px #92b710; padding: 10px 0 10px 0; border-radius: 20px; text-align: center; font-size: 16px; color: #92b710; text-transform: uppercase;
    -webkit-transition:all .3s;   -moz-transition:all .3s;   -o-transition:all .3s;   -ms-transition:all .3s;   transition:all .3s;
}
.special-offer { padding: 0 0 17px 0; clear: both; width: 100%; float: left; margin: 0 0 17px 0; }
.special-offer:hover { opacity: 0.9; }
.special-offer img { display: block; }

/*
.rPart .catalog .line .e:hover { border-color: #c8db87;
    -webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-o-transform:rotate(2deg);-ms-transform:rotate(2deg);
}
.rPart .catalog .line .e:first-child:hover,
.rPart .catalog .line .e.last:hover { -webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-o-transform:rotate(-2deg);-ms-transform:rotate(-2deg); }
*/
.rPart .catalog .line .e:hover .name { text-decoration: underline; }
.rPart .catalog .line .e:hover .buy { background: #92b710; color: #fff }



.footer {
	clear: both;
	height: 99px;
}
.footer .add-menu {
	display: table;
	width: 100%;
	padding: 0 0 4px 0;
	float: left;
	background: url(../img/footermenu.jpg) no-repeat;
	border-radius: 7px 0 0 7px;
	overflow: hidden;
}
.footer .add-menu li {
	white-space: nowrap;
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: top;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	border-right: solid 1px #50d6ef;
}
.footer .add-menu li a {
	display: block;
	padding: 18px 15px 13px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.footer .add-menu li:last-child {
	border: none;
}
.footer .add-menu li a:hover {
	background: #36ceee;
}
.footer .add-menu li:last-child a:hover {
	border-radius: 0 8px 0 0;
}

.footer .payments {
    float: right;
    margin-top: 10px;
}

.footer .copyR {
	clear: both;
	float: left;
	padding: 0 0 0 0;
	color: #575755;
	font-size: 12px;
	line-height: 15px;
    position: relative;
    top: 10px;
}


.product_descr {
    width: calc(100% - 20px);
    padding: 10px;
    border: solid 1px #ededed;
    border-radius: 10px;
    font-size: 14px;
    top: 0;
}
.product_descr .pic_td {
	padding-right: 8px;
	border: none;
}

.product_names{
	display: flex;
	margin-bottom: 14px;
}

.zoom-ico {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top:  20%;
    width: 45px;
    height: 45px;
    background: url(../img/zoom.png);
}

.pic {
    position: relative;
}
.pic .zoom-image {
    opacity: 0;
    width: 0px;
    overflow: hidden;
    border: dotted 1px #b2b2b2;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.pic.active .zoom-image {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: visible;
    background-color: white;
}
.pic img{
	max-width: 100px;
	max-height: 100px;
}
.zoom-image {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9999;
}
.zoom-image img {
    min-width: 200px;
    min-height: 200px;
    max-width: 400px;
    max-height: 400px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.12);
}
.noZoom .zoom-image img {
    width: 150px;
}


.dosages { padding: 0; }
.dosages .val { padding: 19px 0 5px 0; font-size: 18px; font-weight: bold; }
.dosages .dosage-box { border: solid 1px #ebf4f5; border-radius:  10px; }
.dosages .dosage_table { width: 100% }
.dosages .dosage_table thead tr { background: #f3fafb }
.dosages .dosage_table tbody tr:nth-child(2n) { background: #f3fafb }
.dosages .dosage_table th { padding: 15px 6px 13px 6px; font-weight: bold; font-size: 12px; }
.dosages .dosage_table td { padding: 14px 6px 13px 6px; font-size: 14px; }
.color1 { color: #92b710 }

.orders{
	padding: 0;
	border-radius: 10px;
	border: solid 1px #ededed;
}
.orders .orders_table {
	width: 100%;
}
.orders .orders_table thead tr { background: #f3fafb }
.orders .orders_table tbody tr:nth-child(2n) { background: #f3fafb }
.orders .orders_table th { padding: 15px 6px 13px 6px; font-weight: bold; font-size: 12px; }
.orders .orders_table td { padding: 14px 6px 13px 6px; font-size: 14px; }
.orders a{
	position: relative;
    display: block;
	color: #04c5ea;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.orders a:hover{
	text-decoration: underline;
}
.no_order{
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}

.order_header{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 24px;
	margin: 10px 0;
	padding: 15px 0;
}
.group{
	display: flex;
}
.group label{
	width: 25%;
	float: left;
	font-weight: bold;
}
.group div{
	width: 75%;
}
.group .product{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.order-total{
	padding: 10px;
    background-color: #cfffbe;
}

.center-text {
	text-align: center
}
.add-to-cart {
	border: solid 1px #92b710;
	text-decoration: none;
	color: #92b710;
	padding: 8px 35px 7px 35px;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.add-to-cart:hover {
	background: #92b710;
	color: #fff;
}

.buy-td{
	width: 200px;
}

.intro{
	vertical-align: middle;
}

.not-active{
	pointer-events: none;
	cursor: default;
	opacity: 0.8;
}

.border {
	margin: 0 0 15px 0;
	border: solid 1px #ededed;
	border-radius: 7px;
	padding: 14px 18px;
}
.border p {
	line-height: 15px;
	padding: 0 0 15px 0;
}
.border h1 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 15px 0;
}

.addPillBox { margin-top: 20px; padding: 20px 20px 30px 20px; }
.addPillBox p { padding: 0 10px 0 0 }

.list_type_1 {}
.list_type_1 .e { padding: 14px 0 0 0; border-bottom: solid 1px #ebebeb; }

.list_type_1 .e:last-child { border: none; }
.list_type_1 .e .q { font-weight: bold }
.list_type_1 .e .a { padding: 3px 0 14px 0;}

.contact_form table { width: 100% }
.contact_form table th { width: 200px; text-align: right; padding-right: 10px; vertical-align: middle; font-weight: bold; }
.contact_form table th .must { color: #cd2525 }
.contact_form table td { padding: 6px 0 }
.contact_form table tbody tr td .has-error { border-color: #a94442 !important; }
.contact_form table tbody tr th h1 {padding: 15px 0; }

.phone_index{
	width: 50px !important;
	min-width: 50px !important;
	text-align: center !important;
	padding: 8px 0 !important;
}

.phone{
	width: 240px !important;
	min-width: 240px !important;
}

.shipping_info{
	display: none;
}

.rPart textarea, .rPart .i {
	border: solid 1px #d8d8d8;
	background: #fff;
	border-radius: 5px;
	padding: 8px 13px;
	min-width: 293px;
	max-width: 600px;
}
.rPart .btn {
	border: solid 1px #92b710;
	padding: 11px 0;
	width: 293px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	color: #92b710;
	text-transform: uppercase;
	background: none;
	line-height: 18px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	outline: none;
}
.rPart .btn:hover {
	background: #92b710;
	color: #fff;
	cursor: pointer;
}

.tag_btn{
	border: solid 1px #92b710;
	padding: 11px 20px;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #92b710;
	text-transform: uppercase;
	background: none;
	line-height: 18px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
}

.tag_btn:hover{
	background: #92b710;
	color: #fff;
	cursor: pointer;
}

.product_names .active{
	background: #92b710;
	color: #fff;
	cursor: pointer;
}

#toFullVersion {
    display: none;
}

#toMobileVersion {
    margin: 0px 0 0 0;
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #36ceee;
    color: #fff;
    display: none;
    cursor: pointer;
}
#toMobileVersion:focus,
#toMobileVersion:active {
    opacity: 0.8;
}

.basket_icon {
	display: none;
}










.backet_table_block { border: solid 1px #ebf4f5; border-radius: 10px; margin: 12px 0 0 0; }
.backet_table_block .backet_table { width: 100%; }

.backet_table_block .backet_table tr th { padding: 12px 5px 12px 5px; background: #f4fafb; color: #000; font-weight: bold; }
.backet_table_block .backet_table tr th:first-child { padding-left: 20px; }
.backet_table_block .backet_table tr th:last-child { width: 30px; }
.backet_table_block .backet_table tbody td { padding: 6px 5px 6px 5px; white-space: nowrap; vertical-align: middle; }
.backet_table_block .backet_table tbody tr td:first-child { padding-left: 20px; }
.backet_table_block .backet_table tbody td a { color: #04c5e8; text-decoration: none; font-weight: bold; }
.backet_table_block .backet_table tbody tr:nth-child(2n) td { background: #f3fafb; }

.backet_table .b_plus { float: left; }
.backet_table .inpX { width: 22px; float: left; }
.backet_table .inpX .cnt { display: inline-block; width: 22px; text-align: center; padding: 4px 0 4px 0; margin: 1px 0 0 0; background: none; border: none;  }
.backet_table .b_minus { float: left; }

.backet_table_block .backet_table tbody td a.del { display: block; width: 25px; height: 24px; background: url(../img/remove.png); }
.backet_table_block .backet_table tbody td a.del:hover { opacity: 0.7; }

.result_price_and_discount_block { padding: 10px 0 10px 0; border-top: solid 4px #ebebeb; border-bottom:  solid 4px #ebebeb; margin: 100px 0 21px 0; }
.result_price_and_discount_block .old { display: block; float: left; padding: 12px 20px 0 0; }
.result_price_and_discount_block .thr { text-decoration: line-through; }

.result_price_and_discount_block .new_price { float: left; padding: 4px 0 0 0; }
.result_price_and_discount_block .totalPrice { font-weight: bold; float: right; padding: 0 0 0 0; }
.result_price_and_discount_block .totalPrice span { font-size: 30px; }

.rPart .btn-micro {
	cursor: pointer;
	display: block;
	padding: 0;
	width: 23px;
	height: 27px;
	border-radius: 0px;
	border: none;
	background: none;
}
.rPart .btn-micro:hover {
	background: url(../img/cnt.png) 0 -30px;
	opacity: 0.7;
}
.rPart .btn-micro.b_plus:hover {
	background: url(../img/cnt.png) 95px -30px;
}

.cnt_control { width: 70px; height: 28px; background: url(../img/cnt.png) }

.checkout{
	float: right;
}
.continue{
	float: left;
}

.empty {
	font-size: 20px;
	padding: 40px 0 0 0;
	text-align: center;
}
.empty a{
	color: #04c2e9;
}
.empty a:hover{
	color: #04c2e9;
	text-decoration: underline;
}