/* spolecne nastaveni webu */
body, table, td, th, input, textarea {
  font-family: 'Arial', sans-serif; }

body {
  text-align: center;
  background: #FEEAB0 url("/images/bg.png") repeat-y 50% 0%;
  color: #222; }

table, th, td, div, p, img, h1, h2, h3, h4, h5, h6 {
  border-color: #5C5B5B; }

h1 {
  color: #000; }

a {
  color: #006E4A; }

p {
  line-height: 160%; }

fieldset {
  border: none;
  padding: 0; }
  fieldset legend {
    background: transparent;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 1.6em;
    margin-bottom: 1em; }
  fieldset dt {
    width: 120px;
    float: left;
    clear: left; }
  fieldset dd {
    width: 200px;
    float: left; }
  fieldset input {
    padding: 5px; }

.hidden {
  display: none; }

.submit {
  background-color: #040504;
  background-repeat: repeat-x;
  color: #FFF;
  border: solid 1px #5E5E5E;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.ui-tabs .ui-tabs-hide {
  display: none; }

/* main layout */
#container {
  width: 800px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: left; }

/* zakladni prvky stranky */
#header {
  color: #006E4A;
  margin-bottom: 15px; }
  #header h2 {
    margin-left: -35px;
    float: left; }
    #header h2 a {
      display: block;
      width: 237px;
      height: 114px;
      background: transparent url("/images/logo.png") no-repeat; }
  #header .left {
    float: left; }
  #header .right {
    float: right;
    background: transparent url("/images/rozdeleni_stin.png") no-repeat 0% 50%;
    padding-left: 20px; }
  #header .motto {
    float: left;
    display: block;
    width: 326px;
    height: 158px;
    background: url("/images/motto2020.jpg") no-repeat; }
  #header .usermenu {
    text-align: right;
    min-height: 40px; }
    #header .usermenu .usermenu-name {
      font-size: 1.1em;
      margin-bottom: 0.3em; }
      #header .usermenu .usermenu-name .usermenu-number {
        color: #BBB; }
    #header .usermenu .usermenu-actions {
      margin-top: 0;
      font-size: .9em; }
  #header .basketsummary {
    width: 190px;
    _width: 250px;
    margin-top: 2em;
    min-height: 50px;
    background: transparent url("/images/kosik_iko.png") no-repeat left top;
    padding: 0 0 0 60px; }
    #header .basketsummary :first-child {
      margin-top: 0; }
    #header .basketsummary :last-child {
      margin-bottom: 0;
      text-align: left; }
    #header .basketsummary .basketsummary-empty {
      padding-top: 15px; }
    #header .basketsummary .basketsummary-order {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFDB50', endColorstr = '#FFDB50');
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#FFDB50), to(#F6BF00));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #FFDB50, #F6BF00);
      /* for firefox 3.6+ */
      color: #00633C;
      padding: 8px 11px;
      text-decoration: none;
      font-size: 0.9em;
      font-weight: bold; }
      #header .basketsummary .basketsummary-order:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F6BF00', endColorstr = '#F6BF00');
        /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#F6BF00), to(#FFDB50));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #F6BF00, #FFDB50);
        /* for firefox 3.6+ */ }
    #header .basketsummary .basketsummary-basket {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffae9', endColorstr = '#fffae9');
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fffae9), to(#ffe690));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #fffae9, #ffe690);
      /* for firefox 3.6+ */
      color: #00633C;
      padding: 8px 11px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em; }
      #header .basketsummary .basketsummary-basket:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe690', endColorstr = '#ffe690');
        /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#ffe690), to(#fffae9));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #ffe690, #fffae9);
        /* for firefox 3.6+ */ }
  #header .beta {
    color: #BBB; }

#menu {
  width: 100%;
  float: left;
  height: 34px;
  position: relative;
  background: transparent url("/images/menu.png") repeat-x; }
  #menu .wave {
    position: absolute;
    width: 100%;
    height: 8px;
    top: 100%;
    left: 0;
    background: transparent url("/images/menu_vlnka.png") repeat-x;
    z-index: 10; }
  #menu #search_box {
    position: absolute;
    top: 3px;
    right: 5px; }
    #menu #search_box p {
      margin: 0; }
    #menu #search_box input {
      border: 1px solid #EEBE2F;
      padding: 5px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff2c9', endColorstr = '#fff2c9');
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff2c9), to(#f6db8d));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #fff2c9, #f6db8d);
      /* for firefox 3.6+ */ }

