/**
 *  NetGo.hu NetShop v3 CSS template
 *  Copyright(c) NetGo.hu Kft. (http://www.netgo.hu)
 *  Version: 1.1
*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 11, 2018 */
@font-face {
  font-family: 'roboto_black';
  src: url('fonts/roboto-black-webfont.eot');
  src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-black-webfont.woff2') format('woff2'), url('fonts/roboto-black-webfont.woff') format('woff'), url('fonts/roboto-black-webfont.ttf') format('truetype'), url('fonts/roboto-black-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('fonts/robotocondensed-bold-webfont.eot');
  src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('fonts/robotocondensed-bold-webfont.woff') format('woff'), url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('fonts/robotocondensed-regular-webfont.eot');
  src: url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('fonts/robotocondensed-regular-webfont.woff') format('woff'), url('fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('fonts/robotocondensed-regular-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div,
html,
body,
img,
table,
tr,
td,
ul,
li {
  margin: 0px;
  padding: 0px;
  border: none;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table {
  border-collapse: collapse;
}
table tr td,
table tr th {
  padding: 0;
}
.text_content table tr td,
.text_content table tr th {
  padding: 4px 8px;
  border: 1px #DDDDDD solid;
}
body {
  font: normal 12px Arial;
  color: #333333;
  background-image: url("../../images/images/wallpaper.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-color: #FFFFFF;
}
a {
  font-family: Arial;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
.text_content a:hover {
  text-decoration: underline;
}
.text_content a {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-family: Calibri;
  color: #0f90a3;
  font-style: italic;
}
/* Alapvető css elemek (netgo.php classban definiált) */
#cookie_accept_box {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100000;
  width: 100%;
}
#cookie_accept_box_inner {
  width: 960px;
  padding: 15px 20px;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}
#cookie_accept_box_text {
  width: 82%;
  float: left;
}
#cookie_accept_box_text a {
  color: #33CC00;
}
#cookie_accept_box_button {
  float: right;
  width: 15%;
  margin: 5px 0 0 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #339933;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
#cookie_accept_box_button:hover {
  background-color: #33BB33;
}
.content_columns_checkbox {
  padding: 5px 0 0 120px;
  float: left;
}
.form_panel_category_newsletter .content_columns_checkbox {
  padding-left: 0px;
}
#groupama_form .content_columns_checkbox {
  padding-left: 0px;
}
#groupama_form .privacy_policy_error {
  padding-left: 0px;
}
.content_columns_checkbox_text {
  font-size: 13px;
  padding: 5px 0 0 5px;
  width: 420px;
  float: left;
}
.content_columns_checkbox_text a {
  color: #0F90A3 !important;
  font-family: Calibri !important;
  font-size: 15px !important;
}
.content_columns_radio {
  margin-right: 5px;
  float: left;
}
.content_columns_radio_text {
  padding-top: 3px;
  margin-right: 15px;
  float: left;
}
.left,
.float_left {
  float: left;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}
