body {
  background-color: #e9ebee; }

.row {
  margin: 0; }

.main-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.main-row {
  border: #d6d6d6 solid 1px;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important; }
  .main-row .period {
    display: flex;
    align-items: center; }
    .main-row .period p {
      margin: 0 !important;
      color: #1e60ad;
      font-size: 18px; }
  .main-row .title {
    font-size: 19px; }
  .main-row .name {
    margin: 0 !important; }
  .main-row .letter {
    margin: 1rem;
    border-bottom: #d6d6d6 solid 1px; }
  .main-row .brand,
  .main-row .period,
  .main-row .main-img {
    margin-top: 1rem; }

.product-grid {
  padding: 0 1rem; }
  .product-grid .product-box {
    text-align: center; }
    .product-grid .product-box a {
      text-decoration: none !important; }
    .product-grid .product-box .product-name {
      text-decoration: none;
      color: #000;
      font-size: 20px;
      font-weight: bold; }
    .product-grid .product-box .product-details {
      color: #656565; }
    .product-grid .product-box .promotion {
      color: #ee3124;
      font-size: 20px;
      margin-bottom: 3rem !important; }

.promotion-footer {
  width: 100%; }
  .promotion-footer .footer-box {
    display: grid;
    justify-content: center; }
    .promotion-footer .footer-box .category a {
      color: #656565;
      text-decoration: none; }
  .promotion-footer .prom-box {
    background: #00aeef;
    margin-top: 1rem;
    padding: 2rem; }
    .promotion-footer .prom-box p {
      margin: 0;
      color: #fff;
      font-weight: bold;
      width: 80%; }
  .promotion-footer .prom-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-left: 1rem; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-container {
    width: 740px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .main-container {
    width: 960px; } }

@media (max-width: 767.98px) {
  .main-container {
    padding: 0; }
  .main-row {
    margin: 1rem; }
  .prom-box {
    margin: 0; }
  .footer-box {
    margin-bottom: 2rem;
    display: block !important; }
  .prom-box p {
    text-align: center;
    width: 100% !important;
    margin-bottom: 1rem !important; }
  .prom-box .icons {
    text-align: center; } }

@media (min-width: 1260px) {
  .main-container {
    width: 1220px; } }

/*# sourceMappingURL=maps/promotions.css.map */
