html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial;
}

header {
  background-color: #f1f5f8;
}

.table-cell {
  display: table-cell;
}

.login_page .left-img {
  text-align: center;
  vertical-align: middle;
  width: 700px;
  max-width: 100%;
  padding: 0 15px 0 15px
}

.title_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 35px;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 4px 18px 9px rgba(0, 0, 0, 0.7);
}

.title_popup img {
  max-width: 100%;
  height: auto;
}

.banner_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.close_popup {
  position: absolute;
  top: -15px;
  right: -14px;
  cursor: pointer;
  ;
}

@media only screen and (max-width: 600px) {
  .table-cell {
    display: block;
  }

  .login_page .left-img {
    width: 100%;
    box-sizing: border-box;
  }
}

.login_page_header .header-top {
  background-color: #f1f5f8;
  min-height: 67px;
}

.login_page_header .header-bottom {
  background: #f1f5f8;
  padding-bottom: 18px;
  padding-top: 20px;
}

.login_page_header .tg-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
}

.login_page_header .language {
  color: #444444;
  display: inline;
}

.login_page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
}

.login_page_header .language a {
  color: #444444;
  text-decoration: none;
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-top: 20px;
}

.login_page_header .language a:hover {
  background-color: #f1f5f8;
}

.login_page_header .language a span {
  margin-left: .4em;
  vertical-align: middle;
}

.login_page .login_title h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 37px;
  font-weight: 700;
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.login_page .user_login_block {
  padding: 15px;
}

.login_page .login_button {
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.login_page .login_button:hover {
  background-color: #1c9ba4;
}

.login_page .right_column .user_login_block .login_label {
  font-family: Montserrat,
    sans-serif;
  font-size: 14px;
}

.login_page .right_column .user_login_block .login_input input {
  background: none;
  font-family: Montserrat,
    sans-serif;
  border: 1px solid #cccccc;
}

.login_page .reg_link {
  padding-left: 30px;
}

.login_page .reg_link a {
  color: #000;
  font-family: Montserrat,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.login_page_footer #top-footer {
  background-color: #429dd7;
  padding: 40px 0 0;
  margin-top: 30px;
  height: 180px;
}

.login_page_footer #bottom-footer {
  padding: 20px 0;
  background-color: #28313d;
  text-align: center;
  font-family: Montserrat,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.main {
  width: 1000px;
  padding: 0 0 10px 10px;
  margin: 0 auto;
  min-height: 1550px;
  background-color: #fff;
}

img {
  border: 0
}

.cl:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.cl {
  display: inline-block;
}

/* Hides from IE-mac \\*/
* html .cl {
  height: 1%;
}

.cl {
  display: block;
}

/* End hide from IE-mac */

.left {
  float: left
}

.right {
  float: right
}

.block {
  display: block
}

.relative {
  position: relative !important;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

textarea {
  resize: none
}

textarea:focus,
input:focus {
  outline: none;
}

#gal1 img {
  border: 1px solid #eff0f1;
  margin-top: 4px;
}

#gal1 {
  text-align: left;
}

#gal1 a {
  width: 54px;
}

#gal1 .active img {
  border: 1px solid #333 !important;
}

.zoomWrapper img {
  width: auto !important;
  height: auto !important;
}

.zoomWrapper {
  position: relative;
  height: 200px !important;
  width: 200px !important;
}

