* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
  width: 100vw !important;
}
/*Cursor Start*/
.circle {
  border: 2px solid #000;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
  display: none;
}
.circle_inner {
  border: 2px solid #fff;
  border-radius: 50%;
}
/*Cursor End*/
.loader_text {
  -moz-text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  -moz-text-stroke-color: #65ff72 !important;
  -webkit-text-stroke-color: #65ff72 !important;
  -moz-text-stroke-width: 2px !important;
  -webkit-text-stroke-width: 2px !important;
}
.body_overlay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.body_overlay2 {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.body_overlay3 {
  width: 100vw;
  height: 100vh;
  background-color: #65ff72;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  bottom: 100%;
}
#progress {
  height: 3px;
  background: #65ff72;
  position: absolute;
  width: 0;
  top: 50%;
  transition: 1s;
  margin-top: 1.2em;
}
#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.logo {
  position: absolute;
  width: 14em;
  top: 15px;
  left: 15px;
  display: block;
  background: transparent;
  z-index: 1;
  transition: all 0.7s;
}
.links1 {
  margin-top: em;
}
.links1 a {
  color: #fff;
  font-family: "Lato", sans-serif;
  transition: all 0.5s !important;
  font-weight: 600;
  font-size: 4.5rem;
  display: block;
  margin-top: 0em;
  width: auto;
  text-transform: uppercase;
  transition: all 0.5s !important;
  /* margin-bottom: 1em; */
  /* text-align: center; */
}
.links1 a:hover {
  color: #65ff72;
  text-decoration: none;
}
.navigation {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #000;
  z-index: 4;
  overflow-x: hidden;
  justify-content: space-around !important;
  align-items: center !important;
}
.menu-icon {
  width: 40px;
  top: 15px;
  right: 30px;
  position: fixed;
  display: block;
  background: transparent;
  z-index: 1;
  transition: all 0.7s;
  text-align: left !important;
  color: #fff !important;
}
.menu-icon i {
  transition: all 0.7s !important;
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-stroke-color: #000;
  -webkit-text-stroke-color: #000;
  -moz-text-stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
}
.icon2 {
  right: 80px !important;
  top: 25px;
  text-decoration: none !important;
  justify-content: space-around;
}
.icon2 i {
  transition: all 0.7s !important;
}

.icon3 {
  right: 120px !important;
  top: 25px;
  text-decoration: none !important;
  justify-content: space-around;
}
.icon3 i {
  transition: all 0.7s !important;
}
.icon4 {
  right: 160px !important;
  top: 25px;
  text-decoration: none !important;
  justify-content: space-around;
}
.icon4 i {
  transition: all 0.7s !important;
}
.menu-icon .bars {
  transition: all 0.7s;
}
.bars {
  width: 100%;
  background-color: #fff;
  height: 4px;
  z-index: 16;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: block;
  border: 1px solid #000;
}
.b2 {
  width: 50%;
  transition: all 0.7s;
  margin-left: 0;
}
.menu-icon:hover .b2 {
  width: 100%;
  transition: all 0.7s;
}
.menu-icon i {
  text-align: center;
  width: 100%;
  /* margin-top:.4em; */
}
.menu-close-icon {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 18;
  width: 40px;
  transition: all 0.7s;
}
.menu-close-icon:hover {
  transform: rotate(90deg);
}
.cart_img {
  height: 40vh;
  position: absolute;
  top: 50%;
  right: 120%;
  transform: translate(-50%, -50%);
}

