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

/* Adding Font Manifold Extended CF */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@font-face {
  font-family: "ManifoldExtendedCFLight";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ManifoldExtendedCF-Light.eot#iefix') format("embedded-opentype"), url('../fonts/ManifoldExtendedCF-Light.woff2') format("woff2"), url('../fonts/ManifoldExtendedCF-Light.woff') format("woff"), url('../fonts/ManifoldExtendedCF-Light.ttf') format("truetype"), url('../fonts/ManifoldExtendedCF-Light.svg#ManifoldExtendedCFLight') format("svg");
}
.font-family-manifold-light {
  font-family: "ManifoldExtendedCFLight", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ManifoldExtendedCFThin";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ManifoldExtendedCF-Thin.eot#iefix') format("embedded-opentype"), url('../fonts/ManifoldExtendedCF-Thin.woff2') format("woff2"), url('../fonts/ManifoldExtendedCF-Thin.woff') format("woff"), url('../fonts/ManifoldExtendedCF-Thin.ttf') format("truetype"), url('../fonts/ManifoldExtendedCF-Thin.svg#ManifoldExtendedCFThin') format("svg");
}
.font-family-manifold-thin {
  font-family: "ManifoldExtendedCFThin", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
}
@font-face {
  font-family: "ManifoldExtendedCFRegular";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ManifoldExtendedCF-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/ManifoldExtendedCF-Regular.woff2') format("woff2"), url('../fonts/ManifoldExtendedCF-Regular.woff') format("woff"), url('../fonts/ManifoldExtendedCF-Regular.ttf') format("truetype"), url('../fonts/ManifoldExtendedCF-Regular.svg#ManifoldExtendedCFRegular') format("svg");
}
.font-family-manifold {
  font-family: "ManifoldExtendedCFRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Air Conditioner";
  font-style: normal;
  font-weight: 400;
  src: local("Air Conditioner"), local("AirConditioner-Regular"), url('../fonts/air-conditioner.woff') format("woff"), url('../fonts/air-conditioner.ttf') format("truetype");
}
.font-family-airconditioner {
  font-family: "Air Conditioner";
}
.denali-logo .g-content {
  padding: 0;
  padding-left: 30px;
}
.single-product {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid whitesmoke;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.single-product-head {
  border-bottom: 1px solid whitesmoke;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.product-introtitle {
  font-weight: 300;
  color: #fcc201;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: none !important;
}
.product-title {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: none !important;
}
.ms-breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #0f0f0f;
}
.ms-article {
  position: relative;
  border: 5px solid transparent;
  opacity: 0.75;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ms-article:hover, .ms-article:focus {
  opacity: 1;
  transform: scale(1.01, 1.01);
  border: 5px solid #fcc201;
  border-top-left-radius: 100% 20px;
  border-bottom-right-radius: 100% 20px;
}
.ph-dropdown-custom {
  background: #333;
  font-size: 75%;
  color: #fff;
}
.ph-nav {
  display: flex;
  justify-content: center;
}
a.btn {
  display: inline-block;
  font-family: "Jura";
  font-weight: 500;
  color: #644d00;
  font-size: 1vw;
  background: #fcc201;
  margin: 0 0 0.5rem 0;
  border: 2px solid transparent;
  padding: 0.4rem 2rem;
  padding-bottom: 0.45rem;
  border-radius: 2rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 90rem) {
  a.btn {
    font-size: 0.9rem;
  }
}
a.btn:hover, a.btn:active, a.btn:focus {
  background: transparent;
  border-color: #fcc201;
  color: #fcc201;
}
.btn-border {
  border: 2px solid transparent;
}
.btn-border:hover, .btn-border:active, .btn-border:focus {
  background: transparent;
  border-color: #fcc201;
  color: #fcc201;
}
.span1-5 {
  width: 75px;
}
.ph-inverse {
  filter: invert(100%);
}
#cartico {
  background: url('../../../../images/ico/icons8-shopping-cart-30.png') left top;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
}
#save {
  background: url('../../../../images/ico/icons8-save-30.png') left top;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
}
/*# sourceMappingURL=custom__body_only.css.map */