.cursor {
  cursor: pointer;
}
.relative {
  position: relative;
}
.none {
  display: none;
}
.button_submit {
  display: inline-block;
  line-height: 23px;
  padding: 0px 14px;
  border: 0px;
  margin: 0px;
  border-radius: 3px;
  letter-spacing: 0.8px;
  background-color: #a8a8a8;
  color: #FFFFFF;
  font-size: 11px;
  font-family: 'roboto_black';
  cursor: pointer;
}
.button_submit:hover {
  background-color: #838383;
}
/* Alapvető css elemek vége */
/* Alapvető formázások */
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.center {
  text-align: center;
}
/* Alapvető formázások vége*/
/* Táblázat css elemek */
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
/* Táblázat css elemek vége */
/* Heading css elemek */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font-weight: bold;
}
li {
  font-size: 12px;
}
/* Heading css elemek vége */
/* Highslide css elemek */
.highslide img {
  border: none;
}
/* Highslide css elemek vége */
/* "forms" classban definiált css elemek (ügyfelek, költséghely/telephelyes felhasználók) */
.checkout_content {
  width: 100%;
}
#checkout_form_panel {
  float: left;
  width: 650px;
  box-sizing: border-box;
}
.groupama_szoveg {
  padding-left: 150px;
  max-width: 420px;
  max-height: 80px;
  overflow-y: scroll;
  margin: 10px 0 20px 0;
}
.groupama_szoveg div {
  padding: 0px;
  margin: 0px;
}
.groupama_szoveg p {
  display: block;
  margin: 0px;
  padding-bottom: 10px;
  padding-right: 6px;
}
.groupama_szoveg p:last-child {
  padding-bottom: 0px;
}
.adatmegadasa_kotelezo {
  padding-left: 10px;
}
.form_panel_warning_title {
  padding: 10px;
  line-height: 23px;
  border: red 3px solid;
  font-size: 17px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.company_or_private_selector {
  padding-left: 10px;
}
.company_or_private_selector > div {
  padding: 8px 0;
}
.company_or_private_selector > div .object_radio {
  display: none;
}
.company_or_private_selector > div .object_radio:checked + label {
  font-weight: bold;
}
.company_or_private_selector > div .object_radio:checked + label span {
  background-position: -72px -279px;
}
.company_or_private_selector > div label {
  padding-top: 0px;
  font-size: 16px;
  position: relative;
  line-height: 18px;
}
.company_or_private_selector > div label span {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: -1px 7px 0 0;
  background-color: #fff;
  background-position: 0 -279px;
  background-image: url(../ext/uniform/images/sprite_uj.png);
}
.company_or_private_selector .form_panel_error {
  padding: 5px;
}
.checkout_form_panel_max {
  width: 100% !important;
  margin-left: 0px !important;
}
.form_panel_personal_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.form_panel_personal_datas_header {
  margin-bottom: 5px;
}
.form_panel_bill_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.form_panel_bill_datas_header {
  margin-bottom: 5px;
}
.form_panel_delivery_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.form_panel_delivery_datas_block:after {
  clear: both;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
}
.form_panel_delivery_datas_header {
  margin-bottom: 5px;
}
.form_panel_reg_top_message {
  display: block;
  color: #FFFFFF;
  font: bold 16px Arial;
  padding: 6px 0 6px 10px;
  text-align: left;
  background-color: #00B400;
}
.form_panel_reg_top_message:hover {
  text-decoration: none;
  background-color: #006600;
}
.form_panel_reg_top_message span {
  display: block;
  float: right;
  width: 11px;
  height: 17px;
  margin: 2px 10px 0 0;
  background-image: url("../../images/images/sprite.png");
  background-position: -983px -371px;
}
.form_panel_sign_in_message {
  background-color: #00B400;
}
.form_panel_sign_in_message .form_panel_only_label {
  color: #FFFFFF;
}
.checkout_no_padding_row {
  padding-bottom: 0px !important;
}
.form_panel_only_label {
  font: bold 16px Arial;
  color: #333333;
  text-align: left;
  padding: 6px 0px 6px 10px;
}
.form_panel_label {
  font: bold 13px Arial;
  color: #000000;
  text-align: left;
  padding: 9px 6px 3px 0px;
  text-indent: 10px;
  width: 166px;
}
.form_panel_label2 {
  font: bold 13px Arial;
  color: #000000;
  text-align: right;
  padding: 6px 12px 3px 0px;
  float: left;
  width: 210px;
}
.form_panel_label_normal {
  font: normal 13px Arial;
  color: #000000;
  text-align: right;
  padding: 6px 18px 3px 0px;
  width: 166px;
}
.form_panel_category {
  font: normal 13px Arial;
  color: #000000;
  padding: 3px 0px 3px 0px;
}
.form_panel_category2 {
  font: normal 13px Arial;
  color: #000000;
  padding: 3px 0px 3px 0px;
  float: left;
  width: 500px;
}
.form_panel_explanation {
  font: normal 13px Arial;
  color: #000000;
  margin-top: 5px;
}
.form_panel_error {
  font: normal 12px Arial;
  color: #FF0000;
  margin-bottom: 6px;
}
.checkout_normal_blokk .form_panel_category input.form_panel_error_box,
.checkout_normal_f_blokk .form_panel_category input.form_panel_error_box,
.checkout_small_blokk .form_panel_category input.form_panel_error_box,
.login_panel_input input.form_panel_error_box,
.form_panel_error_box {
  height: 26px;
  line-height: 26px;
  padding: 0 4px;
  background-image: none !important;
  border: 2px solid #ff0000 !important;
  border-radius: 2px !important;
}
.form_panel_green_box {
  background-image: none !important;
  border: 2px solid #00B400 !important;
  border-radius: 2px !important;
}
#checkout_form .form_panel_checkbox_garancia .content_columns_checkbox {
  padding: 5px 0 0 120px;
}
#checkout_form .form_panel_checkbox_garancia .content_columns_checkbox_text {
  width: 420px;
}
#checkout_form #terms_and_conditions_int_holder .content_columns_checkbox {
  padding: 20px 0 0 0;
}
#checkout_form #terms_and_conditions_int_holder .content_columns_checkbox_text {
  width: auto;
  float: none;
  overflow: hidden;
  color: #fff;
  padding: 12px;
  background-color: #EE3129;
  line-height: 20px;
  font-size: 16px;
}
#checkout_form #terms_and_conditions_int_holder .content_columns_checkbox_text.green_bg {
  background-color: #00b400;
}
#checkout_form #terms_and_conditions_int_holder .content_columns_checkbox_text a {
  color: #fff !important;
  font-family: Arial !important;
  font-size: 16px !important;
  text-decoration: underline;
}
#checkout_form input[type=text] {
  max-width: 270px;
}
#checkout_form .firstname_input input,
.garancia_blokk input,
#postal_name_txt,
#bill_name_txt {
  height: 26px;
  line-height: 26px;
  padding: 0 4px;
}
.form_panel_error_aszf {
  border: 1px solid #EE3229;
  color: #EE3229;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 22px 10px 22px 70px;
  text-align: left;
  background-image: url("../../images/images/figyelem.gif");
  background-repeat: no-repeat;
  background-position: center left 3px;
}
.form_panel_checkbox_aszf div.checker span,
.form_panel_checkbox_aszf div.checker span:hover,
.form_panel_checkbox_aszf div.focus span,
.form_panel_checkbox_aszf div.focus span:hover {
  background-position: -190px -260px !important;
}
.form_panel_checkbox_aszf div.checker span.checked,
.form_panel_checkbox_aszf div.focus span.checked {
  background-position: -209px -260px !important;
}
.privacy_policy_error {
  font: normal 12px Arial;
  color: #FF0000;
  padding-left: 150px;
}
.privacy_policy_error2 {
  font: normal 12px Arial;
  color: #FF0000;
  padding-left: 0px;
}
.form_panel_required_label {
  font: normal 13px Arial;
  color: #000000;
  padding: 6px 0px 6px 0px;
}
.required {
  font: bold 11px Arial;
  color: #FF0000;
}
.form_panel_checkbox {
  font: normal 11px Arial;
  color: #000000;
  text-align: left;
  padding: 2px 0px 2px 0px;
}
.form_panel_checkbox a {
  font: normal 11px Arial;
  color: #000000;
}
/* "forms" elemek vége (ügyfelek, költséghely/telephelyes felhasználók) */
/* Regisztráció css elemek */
.newsletter_radio .content_columns_radio_text {
  width: 370px;
  margin: 0 0 10px 0px !important;
  font-size: 12px;
}
.newsletter_radio .content_columns_radio_text a {
  color: #0F90A3 !important;
  font-family: Calibri !important;
  font-size: 14px !important;
}
/* Regisztráció css elemek vége */
/* Költséghelyes felhasználók css elemek */
.result_class_account_depots {
  font-weight: bold;
  padding-left: 16px;
}
.list_panel_content_table_account_depots {
  width: 100%;
  padding: 16px;
}
.list_panel_label_tr_account_depots td {
  text-align: center;
  font-weight: bold;
  padding: 3px 3px 0px 3px;
}
.list_panel_first_row_account_depots td {
  text-align: center;
  padding: 3px;
}
.list_panel_second_row_account_depots td {
  text-align: center;
  padding: 3px;
}
.list_panel_buttons_account_depots {
  padding-right: 16px;
}
/* Költséghelyes felhasználók css elemek vége */
/* Regisztráció törlése css elemek */
/* Regisztráció törlése css elemek vége */
/* 404-es rendszeroldal css elemek */
/* 404-es rendszeroldal css elemek vége */
/* Elfelejtett jelszó css elemek */
#forgot_password_title {
  padding-left: 16px;
}
#forgot_password_description {
  padding-left: 16px;
}
.form_panel_container_forgot_password {
  margin-top: 10px;
  padding-left: 16px;
  padding-bottom: 30px;
}
.form_panel_label_forgot_password {
  font: bold 11px Arial;
  color: #000000;
  padding: 6px 4px 0 0;
}
.form_panel_category_forgot_password {
  padding: 3px 0px 3px 0px;
}
.form_panel_required_forgot_password_label {
  font: normal 11px Arial;
  color: #000000;
  margin-top: 5px;
}
.object_form {
  margin: 0px;
}
/* Elfelejtett jelszó css elemek vége */
/* Kosár tartalma css elemek */
#shopping_cart_container_message {
  margin-bottom: 10px;
}
.shopping_cart_content_table {
  font: normal 11px Arial;
  color: #000000;
}
.shopping_cart_header {
  height: 36px;
  font: bold 12px Arial;
  font-weight: bold;
  color: #333333;
  background-color: #EDEDED;
}
.shopping_cart_footer {
  font: bold 12px Arial;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
  background-color: #EDEDED;
  margin-bottom: 17px;
}
.shopping_cart_footer_padding {
  padding: 12px 24px;
}
.shopping_cart_header_title {
  width: 730px;
  height: 36px;
  float: left;
}
.shopping_cart_header_quantity {
  width: 92px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  background-image: url("../../images/images/checkout_head_sep.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}
.shopping_cart_header_refresh {
  width: 76px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  background-image: url("../../images/images/checkout_head_sep.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}
.shopping_cart_header_delete {
  width: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
}
.shopping_cart_header_empty {
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
}
.shopping_cart_header_price_gross {
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
}
.shopping_cart_first_row {
  padding-top: 24px;
}
.shopping_cart_second_row {
  padding-top: 24px;
}
.shopping_cart_product_row_bg {
  border-bottom: 1px #CCCCCC solid;
}
.shopping_cart_products_number {
  font-weight: bold;
  float: left;
  padding-left: 10px;
}
.checkout_product_image {
  float: left;
}
.checkout_product_image table tr td {
  width: 114px;
  height: 90px;
  text-align: center;
  vertical-align: top;
}
.shopping_cart_products_title {
  float: left;
  width: 616px;
  padding-bottom: 10px;
}
.shopping_cart_products_title .product_title {
  padding-bottom: 6px;
}
.shopping_cart_products_title h2 {
  display: inline-block;
  line-height: 24px;
  padding-right: 15px;
}
.shopping_cart_products_title a {
  font: bold 14px Arial;
  color: #333333;
  line-height: 24px;
}
.sc_page_status {
  display: inline-block;
  margin-right: 15px;
  padding: 0px 0 0 22px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.7px;
  font-family: 'roboto_condensedbold';
  background-position: left center;
  background-repeat: no-repeat;
}
.shopping_cart_gar_product {
  font-size: 14px;
  font-weight: bold;
}
.shopping_cart_products_quantity {
  text-align: center;
  float: left;
  width: 92px;
  height: 90px;
}
.shopping_cart_products_refresh {
  text-align: center;
  float: left;
  width: 76px;
  height: 90px;
}
.object_shopping_cart_class {
  font: normal 11px Arial;
  color: #000000;
  vertical-align: top;
}
.shopping_cart_products_text {
  float: right;
  width: 39px;
  height: 20px;
  background-image: url("../../images/images/sprite.png");
  background-position: -930px -341px;
}
.shopping_cart_products_text input {
  margin: 2px auto;
  border: none;
  border: 0px;
  border-width: 0px;
  padding: 0px;
  width: 30px;
  height: 16px;
  text-align: right;
}
.plus_sign,
.minus_sign {
  float: right;
  padding-top: 2px;
  width: 26px;
  text-align: center;
  cursor: pointer;
}
.shopping_cart_products_product_quantity_unit {
  text-align: left;
  vertical-align: top;
  float: left;
  padding-left: 2px;
}
.shopping_cart_products_modify {
  float: left;
}
.shopping_cart_products_delete {
  text-align: center;
  float: left;
  width: 70px;
  height: 90px;
}
.shopping_cart_products_empty {
  text-align: center;
  float: left;
  width: 40px;
  height: 90px;
}
.shopping_cart_products_price_gross {
  text-align: center;
  float: left;
  width: 90px;
  height: 90px;
}
.shopping_cart_sum_total_row {
  padding: 18px 0 18px 20px;
  border-top: 1px #CCCCCC solid;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.shopping_cart_sum_free {
  color: #00A700;
}
.shopping_cart_sum_products {
  float: right;
}
.shopping_cart_sum_products_net {
  text-align: right;
  float: right;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.shopping_cart_sum_products_gross,
.package_request_sum_products_gross {
  text-align: right;
  float: right;
  padding: 15px 0 15px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.package_request_sum_products_gross {
  padding: 0px;
}
.shopping_cart_sum_products_gross span,
.package_request_sum_products_gross span {
  color: #EE3129;
  float: none !important;
}
.shopping_cart_sum_percentage_discount_row {
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0 18px 20px;
}
.shopping_cart_sum_percentage_discount {
  font-weight: bold;
  float: left;
  text-align: left;
}
.shopping_cart_percentage_discount_general {
  color: #FF0000;
}
.shopping_cart_sum_percentage_discount_net {
  text-align: right;
  float: left;
  margin-right: 70px;
}
.shopping_cart_sum_percentage_discount_gross {
  float: right;
  padding-right: 36px;
  text-align: right;
}
.shopping_cart_sum_progressive_discount_row {
  padding: 2px;
}
.shopping_cart_sum_progressive_discount {
  font-weight: bold;
  float: left;
  padding-left: 10px;
}
.shopping_cart_sum_progressive_discount_net {
  text-align: right;
  float: left;
  margin-right: 70px;
}
.shopping_cart_sum_progressive_discount_gross {
  text-align: right;
  float: left;
}
.shopping_cart_sum_coupon_system_row {
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0 18px 20px;
}
.shopping_cart_sum_coupon_system {
  float: left;
  width: 840px;
}
.shopping_cart_sum_coupon_system_label {
  font-weight: normal;
}
.shopping_cart_sum_coupon_system_net {
  float: right;
  padding-right: 36px;
  text-align: right;
}
.shopping_cart_sum_coupon_system_gross {
  float: right;
  padding-right: 36px;
  text-align: right;
}
.shopping_cart_sum_loyalty_points_system_row {
  padding: 2px;
}
.shopping_cart_sum_loyalty_points_system {
  font-weight: bold;
  float: left;
  padding-left: 10px;
}
.shopping_cart_sum_loyalty_points_system_net {
  text-align: right;
  float: left;
  margin-right: 70px;
}
.shopping_cart_sum_loyalty_points_system_gross {
  text-align: right;
  float: left;
}
.shopping_cart_sum_total {
  float: left;
}
.shopping_cart_sum_total_net {
  text-align: right;
  float: left;
  margin-right: 70px;
}
.shopping_cart_sum_total_gross {
  text-align: right;
  float: left;
}
.shopping_cart_progressive_discount {
  font: normal 11px Arial;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shopping_cart_progressive_discount_header {
  font: bold 11px Arial;
  color: #000000;
  padding: 2px 2px 2px 2px;
}
.shopping_cart_progressive_discount_header_title {
  float: left;
  padding-left: 9px;
}
.shopping_cart_progressive_discount_header_from {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_header_to {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_header_discount {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_values_row {
  padding: 2px 2px 2px 2px;
}
.shopping_cart_progressive_discount_values_from {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_values_to {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_values_discount {
  text-align: center;
  float: left;
}
.shopping_cart_progressive_discount_discount_type {
  padding-left: 11px;
}
.shopping_cart_sum_products_row {
  float: right;
  text-align: right;
  width: 40%;
}
.shopping_cart_messages {
  font-weight: normal;
  width: 60%;
  float: left;
}
.shopping_cart_footer_delivery_time {
  float: left;
}
.shopping_cart_buttons {
  margin-top: 10px;
}
.shopping_cart_back_categories_button {
  float: left;
}
.shopping_cart_back_popup_button,
.shopping_cart_back_categories_button {
  cursor: pointer;
  padding: 5px 18px 5px 14px;
  line-height: 26px;
  background-color: #7e706b;
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'roboto_black';
  color: #FFFFFF;
}
.shopping_cart_back_popup_button:hover,
.shopping_cart_back_categories_button:hover {
  text-decoration: none;
  background-color: #5e4f49;
}
.shopping_cart_back_popup_button:after,
.shopping_cart_back_categories_button:after {
  float: left;
  margin: 8px 10px 0px 0px;
  display: block;
  content: '';
  width: 10px;
  height: 11px;
  background-image: url("../../images/images/sprite.png");
  background-position: -597px -568px;
}
.shopping_cart_checkout_button {
  cursor: pointer;
  display: block;
  float: right;
  padding: 5px 14px 5px 18px;
  line-height: 26px;
  background-color: #00b400;
  border-radius: 3px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'roboto_black';
  color: #FFFFFF;
}
.shopping_cart_checkout_button:hover {
  text-decoration: none;
  background-color: #009400;
}
.shopping_cart_checkout_button:after {
  float: right;
  margin: 8px 0px 0px 10px;
  display: block;
  content: '';
  width: 10px;
  height: 11px;
  background-image: url("../../images/images/sprite.png");
  background-position: -612px -568px;
}
#checkout_image_holder {
  margin-bottom: 25px;
}
#checkout_image_holder img {
  float: left;
  cursor: pointer;
}
#checkout_image_holder > a {
  float: left;
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  padding: 0px 40px 0px 47px;
  background-color: #7e706b;
  font-size: 16px;
  font-family: 'roboto_condensedbold';
  letter-spacing: 0.1;
  color: #333333;
  position: relative;
  background-position: 20px 0px;
  background-repeat: no-repeat;
}
#checkout_image_holder > a:hover {
  text-decoration: none;
}
#checkout_image_holder > a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: '';
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: #FFFFFF #FFFFFF #FFFFFF #7e706b;
}
#checkout_image_holder > a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: '';
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: #7e706b #7e706b #7e706b #FFFFFF;
}
#checkout_image_holder > a:first-child:before {
  display: none;
}
#checkout_image_holder > a.selected {
  background-color: #feb645;
}
#checkout_image_holder > a.selected:before {
  border-color: #feb645 #feb645 #feb645 #FFFFFF;
}
#checkout_image_holder > a.selected:after {
  border-color: #FFFFFF #FFFFFF #FFFFFF #feb645;
}
#checkout_image_holder > a.highlight {
  background-color: #fecc7d;
}
#checkout_image_holder > a.highlight:before {
  border-color: #fecc7d #fecc7d #fecc7d #FFFFFF;
}
#checkout_image_holder > a.highlight:after {
  border-color: #FFFFFF #FFFFFF #FFFFFF #fecc7d;
}
#checkout_image_holder > a:nth-child(1) {
  background-image: url("../../images/images/1.png");
}
#checkout_image_holder > a:nth-child(2) {
  background-image: url("../../images/images/2.png");
}
#checkout_image_holder > a:nth-child(3) {
  background-image: url("../../images/images/3.png");
}
#checkout_image_holder > a:nth-child(4) {
  background-image: url("../../images/images/4.png");
}
#checkout_image_holder > a:nth-child(5) {
  background-image: url("../../images/images/5.png");
}
/* Kosár tartalma css elemek vége */
/* Rendelés feladása css elemek */
#checkout_container {
  width: 100%;
}
.checkout_content {
  padding: 0 0 30px 0;
}
#birth_month_int {
  margin: 0 5px;
}
#days_ajax {
  display: inline-block;
}
.checkout_form_panel_only_label {
  font: bold 11px Arial;
  color: #000000;
  text-align: left;
  padding: 6px 0px 6px 10px;
}
.checkout_form_panel_unique_category {
  width: 100%;
}
.checkout_form_panel_shopping_cart_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.checkout_content_table {
  font: normal 11px Arial;
  color: #000000;
}
.checkout_selected_payment_method_row {
  padding: 18px 0 18px 20px;
  border-top: 1px #CCCCCC solid;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.checkout_selected_payment_method {
  font-weight: bold;
  float: left;
}
.checkout_selected_payment_method_net {
  float: right;
  padding-right: 36px;
  text-align: right;
}
.checkout_selected_payment_method_gross {
  float: right;
  padding-right: 36px;
  text-align: right;
}
.checkout_selected_delivery_method_row {
  padding: 18px 0 18px 20px;
  border-top: 1px #CCCCCC solid;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.checkout_selected_delivery_method {
  font-weight: bold;
  float: left;
}
.checkout_selected_delivery_method_net {
  text-align: right;
  float: left;
  margin-right: 70px;
}
.checkout_selected_delivery_method_gross,
.shopping_cart_sum_total_gross {
  text-align: right;
  float: right;
  padding-right: 36px;
}
.checkout_form_panel_payment_methods_datas_header {
  margin-bottom: 5px;
}
.checkout_coupon_system {
  font: normal 11px Arial;
  color: #000000;
  text-align: left;
  padding: 20px 20px 20px 20px;
  color: #333333;
  border-top: 1px #E84F49 solid;
}
.checkout_coupon_system_title {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 0 12px 0;
  color: #333333;
}
.checkout_coupon_system_error_messages {
  color: #FF0000;
}
.checkout_coupon_system_select_coupon {
  float: left;
}
.checkout_coupon_system_select_coupon_button {
  margin-left: 12px;
  float: left;
}
.checkout_loyalty_points_system {
  font: normal 11px Arial;
  color: #000000;
}
.checkout_loyalty_points_system_title {
  font-weight: bold;
}
.checkout_loyalty_points_system_loyalty_points_value {
  font-weight: bold;
}
.checkout_loyalty_points_system_avaible_loyalty_points_value {
  font-weight: bold;
}
.checkout_loyalty_points_system_order_loyalty_points_value {
  font-weight: bold;
}
.checkout_payment_methods {
  color: #000000;
}
.checkout_payment_methods_row {
  padding: 5px 0;
  width: 956px;
  padding-left: 12px;
}
.checkout_payment_methods_row {
  padding: 10px 0;
  margin: 10px 0;
  width: 956px;
  padding-left: 12px;
  border-bottom: 1px #CCCCCC solid;
}
.checkout_payment_methods_row_last {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.checkout_payment_methods_radio {
  float: left;
}
.checkout_payment_methods_method {
  padding: 3px 2px 2px 2px;
  float: left;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}
.checkout_payment_methods_content {
  width: 940px;
  padding: 4px 2px 2px 24px;
  float: left;
}
.checkout_payment_methods_content p {
  margin: 0px;
  font-size: 13px;
}
.checkout_form_panel_delivery_methods_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.checkout_form_panel_delivery_methods_datas_header {
  margin-bottom: 5px;
}
.checkout_delivery_methods {
  font: normal 11px Arial;
  color: #000000;
}
.checkout_delivery_time {
  float: right;
  font-size: 12px;
  padding: 3px 20px 2px 2px;
  font-weight: bold;
  color: #333333;
  width: 120px;
  text-align: right;
}
.checkout_delivery_cost_gross {
  float: right;
  font-size: 12px;
  padding: 3px 2px 2px 2px;
  margin-right: 40px;
  font-weight: bold;
  width: 70px;
  text-align: right;
}
.checkout_delivery_free_text {
  float: right;
  font-size: 12px;
  padding: 3px 2px 2px 2px;
  font-weight: bold;
  color: #20B9AC;
  width: 150px;
  color: #00a700;
}
.checkout_delivery_methods_row {
  padding: 10px 0;
  margin: 10px 0;
  width: 956px;
  padding-left: 12px;
  border-bottom: 1px #CCCCCC solid;
}
.checkout_delivery_methods_row_last {
  border-bottom: none;
}
.checkout_delivery_methods_radio {
  padding-top: 2px;
  float: left;
}
.checkout_delivery_methods_method {
  padding: 3px 2px 2px 2px;
  float: left;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
  width: 480px;
  cursor: pointer;
}
.checkout_delivery_methods_content {
  width: 480px;
  padding: 0px 2px 2px 24px;
  float: left;
}
.checkout_delivery_methods_content p {
  margin: 0;
  font-size: 13px;
}
.checkout_block_no_payment_methods {
  font: normal 11px Arial;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout_payment_delivery_costs {
  font: normal 11px Arial;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
}
.checkout_payment_delivery_costs_header {
  font: bold 11px Arial;
  color: #000000;
  padding: 2px 2px 2px 2px;
}
.checkout_payment_delivery_costs_header_title {
  float: left;
  padding-left: 9px;
}
.checkout_payment_delivery_costs_header_from {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_header_to {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_header_cost {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_values_row {
  padding: 2px 2px 2px 2px;
}
.checkout_payment_delivery_costs_values_from {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_values_to {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_values_cost {
  text-align: center;
  float: left;
}
.checkout_payment_delivery_costs_cost_type {
  padding-left: 11px;
  padding-right: 11px;
}
.checkout_form_panel_comment_datas_block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.checkout_form_panel_comment_datas_header {
  margin-bottom: 5px;
}
.checkout_error_messages {
  font: normal 11px Arial;
  color: #FF0000;
  padding: 10px 12px 10px 12px;
  margin-bottom: 10px;
}
.checkout_error_messages li {
  list-style: none;
}
.checkout_error_alert_background {
  border: #FF0000 1px solid;
}
.checkout_error_alert_message {
  color: #FF0000;
}
.checkout_buttons {
  margin-top: 10px;
}
.checkout_sending_order_button {
  text-align: center;
}
.checkout_normal_blokk {
  float: left;
  width: 190px;
  padding-right: 5px;
}
.checkout_small_blokk {
  float: left;
  width: 74px;
}
.checkout_normal_blokk .form_panel_label_normal {
  width: 190px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.checkout_small_blokk .form_panel_label_normal {
  width: 74px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.checkout_normal_blokk .form_panel_category {
  width: 190px;
}
.checkout_small_blokk .form_panel_category {
  width: 74px;
}
.object_text {
  height: 26px;
  line-height: 26px;
  font: normal 12px Arial;
  padding: 0 4px;
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
}
.object_text:focus {
  border: 1px #666666 solid;
}
.form_panel_category textarea {
  width: 460px;
  height: 112px;
  line-height: 26px;
  font: normal 12px Arial;
  padding: 5px;
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
}
.form_panel_category textarea:focus {
  border: 1px #666666 solid;
}
.checkout_normal_blokk .form_panel_category input,
.checkout_normal_f_blokk .form_panel_category input {
  height: 26px;
  line-height: 26px;
  font: normal 12px Arial;
  padding: 0 4px;
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
}
#bill_city_txt,
#bill_street_txt,
#postal_city_txt,
#postal_street_txt {
  width: 182px;
}
.checkout_normal_blokk .form_panel_category input:focus,
.checkout_normal_f_blokk .form_panel_category input:focus {
  border: 1px #666666 solid;
}
.checkout_small_blokk .form_panel_category input {
  width: 66px;
  height: 26px;
  line-height: 26px;
  font: normal 12px Arial;
  padding: 0 4px;
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
}
.checkout_small_blokk .form_panel_category input:focus {
  border: 1px #666666 solid;
}
#customer_comment_blob {
  resize: none;
}
#customer_comment_blob_limit,
#firstname_txt_limit {
  display: none;
}
.szamlazas_cim {
  float: left;
  width: 172px;
  padding-top: 32px;
}
.szamlazas_varos_padding {
  margin: 0 10px;
}
.kapcsolo {
  clear: both;
  padding: 0px !important;
}
.customer_password_row {
  padding: 0px !important;
}
#checkout_login_panel {
  float: right;
  width: 300px;
  margin-right: 8px;
}
#checkout_login_panel_bg {
  padding: 18px 12px 0 12px;
  border: 1px #7e706b solid;
}
.checkout_facebook_login img {
  width: 273px;
}
.paragraph {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 14px;
  background-color: #7e706b;
}
.form_panel_footer {
  clear: both;
}
.login_panel_email {
  width: 50px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
}
.login_panel_input {
  position: relative;
}
.login_panel_input input {
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
  margin: 0px !important;
  padding: 0px 0px 0px 4px !important;
  width: 216px !important;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 12px !important;
}
.login_panel_input input:focus {
  border: 1px #666666 solid;
}
.form_panel_first_row,
.form_panel_second_row {
  padding: 10px 0;
}
#reg_sign_in .form_panel_first_row,
#reg_sign_in .form_panel_second_row {
  padding: 0px !important;
  position: relative;
}
#checkout_login_panel .form_panel_first_row,
#checkout_login_panel .form_panel_second_row {
  padding: 8px 0 !important;
}
.login_panel_input .form_panel_error,
.form_panel_error_sign_in {
  color: #ff0000;
  font-size: 12px;
  padding-top: 2px;
}
.login_panel_input input.form_panel_error_box {
  background: transparent !important;
}
.form_panel_error_messages {
  width: 654px;
  float: right;
  text-align: center;
  color: #EE3229;
  font-weight: bold;
  padding: 20px 0;
  border: 1px #EE3229 solid;
  margin: 10px 0 15px 0;
}
.green_border {
  color: #009966;
  border: 1px #009966 solid;
}
.delivery_error_box {
  width: 100%;
  float: left;
}
.form_panel_error_messages ul {
  list-style-type: none;
}
.form_panel_error_messages_ban {
  color: #ff0000;
  line-height: 12px;
  font-size: 11px;
}
#checkout_login_panel .form_panel_second_row {
  padding: 25px 0 18px 0;
}
.ch_fg_link {
  color: #666666;
}
.sign_in_button {
  padding-left: 74px;
}
#ch_login_gomb {
  cursor: pointer;
  padding: 5px;
  line-height: 16px;
  background-color: #7e706b;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'roboto_condensedbold';
  color: #FFFFFF;
}
#ch_login_gomb:hover {
  text-decoration: none;
  background-color: #5e4f49;
}
.form_panel_category span {
  float: right;
  line-height: 26px;
}
.form_panel_category .price_gross span {
  /*float: none;*/
}
.kosar_tartalma_vezerlogombok {
  border-top: 1px #E84F49 solid;
  padding: 12px;
  margin-top: 10px;
}
#kosar_tartalma_vissza {
  float: left;
}
#kosar_tartalma_tovabb {
  float: right;
}
.checkout_login_fp div {
  width: 100%;
  text-align: center;
}
.order_summery_heading {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 15px 38px;
}
.order_single_row {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  padding: 15px 38px;
  border-bottom: 1px #CCCCCC solid;
}
.order_single_row span {
  font-weight: bold;
  color: #EE6C0C;
  float: none;
}
.order_single_block {
  width: 420px;
  float: left;
  text-align: left;
}
.order_single_block .label {
  font-weight: bold;
  color: #EE6C0C;
}
.order_single_textarea {
  padding: 30px 0;
}
.order_single_textarea .label {
  float: left;
  width: 170px;
  padding-right: 18px;
  height: 122px;
  text-align: right;
  font-weight: bold;
}
.order_single_textarea textarea {
  resize: none;
}
.order_old_machine_delivery_checkbox_delivery_methods {
  padding: 35px 0 0 12px;
  font-size: 12px;
  line-height: 18px;
  border-top: 1px solid #e84f49;
}
.order_old_machine_delivery_checkbox_delivery_methods div {
  float: left;
}
.order_old_machine_delivery_checkbox_delivery_methods label {
  float: left;
  display: block;
  width: 95%;
}
.order_old_machine_delivery_checkbox {
  padding: 10px 0 0 188px;
  font-size: 12px;
  line-height: 19px;
}
.club_member_id_holder {
  color: #333333;
  font: 11px Arial;
  padding: 20px 20px 0 20px;
  text-align: left;
}
.club_member_id_text {
  float: none;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 5px 0 12px;
}
.suggested_delivery {
  color: #FF6701;
  font-weight: bold;
  float: none !important;
}
.datepicker input {
  float: left;
  width: 70px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.datepicker input:focus {
  outline: none;
}
.datepicker img {
  float: left;
  margin-left: 5px;
}
.datepicker:after {
  clear: both;
  content: '';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
}
/* Rendelés feladása css elemek vége */
/* Korábbi rendelések css elemek */
#previous_orders_container {
  padding: 10px 0 20px 0;
  min-height: 300px;
}
.previous_orders_content {
  font: normal 11px Arial;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px #999999 solid;
}
.previous_orders_header {
  font: bold 11px Arial;
  color: #000000;
  text-align: center;
  padding: 2px;
}
.previous_orders_header_date {
  font-weight: bold;
  margin-bottom: 10px;
}
.previous_orders_header_time {
  width: 25%;
  float: left;
}
.previous_orders_header_order_code {
  width: 25%;
  float: left;
}
.previous_orders_header_status {
  width: 25%;
  float: left;
}
.previous_orders_header_status_time {
  width: 25%;
  float: left;
}
.package_request_header_time {
  width: 20%;
  float: left;
}
.previous_orders_orders {
  text-align: center;
}
.previous_orders_orders a {
  font: normal 11px Arial;
  color: #000000;
}
.previous_orders_first_row {
  padding: 2px;
  border-top: 1px #999999 solid;
}
.previous_orders_second_row {
  padding: 2px;
  border-top: 1px #999999 solid;
}
.previous_orders_orders_time {
  width: 25%;
  float: left;
}
.previous_orders_orders_order_code {
  width: 25%;
  float: left;
}
.previous_orders_orders_status {
  width: 25%;
  float: left;
}
.previous_orders_orders_status_time {
  width: 25%;
  float: left;
}
.package_request_time {
  width: 20%;
  float: left;
}
.previous_orders_buttons {
  margin-top: 10px;
}
.previous_orders_back_button {
  width: 50%;
  float: left;
}
.previous_orders_shopping_cart_button {
  width: 50%;
  text-align: right;
  float: left;
}
/* Korábbi rendelések css elemek vége */
/* Hírlevél css elemek */
.form_panel_container_newsletter {
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 30px;
}
.form_panel_label_newsletter {
  font: bold 11px Arial;
  color: #000000;
  padding: 6px 18px 3px 0px;
}
.form_panel_category_newsletter {
  padding: 3px 0px 3px 0px;
}
.form_panel_required_newsletter_label {
  font: normal 11px Arial;
  color: #000000;
  margin-top: 5px;
}
/* Hírlevél css elemek vége */
/* Hírlevél regisztráció megerősítése css elemek */
/* Hírlevél regisztráció megerősítése css elemek vége */
/* Hírlevél regisztráció törlésének megerősítése css elemek */
/* Hírlevél regisztráció törlésének megerősítése css elemek vége */
/* Üzenet css elemek */
#message_container {
  padding: 10px 0 20px 0;
  min-height: 300px;
}
/* Üzenet css elemek vége */
/* Felhasználó saját oldaltartalom css elemek */
.user_page_content {
  padding: 10px 0px;
}
/* Felhasználó saját oldaltartalom css elemek vége */
/* fejrész */
#head {
  width: 100%;
  min-width: 975px;
  height: 152px;
  background-image: url("../../images/images/bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2000;
}
#header {
  width: 968px;
  height: 152px;
  position: relative;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  left: -6px;
  top: 31px;
}
#header_categories,
#header_categories2 {
  display: block;
  width: 202px;
  padding-bottom: 10px;
}
#header_categories #header_categories_label,
#header_categories2 #header_categories_label,
#header_categories #header_categories_label2,
#header_categories2 #header_categories_label2 {
  padding: 7px 0;
  width: 202px;
  margin-left: -2px;
  line-height: 26px;
  text-align: left;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: default;
  text-indent: 10px;
  border: 1px #555 solid;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'roboto_condensedbold';
}
#header_categories #header_categories_label:after,
#header_categories2 #header_categories_label:after,
#header_categories #header_categories_label2:after,
#header_categories2 #header_categories_label2:after {
  display: inline-block;
  content: '\2630';
  float: right;
  margin-right: 10px;
}
#header_categories #header_categories_label:hover,
#header_categories2 #header_categories_label:hover,
#header_categories #header_categories_label2:hover,
#header_categories2 #header_categories_label2:hover,
#header_categories #header_categories_label.cat_open,
#header_categories2 #header_categories_label.cat_open,
#header_categories #header_categories_label2.cat_open,
#header_categories2 #header_categories_label2.cat_open {
  color: #EE3129;
  border: 1px #EE3129 solid;
}
#header_categories #header_categories_holder,
#header_categories2 #header_categories_holder,
#header_categories #header_categories_holder2,
#header_categories2 #header_categories_holder2 {
  display: none;
  position: relative;
  z-index: 100;
}
#header_categories #header_categories_holder #header_categories_body,
#header_categories2 #header_categories_holder #header_categories_body,
#header_categories #header_categories_holder2 #header_categories_body,
#header_categories2 #header_categories_holder2 #header_categories_body,
#header_categories #header_categories_holder #header_categories_body2,
#header_categories2 #header_categories_holder #header_categories_body2,
#header_categories #header_categories_holder2 #header_categories_body2,
#header_categories2 #header_categories_holder2 #header_categories_body2 {
  position: absolute;
  top: 0px;
  left: -2px;
  right: auto;
  z-index: 5000;
  padding-top: 5px;
  border: 0px;
  width: 204px;
  border-radius: 5px;
}
#header_categories #header_categories_holder #header_categories_body #header_categories_body_border,
#header_categories2 #header_categories_holder #header_categories_body #header_categories_body_border,
#header_categories #header_categories_holder2 #header_categories_body #header_categories_body_border,
#header_categories2 #header_categories_holder2 #header_categories_body #header_categories_body_border,
#header_categories #header_categories_holder #header_categories_body2 #header_categories_body_border,
#header_categories2 #header_categories_holder #header_categories_body2 #header_categories_body_border,
#header_categories #header_categories_holder2 #header_categories_body2 #header_categories_body_border,
#header_categories2 #header_categories_holder2 #header_categories_body2 #header_categories_body_border,
#header_categories #header_categories_holder #header_categories_body #header_categories_body_border2,
#header_categories2 #header_categories_holder #header_categories_body #header_categories_body_border2,
#header_categories #header_categories_holder2 #header_categories_body #header_categories_body_border2,
#header_categories2 #header_categories_holder2 #header_categories_body #header_categories_body_border2,
#header_categories #header_categories_holder #header_categories_body2 #header_categories_body_border2,
#header_categories2 #header_categories_holder #header_categories_body2 #header_categories_body_border2,
#header_categories #header_categories_holder2 #header_categories_body2 #header_categories_body_border2,
#header_categories2 #header_categories_holder2 #header_categories_body2 #header_categories_body_border2 {
  border: 2px #EE3129 solid;
  border-radius: 5px;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block {
  position: static;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block > .title,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block > .title,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block > .title,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block > .title,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block > .title,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block > .title,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block > .title,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block > .title {
  display: block;
  width: auto;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block > .title .arrow_holder,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block > .title .arrow_holder,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block > .title .arrow_holder,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block > .title .arrow_holder,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block > .title .arrow_holder,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block > .title .arrow_holder,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .arrow_holder,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .arrow_holder {
  display: none;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block > .title .main_category,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block > .title .main_category,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block > .title .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block > .title .main_category,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block > .title .main_category,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block > .title .main_category,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .main_category {
  position: relative;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block > .title .main_category:after,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block > .title .main_category:after,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block > .title .main_category:after,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block > .title .main_category:after,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block > .title .main_category:after,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block > .title .main_category:after,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .main_category:after,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block > .title .main_category:after {
  display: block;
  content: '';
  position: absolute;
  right: 7px;
  top: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block > .title.opened_category .main_category,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block > .title.opened_category .main_category,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block > .title.opened_category .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block > .title.opened_category .main_category,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block > .title.opened_category .main_category,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block > .title.opened_category .main_category,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block > .title.opened_category .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block > .title.opened_category .main_category {
  background-color: #7E716B;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block:hover .title,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block:hover .title,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block:hover .title,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block:hover .title,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block:hover .title,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block:hover .title,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title {
  text-decoration: none;
  color: #EE3129;
  background-color: #fff;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block:hover .title .main_category,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block:hover .title .main_category,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block:hover .title .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block:hover .title .main_category,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block:hover .title .main_category,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block:hover .title .main_category,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title .main_category,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title .main_category {
  color: #EE3129;
  background-color: #fff;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block:hover .title .main_category:after,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block:hover .title .main_category:after,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block:hover .title .main_category:after,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block:hover .title .main_category:after,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block:hover .title .main_category:after,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block:hover .title .main_category:after,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title .main_category:after,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block:hover .title .main_category:after {
  border: solid #EE3129;
  border-width: 0 3px 3px 0;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels {
  display: none;
  position: absolute;
  left: 200px;
  top: 4px;
  width: auto;
  min-height: 100%;
  background-color: transparent;
  padding: 0 0 0 20px;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div {
  padding: 10px;
  background-color: #EDEDED;
  border: 2px #EE3129 solid;
  border-radius: 5px;
  column-count: 3;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div .cat_subsublevels,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div .cat_subsublevels {
  display: block;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div > a,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div > a,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div > a,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div > a,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a {
  text-decoration: none;
  color: #EE3129;
}
#header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div > a i,
#header_categories2 #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels > div > div > a i,
#header_categories #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div > a i,
#header_categories2 #header_categories_holder2 #header_categories_body .left_panel_block .cat_sublevels > div > div > a i,
#header_categories #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a i,
#header_categories2 #header_categories_holder #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a i,
#header_categories #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a i,
#header_categories2 #header_categories_holder2 #header_categories_body2 .left_panel_block .cat_sublevels > div > div > a i {
  background-position: -990px -333px;
}
#header_categories {
  display: none;
}
#minosegi_dij {
  position: absolute;
  top: 5px;
  left: 230px;
}
#top_manufacturer_logos {
  position: absolute;
  top: 30px;
  left: 167px;
  display: block;
}
#top_manufacturer_logos a {
  display: block;
  float: left;
  margin: 12px 15px 0 0;
  border-right: 1px #fff solid;
  padding-right: 15px;
  height: 20px;
}
#top_manufacturer_logos a img {
  height: 20px;
}
#top_manufacturer_logos a:first-child img {
  height: 18px;
}
#top_manufacturer_logos a:last-child {
  border-right: none;
  height: 16px;
  margin: 14px 0 0 0;
}
#top_manufacturer_logos a:last-child img {
  height: 14px;
}
#top_menu {
  position: absolute;
  bottom: 1px;
  width: 100%;
}
.top_menu_button {
  float: left;
  margin: 0 24px;
  height: 44px;
}
.top_menu_button a {
  padding: 12px 0 14px 0;
  line-height: 18px;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #EEEEEE;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'roboto_condensedbold';
}
.top_menu_button a:hover,
.top_menu_button a.selected {
  color: #FFB239;
  text-decoration: none;
}
.dropdown {
  position: relative;
}
.dropdown_content {
  position: absolute;
  top: 44px;
  left: -10px;
  display: none;
  z-index: 8000;
  width: 152px;
}
.dropdown_content a {
  font-family: arial;
  letter-spacing: normal;
  font-size: 12px;
}
.dropdown_content_padding {
  padding: 0px 8px 5px 8px;
  background-color: #53473F;
}
.dropdown_content_bottom {
  width: 152px;
  height: 3px;
  background-image: url("../../images/images/sprite.png");
  background-position: -595px -441px;
}
.dropdown_content div a,
.dropdown_content div a:visited {
  display: block;
  width: 136px;
  padding: 5px 0;
  color: #FFFFFF;
}
.dropdown_content div a:hover {
  color: #FFB239;
  text-decoration: none;
}
#header_brands img {
  float: left;
}
#reg_sign_in {
  position: absolute;
  top: 64px;
  right: 215px;
}
#sign_reg_button {
  cursor: pointer;
  width: 171px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'roboto_condensedregular';
  background-image: url("../../images/images/sprite.png");
  background-position: -641px -559px;
}
#sign_reg_button img {
  margin-top: 13px;
}
#sign_in_reg_form_dropdown {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  width: 320px;
  z-index: 9995;
  background-image: url("../../images/images/sprite_y.png");
  background-position: -1529px 0;
  background-repeat: repeat-y;
  border-radius: 0 0 5px 5px;
}
#sign_in_box {
  padding: 14px 0 0 13px;
}
#sign_in_box #username {
  width: 113px;
  border: 1px #C9C9C9 solid;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}
