/* 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
 */

/* Custom Styling for CSS-Less Rockettheme templates */
@-moz-keyframes blinker {
  /* line 3, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 4, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  50% {
    opacity: 0;
  }
  /* line 5, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  /* line 9, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 10, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  50% {
    opacity: 0;
  }
  /* line 11, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  /* line 15, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 16, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  50% {
    opacity: 0;
  }
  /* line 17, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  100% {
    opacity: 1;
  }
}
/* line 19, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.g-logo.edger-logo {
  font-family: "Arial", sans-serif !important;
  color: #228ba5 !important;
  text-transform: lowercase !important;
  font-size: 38px;
}
/* line 20, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
#hikashop_cart span.hikashop_product_price {
  font-size: 100%;
}
/* line 21, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.hikashop_product_options_table option:disabled {
  display: none;
}
/* line 22, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.hikashop_product_name_main {
  font-size: 85% !important;
}
/* line 23, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.hikashop_compare_table .hikashop_product_quantity_field, .hikashop_compare_table .hikashop_product_quantity_field_change {
  display: none !important;
}
/* line 24, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
#hikashop_compare_tr_cart {
  display: none;
}
/* line 25, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.hikashop_compare_table .hikashop_product_weight_main {
  display: none;
}
/* line 26, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.alert {
  background-color: #fff;
  border-color: #e1262f;
  color: #e1262f;
  font-weight: bold;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/* line 40, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
.alert, .alert h4, .text-warning {
  color: #e1262f;
  font-size: 150%;
}
/* Large Display */
/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 48, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  .hikashop_product_main_image_subdiv {
    max-width: 100%;
  }
}
/* Tablets */
/* Smartphones to Tablets */
/* Smartphones */
@media only screen and (max-width: 480px) {
  /* line 64, /home4/mmatter/public_html/templates/rt_ambrosia/custom/scss/custom.scss */
  #g-slideshow {
    margin-top: 0;
  }
}
