:root {
  font-family: "Open Sans", sans-serif !important;
  --footer-bg-color: #1d232b;
}

#page-content {
  padding-top: 8rem;
  min-height: 70dvh;
}

a:hover{
  text-decoration: none;
  color: yellow;
}

.scsstxt {
  font-size: 2rem;
  color: grey;
  font-weight: 700;
  opacity: 0.5;
  padding-bottom: 10rem;
}

.cnfmh{
    padding: 10px;
    background: #ffe38954;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid grey;
    border-radius: 10px;
    color: grey;
}

.vpplus,
.vpminus {
  border: 1px solid grey;
}
.vpcount {
  border: 1px solid grey;
  border-left: none;
  border-right: none;
}

.vpplus,
.vpminus,
.vpcount {
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.vpimg > img {
  aspect-ratio: 5/7;
  height: 100dvw;
}

.vpimg {
  overflow: hidden;
  border: 2px solid #d1d1d1;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 100dvw;
  background: rgb(255, 255, 255);
}

.toggleDrawerBtn {
  width: 2rem;
  color: #4d5473c7;
  translate: -30px 20px;
  font-size: 20px;
}

.hps1 {
  width: 90%;
  margin: auto;
  height: 230px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  top: 200px;
  margin-top: -200px;
}

.sksvg {
  height: 100px;
}

.customSkel {
  animation-name: skelAnim !important;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #f0f0f0;
  animation-direction: alternate-reverse;
  animation-delay: 0.5s;
}

.sklheadingone {
  margin: 0.3rem 0;
  height: 1.6rem;
  width: 100%;
  border-radius: 2rem;
}

.sklbtnone {
  margin: 0.3rem 0;
  height: 1.6rem;
  width: 100%;
  border-radius: 2rem;
}

@keyframes skelAnim {
  from {
    color: rgb(209, 209, 209);
    background-color: rgb(229, 229, 229);
  }
  to {
    color: rgb(247, 247, 247);
    background-color: rgb(247, 247, 247);
  }
}

.anime-pulse {
  animation-name: skelAnim !important;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #f0f0f0;
  animation-direction: alternate-reverse;
  animation-delay: 0.5s;
}

.skeliton-color-1 {
  color: rgb(154, 154, 154);
}

.skeliton-color-2 {
  color: rgb(154, 154, 154);
}

h1 {
  font-family: "Protest Guerrilla", sans-serif !important;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
}

body {
  overflow-x: hidden;
  max-width: 100dvw;
}

#afterLoginImg {
  height: 2.5rem;
  border-radius: 2rem;
  border: 2px solid black;
  margin: 0.5rem;
}

#openAddModBtn {
  background: black;
  color: white;
  padding: 0.5rem;
  font-weight: 400;
}

#mainSidebar {
  z-index: 999999999;
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  width: 90dvw;
  height: 100dvh;
  box-shadow: 0 0 1px 2px #0000005e;
  transition: transform ease-in-out 0.3s;
  transform: translateX(100dvw);
}

#protcaseImg {
  height: 2.7rem;
}

#cartImg {
  height: 1.5rem;
  color: black;
}

#upMenu {
  max-width: 12rem;
}

#upMenu > .row > .col {
  display: flex !important;
  justify-content: center !important;
}

#userImg,
#barImg {
  color: black;
  height: 1.7rem;
  margin: 1rem auto 0;
}

#cart {
  margin-top: 0.4rem;
  display: flex;
  height: 2.8rem;
  flex-wrap: wrap;
  aspect-ratio: 1/1;
  border: 3px solid #777777;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
}

#protcase {
  font-size: 0.65rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif !important;
  color: black;
}

.row,
.col {
  margin: 0 !important;
  padding: 0 !important;
}

.topIcon {
}

.productImg {
  text-align: center;
  padding: 20px 0;
  width: 200px;
}

.productImg > a > :first-child {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  /* max-height: 38dvw; */
  /* max-width: 26dvw; */
}

#prodsecone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

