html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Fenix', serif;
  font-weight: lighter;
  background: #000000;
}

/* NAVIGATION BAR */

.nav {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.nav.scrolled {
  background-color: #00000c !important;
  transition: background-color 300ms linear;
}

.menu-open {
  position: absolute;
  line-height: 60px;
  left: 1.4em;
  color: silver;
}

.menu-open:hover {
  color: whitesmoke;
  cursor: pointer;
}

.brand span a {
  position: absolute;
  line-height: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: initial;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  color: silver !important;
}

.brand a:hover {
  text-decoration: none;
}

.buyBtn {
  position: absolute;
  top: 1em;
  right: 1.4em;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  color: silver;
}

.buyBtn button {
  background: #000000;
  color: silver;
  border: 2px solid rgba(224, 224, 224, 0.1);
  background-repeat: no-repeat;
  background-position: -120px -120px, 0 0;

  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );

  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;

  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}

.buyBtn button:hover {
  background-position: 0 0, 0 0;

  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* MENU */

.menu {
  position: fixed;
  z-index: 2;
  width: 30%;
  left: -30%;
  height: 100vh;
  background: #00000c;
  border-right: 1px solid rgba(224, 224, 224, 0.1);
}

@media (max-width: 900px) {
  .menu {
    width: 100%;
    left: -100%;
  }
}

.menu-close {
  position: relative;
  line-height: 60px;
  float: right;
  margin-right: 20px;
  color: silver;
}

.menu-close:hover {
  color: whitesmoke;
  cursor: pointer;
}

.menu ul {
  list-style: none;
  position: relative;
  top: 40%;
  left: 10%;
  transform: translate(0%, -50%);
}

.menu ul li {
  padding-bottom: 20px !important;
}

.menu ul li a {
  font-size: 12px;
}

.menu ul li a:hover {
  text-decoration: none;
  color: silver !important;
}

.media-menu {
  position: relative;
  top: 50%;
}

.media-menu ul li {
  display: inline-block;
  padding-right: 10px;
  color: gray;
}

.media-menu ul li:hover {
  color: silver;
  cursor: pointer;
}

/* HERO SECTION */

.hero-section {
  height: 100vh;
}

.hero-left {
  height: 100vh;
  background: #00000c;
}

.hero-right {
  background: #000000;
}

.tagline {
  position: absolute;
  margin-top: 130px;
  margin-left: 40px;
  font-family: 'Fenix', serif;
  font-size: 24px;
  font-weight: 300;
  color: silver;
}

a {
  color: grey !important;
  font-family: 'Fenix', serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.shipping {
  position: absolute;
  bottom: 30px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 300;
  color: silver;
}

.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobileHero {
  display: none;
}

img {
  width: 100%;
}

.scroll-down {
  position: absolute;
  left: 47%;
  bottom: 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

@media (max-width: 900px) {
  .scroll-down {
    bottom: 370px;
    left: 45%;
  }
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

/* Defining general properties for media icons used across the template */

.media {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin-right: 20px;
}

.media ul {
  list-style: none;
}

.media ul li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 900px) {
  .hero-image {
    display: none;
  }

  .hero-section {
    height: 60vh;
  }

  .hero-left {
    height: 60vh;
  }

  .shipping {
    margin-left: 40px;
    padding-top: 30px;
  }

  #mobileHero {
    display: block;
    height: 500px;
  }

  .media {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .media ul {
    margin-right: 0;
  }

  .shop {
    margin-top: 30px;
  }
}

/* SECTON BASIC */

.section {
  padding: 80px 40px;
}

.section p {
  font-family: 'Fenix', serif;
  font-size: 24px;
  font-weight: 300;
}

/* PRODUCT / BANNER SEC */

.prod {
  margin-top: 20px;
}

.prod:hover a {
  text-decoration: none !important;
}

#prod-desc {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 390;
  color: rgb(216, 216, 216);
}

.prod-sec {
  width: 100%;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
  background: #00000c;
  margin: 0 !important;
  color: silver;
  height: 80vh;
}

.prod-img {
  background: linear-gradient(rgba(0, 0, 14, 0.212), rgba(0, 0, 14, 0.212)),
    url('/images/single-prod.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-sec a {
  color: silver !important;
}

.prod-sec p {
  font-family: 'Fenix', serif;
  font-size: 24px;
  font-weight: 300;
}

.blackBg {
  background: #000000;
  color: silver;
}

.blackBg a {
  color: silver !important;
}

.prod-name {
  color: silver;
  font-size: 16px;
}

.prod-name:hover {
  color: whitesmoke;
}

@media (max-width: 900px) {
  .prod-sec {
    padding-left: 30px;
    width: 100%;
    border: none;
  }

  .prod-img {
    margin-right: 20px;
    min-height: 160px;
  }

  .shop {
    padding: 0 0 80px 30px;
  }
}

#price {
  font-family: 'Fenix', serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.prod-list {
  background: #000000;
  border-top: 1px solid rgba(224, 224, 224, 0.1);
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.prod-list #prod-desc {
  font-family: 'Fenix', serif;
  color: grey;
}

/* FOOTER */

.footer {
  padding: 20px 0;
  background: #00000c;
  color: whitesmoke;
}

.block {
  margin-top: 40px;
}

.footer .media {
  top: 20px !important;
}

footer p {
  text-align: center;
  font-family: 'Fenix', serif;
  font-size: 16px !important;
}

footer li:hover {
  cursor: pointer;
  color: silver;
}

/* copyright-area */
.copyright-area {
  background: #00000c;
  color: whitesmoke;
  border-top: 1px solid rgba(224, 224, 224, 0.1);
}
.copyright p {
  margin: 0;
  padding: 10px;
  font-size: 12px !important;
}

.copyright p a {
  color: silver !important;
  text-transform: initial;
  text-decoration: none;
}

#brand {
  font-size: 13px !important;
}

/* SHOP Page */

.whitespaces {
  height: 100px;
  background: #000;
}

.collection {
  padding: 40px 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
  background: #000;
}

.collection #heading {
  font-family: 'Fenix', serif;
  font-size: 20px;
  margin-left: 50px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px rgb(78, 67, 0);
  color: silver;
}

#heading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.collection .section {
  margin: -50px 0;
}