.zoomWrapper img {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.not-active,
.not-active a,
.not-active a:hover {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: #bfc1c0;
}

.agnum_kodas {
  font-size: 9px;
  display: none;
}

#sh_cat {
  display: block;
  color: #fff;
  background-color: #FF7F00;
  height: 30px;
  line-height: 30px;
  padding: 0 25px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

.inp_filter {
  height: 30px;
  background-color: #FF7F00;
  color: #fff;
  padding-left: 5px;
}

.inp_filter option {
  color: #000;
  background-color: #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 10px;
  top: 13px;
}


.header {
  position: relative;
  /*min-height:1450px;*/
}

.header .logo {
  padding: 15px 0 0 15px;
}

.header .search {
  padding: 50px 80px 0 133px;
}

.header .search .search_input {
  background: url(../img/search_input_bg.png) 0 0 no-repeat;
  width: 193px;
  height: 32px;
  line-height: 32px;
  border: 0;
  font-family: Arial;
  font-size: 12px;
  color: #AAAAAA;
  padding: 0 12px 0 12px;
}

.header .search .search_submit_btn {
  background: url(../img/search_submit_btn.png) 0 0 no-repeat;
  width: 31px;
  height: 32px;
  border: 0;
}

.header .logged_in_user {
  width: 290px;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
}

.header .logged_in_user a {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}

.header .langs {
  padding: 0 0 0 10px;
  margin: 0;
}

.header a.lang_lt {
  display: block;
  padding: 10px 0 0 34px;
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  text-decoration: none;
  background: url(../img/flag_lt.gif) 12px 11px no-repeat;
}

.header a.lang_en {
  display: block;
  padding: 10px 0 0 31px;
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  text-decoration: none;
  background: url(../img/flag_eng.gif) 9px 11px no-repeat;
}

.header a.lang_ru {
  display: block;
  padding: 10px 0 0 31px;
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  text-decoration: none;
  background: url(../img/flag_ru.gif) 9px 11px no-repeat;
}

.header a.lang_act {
  color: #FF7F00;
}

.header .currency_eur {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  padding: 5px 0 0 40px;
}

.header .currency_lt {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  padding: 5px 0 0 15px;
}

.menu {
  padding: 15px 0 0 0;
  width: 843px;
}

.menu a.menu_item {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
  display: block;
  padding: 7px 12px 0 12px;
}

.menu a.menu_item:hover {
  color: #E20A16
}

.menu a.active_menu_class {
  color: #E20A16
}

a.pricelist_btn {
  background: url(../img/pricelist_btn.png) 0 0 no-repeat;
  width: 80px;
  height: 18px;
  margin: 16px 0 0 18px;
  display: block;
  padding: 6px 0 0 28px;
  font-family: Arial;
  font-size: 12px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
}

a.pricelist_btn:hover {
  background: url(../img/pricelist_btn.png) 0 -24px no-repeat;
  color: #ffffff;
}

.like_btn {
  width: 155px;
  position: absolute;
  left: 230px;
  top: 55px;
}

.fb_btn {
  width: 35px;
  position: absolute;
  left: 280px;
  top: 55px;
}


.catalogue {
  width: 198px;
  padding: 30px 0 0 0
}

.catalogue a.catalogue_item {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 12px;
}

.catalogue a.cat_masazuokliai {
  color: #e8676d;
  font-size: 14px
}

.catalogue a.catalogue_item:hover {
  color: #E20A16;
}

.catalogue a.active_catalogue_item {
  background-color: #3594d4;
  display: block;
  width: 198px;
  height: 24px;
  padding: 12px 0 0 12px;
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.catalogue .submenu {
  border: 1px solid #dddddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 208px;
  margin: 0 0 14px 0
}

.catalogue .submenu .submenu_item {
  font-family: Arial;
  display: block;
  font-size: 12px;
  color: #545454;
  text-decoration: none;
  padding: 7px 0 7px 12px;
}

.catalogue .submenu .submenu_item:hover,
.catalogue .submenu .submenu_item2:hover,
.catalogue .submenu .submenu_item3:hover {
  color: #E20A16;
  font-weight: bold;
}

.catalogue .submenu .active_submenu_item {
  font-family: Arial;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #E20A16;
  text-decoration: none;
  padding: 7px 0 7px 12px;
  background: url(../img/submenu_triangle.png) 0 8px no-repeat;
}

.catalogue .submenu .submenu_item2 {
  font-family: Arial;
  display: block;
  font-size: 12px;
  color: #545454;
  text-decoration: none;
  padding: 7px 0 7px 22px;
}

.catalogue .submenu .active_submenu_item2 {
  font-family: Arial;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #545454;
  text-decoration: none;
  padding: 7px 0 7px 22px;
  background: url(../img/submenu_triangle.png) 0 8px no-repeat;
}

.catalogue .submenu .submenu_item3 {
  font-family: Arial;
  display: block;
  font-size: 12px;
  color: #545454;
  text-decoration: none;
  padding: 7px 0 7px 32px;
}

.catalogue .submenu .active_submenu_item3 {
  font-family: Arial;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #545454;
  text-decoration: none;
  padding: 7px 0 7px 32px;
  background: url(../img/submenu_triangle.png) 0 8px no-repeat;
}

.cat_input {
  float: left;
  height: 20px;
}

.content {
  width: 537px;
  padding: 30px 0 0 27px;
  font-family: Arial;
  font-size: 13px;
  color: #000;
  line-height: 140%;
}

.content .content_title {
  font-family: Georgia;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  width: 470px;
}

.content .content_text {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  line-height: 140%;
  padding: 10px 0 0 0
}

.content .content_text h1,
h2,
h3 {
  font-family: Georgia;
  font-size: 20px;
  color: #E10A15;
}

.content .content_text_simple {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  line-height: 140%;
  width: 510px;
  padding: 20px 0 0 0;
}

.btn {
  background: #3594d4;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.registration_page {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #dddddd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left;
}

.registration_page .reg_type {
  padding-left: 20px;
}

.registration_page .reg_type a {
  color: #3594d4;
}

.registration_page .title {
  background-color: #3594d4;
  font-family: Georgia;
  font-size: 25px;
  color: #ffffff;
  padding: 7px 0 0 26px;
  height: 37px;

}

.registration_page #individual_form,
.registration_page #juridical_form {
  padding: 20px;
}

.ui-autocomplete {
  max-height: 400px;
  width: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.right_column {
  width: 215px;
  padding: 30px 0 0 0
}

.right_column .user_login_block {
  width: 215px;
  /*height: 283px;*/
  margin: 0 0 0 0
}

.right_column .user_login_block .title {
  background-color: #3594d4;
  font-family: Georgia;
  font-size: 25px;
  color: #ffffff;
  padding: 7px 0 0 46px;
  height: 37px;
}

.right_column .user_login_block .inputs_block {
  border: 1px solid #dddddd;
  padding: 0 0 10px 0;
  margin: 0 0 18px 0;
  -moz-border-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.right_column .user_login_block .login_label {
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  padding: 12px 0 0 15px;
}

.right_column .user_login_block .login_input {
  padding: 5px 0 0 15px;
}

.right_column .user_login_block .login_input input {
  background: url(../img/login_input_bg.png) 0 0 no-repeat;
  display: block;
  width: 162px;
  height: 32px;
  line-height: 32px;
  border: 0;
  padding: 0 20px 0 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.right_column .user_login_block .login_input input.err {
  background: url(../img/login_input_bg_err.png) 0 0 no-repeat;
  display: block;
  width: 162px;
  height: 32px;
  line-height: 32px;
  border: 0;
  padding: 0 20px 0 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.right_column .user_login_block .login_btn_container {
  padding: 16px 0 0 16px;
}

.right_column .user_login_block .login_btn,
.catalogue .login_btn,
.registration_page .user_login_block .login_btn {
  display: block;
  width: 105px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.right_column .user_login_block .login_btn:hover {
  background: url(../img/login_btn.png) 0 -32px no-repeat;
}

.right_column .user_login_block a.forgot_password_link {
  font-family: Arial;
  font-size: 12px;
  color: #FF7F00;
  background: url(../img/triangle.png) 0 2px no-repeat;
  padding: 0 0 0 16px;
  margin: 14px 0 0 16px;
  text-decoration: none;
  display: block;
}

.right_column .user_login_block a.registration_link {
  font-family: Arial;
  font-size: 12px;
  color: #FF7F00;
  background: url(../img/triangle.png) 0 2px no-repeat;
  padding: 0 0 0 16px;
  margin: 4px 0 8px 16px;
  text-decoration: none;
  display: block;
}

.right_column .top_block {
  background: url(../img/top_products_bg.png) 0 0 no-repeat;
  background-color: #3594d4;
  width: 215px;
  margin: 15px 0 0 0
}

.right_column .top_block .top_product {
  height: 60px;
}

.right_column .top_block .top_products {
  background: url(../img/top_products_bg_x.png) 0 0 repeat-y;
  padding-top: 10px;
}

.right_column .top_block .top_products_bot {
  background: url(../img/top_products_bg_b.png) 0 0 no-repeat;
  width: 215px;
  height: 12px;
}

.right_column .top_block .title {
  font-family: Georgia;
  font-size: 25px;
  color: #ffffff;
  padding: 7px 0 0 46px;
  width: 215px;
  height: 37px;
  text-decoration: none;
}

.right_column .top_block .top_item_title a {
  font-family: Arial;
  font-size: 12px;
  color: #535353;
  padding: 4px 0 0 0;
  text-decoration: none;
  display: block;
}





.title_new_products {
  border: 1px solid #DDDDDD;
  width: 466px;
  border-radius: 5px;
  margin:
}

.title_new_products .title_item {
  width: 232px;
  height: 270px;
}

.title_new_products .title_border_bottom {
  border-bottom: 1px solid #DDDDDD;
}

.title_new_products .title_border_right {
  border-right: 1px solid #DDDDDD;
}

.title_new_products .title_item .title_item_title {
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  width: 205px;
  height: 55px;
  padding: 0 0 0 15px;
}

.title_new_products .title_item .title_item_price {
  font-family: Arial;
  font-size: 17px;
  color: #e8676d;
  font-weight: bold;
  width: 180px;
  padding: 6px 10px 0 0;
  text-align: right;
}

.title_new_products .title_item .title_item_price_green {
  color: #73b957;
}

.title_new_products .title_item .basket_btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../img/basket_btn.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
}



.title_new_products .title_item .title_item_old_price {
  font-family: Arial;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  width: 180px;
  padding: 0 10px 0 0;
  text-align: right;
  text-decoration: line-through
}

.title_new_products .title_item .title_item_new_price {
  font-family: Arial;
  font-size: 17px;
  color: #e8676d;
  font-weight: bold;
  width: 180px;
  padding: 0 10px 0 0;
  text-align: right;
}

.title_new_products .title_item .title_item_new_price_green {
  color: #73b957;
}

.price .title_item_old_price {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-align: right;
  text-decoration: line-through
}

.price .title_item_new_price {
  font-family: Arial;
  font-size: 12px;
  color: #e8676d;
  font-weight: bold;
  padding: 0 10px 0 0;
  text-align: right;
}

.price .title_item_new_price_green {
  color: #73b957;
}

.registration {
  max-width: 530px;
  width: 100%;
}

.registration .required_fields_text {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  padding: 8px 0 0 15px;
  background: url(../img/star.png) 0 10px no-repeat;
}

/*.registration .required_fields_text span {font-family: Georgia; font-size: 19px; color: #E00A14; padding: 10px 0 0 0}*/
.registration .form_label {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  padding: 10px 0 7px 0
}

.registration .form_label .legal_person {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  padding: 2px 0 0 0
}

.registration .simple_input {
  border: 1px solid #bfc1c0;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  width: 220px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}

.registration .simple_input_err {
  border: 1px solid red;
  border-radius: 5px;
}

.registration .long_input {
  border: 1px solid #bfc1c0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  /* max-width: 468px; */
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}

.registration .long_input_err {
  border: 1px solid red;
  border-radius: 5px;
}

.registration .star {
  background: url(../img/star.png) 0 0 no-repeat;
  width: 9px;
  height: 8px;
  margin: -19px 0 0 210px
}

/* .registration .star_long {
  background: url(../img/star.png) 0 0 no-repeat;
  width: 9px;
  height: 8px;
  margin: -19px 0 0 452px
} */
.registration .star_required {
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 97%;
}

.registration .input_container {
  height: 32px;
}

.registration .left {
  margin: 0 12px 0 0;
}

.registration .checkbox {
  margin: 16px 0 0 -2px;
}

.registration .newsletter_label {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  margin: 16px 0 0 8px
}

.registration .error_report {
  font-family: Arial;
  font-szie: 13px;
  color: #DF0A13;
  padding: 18px 0 0 28px;
  background: url(../img/error_sign.png) 0 18px no-repeat;
}

.registration .error_report span {
  font-weight: bold;
}

.registration .submit_btn {
  background: url(../img/submit_btn.png) 0 0 no-repeat;
  width: 131px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 120%;
}

.registration .submit_btn:hover {
  background: url(../img/submit_btn.png) 0 -32px no-repeat;
}

.registration_report {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  width: 500px;
  padding: 10px 0 0 0
}


.product {
  border: 1px solid #DDDDDD;
  width: 466px;
  margin: 15px 0 0 0;
  border-radius: 5px;
}

.product .photo_block {
  width: 233px;
  margin: 0 auto;
}

.product .photo_block .photo {
  margin: 19px 0 0 22px;
  width: 190px;
}

.product .photo_block .photo a {
  margin: 0 auto;
  display: inline-block;
}

.product .photo_block .enlarge {
  padding: 22px 0 20px 60px
}

.product .photo_block .enlarge a {
  font-family: Arial;
  font-size: 11px;
  color: #FF7F00;
  text-decoration: none;
  display: block;
  background: url(../img/enlarge_btn.png) 0 0 no-repeat;
  padding: 2px 0 0 20px;
  height: 16px;
}

.product .info_block {
  width: 232px;
}

.product .info_block .info {
  border-left: 1px solid #DFDFDF;
  padding: 0 12px 0 19px;
  margin: 19px 0;
}

.product .info_block .description {
  width: 200px;
  font-family: Arial;
  font-size: 13px;
  color: #555555;
  line-height: 140%;
}

.quantity_block {
  font-family: Arial;
  font-size: 13px;
  color: #555555;
  line-height: 140%;
  padding: 10px 0 0 0
}

.product .info_block .price {
  font-family: Arial;
  font-size: 13px;
  color: #555555;
  line-height: 140%;
  padding: 10px 0 0 0
}

.product .info_block .price .price_value {
  font-family: Arial;
  font-size: 21px;
  color: #e8676d;
  line-height: 140%;
  font-weight: bold;
}

.product .info_block .price .price_value_green {
  color: #73b957;
}

.product .info_block .price .price_value span {
  font-family: Arial;
  font-size: 11px;
  color: #999999;
  font-weight: normal;
}

.quantity_changer {
  width: 155px;
}

.quantity_changer a.minus_btn {
  background: url(../img/minus_btn.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}

.quantity_changer .quantity_bg {
  background: url(../img/quantity_bg.png) 0 0 no-repeat;
  width: 40px;
  height: 32px;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  color: #545454;
  padding: 5px 0 0 0
}

.quantity_changer .quantity_bg input {
  border: 0;
  text-align: center;
}

.quantity_changer a.plus_btn {
  background: url(../img/plus_btn.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}

.quantity_changer .arrow_right {
  background: url(../img/arrow_right.png) 0 0 no-repeat;
  width: 20px;
  height: 16px;
  margin: 8px 0 0 15px;
}

.quantity_changer input.basket_btn {
  background: url(../img/basket_btn.png) 0 0 no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 15px;
  border: 0;
  padding: 0;
}

.back_to_catalog_btn a {
  background: url(../img/back_to_catalog_btn.png) 0 0 no-repeat;
  display: block;
  width: 129px;
  height: 24px;
  margin: 20px 0 0 0;
  padding: 5px 0 0 28px;
  font-family: Arial;
  font-size: 12px;
  color: #525252;
  font-weight: bold;
  text-decoration: none;
}

.quantity_in_basket {
  width: 175px;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  padding: 0 0 5px 0
}

.products_list .products_list_header {
  width: 480px;
  padding: 20px 0 0 0;
  /*height: 40px;*/
}

.products_list .products_list_header .buy_header_text {
  width: 70px;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.products_list .products_list_header .price_header_text {
  width: 85px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.quantity_header_text {
  width: 45px;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  color: #999999;
}

.products_list .line {
  width: 480px;
  height: 1px;
  background: #DDDDDD;
}

.products_list .product_in_list {
  width: 482px;
  max-height: 95px;
}

.products_list .product_in_list .photo {
  width: 50px;
  padding: 12px 6px 0 6px;
  text-align: center;
}

.products_list .product_in_list .title {
  width: 160px;
  padding: 0 5px 0 5px;
  max-height: 95px;
  overflow: hidden;
}

.products_list .product_in_list .title td a {
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
}

.products_list .product_in_list .quantity {
  /*width: 55px;*/
  padding: 5px 0 0 25px;
  text-align: right
}


.quantity .quantity_bar {
  background: url(../img/quantity_bar.png) 0 0 no-repeat;
  width: 40px;
  height: 8px;
}

.quantity .quantity_bar .quantity_level {
  border-radius: 6px;
  height: 8px;
  background: #FF7F00
}

.products_list .product_in_list .price {
  width: 98px;
  /*padding: 23px 0 0 0;*/
  font-family: Arial;
  font-size: 15px;
  color: #e8676d;
  font-weight: bold;
  text-align: right;
  height: 73px;
}

.products_list .product_in_list .price_green {
  color: #73b957;
}

.products_list .product_in_list .price .noprod {
  color: #b4b4b4;
}

.products_list .product_in_list .price .noprod_green {
  color: #73b957;
}

.products_list .product_in_list .buy {
  width: 135px;
  text-align: center;
  padding: 22px 0 0 14px;
}

.products_list .product_in_list .buy .basket_btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../img/basket_btn.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
}

.products_list_border {
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 480px;
  margin: 0 0 5px 0
}

.news_item_closed {
  background: url(../img/news_item_closed.png) 0 0 no-repeat;
  width: 482px;
  height: 29px;
  margin: 0 0 5px 0
}

.news_date {
  font-family: Georgia;
  font-size: 15px;
  color: #545454;
  text-decoration: none;
  padding: 6px 0 6px 8px;
  display: block;
}

.plus_mark {
  background: url(../img/plus_mark.png) 458px 9px no-repeat;
}

.minus_mark {
  background: url(../img/minus_mark.png) 458px 9px no-repeat;
}

.paging {
  padding: 25px 0 0 0
}

.paging .paging_back {
  background: url(../img/paging_back.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
  display: block;
}

.paging .paging_back:hover {
  background: url(../img/paging_back.png) 0 -24px no-repeat;
}

.paging .paging_forward {
  background: url(../img/paging_forward.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
  display: block;
}

.paging .paging_forward:hover {
  background: url(../img/paging_forward.png) 0 -24px no-repeat;
}

.paging .page {
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  color: #FF7F00;
  line-height: 140%;
  padding: 3px 0 0 0;
  text-decoration: none;
  display: block;
}

.paging .page_active {
  color: #666666;
}



.user_info {
  width: 468px;
  padding: 10px 0 0 0
}

.user_info .user_info_item {
  height: 32px;
  padding: 9px 0 9px 0
}

.user_info .label {
  font-family: Arial;
  font-size: 13px;
  color: #000000;
  width: 265px;
  padding: 7px 0 0 12px;
}

.user_info .value {
  font-family: Arial;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}

.user_info .value input,
.user_info .value select {
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  display: block;
  font-family: Arial;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  width: 154px;
  height: 32px;
  padding: 0 20px 0 8px;
}

.user_info .line {
  width: 468px;
  height: 1px;
  background: #DDDDDD;
}

.user_info .edit_btn {
  width: 113px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 25px 0 0 0;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

.user_info a.delete_user_btn {
  background: url(../img/delete_user_btn.png) 0 0 no-repeat;
  display: block;
  width: 139px;
  height: 32px;
  margin: 25px 0 0 20px;
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 0 0 28px;
  text-decoration: none;
}

.user_info input[type=text].error {
  border: 1px solid #E00A14;
  border-radius: 5px;
}

.user_edit_report {
  font-family: Arial;
  font-size: 13px;
  color: #E00A14;
  font-weight: bold;
  padding: 10px 0 0 0;
  width: 300px;
}

.content_text p {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  line-height: 140%;
}

.content_text h2 {
  font-family: Arial;
  font-size: 20px;
  color: #E10A15;
  font-weight: normal;
}

.content_text a {
  color: #FF7F00;
  text-decoration: none;
}



.remember_password_text {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  padding: 16px 0 0 0
}

.remember_label_text {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  padding: 20px 0 5px 0;
}

.remember_password_input {
  background: url(../img/login_input_bg.png) 0 0 no-repeat;
  display: block;
  width: 154px;
  height: 32px;
  line-height: 32px;
  border: 0;
  padding: 0 20px 0 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}

.remember_send_btn {
  background: url(../img/send_btn.png) 0 0 no-repeat;
  width: 81px;
  height: 32px;
  border: 0;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 0 14px;
}

.total_pvm {
  font-size: 14px;
}

.right_basket {}

.summary_div {
  width: 100%;
  background: #F8F8F8;
}

.right_basket .summary .right {
  padding-right: 10px;
}

.right_basket .summary .total_value.be_pvm {
  font-size: 15px;
}

.right_basket .summary .total_label.be_pvm {
  font-size: 12px;
  line-height: 14px;
}

.right_basket .right_basket_header {
  background: url(../img/right_basket_header.png) 0 0 no-repeat;
  background-color: #3594d4;
  width: 215px;
  height: 44px;
  text-decoration: none;
}

.right_basket .right_basket_header .header_title {
  font-family: Georgia;
  font-size: 13px;
  line-height: 33px;
  color: #ffffff;
  padding: 7px 0 0 46px
}

.right_basket .right_basket_body {
  width: 213px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.right_basket .right_basket_body .item {
  height: 54px;
  border-bottom: 1px solid #DDDDDD;
}

.right_basket .right_basket_body .item .item_title {
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  padding: 9px 0 7px 9px;
}

.right_basket .right_basket_body .empty_basket {
  width: 215px;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  color: #545454;
  padding: 10px 0 10px 0
}

.right_basket .right_basket_body .quantity {
  font-family: Arial;
  font-size: 13px;
  color: #999999;
  width: 50px;
  padding: 0 0 0 9px;
}

.right_basket .right_basket_body .price {
  width: 120px;
  text-align: right;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #e8676d;
}

.right_basket .right_basket_body a.delete_btn,
.basket_table a.delete_btn {
  background: url(../img/basket_delete_btn.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin: -2px 0 0 7px;
}

.basket_table .admin_mok_txt {
  font-size: 14px;
  color:#e8676d;
  font-weight: bold;
}

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

.right_basket .right_basket_body .summary {
  height: 60px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 5px;
}

.right_basket .right_basket_body .total_label {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  vertical-align: bottom;
  padding-left: 10px;
  line-height: 19px;
}

.right_basket .right_basket_body .total_value {
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: #e8676d;
  vertical-align: bottom;
  padding-right: 30px;
  text-align: right;
}

.right_basket .right_basket_body a.buy_btn {
  width: 71px;
  height: 24px;
  display: block;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 8px 0 0 0;
}

.right_basket .right_basket_body a.buy_btn:hover {
  text-decoration: none;
}

input.filter {
  border: 0;
  width: 71px;
  height: 32px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: 15px 0 0 0;
}

input.filter:hover {
  text-decoration: none;
}

.right_help .right_help_header {
  background-color: #3594d4;
  width: 215px;
  min-height: 44px;
  text-decoration: none;
}

.right_help .right_help_header .header_title {
  font-family: Georgia;
  font-size: 13px;
  line-height: 33px;
  color: #ffffff;
  padding: 7px 0 0 17px
}

.right_help .right_help_body {
  font-size: 13px;
  width: 193px;
  text-align: center;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px;
}

.right_help .right_help_body a img {
  margin: 0 !important;
  vertical-align: 0 !important;
}

.right_help .right_help_body p {
  margin: 10px !important;
}

.mt15 {
  margin-top: 15px;
}

.right_tellos .right_tellos_header {
  background: url(../img/tellos_bg.png) 0 0 no-repeat;
  background-color: #3594d4;
  width: 215px;
  height: 44px;
  text-decoration: none;
}

.right_tellos .right_tellos_header .header_title {
  font-family: Georgia;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 0 0 46px
}

.right_tellos .right_atstovaujame_header {
  background: url(../img/atstovaujame_bg.png) 0 0 no-repeat;
  background-color: #3594d4;
  width: 215px;
  height: 44px;
  text-decoration: none;
}

.right_tellos .right_atstovaujame_header .header_title {
  font-family: Georgia;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 0 0 46px
}


.right_tellos .right_tellos_body {
  font-size: 13px;
  width: 193px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px;
  text-align: center;
}

.right_tellos .right_tellos_body img {
  margin: 0 !important;
  vertical-align: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.right_tellos .right_tellos_body p {
  margin: 10px !important;
}


.short_input {
  background: url(../img/short_input_40.png) 0 0 no-repeat;
  width: 40px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  color: #000;
}

.basket_table td {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.basket_table td a {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.basket_table td .line {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin: 4px 0 4px -4px
}

.button {
  width: 105px;
  height: 32px;
  border: 0;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  background-color: #2980b9;
}

.button:hover {
  background-color: #3cb0fd;
}


.actions_bg {
  background: url(../img/actions_bg2.png) 0 0 no-repeat;
  width: 500px;
  height: 163px;
}

.actions_bg .frame {
  width: 460px;
  height: 150px;
  overflow: hidden
}

.action_item_bg {
  background: url(../img/action_item_bg2.png) 0 0 no-repeat;
  width: 446px;
  height: 150px;
  margin: 0 5px 0 4px
}

.actions_bg .actions_arrow_left {
  background: url(../img/actions_arrow_left.png) 0 0 no-repeat;
  width: 9px;
  height: 18px;
  margin: 65px 4px 0 8px
}

.actions_bg .actions_arrow_left:hover {
  background: url(../img/actions_arrow_left.png) 0 -18px no-repeat;
}

.actions_bg .actions_arrow_right {
  background: url(../img/actions_arrow_right.png) 0 0 no-repeat;
  width: 9px;
  height: 18px;
  margin: 65px 0 0 4px
}

.actions_bg .actions_arrow_right:hover {
  background: url(../img/actions_arrow_right.png) 0 -18px no-repeat;
}

#items {
  position: absolute;
  top: 0;
  left: 0;
}

.action_item_bg .title_item_old_price {
  font-family: Arial;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  width: 180px;
  padding: 0 10px 0 0;
  text-align: right;
  text-decoration: line-through;
}

.action_item_bg .action_title a {
  width: 100px;
  padding: 8px 11px 0 11px;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
  color: #555555;
  line-height: 120%;
  display: inline-block;
}

.action_item_bg .action_img {
  padding: 8px 0 0 0
}

.action_item_bg .action_price {
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: #e8676d;
  padding-right: 15px;
}

.action_item_bg .action_price_green {
  color: #73b957;
}


.footer {
  min-height: 170px;
  width: 100%;
  background-color: #3594d4;
  padding-bottom: 15px;
}

.footer .footer_content {
  width: 980px;
  margin: 0 auto;
}

.footer .footer_content .contacts {
  padding: 0 0 0 10px;
  width: 300px;
}

.footer .footer_content .contacts .contacts_title {
  font-family: Georgia;
  font-size: 25px;
  color: #ffffff;
  padding: 25px 0
}

.footer .footer_content .contacts .contacts_text {
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  line-height: 140%;
}

.footer .footer_content .contacts_sepr {
  background: url(../img/contacts_sepr.png) 0 0 no-repeat;
  width: 2px;
  height: 92px;
  margin: 60px 0 0 0
}

.footer .footer_content .phone_email {
  width: 300px;
  padding: 70px 0 0 24px;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  line-height: 140%;
}

.footer .footer_content .contacts a {
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  line-height: 140%;
  text-decoration: none;
}

.footer .footer_menu a {
  color: #fff;
}

.footer .footer_menu a.active_menu_class {
  text-decoration: underline;
}

.footer .footer_content .company_contacts {
  width: 300px;
  padding: 70px 0 0 24px;
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  line-height: 140%;
}

.footer .footer_content .phone_email div img {
  margin: 0 !important;
  line-height: 100% !important
}

.footer .footer_content .phone_email div p {
  margin: 0 !important;
  padding: 0% !important;
  line-height: 100% !important
}

.footer .footer_content .phone_email div a {
  margin: 0 !important;
  padding: 0% !important;
  line-height: 100% !important
}


a.all_products {
  font-family: Arial;
  font-size: 13px;
  color: #FF7F00;
  text-decoration: none;
  display: block;
}

a.all_products:hover {
  color: #E20A16;
}

.login_error_report {
  color: #E00A14;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 0 0 15px;
}

.payment_made {
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #FF7F00
}

.payment_date {
  font-family: Arial;
  font-size: 12px;
}

.paid_text {
  font-family: Arial;
  font-size: 12px;
  color: #000000
}


.new_products_data_title {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  width: 175px;
}

.new_products_review_title {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  width: 175px;
}

.new_products_download_title {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  width: 175px;
}

.new_products_data_item {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  width: 175px;
}

.new_products_review_item {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  width: 175px;
}

.new_products_download_item {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  width: 175px;
}

a,
a.visited {
  font-family: Arial;
  font-size: 12px;
  color: #FF7F00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.underline,
a.underline:hover,
a.underline:visited {
  text-decoration: underline;
}

.products_list .product_in_list .title td a.noprod {
  color: #b4b4b4;
}

.products_list .product_in_list .title td a.noprod_green {
  color: #73b957;
}


.choose_btn {
  background: url(../img/login_btn.png) 0 0 no-repeat;
  display: block;
  width: 105px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: -50px;
  left: 10px;
}

.choose_btn:hover,
.choose_btn_clear:hover {
  background: url(../img/login_btn.png) 0 -32px no-repeat;
}

.choose_btn_clear {
  background: url(../img/login_btn.png) 0 0 no-repeat;
  display: block;
  width: 105px;
  height: 32px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: -50px;
  left: 130px;
}

.search_categories_block {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 750px;
  height: auto;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 0 0 60px 0;
}


.grid {
  max-width: 750px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 240px;
  float: left;
  padding: 0 0 20px 5px;
}

.search_categories_close_btn {
  background: url(../img/close_btn.png) 0 0 no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 200;
}

#order_product input[type="text"],
#order_product textarea {
  width: 95%;
}

#order_product textarea {
  height: 80px;
}

#order_product .label {
  margin-top: 15px;
}

#order_product input.error,
#order_product textarea.error {
  border: 1px solid red;
}

.content .content_title.txt_54 {
  color: red;
}