/** Shopify CDN: Minification failed

Line 10:13 Expected ")" to end URL token
Line 14:13 Expected ")" to end URL token
Line 18:13 Expected ")" to end URL token

**/
@font-face {
  font-family: "Arial";
  src: url({{"arial.ttf"|asset_url}}) format("truetype");
}
@font-face {
  font-family: "Helvetica";
  src: url({{"helvetica.otf"|asset_url}}) format("opentype");
}
@font-face {
  font-family: "Gotham Black";
  src: url({{"Gotham-Black.ttf"|asset_url}}) format("truetype");
}
.collection-page .collection-page__header {
  align-items: end;
  margin-bottom: 30px;
  margin-top: 30px;
}
.col-head {
  border: 0;
  border-bottom: 1px solid #5a5151;
  margin: 0 10px 30px;
}
.collection-head h2.collection-page__title {
  padding-left: 0;
}
.product-grid-item.product-grid-item--boxes .product-grid-item__inner {
  box-shadow: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.product-grid-item__info {
  margin-top: 20px !important;
}
.product-grid-item__info * {
  text-align: left !important;
}
.product-grid-item__product-name {
  font-size: 15px !important;
}
.product-grid-item .product-grid-item__price {
  margin-top: 15px;
}
.money.js-product-price {
  color: #fff;
  padding: 7px;
  background: #b2002f;
  font-weight: 800 !important;
  font-family: "Helvetica";
  font-size: 19px;
  letter-spacing: 0px;
}
.list-price {
  color: #787878;
}

.ruk_rating_snippet {
  margin-top: 20px;
}
.collection-page__product {
  /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); */
  padding: 0 5px !important;
  margin-bottom: 10px !important;
}
.collection-page .collection-page__product .product-grid-item {
  border: none;
}
@media only screen and (min-width: 991px) {
  .medium-up-hide {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .small-hide {
    display: none;
  }
}
header.header.shrink .menu_bar {
    background: #000000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .collection-page .collection-page__title {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
