.deca-products .thumbnail-container {
  border-radius: 6px;
  border: 1px solid #eaeaea;
  margin: 4px;
}

.deca-products .thumbnail-top {
  padding: 12px 12px 4px 12px;
  text-align: center;
}

.deca-products .items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.deca-products .item-card {
  width: 25%;
}

@media (max-width: 425px) {
  .deca-products .items-container {
    display: block;
  }
  .deca-products .item-card {
    width: 100%;
  }
}

.deca-products img {
  max-width: 100%;
}

.deca-products .button {
  background: #3481be;
  color: #fff;
  padding: 12px;
  line-height: 15px;
  display: block;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.deca-products .deca-products {
  text-align: center;
}

.deca-products a {
  color: #3481be;
  font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}

.deca-products a:hover {
  text-decoration: none;
}

.deca-products .product-desc {
  margin-top: 10px;
  margin-bottom: 4px;
  min-height: 32px;
}

.deca-products .product-price-and-shipping {
  text-align: center;
  padding: 4px 12px;
  border-top: 1px solid #eaeaea;
}

.deca-products .price {
  position: relative;
  top: -10px;
  color: #000;
  font-weight: 700;
  font-size: 10px;
  margin-right: 2px;
}
.deca-products .price-tag {
  color: #232323;
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
}

.deca-products a.btn {
  color: #fff !important;
  background-color: #3481be;
  border-radius: 0;
  margin-top: 10px;
}

.DECA_CATEGORY, main .page-content .instagram-container ul {
  list-style: none;
}
.DECA_CATEGORY .subcategory {
  display: none;
  z-index: 10;
  background: white;
}
main .page-content .DECA_CATEGORY ul, main .page-content .instagram-container ul {
  margin-bottom: 0;
  padding-left: 0;
}
.map--store-locator {
  height: 500px;
}
.controls {
    width: 100%;
    padding: 10px;
}
.modal--store-map .map--store-locator {
  height: 300px;
}
.modal--store-map li {
   border-bottom: 1px solid #eee;
    padding: 10px;
}
.modal--store-map li img {
  margin-right: 10px;
  width: 30px;
}
.video-background {
  overflow: hidden;
  height: 460px;
  position: relative;
}
.video-foreground {
  height: 300%;
  top: -50%;
  position: absolute;
  width: 100%;
}
@media (min-width: 426px) {
  .video-background {
    height: 600px;
  }
}
@media (max-width: 425px) {
  .DECA_CATEGORY .level1 > li { 
      border-bottom: 1px solid #c1c1c1;
    }
}
@media (min-width: 768px) {
  .DECA_CATEGORY .subcategory {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    position: absolute;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}