#sign_in_box #password {
  width: 113px;
  border: 1px #C9C9C9 solid;
  height: 20px;
  line-height: 20px;
  margin-right: 13px;
}
.head_sign_in_button {
  float: left;
}
#login_gomb {
  display: block;
  float: left;
  width: 21px;
  height: 20px;
  background: url("../../images/images/sprite.png") no-repeat -930px -370px;
}
#login_gomb:hover {
  background-position: -951px -370px;
  text-decoration: none;
}
.fp_r_top {
  width: 100%;
  height: 9px;
}
.fg_link {
  font-size: 12px;
  color: #FFFFFF;
}
.fg_reg_link {
  font-size: 12px;
  color: #20B9AC;
  font-weight: bold;
}
/* fejrész vége */
/* kereső */
#search_box_holder {
  position: absolute;
  right: 0px;
  top: 14px;
  z-index: 100000;
}
#search_box {
  position: relative;
  z-index: 100000;
}
#quick_search_input {
  float: right;
  width: 396px;
  height: 31px;
  border-radius: 5px 0 0 5px;
  background-image: none;
  background-color: #fff;
}
#search_keywords {
  border-width: 0px;
  border: none;
  margin: 2px 0 2px 14px;
  line-height: 25px;
  height: 25px;
  width: 380px;
}
#search_general_button {
  float: right;
  width: 35px;
  height: 31px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
  background-image: url("../../images/images/sprite.png");
  background-position: -808px -481px;
}
#quick_search_panel {
  top: 32px;
  left: -1px;
  display: none;
  position: absolute;
  z-index: 100000;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  border-radius: 1px;
}
#autosuggest {
  clear: both;
  position: relative;
  padding-top: 4px;
  width: 396px;
  background-color: #FFFFFF;
}
#autosuggest_padding {
  padding: 2px 10px 5px 10px;
}
#autosuggest_title {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #999999 dashed;
}
.cart_products_row {
  padding: 14px 6px;
  border-bottom: 1px #C5C3C3 dashed;
}
.cart_products_row a:hover {
  text-decoration: none;
}
.cart_products_row_selected {
  background-color: #ededed;
}
.autosuggest_categories {
  padding: 8px 0;
  border-bottom: 1px #C5C3C3 dashed;
}
.autosuggest_categories .autosuggest_category_main {
  padding: 0 6px;
}
.autosuggest_categories .autosuggest_category_main a {
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #000;
  font-weight: bold;
}
.autosuggest_categories .autosuggest_category_main a:hover {
  text-decoration: none;
  color: #666;
}
.autosuggest_categories .autosuggest_category_sub {
  padding: 0 6px;
}
.autosuggest_categories .autosuggest_category_sub a {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #000;
}
.autosuggest_categories .autosuggest_category_sub a:hover {
  text-decoration: none;
  color: #666;
}
.cart_products_image {
  width: 55px;
  min-height: 55px;
  vertical-align: middle;
}
.cart_products_image a {
  width: 55px;
  min-height: 55px;
  display: block;
  position: relative;
}
.cart_products_image a img {
  width: 55px;
  height: 55px;
}
.product_search_rating .star {
  font-size: 13px;
}
.cart_products_content {
  padding: 0 10px 0 15px;
  min-height: 55px;
  vertical-align: top;
  text-align: left;
}
.cart_products_content a {
  display: block;
  width: 160px;
}
.cart_products_content .cart_product_price {
  display: block;
  padding-top: 8px;
  font-weight: bold;
}
.cart_products_delete {
  width: 24px;
  vertical-align: middle;
  min-height: 55px;
}
.cart_products_row_total {
  padding: 14px 10px;
  line-height: 18px;
  text-align: center;
}
.cart_products_row_total span {
  display: block;
}
.autosuggest_products_search_link {
  font-weight: bold;
  color: #ee3229;
  padding-top: 4px;
  display: block;
}
/* kereső vége */
/* lábrész */
#footer_home_text {
  display: block;
  font-size: 17px;
  margin: 0px;
  padding: 30px 0 10px 0;
}
#footer {
  width: 100%;
  background-image: url("../../images/images/footer_bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
}
#footer_content {
  width: 968px;
  margin: 0 auto;
  padding-bottom: 14px;
}
#footer_content a {
  font-size: 11px;
}
#bottom_menu {
  height: 42px;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.bottom_menu_head_button {
  width: 254px;
  float: left;
}
.bottom_menu_head_button a {
  line-height: 0px;
  display: block;
}
.bottom_menu_head_button img {
  margin-left: 37px;
  font-size: 0px;
  line-height: 0px;
}
.bottom_menu_box {
  float: left;
  width: 254px;
}
.bottom_menu_box_last {
  width: 206px;
}
.bottom_menu_box .padding {
  padding: 20px 0 0 37px;
}
.bottom_main_link {
  padding-bottom: 3px;
}
.bottom_main_link span {
  font-weight: bold;
  color: #FFB239;
  font-size: 12px;
}
.bottom_sub_link a {
  color: #FFFFFF;
  line-height: 18px;
}
#copyright {
  color: #FFFFFF;
  padding: 15px 50px 30px 50px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