#intro {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  min-height: 100vh;
}
#intro_page {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  min-height: 30vh;
}
#intro_page h1 {
  color: #fff;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.intro-h1 {
  font-size: 10em;
  color: #000;
  position: fixed;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* letter-spacing: 1px; */
}
.intro_tagline {
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  position: fixed;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* letter-spacing: 1px; */
}
.last_letters {
  -moz-text-fill-color: #65ff72;
  -webkit-text-fill-color: #65ff72;
  -moz-text-stroke-color: #65ff72;
  -webkit-text-stroke-color: #65ff72;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
}
.first_letters {
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-stroke-color: #fff;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
}
.intro_shop_now {
  padding: 1em 3em;
  font-size: 1em;
  font-weight: 600;
  background: #ed1c24;
  color: #fff;
  display: block;
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.7s !important;
  border-radius: 4px;
  border: 1px solid #ed1c24;
  letter-spacing: 2px;
}
.intro_shop_now:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
/*Shop For Section Start*/
#shop_for {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: relative;
}
#shop_for h1 {
  font-size: 10em;
  font-weight: 900;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#shop_for h2 {
  font-size: 25em;
  font-weight: 900;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  opacity: 0.1;
  top: 40%;
  left: 90%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  /* z-index: -1; */
}
.cat_img {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%, -50%);
}
.cat_img2 {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%, -50%);
}
.cat_img3 {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%, -50%);
}
.more_cat {
  padding: 6.5em 0em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  border: 3px solid #000;
  background-color: #fff;
  opacity: 0;
  font-size: 2em;
  font-weight: 900;
  /* white-space: nowrap; */
  transition: all 0.7s !important;
  text-decoration: none !important;
  height: 15em;
  width: 15em;
  border-radius: 50%;
  justify-content: space-around;
  text-align: center;
  display: block;
}
.more_cat:hover {
  color: #fff;
  border: 3px solid #ed1c24;
  background-color: #ed1c24;
}
/*Shop For Section End*/
/*Products Start*/
#products {
  width: 100vw;
  min-height: 100vh;
  background-color: #000;
  position: relative;
}
.products_title {
  margin: 0.5em auto;
  font-size: 6em;
  font-weight: 900;
  width: 100%;
}

#products .view_more {
  padding: 1em 3em;
  font-size: 1em;
  font-weight: 600;
  background: #ed1c24;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.7s !important;
  border-radius: 4px;
  border: 1px solid #ed1c24;
  letter-spacing: 2px;
  margin: 0 auto;
  height: 4em;
  width: 100% !important;
}
#products .view_more:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
#products a {
  text-decoration: none;
}
.products_content {
  width: 100%;
}
.img_prod {
  text-align: center;
  height: 12em;
}
.prod_name {
  font-weight: 600;
  color: #000 !important;
}
.price {
  font-weight: 600;
  color: #ed1c24;
}
.img_prod_single {
  max-height: 12em;
  width: auto;
}
/*Products End*/
/*Categories Start*/
.single_item {
  margin-top: 3em;
  margin-bottom: 3em;
}
.cat_name {
  font-weight: 600;
  color: #000;
}
.cat_name:hover {
  font-weight: 600;
  color: #ed1c24;
  text-align: center;
}
.page_header {
  font-size: 4em;
  margin: 0.5em 0;
  text-align: center;
  font-weight: 700;
}
/*Categories End*/
/*Footer Start*/
#footer {
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  /* position: relative; */
  text-align: left !important;
  padding-top: 2em;
}
.copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.copyright a {
  text-decoration: underline;
  color: #fff !important;
}
.social_header {
  font-weight: 600;
  margin-bottom: 1em;
}
.newsletter_header {
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 1em;
}
.newsletter_email {
  width: 100%;
  height: 3em;
  font-size: 1em;
  padding: 1em;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.newsletter_btn {
  width: 100%;
  height: 3em;
  font-size: 1em;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s !important;
}
.newsletter_btn:hover {
  width: 100%;
  height: 3em;
  font-size: 1em;
  display: inline-block;
  background-color: #ed1c24;
  color: #fff;
  border: 2px solid #ed1c24;
  font-weight: 600;
  text-transform: uppercase;
}
.links_header {
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 1em;
}
#footer ul {
  list-style: none;
  color: #fff;
}
#footer ul a {
  color: #fff;
  text-decoration: none;
  line-height: 3em;
}
.footer_circle {
  height: 20em;
  width: 20em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
}
/*Footer End*/
.add_to_cart {
  height: 3em;
  color: #fff;
  background-color: #ed1c24;
  transition: all 0.5s !important;
  padding: 5px 20px;
  border: none;
}
.add_to_cart:hover {
  color: #fff;
  background-color: #000;
}
.checkout_fields {
  height: 2.5em;
  border: none;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 1em;
  width: 100%;
}
#checkout {
  margin-bottom: 5em;
}
.shipping_btn {
  padding: 1em 3em;
  font-size: 1em;
  font-weight: 600;
  background: #ed1c24;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.7s !important;
  border-radius: 4px;
  border: 1px solid #ed1c24;
  letter-spacing: 2px;
  width: 100%;
}
.shipping_btn:hover {
  padding: 1em 3em;
  font-size: 1em;
  font-weight: 600;
  background: #000;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.7s !important;
  border-radius: 4px;
  border: 1px solid #000;
  letter-spacing: 2px;
}
