.menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 50px;
}

/* Website Search */
nav .search-container {
  float: right;
}

nav input[type=text] {
  padding: 6px;
  margin-top: 20px;
  font-size: 17px;
  border: none;
  background-color: orange;
  color: #333;
}

nav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 20px;
  margin-right: 16px;
  background: #c08d00d7;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: brown;
}

nav .search-container button:hover {
  background: #ffd900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Website Search End */
nav {
  overflow: hidden;
  background-color: #333;
  display: block;
  background: #333 url(/images/header-footer-bg/particles-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*navigation items a(like buttons)*/
nav a {
  display: block;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
  float: left;
  margin: 0 10px 0 0;
  line-height: 50px;
  position: relative;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ce5c0c;
  border-color: #ce5c0c;
}

nav a:hover {
  background: #ce5c0c;
  color: #f2f2f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 8px 9px darkorange;
  box-shadow: -1px 2px 8px 9px darkorange;
}

nav a.active {
  background-color: darkorange;
  color: white;
}

nav a.active:hover {
  background-color: #ce5c0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

nav .icon {
  display: none;
}

@media screen and (max-width: 992px) {
  /* Website Search */
  nav .search-container {
    float: none;
  }
  nav .search-container input[type=text],
  nav .search-container button {
    float: none;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 10px;
  }
  nav .search-container input[type=text] {
    border: 0.5px solid orangered;
  }
  /*Top container navigation*/
  nav.responsive {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  /*End of search responsive css*/
  nav a:not(:first-child) {
    display: none;
  }
  nav a.icon {
    float: right;
    display: block;
    line-height: 20px;
    padding: 27px;
  }
  nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}

/*End Of mobile responsive css*/
footer {
  position: relative;
  bottom: 0;
  background-image: url("/images/header-footer-bg/hexagonWallGrey.png");
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-distributed {
  background-color: #292c2f;
  -webkit-box-shadow: 0 1px 1px 0 #0000001f;
          box-shadow: 0 1px 1px 0 #0000001f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left {
  width: 40%;
}

.footer-heading {
  /*[Changed] Title of Web font with its default*/
  color: #ffd700;
  font-size: 36px;
  margin: 0;
}

/*Footer Menu Links*/
.footer-distributed .footer-links {
  color: whitesmoke;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  padding: 10px 10px 10px 10px;
}

.footer-distributed .footer-links a:hover {
  background-color: darkgoldenrod;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.footer-links:hover {
  background-color: #80808079;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #6146e6d6;
  text-decoration: none;
}

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Footer social icons - Start */
.footer-distributed .footer-icons {
  margin-top: 25px;
  padding: 10px 50px;
}

.footer-icons:hover {
  background-color: #808080;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#social-icons:hover {
  background-color: darkgoldenrod;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid grey 1px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0%) translateY(-20%);
          transform: translateX(0%) translateY(-20%);
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.mail-box:hover {
  background-color: #808080;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mail-button:hover {
  background-color: darkblue;
  border-radius: 5px;
}

/* Footer social icons - End */
@media (max-width: 992px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}

* {
  font-family: 'Arimo', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-image: url("/images/bg-all-pages/greyHexagon.png");
  background-color: #616161;
  margin: 0 auto;
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-shopping {
  text-align: center;
  margin: 50px auto;
  width: 100%;
  text-decoration: underline;
  font-size: 3vw;
  color: whitesmoke;
}

.container-store {
  border: solid grey 2px;
  background-color: #B5B2B2E6;
  width: 100%;
  color: black;
}

.headline-store {
  font-weight: bolder;
  text-align: center;
  width: 100%;
}

.date-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.pic-store {
  display: block;
  float: left;
}

.pic-store img {
  width: 100%;
  height: 25vh;
}

.text-store,
.pic-store,
.date-store {
  padding: 5px 40px 10px 40px;
  font-size: 3vw;
}

.text-middle {
  padding: 15px 0 0 0;
}

.price-store {
  color: crimson;
  font-weight: 600;
}

.strike {
  text-decoration: line-through;
  color: black;
}

.button {
  background-color: #1c53c9;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 4vw;
  position: relative;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  margin: 10px auto;
  cursor: pointer;
}

.button:hover {
  background-color: #0c22a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bolder;
}

/*Desktop*/
@media only screen and (min-width: 992px) {
  .container-store {
    margin: 0 auto;
    width: 70%;
  }
  .text-store,
  .date-store {
    padding: 5px 40px 10px 40px;
    font-size: 1.5vw;
  }
  .button {
    font-size: 1.5vw;
  }
}
/*# sourceMappingURL=style_home_store.css.map */