#prodsecone a img {
  height: 60dvw;
  translate: 0 -10px;
  aspect-ratio: 138/198;
  max-width: 250px;
  max-height: 300px;
}


#prodsecone .col-6 {
  height: 95dvw;
  padding: 5px !important;
}

#prodsecone .col-6 > div > div {
  text-align: center;
  display: flex;
  justify-content: center;
}

.buyButton > div > div {
  font-size: 1rem;
  margin: auto;
  font-weight: 700;
  background: #ffe939;
  width: 1.7rem;
  box-shadow: 0 0 1px -1px;
  border: 2px solid #0000003b;
  border-radius: 15px;
  height: 1.7rem;
}

.buyButton {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-between;
}

.buyButton > div {
  text-align: center;
  width: 33.33%;
}

.buyButton > div > div > img {
  height: 0.7rem;
  width: 0.7rem !important;
  margin-bottom: 0.2rem;
  opacity: 0.7;
}
.customHeader {
  position: fixed;
  margin: 0 !important;
  /* padding: 20px; */
  width: 100%;
  border-bottom: 1px solid #00000047;
  background-color: white;
  z-index: 1000;
}

.customHeader > .row {
  padding: 0.8rem 0 !important;
  margin: 0 auto !important;
  width: 90%;
}

.customBanner {
  padding: 2rem 0 3rem;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.hasSearch {
  position: fixed;
  width: 100%;
  top: 95px;
  z-index: 1001;
}

.searchBox {
  width: 80%;
  translate: 0px -26px;
  max-width: 400px;
  margin: 0 auto;
}

.searchButton {
  width: 2rem;
  margin: 0 0 0 -2.8rem;
  padding: 0.4rem 0.5rem;
}

.searchButton > img {
  height: 22px;
}

.searchInput {
  border: 1px solid #00000052 !important;
  border-radius: 22px;
  border: 2px solid;
}

#cartcount {
  height: 1.7rem !important;
  background: #6f6f6f;
  width: 2.2rem !important;
  color: white;
  text-align: center;
  padding-top: 0.2rem !important;
  border-radius: 2rem;
  translate: 4px;
  font-size: 0.8rem;
  z-index: 10000000;
  position: relative;
}

.addToCart {
  background: #f9e500;
  border: 2px solid #7b7b7b;
  font-weight: 600;
  max-width: 70%;
  text-align: center;
  margin: -1.8rem auto 0;
  position: relative;
  top: 1.8rem;
  padding: 0.2rem 0;
  z-index: 10;
  border-radius: 0.3rem;
}

.footerSection {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  color: white;
  height: 30rem;
  padding-top: 50px;
  background-color: #1d232b;
}

.checkoutPayBtn {
  width: 100%;
  border: 2px solid;
  font-weight: 700;
}

.footerSection a > div {
  font-size: 1.2rem;
  padding-bottom: 1rem !important;
  height: 3rem !important;
}

.footerSection .credit {
  font-size: 1.2rem;
  padding-top: 4rem;
}

.footerSection > div {
  width: 90%;
  margin: 10px auto;
}

.fullPage {
  min-height: 65dvh;
  padding-top: 30dvw;
}

.pageNotFound {
  padding: 30dvh 0;
  font-size: 5dvw;
  font-family: "Protest Guerrilla", sans-serif;
  text-align: center;
}

.footerSection .rightSide {
  text-align: right;
}

#shoppingTitle {
  margin: auto;
  width: 90%;
  padding: 2rem 0 1rem;
  font-family: "Protest Guerrilla";
}

.shoppingSecItems > :nth-child(2) > .row > :first-child > img {
  width: 15dvw !important;
}

.cartItemQty .col > div,
.trashItem {
  box-shadow: 0px 0px 4px -1px black;
  height: 2rem;
  border-radius: 2rem;
  width: 2rem;
  padding-top: 0.2rem;
  text-align: center;
}

.trashItem {
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.3rem !important;
}

