@import url(reset.css);
@import url(font.css);
a, a:visited {
    color: #2ca7c9;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
a:hover {color: #8dc335; text-decoration: none;}
button, input[type=submit] {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.buy_now {font-size:18px; text-decoration:none}
p {padding: 0; margin: 0;}
b, strong {font-family: 'Roboto bold'; font-weight: normal;}
html, body {
    font-size: 14px;
    line-height: 1.4;
    color: #303637;
    font-family: 'Roboto regular', Tahoma, Arial;
    background: #ffffff url(../img/bg_header_inside.jpg) repeat-x center 72px;
    height: 100%;
    min-width: 1020px;
}
body.main {background: #ffffff url(../img/bg_header_inside.jpg) repeat-x center 72px;}
body.main.weekend {background: #ffffff url(../img/bg_header_present.jpg) repeat-x center 72px;}
body.main.christmas {background: #ffffff url(../img/bg_header_christmas.jpg) repeat-x center 72px;}
body.main.holidays {background: #ffffff url(../img/bg_header_love.jpg) repeat-x center 72px;}
.site {
    min-height: 100%;
    width: 100%;
}
* html .site {
  height: 100%;
}
.site {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrap {
    padding: 0 0 347px;
    text-align: left;
}
h1 {
    position: relative;
    font-size: 22px;
    color: #303637;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto bold';
    border-bottom: 5px solid #2ca7c9;
    padding: 20px 0 15px;
    margin: 0;
}
h1:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    right: 5px;
    bottom: -5px;
}
h1:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #8dc335;
    right: 0;
    bottom: -5px;
}
h2 {
    position: relative;
    font-size: 18px;
    color: #303637;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto bold';
    padding: 20px 0 15px;
    margin: 0;
}
h3 {
    position: relative;
    font-size: 16px;
    color: #303637;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto bold';
    padding: 15px 0 10px;
    margin: 0;
}
.button-green, .button-blue {
    display: inline-block;
    padding: 0 17px;
    height: 35px;
    line-height: 35px;
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
    border: 0;
    cursor: pointer;
}
.button-green {
    background: #8dc335;
}
.button-blue {
    background: #2ca7c9;
}
.button-green:hover {background-color: #5b8319;}
.button-blue:hover {background-color: #1e6d83;}
header.top {
    height: 72px;
    position: relative;
    z-index: 1;
}
.logo {
    float: left;
    margin: 11px 0 0;
}
.header_box {
    float: right;
    line-height: 21px;
    margin: 25px 0 0;
}
.header_box_label {
    float: left;
    color: #19819e;
    font-size: 16px;
    font-family: 'Roboto bold';
    padding: 0 10px 0 0;
    line-height: 21px;
}
.header_box_input {
    float: left;
    color: #475457;
    font-size: 16px;
    line-height: 21px;
    padding: 0 21px 0 0;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.header_box_input:hover {
    color: #8dc335;
}
.header_box_input:after {
    position: absolute;
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid #19819e;
    top: 9px;
    right: 0;
}
.header_box_input>img {
    vertical-align: top;
    margin: 3px 7px 0 0;
}
.hbi_inside {
    left: -10px;
    display: none;
    position: absolute;
    background: white;
    background: rgba(255,255,255, 0.9);
    padding: 5px 10px;
    width: 100%;
}
.hbi_inside img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.hbi_inside a {
    font-size: 15px;
    white-space: nowrap;
}
.header_box_input:hover .hbi_inside {display: block;}
a.add_favorites {
    float: right;
    color: #475457;
    font-size: 16px;
    text-decoration: none;
    background: url(../img/ico/star_green.png) no-repeat left center;
    padding: 0 0 0 24px;
    margin: 24px 0 0;
}
a.add_favorites:hover {
    color: #8dc335;
}
.header_separator {
    float: right;
    width: 1px;
    height: 21px;
    background: #d7e4e5;
    margin: 25px 30px 0 30px;
}
header.bottom {height: 170px;}
body.main header.bottom {height: 170px;}
.hb_top {
    height: 90px;
}
.hb_top_support {
    float: left;
    background: url(../img/ico/support.png) no-repeat left center;
    padding: 0 0 0 48px;
    font-size: 18px;
    color: #ffffff;
    margin: 24px 0 0;
    line-height: 1;
}
.hb_top_support span {
    display: block;
    font-size: 30px;
    font-family: 'Roboto bold';
}
.hb_top_phone {
    float: left;
    margin: 28px 0 0 8%;
    font-size: 18px;
    color: #ffffff;
}
.hb_top_accept {
    float: left;
    margin: 14px 0 0 8%;
    font-size: 18px;
    color: #ffffff;
}
.hb_top_accept img {
    display: inline-block;
    vertical-align: top;
}
.hb_top_cart {
    float: right;
    margin: 16px 0 0;
}
.hb_top_cart_img {
    float: left;
    width: 41px;
    height: 60px;
    text-align: center;
    background: #8dc335;
    border-radius: 4px 0 0 4px;
}
.hb_top_cart_img img {
    margin-top: 20px;
}
.hb_top_cart_el {
    float: left;
    width: 210px;
    height: 60px;
    background: #ffffff;
    padding: 10px 0 0 16px;
    border-radius: 0 4px 4px 0;
}
.hb_top_cart_el a {}
nav.menu-top {
    height: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background: -ms-linear-gradient(top, #ffffff, #f4f4f4);
    background: linear-gradient(top, #ffffff, #f4f4f4);
    border-radius: 4px;
}
nav.menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 50px;
}
nav.menu-top ul li {
    display: table-cell;
    text-align: center;
    line-height: 50px;
}
/*nav.menu-top ul li.separator {width: 5%;}*/
nav.menu-top ul li a {
    color: #19819e;
    font-size: 15px;
    font-family: 'Roboto bold';
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
nav.menu-top ul li a:hover, nav.menu-top ul li a.active {color: #8dc335;}
section.slider {
    position: relative;
    width: 100%;
    height: 168px;
    margin: 30px 0 0;
}
.banner_prev {
    float: left;
    margin: 72px 0 0;
    cursor: pointer;
}
.banner_next {
    float: right;
    margin: 72px 0 0;
    cursor: pointer;
}
#slider {
    position: relative;
    margin: 0 40px;
    border: 4px dashed #edfafb;
    height: 168px;
}
.slider_el {
    position: absolute;
    width: 100%;
    height: 168px;
    text-align: center;
    padding: 30px 0;
    top: 0;
    left: 0;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
}
.slider_el a {color: white;text-decoration: none;}
.slider_el a:hover {color: white;}
.slider_viagra {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: url(../img/tbl/viagra.png) no-repeat left top;
    padding: 0 0 0 110px;
    height: 108px;
}
.slider_viagra span {
    font-size: 36px;
    display: block;
    font-family: 'Roboto medium';
}
.slider_cialis {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: url(../img/tbl/cialis.png) no-repeat left top;
    padding: 0 0 0 110px;
    height: 108px;
}
.slider_cialis span {
    font-size: 36px;
    display: block;
    font-family: 'Roboto medium';
}
.slider_levitra {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: url(../img/tbl/levitra.png) no-repeat left top;
    padding: 0 0 0 110px;
    height: 108px;
}
.slider_levitra span {
    font-size: 36px;
    display: block;
    font-family: 'Roboto medium';
}
.slider_plus {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    height: 108px;
    line-height: 108px;
    padding: 0 3% 0 5%;
}
.slider_equal {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    height: 108px;
    line-height: 108px;
    padding: 0 5%;
}
.slider_equals {
    display: inline-block;
    vertical-align: top;
    color: #ffea01;
    font-size: 38px;
    font-family: 'Roboto medium';
    text-align: left;
    line-height: 1.2;
}
.slider_equals span {
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto regular';
    text-decoration: line-through;
}
.slider_equals b {
    font-size: 18px;
    font-family: 'Roboto regular';
}
section.search {
    border-bottom: 1px solid #e1e2e2;
    line-height: 38px;
    padding: 20px 0;
}
span.search_title {
    color: #303637;
    font-size: 16px;
    padding: 0 20px 0 0;
}
.search_letter {
    margin-right: 400px;
}
.search_letter a {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0.6%;
}
.search_word {
    float: right;
}
.search_word input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 192px;
    height: 38px;
    border: 1px solid #e5e8ea;
    border-right: 0;
    padding: 0;
    margin: 0;
}
.search_word button {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 38px;
    background: #8dc335;
    border: 1px solid #e5e8ea;
    border-left: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.search_word button:hover {background-color: #5b8319;}
section.content {padding: 0 0 30px;}
section.content aside {
    float: left;
    width: 235px;
}
nav.menu-left {
    padding: 10px 0;
}
nav.menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.menu-left ul li {
    border-bottom: 1px solid #f2f3f4;
}
nav.menu-left ul li a {
    display: block;
    color: #303637;
    font-size: 16px;
    padding: 5px 0 5px 40px;
    text-decoration: none;
    position: relative;
}
nav.menu-left ul li a:before {
    position: absolute;
    color: white;
    content: "›";
    width: 12px;
    height: 12px;
    background: #b6c1c2;
    left: 0;
    top: 50%;
    margin-top: -6px;
    line-height: 9px;
    text-align: center;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
nav.menu-left ul li a:hover, nav.menu-left ul li.active a {color: #8dc335;}
nav.menu-left ul li a:hover:before, nav.menu-left ul li.active a:before {background: #8dc335;}
.whywe {
    border: 1px solid #e1e2e2;
    padding: 20px 15px;
    margin-top: 20px;
}
.whywe_el {
    float: left;
    width: 50%;
    font-size: 13px;
    color: #303637;
    font-family: 'Roboto bold';
    text-align: center;
    height: 140px;
}
section.reviews {}
section.reviews h1 {
    margin-bottom: 20px;
}
.reviews_el {
    border: 1px solid #e1e2e2;
    padding: 18px 20px;
}
.reviews_el_title {
    font-size: 16px;
    color: #303637;
    font-family: 'Roboto bold';
}
.reviews_el_info {
    padding: 12px 0 8px 0;
}
.reviews_el_info_star {
    background: url(../img/ico/star_gray.png) repeat-x left top;
    width: 65px;
    height: 14px;
    float: left;
}
.reviews_el_info_star span {
    display: block;
    background: url(../img/ico/star_green.png) repeat-x left top;
    height: 14px;
}
.reviews_el_info_dt {
    font-size: 13px;
    color: #2ca7c9;
    float: right;
}
.reviews_el_text {}
.content-page.testimonials {padding-top: 0px;}
.content-page.testimonials .reviews_el {border: 0; border-bottom: 1px solid #e1e2e2;}
.content-page.testimonials .reviews_el_title {float: left;}
.content-page.testimonials .reviews_el_info {
    float: right;
    padding-top: 4px;
}
.content-page.testimonials .reviews_el_info_star {margin-right: 15px;}
section.content article {
    margin-left: 255px;
}
section.content article .article {
    float: left;
    width: 100%;
}
.article_right {
    width: 235px;
    float: right;
}
.article_left {
    margin-right: 255px;
}
.article_left_center {
    float: left;
    width: 100%;
}
.block_products {}
.block_products_el {
    float: left;
    width: 225px;
    height: 267px;
    border: 1px solid #e1e2e2;
    margin: 20px 16px 0 0;
}
a.block_products_el_name {
    display: block;
    font-size: 18px;
    font-family: 'Roboto bold';
    color: #303637;
    height: 48px;
    border-bottom: 1px solid #e1e2e2;
    text-align: center;
    text-decoration: none;
    line-height: 47px;
}
.block_products_el_img {
    float: left;
    margin: 20px 0 0 17px;
}
.block_products_el_img img {}
.block_products_el_price {
    float: right;
    text-align: center;
    margin: 15px 17px 0 0;
}
.block_products_el_price span {
    display: block;
    color: #2ca7c9;
    font-size: 26px;
    font-family: 'Roboto bold';
    line-height: 1;
}
.block_products_el_price small {
    display: block;
    color: #303637;
    font-size: 12px;
    line-height: 1;
    margin: 4px 0 10px;
}
a.bpe_cart {
    display: block;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    background: #8dc335 url(../img/ico/cart_small.png) no-repeat 8px center;
    padding: 6px 0 6px 34px;
    width: 90px;
    text-decoration: none;
    line-height: 1;
}
a.bpe_cart:hover {background-color: #5b8319;}
.block_products_el_bottom {
    border-top: 1px solid #e1e2e2;
    margin: 20px 0 0;
    text-align: center;
}
.bpeb_text {
    font-size: 13px;
    color: #303637;
    line-height: 1.2;
    padding: 5px 4px 0 4px;
    height: 68px;
}
.bpeb_more {font-size: 13px;}
section.adv {}
section.adv a {
    margin-top: 30px;
    display: block;
}
.block_analog {
    border: 1px solid #e6ebf3;
    padding: 0 15px;
    margin: 20px 0 20px;
}
.block_analog_el {
    padding: 12px 0;
    border-top: 1px solid #e6ebf3;
}
.block_analog_el:first-child {border: 0;}
.bae_img {
    float: left;
    text-align: center;
}
.bae_img a {}
.bae_img a img {}
.bae_desc {
    width: 110px;
    float: right;
}
.bae_desc_title a {
    color: #303637;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto bold';
}
.bae_desc_title a:hover {text-decoration: underline;}
.bae_desc_price {
    font-size: 20px;
    color: #2ca7c9;
    font-family: 'Roboto bold';
    padding: 5px 0 0;
}
.bae_desc span {
    font-size: 12px;
    color: #303637;
}
.product_info {
    padding: 20px 0 0;
}
.product_info_img {
    width: 130px;
    height: 130px;
    float: left;
    text-align: center;
    border: 1px solid #e1e2e2;
    line-height: 130px;
    vertical-align: middle;
}
.product_info_img img {
    display: inline;
    vertical-align: middle;
    /*margin-top: 24px;*/
}
.product_info_desc {
    margin-left: 150px;
    color: #303637;
    font-size: 13px;
}
.product_info_desc span {
    color: #666f71;
}
.product_info_desc b {color: #303637;}
.product_info_desc h1 {
    margin: 0;
    padding: 0;
    border: 0;
}
.product_info_desc h1:before, .product_info_desc h1:after {background: none;}
.product_info_payments {
    border: 1px solid #e6ebf3;
    padding: 5px 8px;
    font-family: 'Roboto bold';
    display: inline-block;
    margin-top: 15px;
}
.product_info_payments img {
    vertical-align: middle;
}
.boxTab {
    margin: 30px 0 0 0;
}
.boxTab #ex-one  ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.boxTab #ex-one ul.nav li {
    float:left;
    list-style-type:none;
    margin:0 1px 0 0;
}
.boxTab #ex-one ul.nav li.last {
    margin:0 0 0 0;
}
.boxTab #ex-one ul.nav li a {
    display:block;
    border: 1px solid #e1e2e2;
    height: 35px;
    line-height: 35px;
    padding: 0 11px;
    font-size: 13px;
    color: #737e80;
    text-decoration:none;
    background: #f5f5f5;
}
.boxTab #ex-one ul.nav li a:hover, .boxTab #ex-one ul.nav li a.current{
    border: 1px solid #e1e2e2;
    border-bottom:1px solid #ffffff;
    background: #ffffff;
    color: #303637;
}
/*/DESCRIPTION TABS*/
.tabContent{
    padding: 0;
}
.tableTab {
    padding: 0 0 20px 0;
}
.tableTab input[type=text] {
    border: 1px solid #e5e8ea;
    height: 22px;
    line-height: 22px;
}
.tableTab table, .styledTable table {
    margin: 0 0 0 0;
}
.tableTab table td, .styledTable table td {
    border-bottom: 1px solid #e6ebf3;
    padding: 4px 0 4px 12px;
    text-align: left;
    font-size: 14px;
    color: #303637;
}
.tableTab.basket tr td {
    padding: 10px 0 10px 12px;
}
.tableTab table tr.head td, .styledTable table tr.head td {
    border: 0;
    background-color: #2ca7c9;
    font-size: 13px;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'Roboto bold';
    padding: 10px 0 10px 14px;
    font-weight: normal;
}
.tableTab table tr td.price, .styledTable table tr td.price {
    color: #2ca7c9;
    font-family: 'Roboto bold';
}
.tableTab table tr td.add-to-cart, .styledTable table tr td.add-to-cart {}
.tableTab table td, .styledTable table td {
    padding-left:10px;
}
.tableTab table td+td, .styledTable table td+td {
    width:71px;
    padding-left:11px;
}
.tableTab table td+td+td, .styledTable table td+td+td {
    width:60px;
    padding-left:10px;
}
.tableTab table td+td+td+td, .styledTable table td+td+td+td {
    width:59px;
    padding-left:10px;
}
.tableTab table td+td+td+td+td, .styledTable table td+td+td+td+td {
    width:58px;
    padding-left:10px;
}
.tableTab table td+td+td+td+td+td, .styledTable table td+td+td+td+td+td {
    width:96px;
}
.tableTab table td .free-product, .tableTab table td .free-shipping {
    font-size: 11px;
    color: #2ca7c9;
}
.tableTab table td .free-shipping {font-family: 'Roboto bold'; color: #8dc335;}
.productDescription {
    padding-top: 20px;
}
.productDescription strong {
    padding: 10px 0 5px;
    display: inline-block;
}
.discount_code_block {}
.discount_code_block label {
    float: left;
}
.discount_code_block input[type=text] {
    float: right;
    margin-right: 11px;
    width: 175px;
}
.discount_code_block a {
    float: right;
    min-width: 60px;
    height: 22px;
    line-height: 22px;
    background: #8dc335;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
}
.discount_code_block a:hover {background-color: #5b8319;}
.basket_payment {
    padding: 20px 0;
}
.bonuses_block {
    border: 5px solid #8dc335;
    padding: 20px;
}
.bonuses_block div {
    padding: 3px 0 3px 24px;
    font-size: 14px;
}
.bonuses_block .active {background: url(../img/ico/check_green.png) no-repeat left center;}
.bonuses_block .notactive {background: url(../img/ico/round_blue.png) no-repeat 4px center;}
.shipping_block {
    border-bottom: 1px solid #e1e2e2;
}
.shipping_block_left {
    float: left;
    width: 48%;
    padding: 25px 0 15px 0;
}
.shipping_block_right {
    float: right;
    width: 48%;
    padding: 25px 0 15px 0;
}
.shipping_block_price {
    float: right;
    color: #2ca7c9;
    font-family: 'Roboto bold';
}
.shipping_block_text {
    color: #303637;
    font-size: 11px;
    padding: 10px 0 0 15px;
}
.delivery_block {
    padding: 18px 0;
    font-family: 'Roboto bold';
}
.total_block {
    background: #f4f4f4;
    padding: 13px 20px;
    margin-bottom: 20px;
}
.total_block_title {
    float: left;
    font-size: 22px;
}
.total_block_price {
    float: right;
    font-size: 22px;
    color: #8dc335;
}
.info_box {
    border: 10px solid #8dc335;
    margin-bottom: 10px;
}
.info_box_blue {
    border: 6px solid #ffffff;
    background: #2ca7c9;
    padding: 10px 17px;
}
.info_box_green {
    border: 6px solid #ffffff;
    background: #8dc335;
    padding: 10px 17px;
}
.info_box_img {
    text-align: center;
    padding: 5px 0 10px 0;
}
.info_box_title {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto bold';
}
.info_box_text {
    color: #ffffff;
    font-size: 13px;
}
.content-page {
    padding:23px 0 0 11px;
}
.content-page input[type=text], .content-page label {
    margin: 0 0 10px 0;
    width: 150px;
    display:inline-block;
}
.content-page label {
    margin: 0 0 10px 0;
    line-height: 29px;
    width: 100px;
    display:inline-block;
    vertical-align: top;
}
footer {
    height: 347px;
    margin-top: -347px;
    background: url(../img/bg_footer.jpg) repeat-x center top;
    min-width: 1020px;
}
div.footer {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}
.footer_text {
    height: 133px;
    color: white;
    padding: 25px 0 0;
    text-align: center;
}
nav.menu-footer {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 1px 0;
}
nav.menu-footer ul {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 64px;
}
nav.menu-footer ul li {
    display: table-cell;
    text-align: center;
    line-height: 62px;
}
nav.menu-footer ul li.separator {width: 5%;}
nav.menu-footer ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}
nav.menu-footer ul li a:hover, nav.menu-footer ul li a.active {text-decoration: underline;}
.footer_middle {
    height: 100px;
}
.footer_middle .logo {
    margin: 24px 0 0;
}
.footer_middle .hb_top_support {
    margin: 24px 0 0 8%;
}
.footer_middle .hb_top_accept {
    float: right;
    margin-left: 0;
}
.footer_copyright {
    color: white;
    text-align: center;
    line-height: 45px;
}
/*------------------POPUPS------------------------*/
        #fade {
            display: none;
            background: #000;
            position: fixed; left: 0; top: 0;
            z-index: 10;
            width: 100%; height: 100%;
            opacity: .60;
            z-index: 999;
        }
        .popup_block {
            display: none;
            position: fixed;
            top: 0; left: 0;
            z-index: 1000;
            text-align: left;
            width: 400px;
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
            box-shadow: 0 0 10px rgba(0,0,0,1);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
        .popup_block {
            background: white;
        }
        .popup_title {
            border-bottom: 2px solid #1a4f91;
            padding: 15px 15px;
            font-size: 17px;
            color: #414141;
        }
        .popup_title h1:before, .popup_title h1:after {content: ""; background: none;}
        .popup_text {
            padding: 15px 15px;
            font-size: 13px;
            text-align: left;
            line-height: 18px;
        }
        .popup_block h1 {
            border: 0;
            padding: 0;
            margin: 0;
        }
        .pp_close {
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
        }
/*------------------------------------------*/
.boxOneProduct {
    float: left;
    margin: 21px 0 0 23px;
    background: #FFFFFF url(../img/box_product.jpg) repeat-x left bottom;
    border: 1px solid #ccc;
    position: relative;
    width: 192px;
    max-height: 217px;
    height: 217px;
    overflow: hidden;
    padding: 15px 10px 12px 14px;
}
#synonyms {min-height: 54px; height:auto; overflow: hidden;}
/*------------------------------------------*/
        .form_rating {
            background: url(../img/star.png) repeat-x left top;
            height: 26px;
            width: 125px;
            position: relative;
            display: inline-block;
            margin-top: 2px;
        }
        .form_rating a {
            position: absolute;
            top: 0;
            left: 0;
            height: 26px;
        }
        .form_rating a[data-rating="5"] {width: 125px;}
        .form_rating a[data-rating="4"] {width: 100px;}
        .form_rating a[data-rating="3"] {width: 75px;}
        .form_rating a[data-rating="2"] {width: 50px;}
        .form_rating a[data-rating="1"] {width: 25px;}
        .form_rating a:hover, .form_rating a.active {
            background: url(../img/star.png) repeat-x left -26px;
        }
.ins3 {
    display: block;
    border: 10px solid #8dc335;
    background: white;
    padding: 5px;
    text-decoration: none;
    text-align: center;
}
.ins3>span {
    display: block;
    background: url(../img/bg_banner.png) repeat left top;
    height: 178px;
    text-transform: uppercase;
}
.ins3 .ins3_title {
    display: block;
    font-size: 46px;
    color: #ffffff;
    font-family: 'Roboto bold';
}
.ins3 .ins3_subtitle {
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-family: 'Roboto bold';
    margin-bottom: 15px;
}
.ins3 .ins3_text {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    padding: 5px 30px;
}
.shipping_policy ul {padding-left: 10px;}
.shipping_policy ul li {
    list-style-type: none;
    line-height: 24px;
}
.shipping_policy ul li:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "• ";
    font-size: 24px;
    color: #8dc335; /* or whatever color you prefer */
}
#selectBonusDiv {
    white-space: nowrap;
    font-size: 12px;
    padding-right: 10px;
}
#selectBonusDiv label {
    line-height: 16px;
    padding: 2px 0;
    display: inline-block;
}
#selectBonusDiv input[type=radio] {
    vertical-align: middle;
}
/*================Bottom Page Form==================*/
#feedback_form fieldset {
  border:none;
  width:600px;
	margin:25px 0 20px 0px;
	
}
#feedback_form label {
  float: left;
  margin: 7px 0;
  width: 145px;
  text-align: left;
  color:#000;
}
#feedback_form textarea {
  width: 410px;
	height:150px;
  padding: 8px 5px;
  margin: 0 0 10px 0;
	background: #ffffff;
  border: 1px solid #d0d0d0;
}
span.wpcf7-not-valid-tip {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #990000;
}
.wpcf7-response-output {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 12px;
	border:1px solid #ecf5c5;
	background-color:#f7ffee;
	background:transparent url("../images/sprite-feedback-standalone.png") no-repeat 0 0;
	padding:10px 10px 10px 56px;
	background-position:-6px -82px
}
.wpcf7-mail-sent-ok {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align:center;
  border:1px solid #2fa314!important;
  background-color:#bef7b1!important;
  padding:10px!important
}
.wpcf7-display-none {padding:0;}
.wpcf7-validation-errors {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align:center;
  border: 1px solid #FFD4D2!important;
  background-color: #FFEFEE!important;
  padding:10px!important
}
#feedback_form input:not([type=submit]) {
  width: 410px;
  padding: 8px 5px;
  margin: 0 0 10px 0; 
	background: #ffffff;
	border: 1px solid #d0d0d0;
}
#feedback_form select {
  width: 423px;
  padding: 7px 5px;
  margin: 0 0 10px 0; 
	background: #ffffff;
  border: 1px solid #d0d0d0;
}
#feedback_form input:focus, #feedback_form select:focus, #feedback_form textarea:focus {
	border:1px solid #2CA7C9;
}
#feedback_form input[type=submit]:hover {
    background-color: #1e6d83;
}
#feedback_form input[type=submit] {
	float:left;
	width: 100px;
    height: 36px;
	border-radius:3px;
    border: 0;
    background: #2ca7c9;
	cursor: pointer;
	font-weight: 600!important;
	font-size: 16px;
	color:#fff!important;
	margin-left:145px;
}