#otp_bottom_banner {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
/* lábrész vége */
/* tartalom */
#page {
  width: 100%;
  min-width: 975px;
  background-color: #FFFFFF;
  background-image: url("../../images/images/page_bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
}
#container {
  margin: 0 auto;
  width: 975px;
  padding: 15px 0 0 0;
  position: relative;
}
#content {
  float: left;
  width: 753px;
  margin-left: 20px;
  padding-top: 3px;
  padding-bottom: 30px;
  position: relative;
}
#content ul {
  margin-left: 12px;
}
.text_content {
  padding: 10px 0 0 4px;
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: justify;
}
.text_content ul li {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 16px;
}
.text_header {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background-color: #dddddd;
}
.text_header span {
  display: block;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
/* bal panel és szűrő */
.left_panel_block {
  position: relative;
}
#left_panel {
  float: left;
  width: 200px;
  min-height: 100px;
  padding-bottom: 30px;
}
#left_panel div,
#left_panel a,
#left_panel span,
#left_panel input {
  outline: none;
}
#left_panel .head {
  padding: 8px 0 8px 0;
  width: 202px;
  margin-left: -2px;
  line-height: 26px;
  text-align: left;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: default;
  text-indent: 10px;
  border: 1px #555 solid;
  border-radius: 5px;
  font-family: 'roboto_condensedbold';
}
#left_panel .head:after {
  display: inline-block;
  content: '\2630';
  float: right;
  margin-right: 10px;
}
#left_panel .head:hover,
#left_panel .head.cat_open {
  color: #EE3129;
  border: 1px #EE3129 solid;
}
#left_panel .cat_body_holder {
  position: relative;
  z-index: 50;
  padding-bottom: 10px;
}
#left_panel .cat_body_holder .cat_body {
  display: none;
  position: absolute;
  top: 3px;
  left: -2px;
  right: auto;
  z-index: 5000;
  border: 2px #EE3129 solid;
  width: 200px;
  border-radius: 5px;
}
#left_panel .cat_holder_home .cat_body {
  display: block;
  position: relative;
}
#left_panel .title {
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
  position: relative;
}
#left_panel .title:hover {
  text-decoration: none;
}
.second_category_menu {
  margin-top: 15px;
  padding: 3px 0;
  border-radius: 3px;
}
.main_category {
  display: block;
  padding: 7px 18px 7px 11px;
  line-height: 19px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px #FFFFFF solid;
  background-color: #7E716B;
  overflow: hidden;
}
.opened_category .main_category {
  background-color: #EE3129;
}
.title_first .main_category {
  padding: 8px 18px 7px 11px;
  border-radius: 3px 3px 0 0;
}
.main_category_last {
  border: none;
  padding: 7px 18px 8px 11px;
}
.cat_sublevels {
  width: 100%;
  background-color: #EDEDED;
}
.cat_sublevels .cat,
.cat_sublevels .cat_last {
  width: 200px;
  margin: 0 auto;
  line-height: 21px;
  display: block;
  font-size: 12px;
  color: #111111;
  font-weight: bold;
}
.cat_sublevels .cat > span,
.cat_sublevels .cat_last > span {
  position: relative;
  padding: 4px 0 4px 11px;
  display: block;
}
.cat_sublevels .cat:hover,
.cat_sublevels .cat_last:hover {
  text-decoration: none;
  color: #EE3129;
}
.cat_subsublevels {
  width: 192px;
  margin: 0 auto;
}
.cat_subsublevels a {
  font-size: 11px;
  color: #111111;
  font-weight: bold;
}
.cat_subsublevels a i {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 5px;
  height: 9px;
  background-image: url("../../images/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -975px -333px;
}
.cat_subsublevels a i.sub_arrow {
  left: 0px;
}
.cat_subsublevels a i.selected,
.cat_subsublevels a:hover i {
  background-position: -990px -333px;
}
.cat_subsublevels .subcat {
  width: 192px;
  line-height: 20px;
  display: block;
  position: relative;
}
.cat_subsublevels .subcat:after {
  left: auto;
  right: 0px;
}
.subcat_first {
  width: 192px;
  line-height: 20px;
  display: block;
  font-size: 11px;
  color: #111111;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
}
.subcat_first span {
  display: block;
  position: relative;
  padding: 5px 0 5px 8px;
}
.subcat_first span:after {
  left: auto;
  right: 0px;
}
.cat_subsublevels .subcat_last {
  width: 192px;
  line-height: 20px;
  display: block;
  border-radius: 0 0 3px 3px;
}
.cat_subsublevels .subcat .sub_cat_label,
.subcat_last .sub_cat_label {
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}
.cat_subsublevels a:hover {
  text-decoration: none;
  color: #EE3129 !important;
}
.cat_ev,
.selected_cat3 {
  color: #EE3129 !important;
}
.arrow_holder {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -2px;
  width: 9px;
  height: 6px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: -559px -131px;
}
.opened_category .arrow_holder,
.filter_open #filter_head_title .arrow_holder {
  background-position: -559px -125px;
}
.cat_filter_bottom {
  width: 200px;
  height: 4px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../../images/images/sprite.png");
  background-position: -761px -165px;
}
.cat_filter_top {
  width: 200px;
  height: 3px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../../images/images/sprite.png");
  background-position: -761px -159px;
}
#filter_holder {
  margin: 10px 0 0 0;
  background-color: #EDEDED;
  width: 200px;
}
#filter_holder #filter_head_title {
  line-height: 33px;
  text-align: left;
  text-indent: 11px;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  background-color: #EE3129;
  border-radius: 3px 3px 0 0;
  font-family: Arial;
  cursor: pointer;
  position: relative;
}
#filter_holder #filters {
  padding: 8px 0 16px 10px;
}
#filter_holder #filters .filter_block.color_holder_box {
  max-height: 200px;
  overflow-y: hidden;
}
#filter_holder #filters .filter_block .radio {
  float: left;
}
#filter_holder #filters .filter_block .checker {
  float: left;
}
#filter_holder #filters .filter_block .checker_label {
  display: block;
  padding: 1px 0 6px;
  float: left;
  width: 162px;
}
#filter_holder #filters .filter_block .filter_price_title,
#filter_holder #filters .filter_block .filter_title {
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #584C48;
}
#filter_holder #filters .filter_block .filter_title {
  padding-bottom: 10px;
}
#filter_holder #filters .filter_block #price_slider {
  width: 180px;
  height: 6px;
  background-color: #C0C0C0;
}
#filter_holder #filters .filter_block #amount {
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 40%;
  float: left;
  color: #E84F49;
}
#filter_holder #filters .filter_block #price_max {
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 40%;
  color: #111111;
  float: right;
}
#filter_holder #filters .filter_more_colors,
#filter_holder #filters .filter_less_colors {
  margin: 5px 0;
  color: #E44343;
  cursor: pointer;
}
#filter_holder #filters .filter_more_colors.filter_less_colors,
#filter_holder #filters .filter_less_colors.filter_less_colors {
  display: none;
}
#filter_holder #filters .filter_more_colors span,
#filter_holder #filters .filter_less_colors span {
  padding: 5px;
  height: 24px;
  font-size: 18px;
  display: inline-block;
  rotate: 90deg;
}
#filter_holder #filters .filter_sep {
  height: 22px;
  width: 180px;
  background-image: url("../../images/images/cat_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#filter_holder.filter_open #filters {
  display: block;
}
#filter_holder .filter_bottom {
  width: 200px;
  height: 3px;
  background-color: #e84f49;
  border-radius: 0 0 3px 3px;
  margin-bottom: 15px;
}
.object_checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  display: block;
  clear: left;
  float: left;
}
.select_order_by_box {
  float: right;
  width: auto;
  padding-right: 10px;
}
.select_display_box {
  float: right;
  width: 94px;
}
.checkbox_in_stock_box {
  float: right;
  width: 80px;
  color: #FFFFFF;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.checkbox_in_stock_box_label {
  padding-top: 1px;
  float: left;
}
.select_brand_order_by_box {
  float: right;
  width: 200px;
}
.select_order_by_box .order_title,
.select_display_box .order_title,
.select_brand_order_by_box .order_title {
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #FFFFFF;
  float: left;
  padding-right: 5px;
  padding-top: 1px;
}
.object_select_order_by,
.object_select_display,
.object_select_brand_order_by {
  float: left;
}
#left_banners_holder {
  line-height: 0px;
  font-size: 0px;
  padding: 7px 0;
}
#left_banners_holder img {
  margin-bottom: 7px;
}
/* bal panel és szűrő vége */
/* tartalom vége */
/* termékek */
.products_holder {
  width: 720px;
  margin: 0 auto;
  padding: 14px 0;
}
.product_box {
  float: left;
  width: 178px;
  height: 313px;
  border: 1px #FFF solid;
  border-radius: 5px;
  position: relative;
}
.product_box.show_rating {
  border: 1px #dadada solid;
}
.product_list_bottom {
  display: none;
  position: absolute;
  top: 90%;
  left: -1px;
  width: 100%;
  padding-bottom: 10px;
  z-index: 1500;
  margin-top: -3px;
  text-align: center;
  background-color: #FFF;
  border-left: 1px #dadada solid;
  border-right: 1px #dadada solid;
  border-bottom: 1px #dadada solid;
  border-radius: 0px 0px 5px 5px;
}
.product_list_bottom .compare_btn {
  padding-top: 8px;
  cursor: pointer;
}
.show_rating .product_list_bottom {
  display: block;
}
.show_rating .energy_logo_list {
  display: block;
}
.star {
  display: inline-block;
  color: #ffb503;
  font-size: 20px;
  font-weight: normal;
}
.star.grey {
  color: #999;
}
.energy_logo_list {
  position: absolute;
  bottom: 38px;
  left: 0px;
  display: none;
}
.szett_logo_kicsi {
  position: absolute;
  left: 8px;
  bottom: 0px;
}
.product_box_title table tr td {
  height: 82px;
  padding: 0 0 10px 0;
  width: 180px;
  text-align: center;
  vertical-align: bottom;
}
.product_box_title table tr td h2 {
  display: block;
  line-height: 15px;
}
.product_box_title table tr td a {
  display: block;
  padding: 0 3px;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}
.product_box_title table tr td a span {
  display: block;
  display: -webkit-box;
  max-width: 174px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_box_title table tr td a:hover {
  text-decoration: none;
  color: #999999;
}
.product_box_title table tr td .free_delivery_text {
  display: block;
  line-height: 15px;
  font-weight: bold;
  color: #33CC00;
}
.product_box_img {
  width: 180px;
  height: 116px;
  position: relative;
}
.product_box_img .product_image {
  display: inline-block;
  width: 100%;
  height: 116px;
  text-align: center;
  vertical-align: middle;
}
.product_box_img .product_image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  max-height: 116px;
  width: auto;
  height: auto;
}
.product_box_img .product_image .promo_gift_detail {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 60%;
  text-align: right;
  z-index: 800;
}
.product_box_img .product_image .promo_gift_detail img {
  max-width: 100%;
  display: block;
  float: right;
  margin-bottom: 8px;
}
.product_box_img .product_image .promo_gift_detail img:last-child {
  margin-bottom: 0px;
}
.product_box_img .product_image .promo_gift_detail br {
  display: block;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  width: 0px;
  clear: both;
}
.product_box_img .product_image:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.product_box_img .product_image:hover {
  text-decoration: none;
}
.product_box_img .status {
  position: absolute;
  left: 10px;
  bottom: -22px;
  float: none;
  padding: 0px;
}
.list_delivery_ico {
  position: absolute;
  top: 0px;
  right: 15px;
}
.product_box_price table tr td {
  width: 180px;
  height: 67px;
  padding-top: 25px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.mproduct {
  position: absolute;
  top: -2px;
  right: 10px;
}
.product_box_price .price {
  font-size: 20px;
  font-weight: bold;
  color: #E44343;
}
.product_box_price .newness_price {
  font-size: 20px;
  font-weight: bold;
  color: #E44343;
}
.price_percentage_holder {
  width: 110px;
  margin: 0 auto;
}
.product_box_price .original_price {
  text-decoration: line-through;
  font-size: 13px;
  line-height: 19px;
  color: #999999;
  float: left;
}
.product_box_price .sale_percentage {
  width: 36px;
  height: 19px;
  line-height: 18px;
  height: 18px;
  background-image: url("../../images/images/sprite.png");
  background-position: -934px -315px;
  font-size: 11px;
  color: #FFFFFF;
  float: right;
}
.product_box_price .club_percentage {
  width: 44px;
  padding-top: 12px;
  line-height: 22px;
  height: 22px;
  background-image: url("../../images/images/sprite.png");
  background-position: -871px -299px;
  font-size: 11px;
  color: #FFFFFF;
  float: right;
}
.product_box_price .club_percentage2 {
  width: 44px;
  height: 16px;
  background-image: url("../../images/images/sprite.png");
  background-position: -932px -299px;
  float: right;
}
.product_box_price .sale_price {
  font-size: 20px;
  line-height: 28px;
  color: #E44343;
  font-weight: bold;
}
.product_box_price .color_variants {
  display: block;
  font-size: 11px;
  text-align: center;
  padding: 1px 0 6px 0;
  outline: none;
}
.product_box_price .color_variants span {
  color: #E44343;
}
.products_top {
  display: none;
}
.products_bottom {
  width: 752px;
  height: 19px;
  background-image: url("../../images/images/sprite_x.png");
  background-repeat: repeat-x;
  background-position: 0px -174px;
}
.no_products {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 10px;
  width: 600px;
}
.product_left_panel {
  float: left;
  width: 395px;
}
.product_left_panel .product_main_image {
  width: 395px;
  height: 324px;
  overflow: hidden;
  position: relative;
}
.product_left_panel .product_main_image a.highslide {
  display: inline-block;
  width: 395px;
  height: 324px;
  text-align: center;
  vertical-align: middle;
}
.product_left_panel .product_main_image a.highslide img {
  max-width: 100%;
  max-height: 300px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.product_left_panel .product_main_image a.highslide:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.product_left_panel .product_main_image a.highslide:hover {
  text-decoration: none;
}
.product_left_panel .szett_logo_nagy {
  position: absolute;
  left: 10px;
  bottom: 0px;
}
.product_left_panel .promo_gift_detail {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100%;
  text-align: right;
}
.product_left_panel .promo_gift_detail img {
  max-width: 100%;
  display: block;
  margin-bottom: 13px;
}
.product_left_panel .promo_gift_detail img:last-child {
  margin-bottom: 0px;
}
.product_left_panel .video_big_ikon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  outline: none;
}
.product_right_panel {
  float: left;
  width: 358px;
}
/*GLS csomagpont választása*/
#select_gls_chooser {
  height: 300px;
  width: 100%;
  border: 1px #999999 solid;
}
.select_gls_description {
  padding: 0 0 10px 0;
}
#gls_search_address_button {
  display: inline-block;
  padding: 0 30px;
  margin: 0 0 0 5px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #339933;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