.cartItemQty .col:nth-child(2) > div {
  border: none !important;
  box-shadow: unset !important;
  width: 4rem !important;
}

.cartItemQty.row {
  width: 8.4rem;
}

.cartItemVal {
  text-align: right;
  font-size: 0.8rem;
  padding: 0 1rem;
}

.textRight {
  text-align: right !important;
}

.shoppingSec {
  width: 90%;
  margin: auto;
  background: white;
  box-shadow: 0 0 0 0;
  padding: 1rem;
  margin-top: 1rem;
}

.sr-box {
  width: 90%;
  margin: auto;
  min-height: 60dvh;
  padding: 20px;
  border: 1px solid #8080803d;
  border-radius: 8px;
}
.srhead{
    font-size: 2rem;
    padding: 30px 0;
}

.srmsg{
    font-size: 2rem;
    font-weight: 700;
    opacity: 0.3;
    text-align: center;
    padding-top: 6rem;
}

.srti{
    font-size: 1.3rem;
    font-weight: 600;
    color: grey;
    padding-bottom: 0.5rem;
}

.srboxa:hover {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .pageNotFound {
    padding: 30dvh 0;
    font-size: 10dvw;
    font-family: "Protest Guerrilla", sans-serif;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .pageNotFound {
    padding: 30dvh 0;
    font-size: 10dvw;
    font-family: "Protest Guerrilla", sans-serif;
    text-align: center;
  }

  #protcaseImg {
    height: 40px;
  }

  .productImg {
    text-align: center;
    padding: 20px 0;
    width: 41.05dvw;
  }

  .productImg > a > :first-child {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    height: 60dvw;
    aspect-ratio: 26/38;
    overflow: hidden;
    /* max-height: 38dvw; */
    /* max-width: 26dvw; */
  }
}

/* @media screen and (min-width: 377px) {
  #protcase {
    font-size: 0.62rem;
    font-weight: 800;
    font-family: "Open Sans", sans-serif !important;
    color: black;
  }

  #cart {
    margin-top: 0.4rem;
    display: flex;
    height: 2.5rem;
    flex-wrap: wrap;
    aspect-ratio: 1/1;
    border: 3px solid black;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
  }

  #cartcount {
    height: 1.5rem !important;
    background: black;
    width: 2rem !important;
    color: white;
    text-align: center;
    padding-top: 0.15rem !important;
    border-radius: 2rem;
    translate: 11px;
    font-size: 0.8rem;
  }

  #userImg,
  #barImg {
    color: black;
    height: 1.7rem;
    margin: 1rem auto 0;
  }

  #page-content {
    padding-top: 130px;
    min-height: 70dvh;
  }

  .searchBox {
    width: 80%;
    translate: 0px -53px;
    max-width: 400px;
    margin: 0 auto;
  }

  .customBanner {
    padding-top: unset;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }
} */

@media screen and (max-width: 376px) {
  .customHeader > .row {
    padding: 1.5rem 0 2rem !important;
    margin: 0 auto !important;
    width: 90%;
  }

  #page-content {
    padding-top: 115px;
    min-height: 70dvh;
  }

  .searchBox {
    width: 90%;
    translate: 0px -10px;
    max-width: 400px;
    margin: 0 auto;
  }

  #cartImg {
    height: 1.2rem;
    color: black;
  }

  #cartcount {
    height: 1.7rem !important;
    background: black;
    width: 2.1rem !important;
    color: white;
    text-align: center;
    padding-top: 0.3rem !important;
    border-radius: 2rem;
    translate: 3px;
    font-size: 0.7rem;
  }

  #cart {
    margin-top: 0.4rem;
    display: flex;
    height: 2.8rem;
    width: 2.8rem;
    padding: 0.5rem 1rem;
    aspect-ratio: 1/1;
    border: 2px solid #0000008a;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
  }

  #userImg,
  #barImg {
    height: 1.7rem;
  }

  /* .customBanner {
    padding-top: unset;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  } */

  #protcase {
    font-size: 0.53rem;
  }

  #protcaseImg {
    height: 2.1rem;
  }

  .searchButton > img {
    height: 1.7rem;
  }

  .searchButton {
    width: 3rem;
    margin: 0 0 0 -3rem;
    padding: 0.4rem 0.5rem;
  }

  /* .hasSearch {
    top: 7.3rem;
  } */

  .searchInput {
    border: 1px solid #00000052;
    height: 40px;
    border-radius: 3rem;
  }

  .footerSection a > div {
    font-size: 0.9rem;
    padding-bottom: 0.8rem !important;
    height: 2rem !important;
  }

  .footerSection {
    height: 25rem;
  }
  .footerSection .credit {
    font-size: 0.8rem;
    padding-top: 4rem;
  }

  #upMenu {
    max-width: 11rem;
  }
}

