/*! Custom styles for this template */
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget-heading {
  margin-top: 0;
}
.widget .slider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget .btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  width: 32px;
}
.store-content {
  max-width: 1920px;
}
.products {
  list-style: none;
  margin: 0 -15px;
  padding-left: 0;
}
.products:before,
.products:after {
  content: " ";
  display: table;
}
.products:after {
  clear: both;
}
.product {
  float: left;
  margin-bottom: 30px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}
.product-details {
  padding: 10px;
  text-align: center;
}
.product-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.product-rating {
  color: #ddd;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.product-rating .icon.active {
  color: #f6b63a;
}
.product-price {
  color: #777;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}
.product-price-current {
  margin-left: 5px;
  margin-right: 5px;
}
.product-price-old {
  color: #808080;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-price-range {
  text-align: right;
}
.modal-dialog {
  background-color: #fcfcfc;
  margin: 0;
  min-height: 100%;
  width: 260px;
}
.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.divider {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .layout-content-body {
    -webkit-animation-duration: 0;
         -o-animation-duration: 0;
            animation-duration: 0;
    -webkit-animation-fill-mode: none;
         -o-animation-fill-mode: none;
            animation-fill-mode: none;
    -webkit-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
  }
  .modal-dialog {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .product:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .store-sidebar {
    display: block;
    float: left;
    width: 220px;
  }
  .modal {
    bottom: auto;
    display: block !important;
    left: auto;
    overflow: visible;
    position: static;
    right: auto;
    top: auto;
    z-index: auto;
  }
  .modal-dialog {
    width: auto;
  }
  .modal-body {
    padding: 0;
  }
  .modal-open {
    overflow: visible;
    padding-right: 0 !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  .store-content {
    margin-left: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product {
    width: 33.33333333%;
  }
  .product:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .product {
    width: 25%;
  }
  .product:nth-child(4n+1) {
    clear: both;
  }
}