#gls_search_address_button:hover {
  background-color: #33BB33;
}
.checkout_delivery_method_gls_address {
  padding: 10px 0px;
}
.checkout_delivery_method_gls_address #gls_search_address {
  vertical-align: middle;
  vertical-align: top;
  height: 26px;
  padding: 0 10px;
  max-width: 200px;
}
.checkout_delivery_method_gls_address .default_button {
  padding: 5px 10px;
}
.object_gls_search_address a {
  color: #fff;
  background: #9fc759;
}
#select_gls_pcl_shop {
  margin: 20px 0 0 0;
  border: 1px solid #9fc759;
  padding: 20px;
  box-sizing: border-box;
}
#select_gls_pcl_shop .select_gls_pcl_shop_name {
  font-size: 20px;
}
#select_gls_pcl_shop .select_gls_pcl_shop_address {
  font-size: 16px;
  margin-bottom: 10px;
}
#select_gls_pcl_shop .select_gls_pcl_shop_opens {
  margin-top: 15px;
}
.page_block .content_page_cont div.gls_packege_error {
  color: #df3434;
  font-size: 22px;
  padding: 10px 0;
}
.gls_droppoints_big_ico {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: block;
  width: 89px;
  height: 77px;
  background-image: url("../../images/images/gls_csomagpont.png");
}
.gls_droppoints_big_ico:hover {
  text-decoration: none;
}
.gls_droppoints_big_ico span {
  display: block;
  line-height: 16px;
  font-size: 10px;
  padding: 55px 0 0 0;
  text-align: center;
}
.product_main_image table tr td {
  width: 395px;
  height: 324px;
  text-align: center;
  vertical-align: middle;
}
.big_image_holder {
  display: none;
}
.big_image_holder_first {
  display: block;
}
.tab_content_load {
  width: 100%;
  height: 1px;
  line-height: 1px;
  font-size: 0px;
}
#product_detail_last_visited_holder,
.tab_content {
  position: relative;
}
#product_detail_last_visited_holder #ajax_loading,
.tab_content #ajax_loading {
  margin: 30px auto;
}
#product_detail_last_visited_holder .ajax_content,
.tab_content .ajax_content {
  display: none;
}
#new_products_slider,
#sale_products_slider,
#last_visited_products_slider,
#offered_products_slider {
  position: relative;
}
#thumb_slider,
#off_products_slider2,
#conn_products_slider2,
#off_products_slider,
#conn_products_slider {
  position: relative;
}
#sale_products_slider,
#new_products_slider {
  height: 315px;
  overflow: hidden;
}
#thumb_slider ul {
  list-style-type: none;
}
.product_more_images {
  width: 390px;
  background-image: url("../../images/images/main_image_bottom.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.product_more_images_padding {
  padding: 18px 39px;
  position: relative;
}
.product_more_image {
  float: left;
  padding: 0 7px;
  overflow: hidden;
  position: relative;
  height: 90px;
  width: 90px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.product_more_image img {
  max-width: 90px;
  max-height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.product_more_image:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.product_more_image:hover {
  text-decoration: none;
}
.player_ikon {
  position: absolute;
  top: 24px;
  left: 32px;
}
.product_right_panel_padding {
  padding: 8px 0 0 20px;
}
#compare_addthis_buttons_holder {
  width: 330px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  background-image: url("../../images/images/main_image_bottom.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.addthis_button_more {
  color: #777777;
}
.addthis_button_more span {
  margin-right: 4px;
}
#addthis {
  float: right;
  padding: 2px 0;
  margin: 0px;
}
#compare_button {
  float: left;
}
.compare_link {
  text-transform: uppercase;
  color: #7E706B;
  font-size: 11px;
  font-weight: bold;
}
#compare_button {
  display: block;
  width: 136px;
  padding: 0 7px;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'roboto_condensedregular';
  background-color: #7e706b;
  cursor: pointer;
  border-radius: 3px;
}
#compare_button:after {
  float: left;
  margin: 5px 0px 0px 0px;
  display: block;
  content: '';
  width: 19px;
  height: 10px;
  background-image: url("../../images/images/sprite.png");
  background-position: -568px -566px;
}
.compare_link:hover {
  text-decoration: none;
}
.product_name {
  max-width: 90%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.product_name h1 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.product_name h1 span {
  color: #33CC00;
}
.product_manufacturer_logo {
  float: right;
  margin: 20px;
}
.product_type {
  float: left;
  padding: 8px 20px 0 0;
  font-size: 11px;
  color: #666666;
}
.product_type a {
  font-size: 11px;
  color: #666666;
}
.product_code {
  float: left;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #666666;
}
.price_box {
  padding: 10px 0 5px 0;
  float: left;
}
.shopping_cart_products_title .sale_price {
  font-size: 14px;
  font-weight: bold;
}
.price_box .sale_price {
  font-size: 18px;
  font-weight: bold;
  color: #E44343;
}
.price_box .sale_price span,
.shopping_cart_products_title .sale_price span,
.price_box .price_gross span,
.shopping_cart_products_title .price_gross span {
  color: #E44343;
  float: none;
}
.price_box .original_price,
.shopping_cart_products_title .original_price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 26px;
  color: #666666;
  float: left;
}
.price_no_gar {
  clear: both;
  padding-top: 5px;
  font-size: 12px;
  color: #666666;
}
.price_box .sale_percent,
.shopping_cart_products_title .sale_percent {
  margin-left: 10px;
  float: left;
  width: 49px;
  height: 26px;
  line-height: 25px;
  font-size: 12px;
  color: #FFFFFF;
  background-image: url("../../images/images/sprite.png");
  background-position: -869px -337px;
  text-align: center;
}
.price_gross {
  font-size: 30px;
  color: #E44343;
  font-weight: bold;
}
.shopping_cart_products_title .price_gross {
  font-size: 16px;
}
.price_unit_box {
  padding: 5px 0;
}
.status {
  margin-top: 12px;
  padding: 0px 12px 0 22px !important;
  float: left;
  font-size: 20px;
  letter-spacing: 0.7px;
  font-family: 'roboto_condensedbold';
  background-position: left center;
  background-repeat: no-repeat;
}
.delivery_time {
  color: #666666;
  font-size: 11px;
  margin-top: 10px;
  height: 17px;
  line-height: 17px;
  display: block;
  float: left;
}
.delivery_time:hover {
  text-decoration: none;
}
.delivery_time span {
  font-weight: bold;
}
.delivery_time_bg {
  color: #666666;
  font-size: 11px;
  margin-top: 8px;
  height: 17px;
  line-height: 17px;
  display: block;
  float: left;
  cursor: pointer;
  padding-right: 20px;
  background-image: url("../../images/buttons/question_mark.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}
.delivery_time_bg:hover {
  text-decoration: none;
  background-image: url("../../images/buttons/question_mark_over.jpg");
}
.delivery_time_bg span {
  font-weight: bold;
}
#delivery_time_popup {
  display: none;
  min-height: 150px;
}
.delivery_prices_no_click {
  margin-top: 18px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: -150px -540px;
  width: 142px;
  height: 39px;
  float: right;
}
.delivery_prices_crosslined {
  color: #666666;
  font-size: 11px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: -306px -591px;
  width: 142px;
  height: 39px;
}
.delivery_prices_crosslined span {
  display: block;
  float: right;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 5px 0 5px;
  font-size: 11px;
  line-height: 16px;
}
.delivery_prices_crosslined span b {
  font-size: 12px;
}
.delivery_prices_free_by_cart {
  color: #666666;
  font-size: 11px;
  margin-top: 10px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: -858px -515px;
  width: 142px;
  height: 57px;
  float: right;
}
.delivery_prices_free_by_cart .free_box_text {
  display: block;
  float: right;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 5px 0 5px;
  font-size: 11px;
  line-height: 16px;
}
.delivery_prices_free_by_cart .free_box_text b {
  font-size: 12px;
}
.delivery_prices_free_by_cart .free_box_text_by_cart {
  display: block;
  float: right;
  padding-right: 5px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 2px;
}
.delivery_prices_free_by_cart:hover {
  text-decoration: none;
  background-position: -858px -572px;
}
.delivery_prices {
  color: #666666;
  font-size: 11px;
  margin-top: 18px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: -150px -540px;
  width: 142px;
  height: 39px;
  float: right;
}
.delivery_prices span {
  display: block;
  float: right;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 5px 0 5px;
  font-size: 11px;
  line-height: 16px;
}
.delivery_prices span b {
  font-size: 12px;
}
.delivery_prices:hover {
  text-decoration: none;
  background-position: -150px -579px;
}
.delivery_free {
  color: #666666;
  font-size: 11px;
  margin-top: 8px;
  display: block;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -540px;
  width: 142px;
  height: 39px;
  float: right;
}
.delivery_free span {
  display: block;
  float: right;
  width: 106px;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 0 0 0;
  line-height: 16px;
}
.delivery_free:hover {
  text-decoration: none;
  background-position: 0px -579px;
}
.delivery_status_desc {
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  height: 14px;
  padding: 20px 18px 0 0;
  display: block;
  background-image: url("../../images/buttons/question_mark.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  float: left;
}
.delivery_status_desc:hover {
  text-decoration: none;
  color: #333333;
  background-image: url("../../images/buttons/question_mark_over.jpg");
}
.product_detail_guarantees {
  padding: 7px 0 0 0;
}
.product_detail_guarantees_title {
  padding-bottom: 5px;
  font-weight: bold;
}
.product_detail_energy_logo {
  position: absolute;
  top: 10px;
  right: 0px;
  outline: none;
}
.pd_guarantee_radio tr td {
  padding: 2px 0;
  vertical-align: middle;
  text-align: left;
}
.guarantee_terms {
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 8px 18px 0 0;
  display: block;
  background-image: url("../../images/buttons/question_mark.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  float: left;
}
.guarantee_terms:hover {
  color: #333333;
  background-image: url("../../images/buttons/question_mark_over.jpg");
}
.question_mark {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 0px;
  line-height: 0px;
  background-image: url("../../images/buttons/question_mark.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.question_mark:hover {
  background-image: url("../../images/buttons/question_mark_over.jpg");
}
#pc_product_holder {
  display: none;
}
#pc_product_text {
  height: 18px;
  line-height: 18px;
  padding-right: 4px;
  color: #999999;
  font-size: 11px;
  float: left;
}
#pc_product_1 {
  height: 14px;
  width: 25px;
  line-height: 14px;
  font-size: 11px;
  border: 1px #A3A3A3 solid;
  padding: 1px;
  background-color: #F5F5F5;
  float: left;
}
#energy_logo_detail {
  float: left;
  display: block;
  padding: 10px 0 6px 0;
}
#product_detail_top_ratings {
  display: inline-block;
  position: relative;
}
#product_rate_top {
  display: inline-block;
  padding: 7px 0 0 10px;
}
#product_rate_top_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 180px;
  z-index: 500;
  width: 220px;
  background-color: #fff;
  border: 2px #999 solid;
  border-radius: 3px;
}
#product_rate_top_dropdown_holder {
  display: block;
  padding: 15px;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row {
  display: block;
  color: #666;
  padding: 8px 0;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row .product_rate_top_dropdown_holder_label {
  display: block;
  float: left;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row .product_rate_top_dropdown_holder_label > span {
  display: inline-block;
  color: #ffb503;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row .product_rate_top_dropdown_holder_count {
  display: block;
  float: right;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  width: 20px;
  padding-left: 5px;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row .product_rate_top_dropdown_holder_line {
  display: block;
  overflow: hidden;
  height: 16px;
  background-color: #eee;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row .product_rate_top_dropdown_holder_line > span {
  display: block;
  height: 16px;
  background-color: #393;
}
#product_rate_top_dropdown_holder .product_rate_top_dropdown_holder_row:after {
  display: block;
  content: '';
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  width: 0px;
  clear: both;
}
#product_rate_top_dropdown_holder #product_rate_top_dropdown_holder_btn {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}
#product_rate_top_dropdown_holder #product_rate_top_dropdown_holder_btn > span {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 16px;
  background-color: #7e706b;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'roboto_condensedbold';
  color: #fff;
}
#product_info_pdf {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0 6px 20px;
  color: #666;
}
#colors_holder {
  display: block;
}
.color_text {
  float: left;
  padding: 10px 0 0 8px;
  color: #999999;
  font-size: 11px;
}
.color_text span {
  color: #333333;
}
.color_boxes_holder {
  padding: 8px 0 0 0;
  float: left;
}
.color_box {
  float: left;
  padding: 1px;
  border: 1px #A3A3A3 solid;
  margin-right: 3px;
  margin-bottom: 5px;
}
.color_box a {
  width: 15px;
  height: 14px;
  display: block;
}
.selected_color_box {
  border: 1px #F11B23 solid;
}
.selected_color_box a {
  cursor: default !important;
}
.product_shopping_cart {
  float: left;
  margin-right: 4px;
  margin-top: 12px;
}
.product_func_box {
  margin-top: 10px;
  width: 100%;
  height: 123px;
  border-top: 1px #EDEDED solid;
  border-left: 1px #EDEDED solid;
  border-right: 1px #EDEDED solid;
}
.szett_product_image {
  float: left;
  margin: 10px 0 0 8px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/images/sprite.png");
  background-position: -764px -297px;
}
.szett_product_image table tr td {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 0px !important;
  line-height: 0px !important;
}
.szett_product_image table tr td a {
  font-size: 0px !important;
  line-height: 0px !important;
}
.szett_product_name {
  overflow: hidden;
  height: 80px;
  padding: 0px 18px;
  margin: 19px 0 0 0;
}
.szett_product_name a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.szett_product_name a:hover {
  text-decoration: none;
  color: #555555;
}
.google_plusone_iframe_widget {
  width: 32px !important;
}
#favorites_holder {
  margin-top: 12px;
  float: left;
}
.product_detail_used_machine_delviery_info {
  margin: 21px 0 8px 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.product_shop_title {
  padding: 10px 0 6px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.product_shop_holder {
  color: #333333;
  line-height: 15px;
  padding-bottom: 15px;
}
#cetelem_small_logo {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 0 6px 0;
}
#cetelem_small_logo img {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
#cetelem_small_logo:hover {
  color: #666;
}
#cetelem_popup {
  display: none;
}
#cetelem_popup:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#cetelem_popup_content {
  max-width: 620px;
  border: 1px #999 solid;
  background-color: #fff;
  border-radius: 5px;
  z-index: 100000;
}
#cetelem_popup_content > div {
  padding: 10px;
}
.cetelem_popup_top {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  border-bottom: 1px #999 solid;
  min-height: 30px;
}
.cetelem_popup_top > span {
  float: right;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #999;
  border: 1px #999 solid;
  border-radius: 50%;
}
.cetelem_popup_middle {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.cetelem_popup_middle #cetelem-calc-inner {
  display: inline-block;
  text-align: left;
}
.cetelem_popup_bottom {
  text-align: center;
}
.cetelem_popup_bottom a {
  font-size: 18px;
  font-weight: bold;
  color: #0f90a3;
}
.tabs_head {
  width: 100%;
  background-color: #EDEDED;
}
.tabs_head_padding {
  padding: 0px;
}
.tabs_head_padding h4 a {
  margin: 34px 0;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  display: block;
  float: left;
  padding: 0 15px;
  border-left: 1px #AAA29F solid;
}
.tabs_head_padding a.first_tab {
  border: none;
}
.tabs_head_padding a.selected_tab {
  color: #E84F49;
  text-decoration: underline;
}
.hungarian_product {
  float: left;
  margin: 18px 0 0 12px;
}
.product_piktos {
  float: right;
}
.tabs_contents {
  padding: 10px 0 30px 0;
  width: 100%;
}
.tab_content {
  float: left;
  width: 100%;
}
.tab_content_padding {
  padding: 0 25px 0 25px;
  font-size: 11px;
  color: #333333;
}
.tab_content_line {
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
}
.line_heading {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  padding-left: 24px;
}
.line_a {
  font-weight: bold;
  color: #666666;
  width: 330px;
  float: left;
  padding-left: 24px;
}
.line_b {
  padding: 0 11px;
  float: left;
  max-width: 50%;
}
.line_b > img,
.line_b .product_prop_energy_pdf {
  display: block;
  float: left;
}
.line_b .product_prop_pdf {
  display: inline-block;
  padding-left: 15px;
  line-height: 26px;
  margin-bottom: 5px;
}
.product_params_energy_title {
  display: inline-block;
  padding: 0 0 5px 0;
  outline: none;
}
.product_params_energy_title:hover {
  text-decoration: none;
  color: #e84f49;
}
.product_params_energy_title img {
  display: inline-block;
  vertical-align: middle;
}
.product_params_energy_title span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.brown_line {
  background-color: #EDEDED;
}
.product_bottom_line {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #CCCCCC;
}
.reviews_more {
  padding: 20px 0 40px 0;
  text-align: center;
}
.reviews_more span {
  font-size: 18px;
  color: #E44343;
  font-weight: bold;
  cursor: pointer;
}
.reviews_title_label {
  font-size: 16px;
}
.product_rating_overall {
  cursor: pointer;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.product_rating_overall_tab {
  padding: 30px 0 15px 0;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.product_review_box {
  padding: 10px 0;
  border-bottom: 1px #ebebeb solid;
}
.product_review_rating {
  padding: 10px 0;
  font-size: 12px;
}
.product_review_content div.checker.disabled span.checked,
.product_review_content div.checker.disabled:active span.checked,
.product_review_content div.checker.disabled.active span.checked {
  background-position: -209px -260px !important;
  background-image: url("../ext/uniform/images/sprite_uj.png");
  margin-top: -2px;
}
.product_review_content {
  padding: 10px 0;
  font-size: 13px;
}
.product_review_adv {
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  border: 1px #45cd21 dashed;
}
.product_review_disadv {
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  border: 1px #e44343 dashed;
}
.product_review_customer {
  padding: 10px 0;
  color: #ee3129;
  font-size: 13px;
}
.product_review_customer .review_author {
  color: #333;
}
/* termékek vége */
#facebook_head_logo {
  position: absolute;
  top: 73px;
  left: 538px;
}
#facebook_head_logo_signed_in {
  position: absolute;
  top: 73px;
  left: 498px;
}
#package_request_top_container {
  width: 211px;
  height: 40px;
  position: absolute;
  top: 64px;
  right: 220px;
  cursor: pointer;
}
#package_products {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 211px;
  z-index: 9990;
  cursor: default;
}
#package_products_bg {
  background-color: #D8D8D8;
}
#package_products_text {
  padding: 13px;
  color: #B30000;
  font-size: 11px;
}
.package_request_bottom {
  width: 211px;
  height: 5px;
  background-image: url("../../images/images/sprite.png");
  background-position: -773px -403px;
}
.package_request_sep_bg {
  background-image: url("../../images/images/sc_product_box_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.pr_product_box {
  padding: 13px 13px 5px 13px;
  background-color: #D8D8D8;
}
.pr_buttons {
  padding: 5px 0;
}
.pr_buttons a {
  float: left;
  margin-left: 11px;
}
.header_csomagajanlataimb {
  margin-top: 10px;
  background-image: url("../../images/images/sprite.png");
  background-position: -150px -203px;
  height: 47px;
  width: 100%;
}
.header_csomagajanlataimb a {
  display: block;
  float: none;
  line-height: 0px;
  font-size: 0px;
  padding: 15px 0 16px 0;
  text-align: center;
}
/* kosár */
#shopping_cart_popup {
  display: none;
}
#shopping_cart_top_container {
  width: 211px;
  height: 40px;
  background-image: url("../../images/images/sprite.png");
  background-position: -764px -253px;
  position: absolute;
  top: 64px;
  right: 0px;
  cursor: pointer;
  z-index: 10000;
}
#shopping_cart_top_container2 {
  float: right;
  margin-top: 64px;
  width: 211px;
  height: 40px;
  background-image: url("../../images/images/sprite.png");
  background-position: -764px -253px;
  cursor: pointer;
}
#shopping_cart_top_holder,
#shopping_cart_top_holder2 {
  padding: 8px 8px 7px 8px;
}
#transfer,
#transfer2 {
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.mini_cart {
  width: 32px;
  height: 25px;
  background-image: url("../../images/images/sprite.png");
  background-position: -870px -368px;
  float: left;
}
#shopping_cart_popup_cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000000;
}
#shopping_cart_popup_inner {
  width: 968px;
  margin: 0 auto 0 auto;
}
#shopping_cart_popup_form_holder {
  clear: both;
  padding: 2px 0 10px 0;
  background-color: #FFFFFF;
  position: relative;
}
.shopping_cart_popup_head_message_holder {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
}
.shopping_cart_popup_product_pc,
.shopping_cart_popup_event {
  width: 100%;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.shopping_cart_popup_event {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #00a700;
}
#shopping_cart_popup_form_holder .shopping_cart_buttons {
  padding: 0 10px;
}
.close_shopping_cart_popup {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #f00001;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.sc_product_box {
  padding: 13px 12px 5px 12px;
}
.sc_buttons {
  padding: 0 0 5px 2px;
}
.sc_buttons a {
  float: left;
  margin-left: 11px;
}
.sc_product_image {
  float: left;
  margin-right: 8px;
}
.sc_product_image table tr td {
  width: 40px;
  text-align: center;
  vertical-align: top;
}
.sc_product_name {
  float: left;
  width: 125px;
  color: #333333;
  line-height: 13px;
  font-size: 11px;
  display: block;
}
.sc_product_name span {
  display: block;
  padding: 2px 0;
}
.sc_product_name:hover {
  text-decoration: none;
}
.sc_product_price {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
.sc_product_guarantee {
  display: block;
  padding-top: 8px !important;
}
.sc_guarantee_radio {
  float: left;
  padding: 0 15px 0 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.sc_product_remove {
  display: block;
  float: right;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background-image: url("../../images/images/sprite.png");
  background-position: -985px -308px;
}
.sc_product_remove:hover {
  background-position: -985px -318px;
}
.cart_products_bottom {
  width: 211px;
  height: 5px;
  background-image: url("../../images/images/sprite.png");
  background-position: -326px -476px;
}
/* kosár */
/* dialog ablak */
#dialog {
  width: 440px;
  position: relative;
  z-index: 10000;
}
#dialog .padding {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.pop_up_close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 10px;
  height: 9px;
  background-image: url("../../images/images/sprite.png");
  background-position: -980px -293px;
}
.pop_up_close:hover {
  background-position: -990px -293px;
}
.pop_up_top {
  width: 440px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -320px -416px;
}
.pop_up_mid {
  width: 440px;
  background-image: url("../../images/images/sprite_y.png");
  background-repeat: repeat-y;
  background-position: -537px 0px;
}
.pop_up_bottom {
  width: 440px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -320px -428px;
}
/* dialog ablak vége */
/* lapozás */
.brown_line_one_px {
  width: 752px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  background-color: #7E706B;
}
.turn_page {
  width: 752px;
  padding: 8px 0 6px 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-color: #7E706B;
}
.turn_page.turn_page_bottom_bottom {
  padding: 10px 0 16px 0;
  background-color: transparent;
  text-align: center;
}
.turn_page.turn_page_bottom_bottom span {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 40px;
  color: #7E706B;
  font-weight: bold;
  border: 1px #fff solid;
}
.turn_page.turn_page_bottom_bottom a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #7E706B;
  border: 1px #7E706B solid;
  border-radius: 3px;
}
.turn_page.turn_page_bottom_bottom a:after {
  content: '';
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.turn_page.turn_page_bottom_bottom a.btn_prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.turn_page.turn_page_bottom_bottom a:hover {
  background-color: #fff;
  color: #7E706B;
}
.turn_page.turn_page_bottom_bottom a:hover:after {
  border-color: #7E706B;
}
.digits {
  width: 155px;
  height: 15px;
  padding-left: 12px;
  float: left;
}
.digits .digit {
  width: 19px;
  height: 15px;
  line-height: 14px;
  color: #333333;
  font-size: 11px;
  display: block;
  float: left;
  margin-right: 2px;
  text-align: center;
  background-image: url("../../images/images/sprite.png");
  background-position: -576px -132px;
}
.digits a:hover {
  text-decoration: none;
}
.digits .digit_selected {
  width: 19px;
  height: 15px;
  line-height: 14px;
  font-size: 11px;
  display: block;
  float: left;
  margin-right: 2px;
  text-align: center;
  color: #FFFFFF;
  background-image: url("../../images/images/sprite.png");
  background-position: -601px -132px;
}
/* lapozás vége */
/* főoldal */
.home_category_banner {
  display: block;
  width: 746px;
  height: 118px;
  background-position: left top;
  background-size: 100% 100%;
}
#home_switcher_and_news_holder {
  width: 100%;
  position: relative;
  background-color: #CCCCCC;
  border-radius: 4px;
}
#home_switcher_and_news_holder_padding {
  padding: 4px;
}
#home_news_holder {
  width: 207px;
  height: 327px;
  float: right;
  overflow: hidden;
  background-color: #EDEDED;
}
.home_news_main_img {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'roboto_condensedbold';
  background-color: #7e716b;
}
.home_news_main_img:hover {
  text-decoration: none;
  color: #fba825;
}
.home_news_box {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}
.home_news_box .padding {
  padding: 0px 10px 8px 10px;
}
.home_news_box .padding .home_news_content {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news_box .padding .home_news_content .raquo_home {
  display: none;
}
.home_news_date {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 4px;
}
.home_news_summary {
  padding: 6px 0 0 0;
  display: block;
  color: #444444;
  font-size: 11px;
  line-height: 14px;
}
.home_news_summary:hover {
  color: #000000;
  text-decoration: none;
}
.home_news_summary .raquo {
  font-weight: bold;
}
@media screen and (max-width: 1365px) {
  .home_products_holder {
    height: 313px;
    overflow-y: hidden;
  }
}
.slider_header {
  padding: 10px 0 0 10px;
  height: 36px;
  overflow: hidden;
  position: relative;
}
.slider_holder {
  position: relative;
}
.slider_holder .left_button_bg,
.slider_holder .right_button_bg {
  width: 28px;
  height: 260px;
  position: absolute;
  left: -26px;
  top: 0px;
  z-index: 1000;
  background-image: url("../../images/buttons/home_left_arrow_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.slider_holder .right_button_bg {
  left: auto;
  right: -26px;
  background-image: url("../../images/buttons/home_right_arrow_bg.jpg");
}
/**/
.label_left_brown {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -629px -126px;
  margin-left: 3px;
}
.label_mid_brown {
  padding: 7px 8px 7px 8px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  cursor: pointer;
  position: relative;
  background-image: url("../../images/images/sprite_x.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.label_right_brown {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -632px -126px;
}
/**/
.label_left_green {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -649px -126px;
}
.label_mid_green {
  padding: 7px 8px 7px 8px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  cursor: pointer;
  position: relative;
  background-image: url("../../images/images/sprite_x.png");
  background-repeat: repeat-x;
  background-position: 0px -54px;
  display: block;
}
.label_mid_green:hover {
  text-decoration: none;
}
.label_right_green {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -652px -126px;
}
.label_mid_arrow_down_green {
  position: absolute;
  top: 27px;
  width: 12px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -671px -143px;
}
/**/
.label_left_red {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -659px -126px;
}
.label_mid_red {
  padding: 7px 8px 7px 8px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  cursor: pointer;
  position: relative;
  background-image: url("../../images/images/sprite_x.png");
  background-repeat: repeat-x;
  background-position: 0px -81px;
  display: block;
}
.label_mid_red:hover {
  text-decoration: none;
}
.label_right_red {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -662px -126px;
}
.label_mid_arrow_down_red {
  position: absolute;
  top: 27px;
  width: 12px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -671px -130px;
}
/**/
.label_left_dark_brown {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -639px -126px;
}
.label_mid_dark_brown {
  padding: 7px 8px 7px 8px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  position: relative;
  background-image: url("../../images/images/sprite_x.png");
  background-repeat: repeat-x;
  background-position: 0px -27px;
  display: block;
}
.label_right_dark_brown {
  width: 3px;
  height: 27px;
  float: left;
  background-image: url("../../images/images/sprite.png");
  background-position: -642px -126px;
}
.label_mid_dark_brown:hover {
  text-decoration: none;
}
/**/
.home_label_shadow {
  width: 738px;
  height: 15px;
  position: absolute;
  top: 31px;
  left: 10px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -525px;
}
.home_label {
  float: left;
  height: 36px;
}
.home_label_first {
  float: left;
  height: 36px;
}
/* főoldal vége */
/* hírek */
.news_box {
  padding: 5px 0 10px 5px;
}
.news_images_holder {
  float: right;
  width: 250px;
  text-align: center;
}
.news_image {
  margin: 10px 0 10px 10px;
}
.news_image table tr td a img {
  border: 1px #D1D1D1 solid;
  padding: 1px;
}
.news_image table tr td {
  width: 237px;
  height: 157px;
  vertical-align: middle;
  text-align: center;
}
.news_date {
  font-weight: bold;
  color: #666666;
  font-size: 11px;
}
.news_label {
  padding: 10px 0;
}
.news_label a {
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
.news_label a:hover {
  color: #999999;
  text-decoration: none;
}
.news_summary p {
  margin: 0 0 10px 0;
}
.news_summary a {
  cursor: pointer;
  text-decoration: none;
  color: #0f90a3;
}
.news_summary a:hover {
  text-decoration: underline;
}
.news_separator {
  height: 1px;
  width: 100%;
  background-color: #CCCCCC;
  margin: 10px 0 15px 0;
}
.news_back {
  padding: 0 5px 10px 5px;
}
.page_heading_image {
  position: relative;
  background-color: #CCCCCC;
  line-height: 0px;
  font-size: 0px;
  border-radius: 4px;
}
.page_heading_image_padding {
  padding: 4px;
}
.page_heading_image_padding img {
  max-width: 100%;
}
.breadcrumb_product_page {
  padding: 5px 0 10px 0;
  font-size: 15px;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb_product_page > a,
.breadcrumb_product_page > span {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
}
.breadcrumb {
  padding: 12px 0px;
  font-size: 12px;
}
.breadcrumb a,
.breadcrumb_product_page a {
  font-size: 12px;
  color: #333333;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #339999;
}
.breadcrumb .active_breadcrumb {
  color: #EE3229;
  font-weight: bold;
}
/* hírek vége */
.head_guit {
  position: absolute;
  top: 78px;
  right: 478px;
}
.head_guit a {
  font-size: 14px;
  font-family: 'roboto_condensedregular';
  color: #FFFFFF;
}
.head_guit a:hover {
  text-decoration: none;
}
/* csomagajánlat kérés */
#package_request_heading {
  position: absolute;
  top: 64px;
  right: 214px;
}
/* csomagajánlat kérés vége */
/* tulajdonság leírása */
.prop_desc {
  position: relative;
}
.prop_link {
  display: inline-block;
  position: relative;
}
.prop_link span {
  font-size: 12px;
  line-height: 13px;
  color: #E84F49;
  cursor: pointer;
}
.prop_link img {
  display: inline-block;
  padding: 0 2px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.prop_desc_box {
  position: absolute;
  top: -23px;
  left: 100%;
  display: none;
  width: 266px;
  z-index: 10000;
}
.prop_desc_box_top {
  width: 266px;
  height: 10px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../../images/images/sprite.png");
  background-position: -176px -487px;
}
.prop_desc_box_bottom {
  width: 266px;
  height: 10px;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../../images/images/sprite.png");
  background-position: -176px -501px;
}
.prop_desc_box_mid {
  width: 266px;
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  background-image: url("../../images/images/sprite_y.png");
  background-repeat: repeat-y;
  background-position: -981px 0px;
  position: relative;
}
.prop_desc_box_arrow {
  position: absolute;
  left: 0px;
  top: 19px;
  width: 13px;
  height: 12px;
  background-image: url("../../images/images/sprite.png");
  background-position: -980px -275px;
}
.prop_desc_box_close {
  float: right;
  width: 10px;
  height: 9px;
  cursor: pointer;
  background-image: url("../../images/images/sprite.png");
  background-position: -980px -293px;
}
.prop_desc_box_close:hover {
  background-position: -990px -293px;
}
.prop_desc_box_img {
  padding: 0 0 5px 0;
}
.prop_desc_box_mid .padding {
  padding: 5px 15px 0px 25px;
}
.prop_desc_box_mid .padding p {
  margin: 0px;
  padding: 0 0 10px 0;
}
/* tulajdonság leírása vége*/
.cetegory_box {
  width: 188px;
  height: 161px;
  float: left;
  margin: 20px 0;
}
.cetegory_box .label_cat {
  text-align: center;
  padding: 0 10px;
  line-height: 15px;
  height: 40px;
}
.cetegory_box .label_cat h2 {
  line-height: 11px;
  font-size: 11px;
}
.cetegory_box .label_cat h2 a {
  font-size: 11px;
}
.cetegory_box,
.cetegory_box table {
  width: 188px;
}
.cetegory_box .image_cat table tr td {
  width: 188px;
  height: 116px;
  vertical-align: middle;
  text-align: center;
}
#user_panel {
  position: fixed;
  bottom: 0px;
  width: 992px;
  height: 41px;
  overflow: hidden;
  z-index: 10000;
  left: 50%;
  margin-left: -496px;
  /*half the width*/
}
#user_panel_left {
  float: left;
  width: 132px;
  height: 47px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -203px;
}
#user_panel_middle {
  float: left;
  width: 810px;
  height: 47px;
  background-image: url("../../images/images/sprite_x.png");
  background-position: 0px -208px;
  background-repeat: repeat-x;
}
#user_panel_right {
  float: left;
  width: 50px;
  height: 47px;
  background-image: url("../../images/images/sprite.png");
  background-position: -942px -203px;
}
.profilom {
  float: left;
  margin: 16px 0 0 53px;
}
.user_name {
  width: 180px;
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  float: left;
  margin: 12px 0 0 22px;
}
#user_panel_adatmodositas {
  float: left;
  margin: 14px 24px 0 0;
}
#user_panel_csomagajanlataim {
  float: left;
  margin: 14px 24px 0 0;
}
#user_panel_korabbi_rendelesek {
  float: left;
  margin: 14px 24px 0 0;
}
#user_panel_kijelentkezes {
  float: left;
  margin: 14px 0 0 0;
}
#user_panel_close {
  width: 25px;
  height: 14px;
  float: left;
  margin: 16px 0 0 6px;
}
#user_panel_open {
  width: 25px;
  height: 14px;
  float: left;
  margin: 16px 0 0 6px;
}
.user_guide_button_wide {
  display: block;
  margin: 0 3px 0 0;
  float: left;
  outline: none;
  width: 232px;
  height: 54px;
  background-image: url("../../images/buttons/hu/hasznalati_utmutato_gomb.png");
  background-position: 0px 0px;
}
.user_guide_button_wide:hover {
  text-decoration: none;
  background-position: 0px -54px;
}
.user_guide_button_wide span {
  display: block;
  padding: 21px 8px 0 47px;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
}
.user_guide_button {
  display: block;
  box-sizing: border-box;
  float: left;
  outline: none;
  width: 158px;
  height: 77px;
  padding: 4px 3px;
  margin: 0 5px 0 0;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 17px;
}
.user_guide_button:hover {
  text-decoration: none;
}
.user_guide_button span {
  display: block;
  padding-top: 3px;
  line-height: 16px;
}
.beepitesi_rajz_image_holder {
  float: right;
  width: 77px;
  height: 77px;
  margin: 5px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 0px !important;
  line-height: 0px !important;
}
.beepitesi_rajz_image_holder a {
  font-size: 0px !important;
  line-height: 0px !important;
}
.beepitesi_rajz_image_holder a img {
  width: 77px;
  height: 77px;
  border: none;
}
.beepitesi_rajz_image {
  border: 1px #A0A0A0 solid;
}
/* összehasonlítás box*/
#compare_box {
  position: absolute;
  top: 260px;
  right: 0px;
  z-index: 10000;
  width: 29px;
  overflow: hidden;
  height: 0px;
  min-height: 159px;
  padding: 29px 0 0 0;
}
#compare_box_image {
  position: absolute;
  top: 29px;
  left: 0px;
}
.compare_head_logo select {
  margin: 20px auto 0px auto;
  padding: 3px 2px;
  width: 231px;
  border: 1px #666666 solid;
}
.compare_shopping_cart_button_class {
  display: inline-block;
  margin-top: 5px;
}
#compare_box_list {
  margin-left: 29px;
  float: left;
  background-color: #FFFFFF;
  border: 0px #7E706B solid;
}
#compare_products_holder {
  padding-bottom: 20px;
}
#compare_head_row {
  background-color: #FFFFFF;
}
.compare_head {
  float: left;
  padding: 15px 0;
  width: 390px;
}
#compare_first_row {
  background-color: #FFFFFF;
}
.compare_first {
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #E84F49;
  width: 388px;
  border-left: 1px #FFFFFF solid;
  border-right: 1px #FFFFFF solid;
  text-align: left;
  float: left;
  background-color: #EDEDED;
  overflow: hidden;
}
.underline {
  text-decoration: underline;
  width: 268px;
}
.compare_first_padding {
  padding-left: 22px;
}
.compare_prop_field {
  float: left;
  width: 390px;
}
.compare_prop_field_padding {
  padding: 6px 6px 6px 22px;
}
.compare_product_img {
  float: left;
}
.compare_product_title {
  float: left;
  width: 210px;
  padding-left: 8px;
}
.compare_product_title_name {
  display: block;
  height: 72px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare_product_title_name:hover {
  text-decoration: none;
  color: #999999;
}
.compare_product_title div {
  padding: 0 0 3px 0;
}
.compare_product_title_row {
  padding-top: 20px;
  background-color: #FFFFFF;
}
.compare_row_grey {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  background-color: #EDEDED;
}
.compare_row_white {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  background-color: #FFFFFF;
}
.compare_prop_field {
  border-left: 1px #FFFFFF solid;
  border-right: 1px #FFFFFF solid;
  float: left;
  width: 388px;
}
.compare_head_logo {
  text-align: center;
  padding: 30px 0;
  width: 268px;
}
.compare_prop_box {
  width: 268px;
}
/* On-line hibajelentés */
#on_line_report {
  width: 753px;
}
#on_line_report_top {
  width: 753px;
  height: 3px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -193px;
}
#on_line_report_mid {
  width: 753px;
  background-color: #ECECEC;
  position: relative;
  z-index: 1;
}
#on_line_report_padding {
  padding: 5px 14px;
}
#on_line_report_bottom {
  width: 753px;
  height: 3px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -197px;
}
.report_form_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  background-image: url("../../images/images/repair_form_title_bg.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.report_form_title2 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin: 8px 0;
  background-image: url("../../images/images/sprite_x.png");
  background-position: 0px -108px;
  background-repeat: repeat-x;
}
.report_form_title3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  background-image: url("../../images/images/repair_form_title_bg.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.repair_form_block {
  padding: 8px 0 5px 210px;
}
.form_panel_label22 {
  padding: 30px 12px 3px 0;
}
.repair_form_block .form_panel_first_row,
.repair_form_block .form_panel_second_row {
  padding: 0 10px 0 0;
}
.address_ir_label {
  line-height: 20px;
  font-weight: bold;
  width: 80px;
}
.address_ir_category {
  width: 80px;
}
.address_ir_category input {
  width: 80px;
}
.address_tel_label {
  line-height: 20px;
  font-weight: bold;
  width: 180px;
}
.address_tel_category {
  width: 180px;
}
.address_tel_category input {
  width: 180px;
}
.address_ut_label {
  line-height: 20px;
  font-weight: bold;
  width: 180px;
}
.address_ut_category {
  width: 180px;
}
.address_ut_category input {
  width: 180px;
}
/* On-line hibajelentés vége */
.datatable_button_holder {
  position: relative;
  z-index: 2;
}
#on_line_report .datatable_button_holder {
  margin: 5px 0 5px 230px;
}
.datatable_button {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-family: Calibri;
  color: #0f90a3;
  font-style: italic;
}
.datatable {
  position: absolute;
  top: 24px;
  left: -140px;
  width: 552px;
  display: none;
  z-index: 7777;
}
.datatable_top {
  width: 539px;
  height: 10px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -125px;
}
.datatable_mid {
  width: 539px;
  background-image: url("../../images/images/sprite_y.png");
  background-repeat: repeat-y;
  background-position: 0px 0px;
  min-height: 500px;
  position: relative;
}
.datatable_padding {
  padding: 0px 19px 15px 18px;
}
.datatable_bottom {
  width: 539px;
  height: 14px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -138px;
}
.datatable_padding ul {
  float: left;
  width: 150px;
  list-style-type: none;
  padding-top: 5px;
}
.datatable_heading {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.datatable_cat,
.datatable_cat:visited {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
  line-height: 20px;
  outline: none;
}
.datatable_cat:hover {
  text-decoration: none;
  color: #777777;
  outline: none;
}
.datatable_image_holder {
  position: absolute;
  top: 50px;
  right: 25px;
  width: 350px;
  height: 350px;
  display: none;
}
.display_block {
  display: block;
}
.cat_hovered,
.cat_hovered:visited,
.cat_hovered:hover {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #777777;
  line-height: 20px;
  outline: none;
}
.datatable_close_button {
  position: absolute;
  top: -5px;
  right: -12px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url("../../images/images/sprite.png");
  background-position: -968px -153px;
}
.datatable_close_button:hover {
  background-position: -968px -178px;
}
.google_map_holder {
  padding: 30px 0;
}
#flix-minisite {
  float: left;
}
.showroom_img_holder {
  float: left;
  width: 237px;
  height: 157px;
  margin: 7px 10px 7px 0;
}
.showroom_img {
  margin: 0 auto;
  padding: 1px;
  border: 1px #D0D0D0 solid;
  font-size: 0px;
  line-height: 0px;
}
.showroom_img a,
.showroom_img a img {
  font-size: 0px;
  line-height: 0px;
}
#videos_tab {
  padding-left: 56px;
}
#copy_address {
  margin-top: 5px;
  margin-left: 222px;
}
.need_to_free {
  color: #228E9D;
  font-weight: bold;
  float: none !important;
}
.sale_time {
  padding-top: 5px;
  color: #F11B23;
  font-weight: bold;
  font-size: 11px;
  line-height: 19px;
}
.sale_time span {
  font-size: 12px;
}
.compare_head_text_pad {
  padding: 18px 20px 0 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #E84F49;
}
.compare_frm {
  text-align: center;
}
.brand_flag_manual {
  display: flex;
  padding-bottom: 20px;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.brand_flag_manual > * {
  display: block;
}
.magyar_jotallas {
  display: flex;
  align-items: center;
  gap: 20px;
}
.forgalmazasa_megszunt {
  padding: 12px 0 10px 0;
  color: #EE3229;
  font-weight: bold;
}
.forgalmazasa_megszunt_ido {
  padding: 0 0 10px 0;
}
.forgalmazasa_megszunt_desc {
  padding: 10px 0 10px 0;
}
.kifutott_tovabbi {
  color: #EE3229;
}
#compare_box_close_button_top {
  position: absolute;
  top: 0px;
  left: 51px;
  cursor: pointer;
}
#category_summary {
  width: 100%;
  padding-bottom: 13px;
  padding-top: 5px;
}
#category_summary p {
  display: block;
  padding: 2px 0;
  margin: 0px;
}
.category_summary_top {
  padding: 0 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.category_summary_top h1 {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: bold;
}
.category_summary_top span {
  color: #FDBB53;
}
#category_summary_bottom,
#category_summary_bottom2 {
  cursor: pointer;
  float: right;
}
#category_summary_bottom2 {
  display: none;
}
#category_summary_summary {
  padding: 0 16px;
  font-weight: bold;
}
#category_summary_content {
  padding: 0 16px;
  display: none;
}
#category_summary_holder {
  padding: 10px 0 5px 0;
  background-color: #ECEAE9;
}
#category_summary_bottom_holder {
  background-color: #ECEAE9;
  background-image: url("../../images/images/bovebben_sarok.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.category_summary_btn,
.category_summary_btn2,
.home_category_summary_btn,
.home_category_summary_btn2 {
  float: right;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  padding: 0 9px 0 0;
  line-height: 25px;
  background-color: #7e706b;
  border-radius: 0px 0px 3px 0px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'roboto_condensedregular';
  color: #FFFFFF;
}
.category_summary_btn:hover,
.category_summary_btn2:hover,
.home_category_summary_btn:hover,
.home_category_summary_btn2:hover {
  text-decoration: none;
  background-color: #5e4f49;
}
.category_summary_btn:hover span,
.category_summary_btn2:hover span,
.home_category_summary_btn:hover span,
.home_category_summary_btn2:hover span {
  background-image: -webkit-linear-gradient(160deg, #5e4f49 50%, #eceae9 20%);
}
.category_summary_btn:after,
.category_summary_btn2:after,
.home_category_summary_btn:after,
.home_category_summary_btn2:after {
  float: right;
  margin: 9px 0px 0px 8px;
  display: block;
  content: '';
  width: 10px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -600px -586px;
}
.category_summary_btn2:after,
.home_category_summary_btn2:after {
  background-position: -613px -586px;
}
.category_summary_btn span,
.category_summary_btn2 span,
.home_category_summary_btn span,
.home_category_summary_btn2 span {
  float: left;
  display: block;
  width: 10px;
  height: 25px;
  margin-right: 8px;
  background-image: -webkit-linear-gradient(160deg, #7e706b 50%, #eceae9 20%);
}
/* főoldal box */
.home_turn_page {
  width: 753px;
  height: 33px;
  line-height: 33px;
  background-image: url("../../images/images/sprite.png");
  background-position: 0px -156px;
}
#home_category_summary {
  width: 753px;
  padding-bottom: 5px;
  padding-top: 12px;
}
#home_category_summary p {
  display: block;
  padding: 2px 0;
  margin: 0px;
}
.home_category_summary_top {
  padding: 0 16px;
  font-weight: bold;
  color: #333333;
}
#home_category_summary_summary {
  padding: 0 16px;
  font-weight: bold;
}
#home_category_summary_holder {
  padding: 10px 0 5px 0;
  background-color: #FFF4E3;
}
#home_category_summary_bottom_holder {
  background-color: #FFF4E3;
  background-image: url("../../images/images/home_bovebben_sarok.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sc_ch_gar {
  font-size: 11px;
  color: #000000 !important;
  font-weight: normal !important;
}
.package_dd_guarantee {
  color: #EE3229;
  font-weight: bold;
}
.package_dd_price {
  font-size: 12px;
  font-weight: bold;
}
#ak-widget {
  /*top: 114px !important;*/
}
/* AJAX loading */
#ajax_loading_bg,
#ajax_loading_bg2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  z-index: 100000;
}
#ajax_loading_bg {
  z-index: 20000000;
}
#ajax_loading {
  width: 48px;
  height: 48px;
  background-image: url('../../images/images/ajax_loading.gif');
  background-repeat: no-repeat;
  z-index: 20000000;
}
#ajax_loading_text {
  margin-top: -60px;
  font-size: 20px;
  color: #999999;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: 20000000;
}
/* AJAX loading vége */
.form_panel_phone_country_prefix {
  width: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.form_panel_phone_section_1 {
  width: 24px;
  float: left;
}
.form_panel_phone_section_1 input {
  width: 20px;
}
.form_panel_phone_section_2 {
  float: left;
}
.form_panel_phone_section_2 input {
  width: 240px;
  height: 26px;
  line-height: 26px;
  font: normal 12px Arial;
  padding: 0 4px;
  border: 1px #c9c9c9 solid;
  border-radius: 2px;
}
.form_panel_phone_section_3 {
  float: left;
}
.form_panel_phone_section_3 input {
  width: 50px;
}
.form_panel_phone_section_separator {
  width: 9px;
  float: left;
  line-height: 22px;
  margin-left: 6px;
}
.laquo {
  display: block;
  width: 6px;
  height: 7px;
  margin: 4px 6px;
  background-image: url("../../images/images/sprite.png");
  background-position: -980px -254px;
}
.raquo {
  display: block;
  width: 6px;
  height: 7px;
  margin: 4px 6px;
  background-image: url("../../images/images/sprite.png");
  background-position: -991px -254px;
}
.raquo_home {
  display: inline-block;
  width: 7px;
  height: 8px;
  background-image: url("../../images/images/sprite.png");
  background-position: -979px -263px;
}
.html_banner_small {
  width: 200px;
  height: 90px;
}
.small_banner_percentage {
  float: left;
  line-height: 40px;
  width: 41px;
  margin: 7px 0 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
.small_banner_raktaron {
  float: left;
  line-height: 40px;
  width: 41px;
  margin: 7px 0 0 8px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  color: #FFFFFF;
}
.small_banner_description {
  float: left;
  width: 131px;
  line-height: 15px;
  margin: 5px 10px 0 10px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.small_banner_sale_date {
  width: 200px;
  line-height: 26px;
  font-size: 9px;
  color: #FFFFFF;
  text-align: center;
}
/* ország boltja logok */
#orszag_boltja_small {
  position: absolute;
  top: 62px;
  left: 240px;
}
#orszag_boltja_big {
  text-align: center;
  padding-bottom: 7px;
}
#home_big_switcher {
  background-repeat: no-repeat;
}
#home_big_switcher .cs-title {
  top: 0px;
  left: 0px;
  width: 534px;
  height: 300px;
}
.cs-home_big_switcher {
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.home_big_banner_product_image {
  margin-top: 6px;
  width: 380px;
  height: 300px;
  float: right;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
}
.home_big_banner_product {
  display: block;
  width: 128px;
  /*height: 278px;*/
  overflow: hidden;
  float: left;
  margin: 5px 5px 0 5px;
  padding: 8px 8px 10px 8px;
  background-color: #463739;
}
.home_big_banner_product_energy_label {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 58px;
  height: 25px;
  background-repeat: no-repeat;
}
.home_big_banner_product_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 6px;
  border-bottom: 1px #999999 solid;
}
.home_big_banner_product_title:hover {
  color: #EE3229;
}
.home_big_banner_product_price_sale {
  display: block;
  font-size: 18px;
  color: #EE3229;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.home_big_banner_product_description {
  display: block;
  padding: 8px 0 0 0;
  color: #EEEEEE;
}
.home_big_banner_product_button {
  display: block;
  width: 123px;
  height: 21px;
  background-image: url("../../images/buttons/hu/megnezem_gomb.png");
}
.home_big_banner_product_button:hover {
  background-image: url("../../images/buttons/hu/megnezem_gomb_allapot.png");
}
.arukereso_link {
  padding: 10px 0;
}
/* promóciós box */
.promo_home_holder {
  height: 333px;
}
.promo_home_holder.overflow_y_hidden {
  overflow-y: hidden;
}
.promo_template_box {
  padding: 0 0 10px 0;
  text-align: left;
}
.promo_template_box .promo_template_box_header {
  height: 28px;
  line-height: 28px;
  text-indent: 14px;
  font-weight: bold;
  color: #fff;
  border-top: 3px #7e706b solid;
  background-color: #7e706b;
}
.promo_template_box .promo_template_box_middle {
  border: 2px #7e706b solid;
  background-color: #ECEAE9;
  padding: 14px;
}
.promo_template_box .promo_template_box_middle .promo_template_box_content {
  float: left;
  color: #000;
  text-align: justify;
}
.promo_template_box .promo_template_box_middle .promo_template_box_content .promo_template_box_content p {
  display: block;
  margin: 0px;
  padding: 5px 0;
}
.promo_template_box .promo_template_box_middle .promo_template_box_content .promo_template_download_btn {
  float: right;
  margin-top: 7px;
  outline: none;
}
.promo_list_box {
  padding: 0 0 20px 0;
}
.promo_list_box h2 {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.promo_list_box .promo_list_more_link {
  padding-top: 37px;
  float: right;
}
.promo_list_box .promo_list_more_link a {
  font-size: 14px;
  color: #E44343;
  font-weight: bold;
}
.promo_list_box .promo_list_more_link:hover {
  text-decoration: none;
}
.promo_list_box .promo_list_box_date {
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #999;
  font-weight: bold;
}
.promo_list_box .promo_list_box_date_exp {
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #E44343;
  font-weight: bold;
}
.promo_cat_id {
  display: inline-block;
  padding: 12px;
  background-color: #7e706b;
  color: #fff;
  cursor: pointer;
  margin: 10px 10px 0 0;
  font-size: 15px;
  border-radius: 5px;
}
.promo_cat_id:hover {
  background-color: #5e4f49;
}
.promo_cat_title {
  margin-bottom: -10px;
  padding: 40px 0 0 15px;
}
.promo_cat_title h3 {
  color: #EE3229;
  font-size: 20px;
}
.promo_more_link {
  padding: 0px 15px 15px 15px;
  text-align: right;
}
.promo_more_link a {
  font-size: 14px;
  color: #E44343;
  font-weight: bold;
}
.promo_more_link:hover {
  text-decoration: none;
}
.promo_cat_more_button_holder {
  padding: 0px 15px 15px 15px;
  text-align: center;
}
.promo_cat_more_button_holder span {
  display: inline-block;
  padding: 12px;
  font-size: 14px;
  color: #fff;
  background-color: #00b400;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.promo_cat_more_button_holder span:hover {
  text-decoration: none;
  background-color: #009400;
}
.promo_cat_more_products {
  display: none;
}
/* promóciós box vége */
/* Facebook regisztrációs form */
#facebook_account_create_choose {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: x-large;
  text-align: justify;
}
.facebook_account_create_login_with_facebook {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 18px;
  text-align: justify;
}
.facebook_account_create_account_create_without_facebook {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 18px;
  text-align: justify;
}
.form_panel_label_facebook_account_create {
  font: bold 11px Arial;
  color: #000000;
  text-align: left;
  padding: 6px 6px 3px 0px;
  width: 75px;
}
#facebook_account_create_header {
  background-color: #4E5D98;
  color: #FFFFFF;
  font-family: noto_Sansregular;
}
#facebook_account_create_header span {
  font-family: noto_Sansregular;
  display: block;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