@media screen and (max-width: 320px) {
  :root {
    font-size: 12px;
  }

  #page-content {
    padding-top: 90px;
    min-height: 70dvh;
  }

  .searchBox {
    width: 90%;
    translate: 0px -30px;
    max-width: 400px;
    margin: 0 auto;
  }

  /* .searchInput {
    border: 1px solid #00000052;
    height: 30px;
    border-radius: 3rem;
  } */

  /* .customBanner {
    padding-top: unset;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  } */

  #protcase {
    font-size: 0.62rem;
  }

  #protcaseImg {
    height: 2.5rem;
  }

  .searchButton > img {
    height: 2.2rem;
  }

  .searchButton {
    width: 4rem;
    margin: 0 0 0 -4rem;
    padding: 0.7rem 1rem;
  }

  /* .hasSearch {
    position: fixed;
    width: 100%;
    top: 9.5rem;
  } */
}

@media screen and (max-width: 230px) {
  :root {
    font-size: 8px;
  }

  .searchInput {
    border: 1px solid #00000052;
    height: 26px;
    border-radius: 3rem;
  }

  #page-content {
    padding-top: 100px;
    min-height: 70dvh;
  }

  #protcase {
    font-size: 0.6rem;
    font-weight: 800;
    font-family: "Open Sans", sans-serif !important;
    color: black;
  }

  #protcaseImg {
    height: 2.4rem;
  }

  .pageNotFound {
    padding: 30dvh 0;
    font-size: 10dvw;
    font-family: "Protest Guerrilla", sans-serif;
    text-align: center;
  }

  .hasSearch {
    position: fixed;
    width: 100%;
    top: 8.5rem;
  }

  .searchBox {
    translate: 0px -23px;
    max-width: 400px;
    margin: 0 auto;
  }

  .searchButton {
    width: 4rem;
    margin: 0 0 0 -4rem;
    padding: 0.6rem 1.2rem;
  }

  .searchButton > img {
    height: 2rem;
  }

  .customHeader {
    margin: 0 !important;
    padding: 15px 0px;
    border-bottom: 1px solid #00000047;
  }

  .customHeader > .row {
    padding: 0 0 !important;
    margin: 0 auto !important;
    width: 90%;
  }

  .customBanner {
    padding-top: unset;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }

  .toggleDrawerBtn {
    height: 14rem;
    width: 2rem;
    color: #80808061;
    translate: -17px;
    font-size: 17px;
  }
  #cartcount {
    height: 2rem !important;
    background: black;
    width: 3rem !important;
    color: white;
    text-align: center;
    padding-top: 0.4rem !important;
    border-radius: 2rem;
    translate: -2px -5px;
    font-size: 0.8rem;
  }
  #cart {
    margin-top: 0rem;
    height: 3rem;
    padding: 0.4rem 0.6rem;
    aspect-ratio: 1/1;
    border: 2px solid black;
    border-radius: 50%;
    width: 3rem;
  }

  #upMenu {
    max-width: 15rem;
  }

  #userImg,
  #barImg {
    height: 1.9rem;
    margin: 0.5rem auto 0;
  }

  #cartImg {
    height: 1.7rem;
  }
}
