/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

table {
  border: none;
}
td {
  border: none;
}
tr {
  border: none;
}
div.front_message {
  display: none;
}
div.front_title resource_name {
  font-size: 36px !important;
}
span.front_price_label {
  font-size: 26px;
  line-height: 40px;
}
span.front_price_data {
  font-size: 26px;
}
#g-mainbar > div > div > div > div > div > div > div > div.front_title.resource_name {
  font-size: 36px;
}
div.front_title2 {
  font-size: 22px;
}
div.front_input_label {
  font-size: 22px;
}
div.jd_back_button {
  display: none;
}
div.jd_top_navi_item {
  display: none;
}
div.jd_top_navi_catbox {
  display: none;
}
div.jd_summary_title {
  display: none;
}
#g-mainbar > div > div > div > div > div > div > div > form > input[type=image]:nth-child(14) {
  padding-top: 20px;
  width: 240px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.div-table {
  display: table;
  width: auto;
  border: 1px solid #666666;
  border-spacing: 5px;
  /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
}
.div-table-col1 {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 50%;
  float: left;
}
.div-table-col2 {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 50%;
  float: right;
}
@media (max-width: 767px) {
  .div-table .div-table-row {
    display: flex;
    flex-direction: column;
  }
  .div-table.reverse_order .div-table-row {
    flex-direction: column-reverse;
  }
  .div-table .div-table-row .div-table-col1, .div-table .div-table-row .div-table-col2 {
    width: 100%;
    float: none;
  }
}
#eshop-main-container > div.product-info > div.row-fluid > div.span8 > div:nth-child(1) > div > div.product-manufacturer {
  display: none;
}
#product-dynamic-info > div {
  display: none;
}
#eshop-main-container > div.product-info > div.row-fluid > div.span8 > div.row-fluid.product-cart.clearfix > div > div {
  display: none;
}
/*# sourceMappingURL=custom_11.css.map */