.prod-img-1 {
  background: linear-gradient(rgba(0, 0, 14, 0.212), rgba(0, 0, 14, 0.212)),
    url('/images/single-prod-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hide {
  display: none;
}

.shop {
  color: silver;
}

.shop a {
  color: silver !important;
}

/* PRODUCT PAGE */

.product-sec {
  padding-top: 60px;
  height: 100vh;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

@media (max-width: 900px) {
  .prod-sec {
    padding-bottom: 160px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.1);
  }

  .prod-img-1 {
    background: linear-gradient(rgba(0, 0, 14, 0.212), rgba(0, 0, 14, 0.212)),
      url('/images/single-prod-1-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
  }
}

.prod-left {
  border-right: 1px solid rgba(224, 224, 224, 0.1);
}

.prod-right {
  color: silver;
}

.prod-opt {
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}

#prod-name {
  font-family: 'Fenix', serif;
}

.prod-opt #price {
  padding: 16px 0;
}

.prod-opt p {
  color: silver;
  font-family: 'Fenix', serif;
}

.input-helper {
  position: relative;
  display: inline-block;
  font-family: 'Fenix', serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
}

.input-helper:before {
  content: '';
  display: block;
  position: absolute;
}

.input-helper--radio {
  padding-left: 18px;
}

.input-helper--radio:before {
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgb(224, 224, 224);
}

input[type='checkbox'] {
  display: none;
  background: silver;
}

input[type='checkbox']:checked + label:before {
  background: whitesmoke;
}

.product-sec ::placeholder,
input {
  font-family: 'Fenix', serif;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 4px;
  padding-left: 10px;
  padding-bottom: 3px;
  background: rgba(0, 0, 14, 0.212);
  color: whitesmoke;
}

.product-sec input {
  width: 130px;
}

@media (max-width: 900px) {
  .product-sec .hero-image {
    margin-top: 65%;
    display: block !important;
    height: 100vh;
  }

  .prod-opt {
    padding-top: 30px;
  }
}

.add-prod {
  margin: 50px 0;
}

.add-prod a {
  padding: 20px 40px;
  background: #000;
  font-weight: 300;
  letter-spacing: 4px;
  color: whitesmoke !important;
  text-decoration: none;
  border: 1px solid rgba(224, 224, 224, 0.247);
  background-repeat: no-repeat;
  background-position: -150px -150px, 0 0;

  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );

  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;

  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}

.add-prod a:hover {
  text-decoration: none;
  background-position: 0 0, 0 0;

  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* ABOUT PAGE */
.hero {
  height: 400px;
  background: #00000c;
  position: relative;
}

#hero-title {
  position: absolute;
  font-family: 'Fenix', serif;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: silver;
}

.content {
  margin: 80px 0;
  width: 65% !important;
}

@media (max-width: 900px) {
  .content {
    width: 90% !important;
  }
}

.content p {
  font-family: 'Fenix', serif;
  font-weight: 300;
}

#blockquote {
  font-family: 'Fenix', serif;
  font-style: italic;
  font-size: 24px;
  padding: 30px 20px;
  margin: 10px 0;
  border: 1px solid rgba(224, 224, 224, 0.1);
}

.about-hero {
  background: #000000;
  color: silver;
}

/* CONTACT */

form label,
textarea {
  font-family: 'Fenix', serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.form-control {
  box-shadow: none !important;
  text-transform: capitalize;
}

form input,
textarea {
  border-radius: 0% !important;
}

form input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid rgba(224, 224, 224, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
  -moz-appearance: textfield; /* Firefox */
}