/*
#facebook_account_create_container img
{
    font-family: noto_sansregular;
    background-color: #4862A3;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 20px;
    display: block;
    line-height: 42px;
    width: 306px;
    font-size: 18px;
    background-image: url("../../images/buttons/facebook_login_img.png");
    background-repeat: no-repeat;
    background-position: 270px 9px;
}
#facebook_account_create_container a:hover
{
    text-decoration: none;
}
#facebook_account_create_container img:hover
{
    background-color: #000000;
}*/
.facebook_account_create_account_create_buttons {
  width: 306px;
}
.facebook_account_create_login_info {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 15px;
}
.facebook_account_create_account_create_info {
  font-family: Calibri, arial, helvetica, sans-serif;
  font-size: 15px;
}
/* Facebook regisztrációs form vége */
/* flying product basket */
#flying_product_detail {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  z-index: 111111111;
}
#flying_product_detail_inner {
  max-width: 1000px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}
#flying_product_detail_main_image {
  float: left;
  width: 9%;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#flying_product_detail_main_image img {
  max-width: 45px;
  max-height: 45px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#flying_product_detail_main_image:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
#flying_product_detail_name {
  float: left;
  padding: 13px 0 0 0;
  width: 49%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
#flying_product_detail_name span {
  display: block;
  color: #3C0;
}
#flying_product_detail_price {
  float: right;
  width: 21%;
  padding: 5px 25px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