#mainmenu {
  float: left;
  margin: 0; }
  #mainmenu li {
    float: left;
    list-style: none; }
    #mainmenu li a {
      display: block;
      padding: 12px 15px;
      color: #006E4A;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .9em; }
      #mainmenu li a.active, #mainmenu li a:hover {
        position: relative;
        z-index: 20;
        height: 21px;
        color: white;
        background: transparent url("/images/menu_over.png") repeat-x; }
        #mainmenu li a.active .wave_hover, #mainmenu li a:hover .wave_hover {
          position: absolute;
          width: 100%;
          height: 8px;
          top: 100%;
          left: 0;
          background: transparent url("/images/menu_over_vlnka.png") repeat-x;
          z-index: 10; }

#content {
  clear: both;
  margin: 40px 10px; }

#footer {
  padding: 30px 10px 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFDA63', endColorstr = '#FFDA63');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDA63), to(#EEBE2F));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #FFDA63, #EEBE2F);
  /* for firefox 3.6+ */
  border-top: 3px solid #007D5C; }
  #footer p {
    margin-top: 0; }

/* katalog */
.product_header {
  float: left;
  margin: 0 40px 30px 40px; }
  .product_header.is-odd {
    clear: left; }
  .product_header .left {
    width: 105px;
    float: left;
    position: relative; }
  .product_header .product-discount {
    position: absolute;
    bottom: 0px;
    left: -10px;
    display: block;
    width: 86px;
    height: 64px;
    background: transparent url("/images/sleva15.png") no-repeat; }
  .product_header .right {
    width: 185px;
    float: left;
    margin-left: 15px; }
    .product_header .right h3 {
      margin-top: -10px;
      text-align: right; }
      .product_header .right h3 a {
        color: #000;
        text-decoration: none;
        font-weight: normal; }
    .product_header .right h4 {
      color: #E2D8A3;
      font-size: 3em;
      margin: 0; }
    .product_header .right table {
      width: 100%;
      margin: 20px 0;
      color: #000;
      font-weight: bold; }
    .product_header .right p {
      margin: 0 0 1em 0;
      min-height: 80px; }
    .product_header .right .product-volume {
      width: 60%; }
    .product_header .right .product-volume-count {
      font-weight: normal;
      font-size: 0.9em; }
    .product_header .right .product-price {
      width: 40%;
      text-align: right; }
    .product_header .right .product-price-original {
      font-size: 0.9em;
      text-decoration: line-through; }
    .product_header .right .add #count {
      width: 40px;
      float: left; }
    .product_header .right .add #add {
      float: right;
      margin-right: -13px; }
    .product_header .right .quantity {
      padding: 8px;
      width: 20px;
      text-align: center; }
    .product_header .right .catalog-id {
      margin-top: 10px;
      text-align: right;
      color: #EEBF30; }

.product_detail {
  float: left; }
  .product_detail .left {
    width: 250px;
    float: left; }
    .product_detail .left .main-photo {
      width: 250px; }
    .product_detail .left img {
      margin: 0 4px 4px 0; }
    .product_detail .left img.hidden {
      display: none; }
  .product_detail .right {
    width: 500px;
    float: left;
    margin-left: 30px; }
    .product_detail .right h1 {
      margin: 0 0 50px 0; }
      .product_detail .right h1 .cufon {
        color: #E2D8A3;
        font-size: 3em; }
      .product_detail .right h1 .title-name {
        position: relative;
        z-index: 10;
        display: inline-block;
        top: 12px;
        left: -20px; }
    .product_detail .right dl {
      margin: 40px 0 !important;
      line-height: 160%; }
    .product_detail .right dt {
      width: 160px; }
    .product_detail .right dt, .product_detail .right dd {
      display: inline-block; }
    .product_detail .right .price {
      margin-top: 20px; }
    .product_detail .right .price-original {
      font-size: 0.7em;
      text-decoration: line-through; }
    .product_detail .right dd.price {
      font-size: 1.5em; }
    .product_detail .right .add {
      margin-left: 200px; }
      .product_detail .right .add #count {
        width: 40px;
        float: left; }
      .product_detail .right .add #add {
        clear: left; }
    .product_detail .right .quantity {
      padding: 8px;
      width: 20px;
      text-align: center; }
    .product_detail .right .quantity-label {
      float: left;
      display: block;
      margin: 12px 49px 12px 0; }
    .product_detail .right .catalog-id {
      text-align: left;
      color: #EEBF30;
      margin-left: 200px; }

/* registrace */
#register-form legend {
  border-bottom: 1px solid #FEE08D;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 16px; }
