html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    
}
.footerLink {
  color: #000;
}

.nav-link:hover, .footerLink:hover  {
  color: #f52a2a !important; 
}

.page-header {
  color: #000;
  font-size: 1.5em;

}

.chickFilaText{
  position: relative;
  top: 40px;
  left: 90px;
  color: rgb(228, 0, 0);
  font-size: .9em;; 
}

/* Spacers Begin */

.spacer-20 {
    height: 20px;
}

.spacer-40 {
    height: 40px;
}
.spacer-60 {
    height: 60px;
}
.spacer-80 {
    height: 80px;
}
.spacer-100 {
    height: 100px;
}
/* Spacers end */



.deal_bar {
    width: 100%;
}

.deal_emoji {
    font-size: 1.1em;
}

.deal_text {
    font-size: 1em;
}

.txt-shdw {
    text-shadow: 1px 1px 2px #000000;
}



.card-height {
    height: 100px;
}

.cardInfo {

}

.card-title {
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 20px;
}

.card-body {
  height: 500px;
}

.buy_button {
  margin: 0 auto;
  padding: 0;
}



.desc-box {
    margin: 0 !important;
    padding: 0 !important;
    background-image: linear-gradient(to bottom right,  #6e7172,#4d5155);
    /* background-image: linear-gradient(to bottom right,  #a8b1b4,#4d5155); */
    /* background-image: linear-gradient(to bottom right, #f52a2a, #861511); */
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    color: white;
    font-family: sans-serif;
    font-weight: 400;
    z-index: 1;
  }

  .button {
    padding-bottom: 20px;

    
  }
  
  .desc-box * {
    z-index: 2;
  }
  
  h1 {
    font-family: Montserrat, sans-serif;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .bg-shapes {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 5076px;
    background-size: 100%;
    animation: 120s infiniteScroll linear infinite;
    background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
  }

  .itemGrid {
    padding-bottom: 10px;
  }
  
  @-webkit-keyframes infiniteScroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, -1692px, 0);
      transform: translate3d(0, -1692px, 0);
    }
  }
  
  @keyframes infiniteScroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, -1692px, 0);
      transform: translate3d(0, -1692px, 0);
    }
  }
  

  .footerNav {

    
  }

#footerLogo {
    height: 56px;
}

.storeInfo {
  list-style-type: none;
}


/* Most Popular Section */
    

/* Most Popular Section End */

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .chickFilaText{
    position: relative;
    left: 200px;
    color: rgb(228, 0, 0);
    font-size: 1.5em;;
    
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .card-title {
    font-size: 1.5em;
  }

  .chickFilaText{
    position: relative;
    top: -50px;
    left: 220px;
    color: rgb(228, 0, 0);
    font-size: 1.5em;;
    
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .card-title {
    font-size: 1.5em;
  }

  .chickFilaText{
    position: relative;
    top: -130px;
    left: 220px;
    color: rgb(228, 0, 0);
    font-size: 1.5em;;
    
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
  .card-title {
    font-size: 1.5em;
  }
}