#flying_product_detail_price .sale_time {
  display: none;
}
#flying_product_detail_shopping_cart {
  float: right;
  width: 21%;
  padding: 15px 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
/* flying product basket */
/* Termékértékelés */
.products_ratings_categories_rating {
  width: 21px;
  text-align: center;
  float: left;
}
.products_ratings_item {
  padding: 25px 0 10px 0;
  color: #EE3229;
}
.products_ratings_rating_textarea_label {
  padding-top: 12px;
  font-weight: bold;
}
.products_ratings_rating_checkbox {
  display: inline-block;
  padding-top: 16px;
}
.products_ratings_rating_checkbox div,
.products_ratings_rating_checkbox input {
  margin-right: 5px;
  float: left;
}
.products_ratings_rating_textarea {
  padding-top: 6px;
}
.products_ratings_rating_textarea textarea,
.form_panel_category_customers_feedback textarea {
  width: 70%;
  height: 100px;
  padding: 5px;
  border: 1px #c9c9c9 solid;
}
.products_ratings_rating_textarea .object_text,
.form_panel_category_customers_feedback .object_text,
.products_ratings_rating_textarea .form_panel_error_box,
.form_panel_category_customers_feedback .form_panel_error_box {
  width: 70%;
  height: 26px;
  padding: 5px;
  border: 1px #c9c9c9 solid;
}
.products_ratings_rating_textarea .button_submit,
.form_panel_category_customers_feedback .button_submit {
  background-color: #00b400;
  line-height: 30px;
  font-size: 16px;
}
.products_ratings_rating_textarea text,
.form_panel_category_customers_feedback text {
  width: 70%;
  border: 1px #c9c9c9 solid;
}
.form_panel_category_customers_feedback .content_columns_checkbox {
  padding: 0px;
}
.form_panel_content_customers_feedback .form_panel_first_row,
.form_panel_content_customers_feedback .form_panel_second_row {
  padding: 15px 0;
}
/* Vevői elégedettségmérés kérdőív css elemek vége */
/* Vevői elégedettségmérés eredmények kérdőív css elemek */
.form_panel_container_customers_feedback {
  padding: 10px 0;
  color: #666;
}
.form_panel_container_customers_feedback .form_panel_label_customers_feedback {
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
}
.form_panel_category_customers_feedback {
  padding-top: 10px;
}
.customers_feedback_results_tab_buttons {
  min-height: 30px;
  background-color: #EBEBEB;
  border-bottom: #CECECE 1px solid;
}
.customers_feedback_results_tab_buttons li {
  background-color: #EBEBEB;
  list-style: none;
  height: 30px;
  float: left;
  border-bottom: #CCCCCC 1px solid;
}
.customers_feedback_results_tab_buttons ul a {
  display: block;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #000000;
  border-top: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.customers_feedback_results_tab_buttons ul a:hover,
.customers_feedback_results_tab_selected {
  color: #4572A7 !important;
  text-decoration: none;
  background-color: #FFFFFF;
}
.customers_feedback_results_tabs {
  display: none;
}
.customers_feedback_results_tab_active {
  display: block;
}
.customers_feedback_results_open_questions_answers {
  border-bottom: 1px #CCCCCC solid;
}
.customers_feedback_results_open_questions_answers_time {
  width: 150px;
  padding: 3px;
  float: left;
}
.customers_feedback_results_open_questions_answers_answer {
  padding: 3px;
  float: left;
}
/* Vevői elégedettségmérés eredmények kérdőív css elemek vége */
/* Kérdőív css elemek */
.form_panel_label_questionnaires {
  font-weight: bold;
  color: #000000;
}
/* Kérdőív css elemek vége */
/* Kérdőív eredmények css elemek */
.questionnaires_results_tab_buttons {
  min-height: 30px;
  background-color: #EBEBEB;
  border-bottom: #CECECE 1px solid;
}
.questionnaires_results_tab_buttons li {
  background-color: #EBEBEB;
  list-style: none;
  height: 30px;
  float: left;
  border-bottom: #CCCCCC 1px solid;
}
.questionnaires_results_tab_buttons ul a {
  display: block;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #000000;
  border-top: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.questionnaires_results_tab_buttons ul a:hover,
.questionnaires_results_tab_selected {
  color: #4572A7 !important;
  text-decoration: none;
  background-color: #FFFFFF;
}
.questionnaires_results_tabs {
  display: none;
}
.questionnaires_results_tab_active {
  display: block;
}
.questionnaires_results_open_questions_answers {
  border-bottom: 1px #CCCCCC solid;
}
.questionnaires_results_open_questions_answers_time {
  width: 150px;
  padding: 3px;
  float: left;
}
.questionnaires_results_open_questions_answers_answer {
  padding: 3px;
  float: left;
}
/* Kérdőív eredmények css elemek vége */
/* Vevői vélemények css elemek */
.products_reviews_top_time {
  float: left;
}
.products_reviews_top_name {
  float: left;
}
.products_reviews_top_numbers {
  float: left;
}
/* Vevői vélemények css elemek vége */
#icon_arrow_up {
  position: fixed;
  bottom: 30px;
  width: 50px;
  height: 50px;
  z-index: 990;
  cursor: pointer;
  display: none;
  background-color: #7E716B;
}
#icon_arrow_up i {
  margin: 20px 0 0 15px;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.menu_dropdown_shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 70;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1366px) {
  body {
    padding-top: 104px;
  }
  .menu_dropdown_shadow {
    top: 104px;
  }
  #head {
    width: 100%;
    height: 104px;
    background-image: url("../../images/images/bg.jpg");
    background-position: top center;
    background-repeat: repeat-x;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
  }
  #head:before {
    position: absolute;
    top: 44px;
    left: 0px;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
  }
  #head #header {
    width: 1366px;
    height: 104px;
    position: relative;
    margin: 0 auto;
  }
  #head #header .logo {
    display: block;
    position: static;
    float: left;
    margin: 5px 50px 0 0;
  }
  #head #header #minosegi_dij {
    display: none;
  }
  #head #header #header_brands {
    display: none;
  }
  #head #header #header_categories {
    display: block;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  #head #header #header_categories #header_categories_holder #header_categories_body {
    padding-top: 28px;
  }
  #head #header #header_categories #header_categories_holder #header_categories_body .left_panel_block .cat_sublevels {
    top: 24px;
  }
  #head #header #search_box_holder {
    position: absolute;
    right: auto;
    left: 222px;
    top: 53px;
    z-index: 100000;
  }
  #head #header #search_box_holder #search_box {
    position: relative;
    z-index: 100000;
  }
  #head #header #search_box_holder #search_box #quick_search_input {
    float: right;
    width: 620px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-image: none;
    background-color: #fff;
  }
  #head #header #search_box_holder #search_box #search_keywords {
    border-width: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    line-height: 40px;
    height: 40px;
    margin-left: 10px;
    width: 610px;
  }
  #head #header #search_box_holder #search_box #search_general_button {
    float: right;
    width: 46px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    background-image: url("../../images/images/sprite.png");
    background-position: -802px -477px;
  }
  #head #header #search_box_holder #search_box #quick_search_panel {
    top: 41px;
    left: -1px;
    display: none;
    position: absolute;
    z-index: 100000;
    border-left: 1px #999999 solid;
    border-right: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    border-radius: 1px;
  }
  #head #header #search_box_holder #search_box #quick_search_panel #autosuggest {
    clear: both;
    position: relative;
    padding-top: 4px;
    width: 620px;
    background-color: #FFFFFF;
  }
  #head #header #search_box_holder #search_box #quick_search_panel #autosuggest_padding {
    padding: 2px 10px 5px 10px;
  }
  #head #header #search_box_holder #search_box #quick_search_panel #autosuggest_title {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #999999 dashed;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row {
    float: left;
    width: 49.5%;
    height: 90px;
    box-sizing: border-box;
    padding: 14px 6px;
    border-bottom: 1px #C5C3C3 dashed;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row:nth-child(3),
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row:nth-child(5),
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row:nth-child(7) {
    border-right: 1px #C5C3C3 dashed;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row a:hover {
    text-decoration: none;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .cart_products_row_selected {
    background-color: #ededed;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories {
    padding: 8px 0;
    border-bottom: 1px #C5C3C3 dashed;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_main {
    padding: 0 6px;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_main a {
    display: block;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    font-weight: bold;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_main a:hover {
    text-decoration: none;
    color: #666;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_sub {
    padding: 0 6px;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_sub a {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #000;
  }
  #head #header #search_box_holder #search_box #quick_search_panel .autosuggest_categories .autosuggest_category_sub a:hover {
    text-decoration: none;
    color: #666;
  }
  #head #header #facebook_head_logo,
  #head #header #facebook_head_logo_signed_in {
    position: absolute;
    top: 14px;
    left: auto;
    right: 9px;
  }
  #head #header .head_guit {
    top: 16px;
    left: auto;
    right: 50px;
  }
  #head #header #reg_sign_in {
    position: absolute;
    top: 5px;
    left: auto;
    right: 40px;
  }
  #head #header #sign_reg_button {
    cursor: pointer;
    width: 171px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'roboto_condensedregular';
    background: none;
  }
  #head #header #sign_reg_button img {
    margin-top: 13px;
  }
  #head #header #sign_in_reg_form_dropdown {
    position: absolute;
    top: 40px;
    left: auto;
    right: 0px;
    display: none;
    width: 320px;
    z-index: 10005;
    background-image: url("../../images/images/sprite_y.png");
    background-position: -1529px 0;
    background-repeat: repeat-y;
    border-radius: 0 0 5px 5px;
  }
  #head #header #sign_in_box {
    padding: 14px 0 0 13px;
  }
  #head #header #sign_in_box #username {
    width: 113px;
    border: 1px #C9C9C9 solid;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
  }
  #head #header #sign_in_box #password {
    width: 113px;
    border: 1px #C9C9C9 solid;
    height: 20px;
    line-height: 20px;
    margin-right: 13px;
  }
  #head #header .head_sign_in_button {
    float: left;
  }
  #head #header #login_gomb {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    background: url("../../images/images/sprite.png") no-repeat -930px -370px;
  }
  #head #header #login_gomb:hover {
    background-position: -951px -370px;
    text-decoration: none;
  }
  #head #header .fp_r_top {
    width: 100%;
    height: 9px;
  }
  #head #header .fg_link {
    font-size: 12px;
    color: #FFFFFF;
  }
  #head #header .fg_reg_link {
    font-size: 12px;
    color: #20B9AC;
    font-weight: bold;
  }
  #head #header #top_manufacturer_logos {
    display: block;
    position: static;
    left: auto;
    top: auto;
    float: left;
  }
  #head #header #top_manufacturer_logos a {
    display: block;
    float: left;
    margin: 12px 15px 0 0;
    border-right: 1px #fff solid;
    padding-right: 15px;
    height: 20px;
  }
  #head #header #top_manufacturer_logos a img {
    height: 20px;
  }
  #head #header #top_manufacturer_logos a:last-child {
    border-right: none;
    height: 16px;
    margin: 14px 0 0 0;
  }
  #head #header #top_manufacturer_logos a:last-child img {
    height: 16px;
  }
  #head #header #top_menu {
    float: left;
    position: static;
    bottom: auto;
    top: auto;
    height: 44px;
    padding-left: 30px;
    width: auto;
  }
  #head #header #top_menu .top_menu_button {
    float: left;
    margin: 0px 20px 0px 0px;
  }
  #head #header #top_menu .top_menu_button:first-child {
    display: none;
  }
  #head #header #top_menu .top_menu_button a {
    display: block;
    padding: 13px 0;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #EEEEEE;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: none;
    font-family: 'roboto_condensedregular';
  }
  #head #header #top_menu .top_menu_button a:hover,
  #head #header #top_menu .top_menu_button a.selected {
    color: #FFB239;
    text-decoration: none;
  }
  #head #header #top_menu .dropdown {
    position: relative;
  }
  #head #header #top_menu .dropdown_content {
    position: absolute;
    top: 44px;
    left: -10px;
    display: none;
    z-index: 8000;
    width: 152px;
  }
  #head #header #top_menu .dropdown_content a {
    font-family: arial;
    letter-spacing: normal;
    font-size: 12px;
  }
  #head #header #top_menu .dropdown_content_padding {
    padding: 0px 8px 5px 8px;
    background-color: #53473F;
  }
  #head #header #top_menu .dropdown_content_bottom {
    width: 152px;
    height: 3px;
    background-image: url("../../images/images/sprite.png");
    background-position: -595px -441px;
  }
  #head #header #top_menu .dropdown_content div a,
  #head #header #top_menu .dropdown_content div a:visited {
    display: block;
    width: 136px;
    padding: 5px 0;
    color: #FFFFFF;
  }
  #head #header #top_menu .dropdown_content div a:hover {
    color: #FFB239;
    text-decoration: none;
  }
  #container {
    width: 1366px;
  }
  #container #content {
    width: 1146px;
  }
  #footer_content {
    width: 1366px;
    margin: 0 auto;
  }
  #footer_content .bottom_menu_box {
    float: left;
    width: 28%;
  }
  #footer_content .bottom_menu_box.bottom_menu_box_first {
    width: 20%;
  }
  #footer_content .bottom_menu_box.bottom_menu_box_last {
    width: 24%;
  }
  #footer_content .bottom_menu_box .padding {
    padding: 30px 20px 0 20px;
  }
  #footer_content .bottom_menu_box .bottom_main_link {
    padding-bottom: 10px;
  }
  #footer_content .bottom_menu_box .bottom_main_link span {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
  }
  #footer_content .bottom_menu_box .bottom_sub_link a {
    display: inline-block;
    padding: 5px 0;
    line-height: 19px;
    font-size: 15px;
  }
  #footer_content #otp_bottom_banner {
    padding-top: 40px;
  }
  #footer_content #copyright {
    font-size: 15px;
    line-height: 21px;
  }
  .turn_page {
    width: 1146px;
  }
  .products_holder {
    width: 1124px;
  }
  .products_bottom {
    width: 100%;
  }
  #product_detail .product_left_panel {
    width: 50%;
  }
  #product_detail .product_left_panel .product_main_image {
    width: 500px;
    height: 380px;
    text-align: center;
    position: relative;
  }
  #product_detail .product_left_panel .product_main_image > img {
    max-width: 100%;
    max-height: 380px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
  }
  #product_detail .product_left_panel .product_main_image:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
  }
  #product_detail .product_left_panel .product_main_image:hover {
    text-decoration: none;
  }
  #product_detail .product_left_panel .product_main_image a.highslide {
    display: inline-block;
    width: 500px;
    height: 380px;
    text-align: center;
    vertical-align: middle;
  }
  #product_detail .product_left_panel .product_main_image a.highslide img {
    max-width: 100%;
    max-height: 380px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
  }
  #product_detail .product_left_panel .product_main_image a.highslide:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
  }
  #product_detail .product_left_panel .product_main_image a.highslide:hover {
    text-decoration: none;
  }
  #product_detail .product_left_panel .product_more_images {
    margin: 20px 50px 0 50px;
    width: 400px;
    background-image: url("../../images/images/main_image_bottom.jpg");
    background-repeat: repeat-x;
    background-position: top center;
  }
  #product_detail .product_left_panel .product_more_images .product_more_images_padding {
    padding: 20px 39px;
    position: relative;
  }
  #product_detail .product_left_panel #compare_addthis_buttons_holder {
    width: 400px;
    margin: 0px 50px 0 50px;
    padding: 20px 45px 20px 45px;
    box-sizing: border-box;
    background-repeat: repeat-x;
  }
  #product_detail .product_right_panel {
    width: 50%;
  }
  #product_detail .product_right_panel .product_detail_guarantees {
    margin: 7px 0 10px 0;
    padding: 0px;
    width: 100%;
    background-color: #ededed;
  }
  #product_detail .product_right_panel .product_detail_guarantees .product_detail_guarantees_title {
    padding: 15px 20px 10px 20px;
    border: none;
    color: #E44343;
    font-weight: bold;
    cursor: pointer;
  }
  #product_detail .product_right_panel .product_detail_guarantees .product_detail_guarantees_title span {
    display: inline-block;
    width: 14px;
    height: 8px;
    float: right;
    margin-top: 4px;
    background-image: url("../../images/images/sprite.png");
    background-position: -636px -605px;
  }
  #product_detail .product_right_panel .product_detail_guarantees .product_detail_guarantees_title span.selected {
    background-position: -636px -615px;
  }
  #product_detail .product_right_panel .product_detail_guarantees .pd_guarantee_radio {
    display: block;
    border-top: 1px #ccc solid;
    padding: 10px 20px 10px 20px;
  }
  #product_detail .product_right_panel .product_detail_guarantees .guarantee_terms {
    display: block;
    margin: 0px 0px 15px 20px;
  }
  #product_detail .product_right_panel #product_detail_delivery_info {
    float: left;
    margin: 10px 0 5px 40px;
  }
  #product_detail .product_right_panel #product_detail_delivery_info .delivery_prices {
    margin: 0px;
    float: none;
  }
  .magyar_jotallas {
    width: 70%;
  }
  #shopping_cart_popup_cont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000000;
  }
  #shopping_cart_popup_inner {
    width: 1366px;
  }
  #home_switcher_and_news_holder {
    width: 100%;
    position: relative;
    background-color: #CCCCCC;
    border-radius: 4px;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding {
    padding: 4px;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #em_nyitooldali_kep_kontener {
    width: 760px;
    height: 468px;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder {
    width: 370px;
    height: 468px;
    float: right;
    overflow: hidden;
    background-color: #EDEDED;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder .home_news_box {
    height: 71px;
    border-bottom: 1px #ccc solid;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder .home_news_box.hnb_bg {
    background: none;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder .home_news_box:last-child {
    border-bottom: 0px;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder .home_news_box .home_news_date {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 4px;
  }
  #home_switcher_and_news_holder #home_switcher_and_news_holder_padding #home_news_holder .home_news_box .home_news_content {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #444444;
    line-height: 17px;
  }
  .home_category_banner {
    display: block;
    width: 1138px;
    height: 180px;
    background-position: left top;
  }
  #shopping_cart_popup .shopping_cart_header_title {
    width: 1100px;
    height: 36px;
    float: left;
  }
  #shopping_cart_popup .shopping_cart_products_title {
    float: left;
    width: 986px;
    padding-bottom: 10px;
  }
  #user_panel {
    position: fixed;
    bottom: 0px;
    width: 1340px;
    height: 41px;
    overflow: hidden;
    z-index: 10000;
    left: 50%;
    margin-left: -670px;
    /*half the width*/
  }
  #user_panel #user_panel_middle {
    float: left;
    width: 1150px;
  }
  #user_panel #user_panel_middle .user_name {
    width: 510px;
  }
  #flying_product_detail {
    position: fixed;
    top: 104px;
  }
  #flying_product_detail #flying_product_detail_inner {
    padding-left: 45px;
  }
  #header_categories2 {
    display: none;
  }
  .brown_line_one_px {
    width: 100%;
  }
  .turn_page {
    width: 100%;
  }
  .product_box {
    margin-bottom: 20px;
  }
  .product_box .product_box_img {
    position: relative;
    height: 150px;
  }
  .product_box .product_box_img .product_image {
    height: 150px;
  }
  .product_box .product_box_img .product_image > img {
    max-height: 150px;
    max-width: 100%;
  }
  .product_box .product_box_img .status {
    left: 13px;
    bottom: -26px;
    padding: 0px !important;
  }
  .product_box .product_list_bottom {
    top: 100%;
  }
  #checkout_container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* lebegő banner */
.mainmodal:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.mainmodal .modal-dialog {
  background: #fff;
  border-radius: 5px;
  /*margin-left: -200px; */
  position: fixed;
  /*left: 35%;*/
  z-index: 11;
  width: 600px;
  padding: 5px 5px 0px 5px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  top: 20%;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
}
.mainmodal .modal-dialog img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.mainmodal-body {
  padding: 20px;
}
.mainmodal-close {
  background: #fff;
  color: #000;
  line-height: 25px;
  font-size: 17px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  text-decoration: none;
}
.mainmodal-close:hover {
  color: #919191;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .mainmodal .modal-dialog {
    width: 90%;
  }
}