#register-form dd {
  -webkit-margin-start: 0; }
#register-form #product_id-label, #register-form #product_id-element {
  position: absolute;
  left: -10000px; }
#register-form #payment_transportation-label {
  float: left;
  background: #FEF3D3;
  width: 40%;
  padding: 14px; }
#register-form #payment_transportation-element {
  float: left;
  background: #FEF3D3;
  width: 40%;
  padding: 10px; }
#register-form #address-label {
  margin-top: 40px;
  clear: left; }
#register-form #pwd_check-label, #register-form #zip-label, #register-form #last_name-label,
#register-form #delivery_zip-label, #register-form #delivery_last_name-label {
  clear: none; }
#register-form .product {
  position: relative;
  width: 230px;
  float: left;
  margin: 0 30px 30px 0;
  cursor: hand;
  cursor: pointer; }
  #register-form .product .text {
    padding: 10px; }
  #register-form .product .product-price {
    margin: 10px; }
#register-form .chosen {
  display: block;
  width: 100%;
  height: 70px; }
#register-form .product.is-active .bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 70px;
  background: transparent url("/images/prekryti_vybrano.png") repeat; }
#register-form .product:hover .bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 70px;
  background: transparent url("/images/prekryti_vybrano.png") repeat; }
#register-form .product.is-active .chosen {
  background: #FFCE26 url("/images/vybrano.png") no-repeat 50% 50%; }
#register-form .choosen-package {
  font-size: 1.5em; }
#register-form #misc-label {
  clear: both; }
#register-form #misc-element {
  margin-top: 30px; }
#register-form .conditions {
  margin-top: 100px; }

/* kosik */
#basket {
  width: 100%; }
  #basket table {
    border-collapse: collapse; }
  #basket .next_percent_by_amoung {
    border: 1px solid #869B45;
    background: #dee6c6;
    padding: 15px; }
    #basket .next_percent_by_amoung p {
      margin: 0; }
  #basket td {
    padding: 15px 25px 15px 0;
    border-top: 1px solid #DDD; }
  #basket tr:first-child td {
    border-top: none; }
  #basket tr:last-child td {
    border-top: 4px solid #DDD; }
  #basket .image {
    width: 80px; }
  #basket .name {
    width: 500px;
    font-size: 1.4em; }
  #basket .quantity {
    width: 60px; }
    #basket .quantity input {
      width: 30px;
      _width: 50px;
      padding: 10px; }
  #basket .price {
    width: 100px;
    font-size: 1.4em;
    text-align: right; }
  #basket .recalculate {
    text-align: right; }
  #basket #points {
    width: 35px; }
  #basket #go-to-order {
    margin: 30px;
    float: right;
    display: block;
    width: 122px;
    height: 32px;
    background: transparent url("/images/objednat.png") no-repeat left top; }
    #basket #go-to-order:hover {
      background-position: left bottom; }
  #basket .discounts {
    margin: 30px 0; }
    #basket .discounts .description {
      width: 258px;
      color: #888; }
  #basket .remove {
    display: block;
    width: 23px;
    height: 23px;
    background: #FFF url("/images/kosik_delete.png") no-repeat; }
  #basket .add-points {
    display: none; }

/* profil uzivatele */
#user-profile .page {
  margin-bottom: 20px;
  float: left; }
  #user-profile .page h2 {
    margin-top: 0; }
  #user-profile .page .orders {
    width: 800px; }
    #user-profile .page .orders th {
      background: #EEE;
      padding: 10px; }
    #user-profile .page .orders td {
      padding: 10px; }
#user-profile .menu {
  float: left;
  width: 150px;
  padding: 0 10px;
  line-height: 160%; }

.profile_address .submit {
  display: block; }

/* drobeckova navigace */
#breadcrumb {
  margin-bottom: 15px; }

/* proces objednavky */
#order_process .order-transport table {
  margin: 30px 0; }
#order_process .order-transport .gray {
  color: #8B8B8B; }
#order_process .order-transport tr td {
  border-bottom: 1px solid #DDD; }
#order_process .order-transport tr:last-child td {
  border-bottom: none; }
#order_process .order-transport td {
  padding: 10px; }
#order_process .order-transport .name {
  width: 500px;
  font-size: 1.5em; }
  #order_process .order-transport .name.title {
    padding: 23px 0; }
#order_process .order-transport .ico {
  padding: 23px 10px 23px 70px; }
#order_process .order-transport .ico-delivery {
  background: transparent url("/images/iko_delivery.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-post {
  background: transparent url("/images/iko_posta.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-personal {
  background: transparent url("/images/iko_osobni.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-ceskaposta {
  background: transparent url("/images/iko_posta.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-prepravnispoleconst {
  background: transparent url("/images/delivery.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-zasilkovna {
  background: transparent url("/images/zasilkovna.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-osobni-odber {
  background: transparent url("/images/iko_osobni.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-platba-predem {
  background: transparent url("/images/banking.png") no-repeat 0% 50%; }
#order_process .order-transport .ico-dobrika, #order_process .order-transport .ico-hotovost {
  background: transparent url("/images/cash.png") no-repeat 0% 50%; }
#order_process .order-transport .price {
  width: 200px;
  text-align: right;
  font-size: 1.5em; }
#order_process .order_address #billing-element, #order_process .order_address #delivery-element, #order_process .order_address #note_group-element {
  -webkit-margin-start: 0; }
  #order_process .order_address #billing-element dl, #order_process .order_address #delivery-element dl, #order_process .order_address #note_group-element dl {
    float: left;
    clear: left; }
  #order_process .order_address #billing-element dd, #order_process .order_address #delivery-element dd, #order_process .order_address #note_group-element dd {
    float: left; }
#order_process .order_address #billing_last_name-label,
#order_process .order_address #billing_phone-label,
#order_process .order_address #billing_town-label,
#order_process .order_address #billing_vat-label,
#order_process .order_address #delivery_last_name-label,
#order_process .order_address #delivery_phone-label,
#order_process .order_address #delivery_town-label {
  clear: none; }
#order_process .order_address #customer_note-element {
  clear: left;
  margin-left: 0; }
  #order_process .order_address #customer_note-element textarea {
    height: 100px; }
#order_process #order_process_steps {
  margin: 10px 0 30px;
  background: transparent url("/images/doprava_platba.png") no-repeat; }
  #order_process #order_process_steps ul {
    margin: 0; }
  #order_process #order_process_steps li {
    list-style: none;
    float: left; }
    #order_process #order_process_steps li a, #order_process #order_process_steps li strong {
      font-size: 1.3em;
      padding: 18px;
      display: block; }
    #order_process #order_process_steps li a {
      color: #D7AD30; }
    #order_process #order_process_steps li strong {
      color: #453B17; }
  #order_process #order_process_steps .head_step_1 {
    width: 150px; }
  #order_process #order_process_steps .head_step_2 {
    width: 155px; }
  #order_process #order_process_steps .head_step_3 {
    width: 125px; }

/* homepage */
#homepage .left {
  float: left;
  width: 513px;
  margin-bottom: 40px; }
  #homepage .left .left {
    float: left;
    width: 229px; }
  #homepage .left .right {
    float: left;
    margin-left: 55px;
    width: 229px; }
#homepage .right {
  margin-bottom: 40px;
  float: left;
  margin-left: 48px;
  width: 211px; }
#homepage .text h3 {
  background: #FFDA64;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFDA64', endColorstr = '#FFDA64');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDA64), to(#D7AE41));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #FFDA64, #D7AE41);
  /* for firefox 3.6+ */
  font-size: 3em;
  color: #045F3C;
  margin: 0 0 10px 0; }
#homepage .text p {
  margin: 10px 0 30px; }

.banner_homepage {
  position: relative; }
  .banner_homepage .container.banner {
    width: 772px !important;
    height: 226px; }
    .banner_homepage .container.banner img {
      width: 772px;
      height: 226px; }
  .banner_homepage #nav {
    width: 100%;
    text-align: center;
    margin-top: 15px; }
    .banner_homepage #nav a {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      position: relative;
      z-index: 100;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-right: 3px;
      width: 14px;
      height: 14px;
      background: #FADA63;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FADA63', endColorstr = '#FADA63');
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#FADA63), to(#f8ce32));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #FADA63, #f8ce32);
      /* for firefox 3.6+ */ }
      .banner_homepage #nav a.activeSlide {
        background: #2D5F3C;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2D5F3C', endColorstr = '#2D5F3C');
        /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#2D5F3C), to(#1d3c26));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #2D5F3C, #1d3c26);
        /* for firefox 3.6+ */ }
      .banner_homepage #nav a span {
        display: none; }

/* katalog */
#product-folder h1 {
  font-size: 4em; }

/* footer */
.footer_menu {
  margin: 0 0 10px 0; }
  .footer_menu li {
    display: inline-block;
    *z-index: 1;
    *display: inline; }
    .footer_menu li a {
      margin: 10px 10px 10px 0; }

.footer_menu_bigger {
  font-size: 130%; }

.btn-recalculate {
  display: block;
  border: none;
  width: 141px;
  height: 32px;
  background: transparent url("/images/prepocitat.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-recalculate:hover {
    background-position: left bottom; }

.btn-order {
  display: block;
  border: none;
  width: 122px;
  height: 32px;
  background: transparent url("/images/objednat.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-order:hover {
    background-position: left bottom; }

.btn-continue {
  display: block;
  border: none;
  width: 122px;
  height: 32px;
  background: transparent url("/images/pokracovat.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-continue:hover {
    background-position: left bottom; }

.btn-confirm {
  display: block;
  border: none;
  width: 152px;
  height: 32px;
  background: transparent url("/images/potvrdit_objednavku.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-confirm:hover {
    background-position: left bottom; }

.btn-confirm-simple {
  color: transparent;
  display: block;
  border: none;
  width: 104px;
  height: 32px;
  background: transparent url("/images/potvrdit.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-confirm-simple:hover {
    background-position: left bottom; }

.btn-add {
  display: block;
  border: none;
  width: 137px;
  height: 38px;
  background: transparent url("/images/koupit.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-add:hover {
    background-position: left bottom; }

.btn-register {
  display: inline-block;
  border: none;
  width: 122px;
  height: 32px;
  background: transparent url("/images/registrovat.png") no-repeat left top;
  cursor: pointer;
  cursor: hand; }
  .btn-register:hover {
    background-position: left bottom; }

.center {
  text-align: center; }

.places {
  margin-bottom: 30px; }
  .places .places-place {
    width: 30%;
    float: left; }
  .places .places-place-1 {
    clear: left; }

.article .article_body {
  float: left;
  width: 550px; }
  .article .article_body .article_text .float_left {
    margin: 0 20px 20px 0; }
.article .article_misc {
  float: left;
  width: 220px; }

.article-header .article-header-image {
  float: left;
  width: 70px;
  margin: 0 20px 20px 0; }
.article-header .article-header-perex {
  float: left;
  width: 600px; }

.conditions li {
  list-style-type: lower-alpha; }

#homepage .center {
  margin-bottom: 50px; }

.products-wrapper:after {
  content: "";
  display: table;
  clear: both; }
.products-wrapper .product {
  float: left;
  width: 22%;
  margin-right: 4%; }
  .products-wrapper .product.last {
    margin-right: 0; }

.table-relative {
  position: relative; }

.ui-dialog {
  width: 600px !important;
  top: 400px !important; }

.ui-widget-header {
  background: #F6BF00 !important; }

.ui-dialog-content {
  background: #FFFFFF !important; }

.my-modal {
  display: none; }
  .my-modal select {
    width: 70% !important;
    margin: 15px auto;
    height: 40px; }
  .my-modal a {
    display: block !important; }
  .my-modal .choose-branch-submit {
    background: #F6BF00;
    width: 200px;
    padding: 10px 15px;
    margin: auto; }
    .my-modal .choose-branch-submit:hover {
      background: #FEEAB0; }

.products-homepage-list .product_header {
  width: 240px;
  margin: 0 30px 30px 0; }
  .products-homepage-list .product_header .left, .products-homepage-list .product_header .right {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important; }
  .products-homepage-list .product_header .left {
    float: left !important;
    width: 80px !important; }
    .products-homepage-list .product_header .left img {
      width: 100%; }
  .products-homepage-list .product_header .right {
    float: right !important;
    width: 160px !important;
    position: relative;
    min-height: 250px; }
    .products-homepage-list .product_header .right .product-volume-count, .products-homepage-list .product_header .right .product-volume, .products-homepage-list .product_header .right p {
      display: none; }
    .products-homepage-list .product_header .right .catalog-id {
      display: inline-block;
      position: absolute;
      bottom: 0;
      min-height: 10px;
      right: 0; }
    .products-homepage-list .product_header .right form {
      position: absolute;
      bottom: 35px; }
    .products-homepage-list .product_header .right .add #add {
      position: relative;
      right: -10px; }
  .products-homepage-list .product_header .quantity {
    width: 10px !important; }
  .products-homepage-list .product_header #id {
    float: right; }
  .products-homepage-list .product_header:nth-child(3n+3) {
    margin: 0 0 30px; }

.modal-cell {
  display: none; }

#code {
  padding: 5px; }

.d-inline-block {
  display: inline-block; }
