
* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }
@media only screen and (max-width:900px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width:750px) {
  html {
    font-size: 57%;
  }
}
@media only screen and (max-width:600px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width:400px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #333;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-size: 1.6rem;
}

header {
  background: #fff;
}

:root {
  /*--firstcolor: #7901a1;*/
  /*--firstcolor-hover: purple;*/
  /*--firstcolor-deep: purple;*/
  /*--firstcolor-light: rgb(241, 234, 248);*/
  --firstcolor: #111;
  --firstcolor-hover: #000;
  --firstcolor-deep: #000;
  --firstcolor-light: #333;
  --color-secondary: #54086e;
  --maincolor: linear-gradient(rgba(0, 0, 0, 0.8), rgba(17, 17, 17, 0.8));
}
header {
  background: #fff;
}
a {
  text-decoration: none;
}
.row {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.modernrow {
  max-width: 96%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .modernrow {
    max-width: 100%;
  }
}
.row:after, .modernrow:after {
  content: "";
  display: table;
  clear: both;
}
/*.thehead {*/
/*  background: #fff;*/
/*  width: 100%;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/
.thehead-head {
  background: #000;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.thehead-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .thehead-pc {
    display: none;
  }
  .thehead-mobile {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .8rem;
  }
}
.thehead-headrow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
}
.thehead-head__ul {
  list-style: none;
  text-align: center;
}
.thehead-head__ul li {
  display: inline-block;
}
.thehead-head__ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.thehead-head__ul li a:hover {
  color: #fff;
}
.thehead-head__ul li:not(:last-child) {
  margin-right: 1.5rem;
}

.thehead-headside__ul {
  list-style: none;
  text-align: center;
  margin-top: -.8rem;
}
.thehead-headside__ul li {
  display: inline-block;
}
.thehead-headside__ul li:not(:last-child) {
  margin-right: 1rem;
}

.thehead-firstul {
  list-style: none;
  margin-top: 3rem;
}


.thehead-firstul li {
  display: inline-block;
}
.thehead-firstul li:not(:last-child) {
  margin-right: 2.5rem;
}
.thehead-firstul li a {
  color: #333;
}
.thehead-firstul li a:hover {
  color: #000;
  font-weight: 800;
}
.thenext {
  height: 50rem;
  /* background: linear-gradient(#000, rgba(0,0,0,0.6)), url(/luxe/shoebg.jpg); */
  /* background: linear-gradient(#f4f4f4, rgba(255,255,255,0.9)), url(/j2acc/thehead1.jpg); */
  /* background-size: cover; */
  /* background-position: 0 25%; */
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.theslect-pick {
    font-size: 3rem;
    vertical-align: middle;
}
.thenext-grid {
  display: block;
  /* grid-template-columns: 50% 50%; */
  position: absolute;
  height: 100%;
  width: 100%;
}
.thenext-mainopacity {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  /*background: rgba(255,255,255,0.3);*/
  background: rgba(0,0,0,0.4);
}
.thenext-maincontent {
  position: relative;
  z-index: 12;
}
.thehead-mainimg {
  z-index: 20 !important;
}
.thehead-top {
  position: absolute;
  top: 1%;
  z-index: 37;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -1%);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.thehead-main {
  /*position: relative;*/
  /*height: 100vh;*/
  /*height: 60rem;*/
  background: #111;
}


/*.thehead-mainimg__img {*/
  /*height: 100vh;*/
/*  height: 60rem;*/
/*  width: 100%;*/
/*  object-fit: cover;*/
  /*min-height: 500px;*/
  /* filter: blur(2px); */
/*}*/
.thenewhead-hero {
    width: 800px;
    max-width: 100%;
    color: #fff;
    margin-top: 10rem;
    padding: 2rem;
    text-transform: uppercase;
}
.thenewhead-hero__bigtext {
    font-size: 7rem;
    font-weight: 800;
}
.thenewhead-hero__smalltext {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
}
@media only screen and (max-width: 1000px) {
  .thehead-mainimg__img, .thehead-main {
    /*height: 60vh;*/
    /*min-height: 500px;*/
    height: 60rem;
  }
}
.thehead-mainopacity {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 21;
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.4), rgba(0,0,0,0.4));
}
.thehead-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .thehead-pc {
    display: none;
  }
  .thehead-mobile {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .8rem;
  }
}
.thehead-headrow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
}
.thehead-head__ul {
  list-style: none;
  text-align: center;
}
.thehead-head__ul li {
  display: inline-block;
}
.thehead-head__ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.thehead-head__ul li a:hover {
  color: #fff;
}
.thehead-head__ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.thehead-headside__ul {
  list-style: none;
  text-align: center;
}
.thehead-headside__ul li {
  display: inline-block;
}
.thehead-headside__ul li:not(:last-child) {
  margin-right: 1rem;
}
/*.thehead-firstul {*/
/*  list-style: none;*/
/*  margin-top: 2.7rem;*/
/*}*/
.thehead-mobileicon {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .thehead-mobileicon {
    height: 4.5rem;
    display: block;
  }
  .thehead-firstul {
    display: none;
  }
}
.thehead-ilink {
  position: relative;
}
.thehead-ilink__body {
  position: absolute;
  top: 200%;
  left: 0;
  display: none;
}
.thehead-ilink__body a {
  font-size: 1.35rem !important;
  display: block;
  padding: .5rem !important;
}
.thehead-ilink__body a:not(:last-child) {
  margin-bottom: .3rem !important;
}
.thehead-firstul li {
  display: inline-block;
}
.thehead-firstul li span.thehead-ilink {
  color: #f4f4f4;
  font-weight: 300;
  font-size: 1.45rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.thehead-ilink a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
}
.thehead-ilink a:not(:last-child) {
  margin-bottom: 1rem;
}
.thehead-firstul li:not(:last-child) {
  margin-right: 2.5rem;
}
.thehead-firstul li a, .thehead-firstul2 li a {
  color: #111;
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.thehead-firstul li a:hover, .thehead-firstul2 li a:hover, .thehead-ilink:hover {
  color: #000;
  border-bottom: 1px solid #fff;
  font-weight: 800 !important;
}
.thehead-firstul2 li a {
    color: #000;
}
.thehead-firstul2 li a:hover {
    color: #000;
}
.thehead-wraparound {
    padding: 2rem;
    margin-top: 3rem;
    color: #7e7e7e;
    display: flex;
    align-items: center;
}
.thehead-wraparoundnow {
    background: #333;
    padding: 2rem 3rem;
    border: 1px solid #fff;
}
.thehead-wraparoundnow i {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 1rem;
}
.thehead-wraparoundbox {
    background: #fff;
    padding: 2rem 6rem;
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.thenext-cont {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
  /* height: 100%; */
  z-index: 22;
  text-align: center;
}
/* @media only screen and (max-width: 600px) {
  .thenext-cont {
    top: 45%;
  }
} */
.thenext-cont__link {
  background: linear-gradient(var(--firstcolor), var(--firstcolor-hover));
  padding: 1.5rem 4rem;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
}
.thenext-cont__link:hover {
  background: var(--firstcolor-hover);
  color: #fff;
}

.thenext-cont__link2 {
  background: #fff;
  color: #000;
  margin-right: 3rem;
}
.thenext-cont__links {
  margin-top: 3rem;
}

@media only screen and (max-width: 400px) {
  /* .thenext-cont__links {
    padding: 1rem;
    margin-top: 2rem;
  } */
  .thenext-cont__link {
    padding: 1.5rem 2.5rem;
  }
  /* .thenext-cont__link {
    display: inline-block;
    display: block;
    padding: 2rem 4rem;

    background: none;
    padding: unset;
    font-size: 1.5rem;
    border-radius: unset;
    text-transform: uppercase;
  } */
  /* .thenext-cont__link:hover {
    background: none;
    color: none;
  } */
  /* .thenext-cont__moblink, .thenext-cont__moblink2 {
    padding: 1.7rem 4rem;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    width: 27rem;
  } */
  /* .thenext-cont__moblink:hover, .thenext-cont__moblink2:hover {
    background: var(--firstcolor-hover);
    color: #fff;
  } */
  /* .thenext-cont__moblink2 {
    background: var(--firstcolor);
  } */
  /* .thenext-cont__link2 {
    margin-right: 0;
    margin-bottom: 2rem;
  } */
}

.thenext {
  height: 50rem;
  /* background: linear-gradient(#000, rgba(0,0,0,0.6)), url(/luxe/shoebg.jpg); */
  /* background: linear-gradient(#f4f4f4, rgba(255,255,255,0.9)), url(/j2acc/thehead1.jpg); */
  /* background-size: cover; */
  /* background-position: 0 25%; */
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.thenext-grid {
  display: block;
  /* grid-template-columns: 50% 50%; */
  position: absolute;
  height: 100%;
  width: 100%;
}
.thenext-mainopacity {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.4);
}
.thenext-maincontent {
  position: relative;
  z-index: 12;
}
.thenext-mainimg {
  /* position: absolute; */
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .thenext-mainimg, .thenext {
    height: 40rem;
  }
}
.thenext-cont {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  /* height: 100%; */
  max-width: 97%;
  z-index: 12;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .thenext-cont {
    top: 45%;
  }
}
.thenext-cont__link {
  background: #111;
  padding: 1.5rem 4rem;
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.thenext-cont__maintitle {
  color: #000;
  font-weight: 300;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  /* width: 52rem; */
  max-width: 100%;
}



.thenext-cont__maintitle {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  /* width: 52rem; */
  max-width: 100%;
}
.thenext2 {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
}
@media only screen and (max-width: 1000px) {
  .thenext2 {
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .thenext2 {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.thenext2-pack, .thenext2-pack2 {
  background: #fbf4ee;
  position: relative;
  height: 20rem;
}
.thenext2-pack2 {
  background: linear-gradient(#f9f9f9, #d8dfea);
}
.thenext2-pack__img {
  height: 100%;
  position: absolute;
}
.thenext2-pack__cont {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  right: 5%;
  text-align: right;
}
.thenext2-pack__title {
  font-weight: 600;
  color: #000;
  font-size: 2rem;
}
.thenext2-pack__desc {
  margin-top: .7rem;
  font-weight: 300;
}
.thenext2-pack__link {
  display: inline-block;
  margin-top: .7rem;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
}
.topthenext {
  padding: 6rem 2rem;
}
.topthenext-title {
  font-size: 4rem;
  color: #000;
  text-align: center;
  font-weight: 800;
}
.topthenext-botlink {
  font-size: 2rem;
  color: #000;
  font-weight: 800;
  margin-top: 3rem;
  display: inline-block;
}
.topthisnext-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7rem;
  column-gap: 6rem;
}
@media only screen and (max-width: 1000px) {
  .topthisnext-row {
    row-gap: 5rem;
    grid-template-columns: 1fr;
    max-width: 35rem;
    margin: 0 auto;
    margin-top: 9rem;
  }
}
.studimgrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1rem;
    column-gap: 1rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media only screen and (max-width: 600px) {
    .studimgrow {
        grid-template-columns: 1fr 1fr;
    }    
}
.studimgclass {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    object-position: top;

}    
.topthisnext-title {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 2rem;
}
.topthisnext-desc {
  margin-top: .8rem;
}

.topthenext-desc {
  font-size: 1.6rem;
  color: #333;
  margin-top: 1rem;
  font-weight: 300;
  text-align: center;
}
.topthenext-wrap {
  margin-top: 4rem;
}
.thenext-cont__right {
  float: right;
  transform: translateY(.5rem);
}
.thenext-contbox {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 1rem;
  color: #fff;
}
.thenext-contbox:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.5);
}
.thenext-contbox:after,
.thenext-contbox:before {
  display: table;
  clear: both;
  content: "";
}
.thenext-cont2 {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: none;
  width: 40rem;
  color: #fff;
  line-height: 1;
  bottom: 10%;
}
.thenext-bottom {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.6);
}
.thenext-left {
  float: left;
}
.thenext-right i {
  transform: translateY(.6rem);
  display: inline-block;
}
.thenext-left__img {
  height: 2.04rem;
  display: inline-block;
  transform: translateY(.5rem);
  margin-right: 1rem;
}
.thenext-right {
  float: right;
}

.thenext3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4rem;
  padding: 8rem 1rem;
}
@media only screen and (max-width: 900px) {
  .thenext3 {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.thenext3-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .thenext3-row {
    display: block;
    text-align: center;
  }
}

.thenext3-title {
  font-size: 2rem;
  font-weight: 800;
}
.thenext3-side {
  margin-left: 1rem;
}
.thenext4 {
  /*background: linear-gradient(rgb(228, 243, 228), rgb(207, 245, 207));*/
    /*background: linear-gradient(#ede4ed, #e5bde5);*/
   /*background: linear-gradient(#ede4ed, #e5bde5), url(/testimg.jpeg); */
    background: linear-gradient(#ff00ffb3, #e5bde5d4), url(/testimg.jpeg);
    padding: 8rem 1rem;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6rem 1rem;
}
.thenext4-body {
  width: 50%;
  font-size: 2rem;
  margin: 0 auto;
  /* max-width: 100%; */
  text-align: center;
}
.thenext4-body__cont {
  line-height: 2;
  margin-bottom: 3rem;
}
.thenext4-body__sub {
  font-weight: 600;
}

.thenext3-bg, .thenext4-bg {
  height: 40rem;
  width: 100%;
  position: relative;
}
.thenext4-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.thenext3-cont, .thenext4-cont {
  position: absolute;
  bottom: 10%;
  left: 20%;
  z-index: 10;
  text-transform: uppercase;
  font-weight:800;
  color: #f9f9f9;
  font-size: 4rem;
}
.thenext4-cont {
  bottom: 50%;
  line-height: 1;
}
.thenext-cont2:hover, .thenext4-cont:hover {
  border-bottom: 3px solid red;
  display: inline-block;
  cursor: pointer;
  padding-bottom: .3rem;
}
.thenext5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  padding: 6rem 1rem;
}
@media only screen and (max-width: 600px) {
  .thenext5 {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.thenext5-body {
  background: #f9f9f9;
  position: relative;
  padding: 2rem;
  border-radius: 10px;
}
.thenext5-bodied {
  position: absolute;
  bottom: 10%;
  right: 3%;
  text-align: right;
}
.thenext5-img {
  height: 40rem;
  margin-left: -10rem;
}
.thenext5-imgsmall {
  height: 15rem;
}
.thenext5-title {
  font-weight: 800;
  font-size: 2.5rem;
}
.thenext5-desc {
  font-weight: 300;
}
.thenext5-link {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.thenext5-second {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.thebody {
  margin-top: 6rem;
}
.thehead-row {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* width: 1200px;
  margin: 0 auto;
  max-width: 100%; */
  padding: 1rem;
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
}
@media only screen and (max-width: 600px) {
  .thehead-row {
    padding: 2rem;
    padding-bottom: 0;
    margin-top: -1.5rem;
  }
}
.thehead-mobile__head {
  /* background: rgb(208, 252, 208); */
  background: rgb(243 243 247);
  color: #000;
  padding: 1rem 2rem;
  text-align: center;
  font-weight: 300;
}
.thehead-mobile__headsmall {
  font-size: 1.3rem;
}
.thehead-left, .thehead-right {
  /* margin-top: 1.8rem; */
}
.thehead-right {
  float: right;
}
@media only screen and (max-width: 600px) {
  .thehead-right {
    transform: translate(12px, 3px);
  }
}
.shopabsolute {
  color: #fff;
  background: red;
  position: absolute;
  top: -103%;
  border-radius: 50%;
  left: 47%;
  display: inline-block;
  /* transform: translate(-50%, -50%); */
  font-weight: 800;
  padding: .2rem .5rem;
  font-size: 1.3rem;
}
.thehead-topright {
  margin-top: 2.5rem;
}
.thehead-topright a:not(:last-child) {
  margin-right: .5rem;
}
.thehead-icon__img {
  height: 3rem;
  cursor: pointer;
  display: inline-block;
}
.thehead-logo, .thehead-logod {
  width: 14rem;
  display: inline-block;
  margin-top: 3rem;
}
.thehead-logod {
    margin-top: 4rem;
}
@media only screen and (max-width: 600px) {
  .thehead-logo, .thehead-logod {
    width: 12rem;
    margin-top: 0;
    transform: translateY(5px);
  }
}
.thehead-side {
  margin-top: 3.7rem;
}
.thehead-logo__text {
  color: #000;
  margin-top: -1rem;
  font-weight: 800;
}
.thehead-right__img1 {
  padding-right: .5rem;
}
.thehead-right__img2 {
   transform: translateY(-.25rem); 
   height: 2.5rem;
}
.thehead-right__img3 {
  transform: translateY(.25rem);
  padding-left: .5rem;
}
.thehead-right__img {
  height: 4.5rem;
  display: inline-block;
  margin-top: -3rem;
  transform: translateY(1.6rem);
}
@media only screen and (max-width: 600px) {
  .thehead-left, .thehead-right {
    margin-top: .4rem;
  }
}
.pushleft {
  margin-left: .5rem;
}
.push-body {
  margin-top: 11rem;
}
.thehead-left {
  float: left;
}
.thehead-right a i, .thehead-right__img, .thehead-left a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.5rem;
  cursor: pointer;
  padding: .8rem 1rem;
}
@media only screen and (max-width: 600px) {
  .thehead-right a i, .thehead-right__img, .thehead-left a {
    padding: .8rem 1rem;
  }
  .thehead-right a i, .thehead-right__img {
    padding: .8rem .3rem;
  }
}
.themenupc i.lni-menu {
  font-size: 4rem !important;
}
.themenupc i.lni-close {
  font-size: 3.5rem !important;
}
.thehead-right a i:hover {
  color: #fff;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.thehead-right a:not(:last-child) {
  margin-right: .5rem;
}
@media only screen and (max-width: 600px) {
  .thehead-right a:not(:last-child) {
    margin-right: 0rem;
  }
}
.thehead-see {
  color: #fff;
  position: relative;
}
.thehead-see__body {
  position: absolute;
  left: -105%;
  top: 140%;
  width: 15rem;
  text-align: left;
  background: #000;
  padding-top: 1rem;
  display: none;
}
.thehead-see__bodycont {
  padding: 1rem 2rem;
  display: block;
  color: #fff;
}
.thehead-see__bodycont:hover {
  background: rgb(24, 24, 24);
}
@media only screen and (max-width: 600px) {
  .thehead-see {
    display: none;
  }
}
.search-bigbody {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .search-bigbody {
    grid-template-columns: 1fr;
  }
}
.search-bigbody__first {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 1rem;
}
@media only screen and (max-width: 1200px) {
  .search-bigbody__first {
    display: none;
  }
}
.search-bigbody__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.search-bigbody__cont {
  margin-bottom: .5rem;
}
.search-bigbody__section {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-bg {
  height: 100vh;
  background: #f3f3f7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.search-bg__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 100%;
  padding: 1rem;
}
.search-bg__close {
  color: #000;
  position: absolute;
  top: 10%;
  font-size: 3rem;
  right: 5%;
  cursor: pointer;
}
.search-bg__bodybody {
  display: flex;
}
.search-bg__input {
  background: transparent;
  font-size: 3rem;
  color: #000;
  width: 100%;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.search-bg__input:focus {
  outline: none;
}
.search-bg__img {
  height: 4rem;
}
.search-bg__button {
  display: inline-block;
  font-size: 3rem;
  background: none;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.search-bg__button:focus {
  outline: none;
}
.search-cont {
  background: #f3f3f7;
  padding: .6rem 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.search-cont__title {
  font-weight: 600;
  display: block;
  margin-bottom: .4rem;
  color: #000;
}
.search-cont__right {
  float: right;
  transform: translateY(-1rem);
}
.search-last {
  display: block;
  background: #333;
  padding: 1.5rem;
  color: #fff;
  text-align: right;
}
.search-allbody {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
}
.search-allbody__input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #000;
  padding: 1rem;
  padding-left: 0rem;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}
.search-allbody__input:focus {
  outline: none;
}
.search-allbody__button {
  color: #000;
  border: none;
  background: none;
  font-size: 2rem;
  border-bottom: 3px solid #000;
  background: #e2e1e1;
  padding: 1rem;
  cursor: pointer;
}
.search-allbody__button:focus {
  outline: none;
}
.search-allbody2 {
  /* width: 800px; */
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.search-allbody2__title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.search-allbody2__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .search-allbody2__row {
    grid-template-columns: 1fr 1fr;
  }
}
.search-allbody2__img {
  height: 20rem;
  width: 20rem;
  object-fit: cover;
}
.search-allbody2__img:hover {
  opacity: 0.8;
}
.search-allbody2__subtitle {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top:1rem;
  color: #000;
}
.search-allbody2__price {
  margin-top: .5rem;
  color: #000;
  font-weight: 600;
}
.search-allbody2__second {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .search-allbody2__second {
    display: inline-block;
    float: right;
    color: #333;
    font-size: 1.6rem;
  }
}
.cart-bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.cart-bg__body {
  background: #fff;
  width: 40rem;
  max-width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 13px;
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.2);
  text-align: center;
}
.cart-check {
  color: rgb(3, 189, 3);
  display: inline-block;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3)
}
.cart-bg__bodytitle {
  font-size: 2rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cart-bg__link, .cart-bg__link2 {
  background: #000;
  border: 2px solid #000;
  padding: .8rem 3.5rem;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  margin-top: 1rem;
  cursor: pointer;
}
.cart-bg__link2 {
  background: #fff;
  color: #000;
  padding: .6rem 3.3rem;
}
.cart-bg__link:hover, .cart-bg__link2:hover {
  background: #e6e3e3;
  color: #000;
  font-weight: 600;
  border: 2px solid #e6e3e3;
}
.cart-close {
  display: inline-block;
  position: absolute;
  right: -3%;
  background: red;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  padding: .8rem 1rem;
  top: -7%;
  cursor: pointer;
}
.cart-bg__bodycont {
  height: 90%;
  max-height: 90%;
  padding: 2rem;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: blue;
}
.cart-bg__bodyfinal {
  padding: 2rem;
  height: 10%;
}
.shop2-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 4rem;
  padding: 1rem 2rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 900px) {
  .shop2-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .shop2-row {
    grid-template-columns: 1fr 1fr;
  }
}
.shop2 {
  height: 20rem;
  width: 20rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 370px) {
  .shop2 {
    height: 17rem;
    width: 17rem;
  }
}
.shop2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop2:hover .shop2-img {
  opacity: 0.8;
}
.shop2-title {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
}
.shop2:hover .shop2-title {
  background: #000;
}
.ajax-loader {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ajax-loader img {
  width: 5rem;
  vertical-align: middle;
}
.ajax-loader__cont {
  margin-top: -1.5rem;
}
.betw-rel {
  height: 47rem;
  width: 100%;
  position: relative;
}
.betw-rel__opacity {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
.betw-rel__img {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 4;
  object-fit: cover;
  position: absolute;
}
.betw-rel__text {
  color: #fff;
  font-size: 6.5rem;
  top: 0;
  left: 5%;
  width: 100%;
  font-weight: 400;
  z-index: 6;
  padding: 1rem;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.thebody-products, .thebody-products2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 7rem;
  row-gap: 7rem;
  padding: 1rem 2rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1000px) {
  .thebody-products {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .thebody-products {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.thebody-products2 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .thebody-products2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .thebody-products2 {
    grid-template-columns: 1fr;
    width: 40rem;
    margin: 0 auto;
  }
}
.products-box {
  /* position: relative; */
}
.products-box__upstick {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: .3rem 1rem;
  z-index: 3;
}
.products-box__img {
  width: 27rem;
  height: 20rem;
  max-width: 100%;
  /* width: 100%; */
  object-fit: contain;
}
@media only screen and (max-width: 600px) {
  .products-box__img {
    width: 25rem;
  }
}
.products-box__wrap {
  width: 27rem;
  position: relative;
  text-align: center;
}
.products-box__imglatest {
  width: 100%;
  max-width: 100%;
  /* width: 100%; */
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .products-box__wrap {
    width: 25rem;
  }
}
.products-box2__img {
  height: 42rem;
  width: 100%;
  object-fit: cover;
}
.products-box__title {
  color: #111;
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 1rem;
  text-align: center;
}
.products-box__desc {
  font-weight: 300;
  text-align: center;
  margin-top: 1rem;
  color: #000;
  font-size: 1.4rem;
}
.products-box__price {
  color: #000;
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
  margin-top: 1rem;
}
.products-box__price2 {
  color: red;
  font-size: 1.6rem;
}
.otherpages-head {
  margin-top: 4rem; 
  width: 700px;
  max-width: 100%;
  padding: 6rem 3rem;
}
.otherpages-head__text {
  font-size: 3.5rem;
  font-weight: 800;
}
.otherpages-head__subtext {
  font-size: 1.7rem;
  font-weight: 600;
}
.otherpages-head__subtitle {
  margin-top: 1rem;
}
.contactform {
  padding: 0 2rem;
}
.otherpages-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 4rem;
  row-gap: 4rem;
}
.otherpages-input {
  width: 100%;
  display: block;
  padding: 1rem;
  border: none;
  margin-top: 2rem;
  border-bottom: 2px solid #000;
}
.otherpages-input:focus {
  outline: none;
}
.otherpages-title {
  font-weight: 800;
}
.otherpages-button {
  background: var(--firstcolor);
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 18px;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  border: none;
}
.otherpages-button:hover {
  background: var(--firstcolor-deep);
  cursor: pointer;
}
.otherpages-button:focus {
  outline: none;
}
.otherpages2 {
  padding: 1rem 2rem;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.otherpages2-box {
  padding: 1rem 0;
}
.otherpages2-title {
  font-weight: 600;
  color: #000;
  margin-bottom: .8rem;
}
.otherpages2-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1rem;
  border-radius: 5px;
  width: 100%;
}
.otherpages2-textarea {
  height: 10rem;
}
.otherpages2-button {
  background: var(--firstcolor);
  padding: 1.5rem 1rem;
  width: 100%;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  color: #fff;
}
.otherpages2-button:focus {
  outline: none;
}
.otherpages2-button:hover {
  background: var(--firstcolor-deep);
}
.success-beep, .error-beep {
  background: rgb(9, 218, 9);
  color: #fff;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 1px;
}
.error-beep {
  background: red;
}
.pages-head {
  height: 40rem;
  position: relative;
}
.pages-head__img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}
.pages-opacity {
  background: linear-gradient(#000, rgba(0,0,0,0.6));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2; 
}
.pages-head__text {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .pages-head__text {
    bottom: 10%;
    font-size: 3rem;
  }
}
.pages-head__maintitle {
  padding: 2rem 1rem;
  font-size: 5rem;
  color: #000;
  text-align: center;
  font-weight: 800;
}
.pages-thelink {
  border: 2px solid #fff;
  padding: 2rem 8rem;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.pages-thelink:hover {
  background: #fff;
  color: #000;
}
.pages-pad {
  padding: 4rem 1rem;
}
.pages-pad__title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.4rem;
}
.pages-pad__msg p {
  padding: .5rem 0;
}
.popup {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  visibility: hidden;
  height: 0;
  display: block;
  text-align: center;
  transition: top .3s;
}
.popup-button, .popup-button2 {
  display: inline-block;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 1rem 1.2rem;
  box-shadow: 0 1rem 1.4rem 1rem rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-weight: 800;
}
.popup-button2 {
  background: rgba(255,255,255,0.9);
  color: #000;
}
.popup-button:hover {
  background: #000;
}
.popup-button2:hover {
  background: #fff;
}
.products-box:hover .popup,
.products-box:hover .menubuttons,
.products-box2:hover .popup,
.products-box2:hover .menubuttons {
  visibility: visible;
  height: auto;
  top: 40%;
}
.products-box:hover .products-box__img, .products-box2:hover .products-box2__img {
  opacity: 0.8;
}
.products-box__blur {
}
.producthead {
  margin-top: 5rem;
  text-align: center;
  padding: 1rem 2rem;
}
.producthead li {
  display: inline-block;
}
.producthead li:last-child {
  color: #777;
}
.producthead li a {
  color: #000;
  font-weight: 400;
}
.producthead li i {
  font-size: 80%;
  color: var(--firstcolor-deep);
  display: inline-block;
  margin-right: .4rem;
  margin-left: .4rem;
}
.header3-title {
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.thepromucts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10rem;
  row-gap: 2rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1000px) {
  .thepromucts {
    grid-template-columns: 1fr;
  }
}
.thepromucts-img {
  /*width: 100%;*/
  height: 40rem;
  width: 40rem;
  max-width: 100%;
  object-fit: contain;
}
.prodtitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #000;
}
.prodprice {
  font-size: 2rem;
  color: #3a3838;
  font-weight: 600;
}
.prodcolor-height {
  height: 1.6rem;
  width: 1.6rem;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #000;
  display: inline-block;
}
.prodcolor-height:hover {
  background: inherit;
  outline: 1px solid #777;
}
.prodcolor-height:not(:last-child) {
  margin-right: 1.5rem;
}
.prodothers {
  margin-top: 4rem;
}
.owl-dots, .owl-nav {
  display: none !important; 
}

.prodothers-title {
  font-weight: 800;
  color: purple;
  font-size: 1.5rem;
  margin-bottom: .8rem;
}
.prodothers-size, .prodothers-colour {
  padding: .4rem 1rem;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  border: none;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background: #FBFBFB;
  box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  cursor: pointer;
  display: inline-block;
  margin-top: 1.5rem;
}
.prodothers-size:hover, .prodothers-colour:hover {
  outline: 1px solid #777;
}
.prodothers-size:not(:last-child), .prodothers-colour:not(:last-child) {
  margin-right: 1.5rem;
}
.prodothers-closed {
  color: #a4a1a1;
  pointer-events: none;
}
.prodothers-select {
  outline: 1px solid #000;
  /* padding: .3rem; */
}
.prodnum-group {
  -moz-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.prodothers-butt {
  display: inline-block;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
.prodothers-butt__white {
  display: inline-block;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.prodothers span {
  cursor: pointer;
}
.prodothers-btn, .maincart-link {
  display: flex;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  /* padding: 1.2rem 11rem; */
  height: 5rem;
  width: 32rem;
  border-radius: 23px;
  border: 2px solid #000;
  cursor: pointer;
}
.prodothers-btn2, .maincart-link2 {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  /* padding: 1rem 7.9rem; */
}
.prodothers-btn:focus, .maincart-link:focus {
  outline: none;
}
.prodothers-btn:hover, .maincart-link:hover {
  background: #e6e3e3;
  color: #000;
  font-weight: 600;
  border: 2px solid #e6e3e3;
}
.prodnum {
  display: inline-block;
  /* background: linear-gradient(#fff, #e8e7e7); */
  padding: .3rem .7rem;
  font-size: 1.5rem;
  box-shadow: 0.1 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: 800;
  cursor: pointer;
}
.prodnum:hover {
  opacity: 0.8;
}
.numminus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.numplus {
  margin-left: -3.7rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.prodothers-bigtitle {
  font-size: 2rem;
  font-weight: 800;
}
.prodothers-desc {
  font-size: 1.7rem;
}
.left-nav {
  position: fixed;
  width: 85%;
  background: #f3f3f7;
  left: -85%;
  top: 0;
  z-index: 36;
  height: 100vh;
  display: none;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding: 1rem 3rem;
}
.left-nav__close {
  position: absolute;
  color: #000;
  right: 5%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
  display: inline-block;
  padding: 1.2rem 1.1rem;
  top: 10%;
  cursor: pointer;
  font-weight: 800;
}
.prodcartboc {
  display: inline-block;
  height: 2.9rem;
  width: 7rem;
  font-size: 1.6rem;
  padding: 1rem;
  transform: translateY(-1px);
  margin-left: -.2rem;
  position: relative;
  z-index: 1;
  border: none;
}
.prodcartboc:focus {
  outline: none;
}
.maincart {
  display: grid;
  grid-template-columns: 1fr 40%;
  column-gap: 4rem;
  row-gap: 4rem;
  margin-top: 3rem;
  padding: 1rem 2rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .maincart {
    grid-template-columns: 1fr;
  }
}
.maincart-first__row, .maincheck-row {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.maincheck-row {
  align-items: center;
}
.maincart-first__row:not(:last-child) {
  margin-bottom: 2.5rem;
}
.maincheck-row:not(:last-child) {
  margin-bottom: 1rem;
}
.maincart-img {
  height: 14rem;
  width: 14rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  .maincart-img {
    height: 10rem;
    width: 11rem;
  }
}
.maincart-first__other {
  margin-left: 3rem;
}
.maincart-first__title {
  font-weight: 800;
  margin-bottom: .5rem;
}
.maincart-first__lead {
  text-transform: capitalize;
  margin-bottom: .4rem;
}
.maincheck-img {
  height: 3rem;
  width: 3rem;
}
.maincheck-logo {
  height: 6rem;
}
.maincheck-logotext {
  color: #000;
}
.oprada {
  display: block;
  width: 12rem;
}
.prod-upd {
  display: inline-block;
  background: rgb(1, 155, 1);
  margin-top: .5rem;
  color: #fff;
  padding: .5rem .8rem;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-top: 1rem;
}
.maincart-firstsee {
  background: #f9f9f9;
  box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow-x: hidden;
}
.maincart-firstsee__title, .maincart-second__title {
  background: #e4e1e1;
  padding: 1.5rem;
  overflow-x: hidden;
  text-transform: uppercase;
  text-align: left;
  font-weight: 800;
  color: #000;
}
.maincart-firstsee__input {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.maincart-firstsee__button {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 1.1rem 1rem;
  border: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
}
.maincart-firstsee__input:focus, .maincart-firstsee__button:focus {
  outline: none;
}
.maincart-second__box {
  background: #f9f9f9;
  box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 5px;
  overflow-x: hidden;
  margin-top: 4rem;
}
.maincart-second__row {
  padding: 1rem;
}
.maincart-second__row:after {
  content: "";
  display: table;
  clear: both;
}
.maincart-second__subtitle {
  float: left;
  font-weight: 600;
}
.maincart-second__subprice {
  float: right;
}
/* .maincart-link {
  background: #000;
  padding: 1rem;
  width: 
  border: 2px solid #000;
  border-radius: 20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
} */
/* .maincart-link2 {
  background: #fff;
  color: #000;
} */
.maincart-del:hover {
  color: #777;
  cursor: pointer;
}
.maincart-first__maintitle {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}
.left-nav__ul, .left-nav__ul2, .left-nav__ul3 {
  list-style: none;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.3)
}
.left-nav__ul li, .left-nav__ul2 li {
  display: block;
  text-transform: uppercase;
}
.left-nav__ul2 li {
  text-transform: none;
}
.left-nav__ul li a, .left-nav__ul2 li a {
  color: #000;
}
.left-nav__ul li:not(:last-child), .left-nav__ul2 li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.left-nav__ul3 li {
  display: inline-block;
}
.left-nav__ul3 li:not(:last-child) {
  margin-right: 1rem;
}
.left-nav__ul3 li a {
  color: #f9f9f9;
}
footer {
  padding: 8rem 2rem;
  background: #181818;
}
.thefooter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 4rem;
  row-gap: 4rem;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .thefooter {
    grid-template-columns: 1fr 1fr;
  }
}

.thefooter-title {
  color: #fff;
  font-size: 2rem;
}
.thefooter-last {
  background: #000;
  padding: 3rem 2rem;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
}
.thefooter-lastrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: right;
}
@media only screen and (max-width: 600px) {
  .thefooter-lastrow {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    text-align: center;
  }
}
.thefooter-lastrow__right {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .thefooter-lastrow__right {
    text-align: center;
  }
}
.thefooter-ul {
  list-style: none;
  margin-top: 2rem;
}
.thefooter-ul li {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 1.6rem;
}
.thefooter-ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.thefooter-ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.thefooter-ul li a:hover {
  color: #fff;
}
.thefooter-i {
  display: inline-block;
  padding: 1rem 1.1rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
}
.thefooter-i:not(:last-child) {
  margin-right: 1rem;
}
@media only screen and (max-width: 600px) {
  .thefooter-i {
    padding: .5rem .8rem;
  }
  .thefooter-i:not(:last-child) {
    margin-right: .3rem;
  }
}
.thefooter-ul__first {
  font-size: 2.5rem;
  margin-bottom: 2rem !important;
  font-weight: 600;
}
.thefooter-logo {
  height: 5rem;
}
.thefooter-desc {
  color: #fff;
  margin-top: 1.5rem;
}
.thefooter2 {
  margin-top: 6rem;
  color: red;
  text-align: center;
}
.thefooter2 i {
  font-size: 3rem;
}
.thefooter2 i:not(:last-child) {
  margin-right: 2rem;
}
.thefooter-row__title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.thefooter-row__input {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #000;
  color: #fff;

}
.thefooter-row__button {
  background: #fff;
  display: inline-block;
  padding: 1.1rem 1rem;
  margin-left: -.4rem;
  border: none;
  color: #000;
}
.thedesc {

}
.user-box {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem 2rem;
}
.userbox {
  padding: 2rem 1rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  color: #000;
  margin-top: 1rem;
}
.user-box__title {
  margin-top: 2rem;
  font-weight: bold;
}
.user-box__submit {
  padding: 1.5rem 2.5rem;
  color: #fff;
  background: var(--firstcolor);
  border: 0;
  border-radius: 7px;
  font-size: 1.5rem;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.user-box__submit:hover {
  background: var(--firstcolor-hover);
}
.user-box__otherbox  {
  display: block;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.user-box__otherbox:hover {
  background: rgba(0, 0, 0, 0.1);
}
.user-box__otherbox:last-child {
  margin-bottom: 0;
}
.user-box__otherbox2 {
  color: #333;
  text-align: center;
  display: block;
}
.user-box__otherbox2:before, .user-box__otherbox2:after {
  content: "";
  display: inline-block;
  width: 25%;
  height: .1rem;
  background: #777;
  transform: translateY(-.4rem);
}

.user-box__otherbox2:before {
  margin-right: .8rem;
}
.user-box__otherbox2:after {
  margin-left: .8rem;
}
.user-box__otherbox3 {
  background: #d8dfea;
  color: #333;
  margin-top: 2rem;
}
.user-box__otherbox3:hover {
  background: #cdd9ec;
}
.faq {
  padding: 1.5rem 1rem;
  box-shadow: 0 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.faq:hover {
  background: #faf9f9;
  font-weight: bold;
}

.faqa {
  padding: 1rem;
  font-weight: normal !important;
  display: none;
}
.wenew {
  padding: 2rem 2rem;
}
.wenew-title {
  font-weight: 800;
  font-size: 2rem;
}
.wenew-msg {
  margin-top: .5rem;
}
.wenew-img {
  height: 30rem;
  max-width: 100%;
  object-fit: cover;
}
.profile-body {
  padding: 1rem 2rem;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.profile-row {
  padding: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.profile-row:not(:last-child) {
  margin-bottom: 1rem;
}
.profile-link {
  background: var(--firstcolor);
  color: #fff;
  font-size: 1.7rem;
  display: inline-block;
  border-radius: 10px;
  padding: 1rem 1.5rem;
}
.profile-link:hover {
  background: var(--firstcolor-deep);
}
.prodlist {
  cursor: pointer;
}
.prodlist i {
  color: red;
}
.prodlist:hover {
  font-weight: 800;
}






.chartbox, .openyesandnobox {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 100;
}
.chartbox-body, .openyesandnobox-body {
  width: 700px;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.chartbox-bodybox, .openyesandnobox-bodybox {
  height: 100%;
  overflow-y: auto;
}
.chartbox-bodybox__msg {
  max-height: 80vh;
  overflow: auto;
}
.chartbox-bodybox__title {
  padding: 2rem;
  background: #e5efe5;
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.chartbox-body__close, .openyesandnobox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
.openyesandno-button:hover {
  background: green;
}
.chartbox-body__close:hover, .openyesandnobox-close:hover, .openyesandno-button__close:hover {
  background: rgb(145, 3, 3);
}
.openyesandno-button {
  background: rgb(2, 190, 2);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.openyesandno-button__close {
  background: red;
}
.next9ja-small {
  height: 80px; }
  @media only screen and (max-width: 600px) {
    .next9ja-small {
      height: 50px; } }
  .next9ja-small:hover {
    box-shadow: 0 1rem 2rem rgba(214, 211, 211, 0.5); }
    .logbuttons {
      width: 400px;
      max-width: 100%;
      margin: 0 auto;
      padding: 2rem;
      margin-top: 3rem; }
      .logbuttons-each {
        display: block;
        cursor: pointer;
        padding: 2rem 3rem;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: 0 1rem 2rem #eceaea;
        font-size: 1.6rem;
        color: #000;
        border-radius: 10px;
        margin-bottom: 2rem; }
        .logbuttons-each:hover {
          background: var(--firstcolor-light); }

.user-forgot, .user-forgot2 {
  background: url("/table.jpg");
  min-height: 100vh;
  background-size: cover;
  display: flex;
  /* width: 600px; */
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px; }
  .user-forgot__cont, .user-forgot2__cont {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 700px;
    max-width: 95%;
    margin: 0 auto;
    padding: 4rem 1rem; }
.user-forgot2 {
  background: url("/table.jpg"); }
.user-right {
background: #fff;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; }
.user-right__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 600px) {
    .user-right__title {
      font-size: 2.6rem; } }
.user-right__desc {
  font-size: 2rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  max-width: 700px;
  margin: 0 auto; }
  @media only screen and (max-width: 1100px) {
    .user-right__desc {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 600px) {
    .user-right__desc {
      font-size: 1.6rem; } }
      .user-pack {
        display: grid;
        position: relative;
        height: 100vh;
        overflow: auto;
        justify-content: center;
        align-items: center;
      }
.thebrood-submit {
  margin-top: 4rem;
  display: inline-block;
  background: red;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
}
.thebrood-submit:focus {
  outline: none;
}
.thebrood-i i {
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 1rem;
}
.thebrood-smallimg {
  height: 2rem;
}
.gen-button {
  background: #d8dfea;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  padding: 1rem 1.3rem;
  font-weight: 400;
  font-size: 1.7rem;
  cursor: pointer;
}
.gen-button:hover {
  background: #dadde2;
}
.takeout-cont, .takeout-cont2 {
  border-radius: 50px;
  display: inline-block;
  padding: .3rem 1.5rem;
  background: #f1f1f1;
  margin-left: .5rem;
  margin-top: 1rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.takeout-click {
  display: inline-block;
  background: rgb(5, 161, 5);
  padding: .95rem 1.4rem;
  color: #fff;
  margin-left: .5rem;
  margin-top: 1rem;
  border-radius: 5px;
  cursor: pointer;
}
.takeout-click:hover {
  background: green;
}
.takeout-i {
  margin-left: .3rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.takeout-input, .takeout-input2 {
  padding: 1rem;
  width: 10rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.order-box {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 2rem 1rem; }
  .order-box__link {
    display: inline-block;
    background: var(--firstcolor);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1rem 1.4rem;
    margin-top: 1rem; }
    .order-box__link:hover {
      background: var(--firstcolor-hover);
    }
  .order-box__title {
    color: #333;
    font-weight: 400;
  }
    .order-box__title:hover {
      font-weight: bold; }
  .order-box__content {
    color: #7e7c7c;
  margin-top: .4rem; }
  .order-boxes {
    border: 1px solid #d6d4d4;
    padding: 1rem;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    box-shadow: 0 0.3rem 0.6rem #ecebeb; }
    .order-boxes:hover {
      background: #fcfcfc; }
  .order-boxtings {
    background: #dddddd;
    padding: 1rem; }
  .order-boxeach {
    padding: 2rem 0;
    font-size: 1.8rem; 
  }
    .order-boxeach:not(:last-child) {
      margin-bottom: 3rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .order-boxing {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    box-shadow: 0 1rem 20rem rgba(0, 0, 0, 0.1); }
    .order-boxing__title {
      font-size: 2rem;
      font-weight: 700;
      margin-top: 2rem; }
    .order-boxing__subtitle {
      font-size: 1.8rem; 
    margin-top: 1rem;}

    .order-boxing__subtitle .bold {
        font-weight: bold;
      }
.orders-btn {
  padding: 1rem 1.4rem;
  display: inline-block;
  font-size: 1.7rem;
  background: #333;
  margin-top: 1rem;
  color: #fff;
  text-transform: uppercase; }

.order-box__cont-img {
  float: left;
  width: 12%; }
  @media only screen and (max-width: 600px) {
    .order-box__cont-img {
      width: 15%; } }
  .order-box__cont-img img {
    height: 60px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    object-fit: cover; }

.order-box__cont-newimg {
  float: left;
  width: 25%; }
  .order-box__cont-newimg img {
    height: 200px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    object-fit: cover; }

.order-box__cont-newcont {
  float: right;
  width: 75%; }

.order-box__cont-content {
  float: right;
  width: 88%;
  color: #777575; }
  @media only screen and (max-width: 600px) {
    .order-box__cont-content {
      width: 85%; } }

.order-box__cont:after, .order-box__cont:before {
  content: "";
  clear: both;
  display: table; }

.discuss-red {
  padding: .6rem 1rem;
  display: inline-block;
  border-radius: 2px;
  background: red;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1rem; }

.ordmsg-box {
  background: rgba(245, 227, 245, 0.205); }
  .ordmsg-box__title {
    font-weight: 500;
    font-size: 1.7rem;
    padding: .5rem 1rem;
    border: 1px solid #ececec;
    border-bottom: 1px solid #f6f6f6;
    color: #000; }
    @media only screen and (max-width: 600px) {
      .ordmsg-box__title {
        font-size: 1.6rem; } }
  .ordmsg-box__date {
    font-size: 1.5rem;
    padding: .5rem 1rem;
    color: #9b9999;
    border: 1px solid #ececec;
    border-top: none; }
    @media only screen and (max-width: 600px) {
      .ordmsg-box__date {
        font-size: 1.45rem; } }
  .ordmsg-box__msg {
    font-size: 1.5rem;
    padding: 1rem;
    border: 1px solid #ececec;
    border-top: none;
    background: #fefdfd; }

.ordmsg-input {
  height: 100px;
  width: 500px;
  max-width: 100%;
  border: 1px solid #dddcdc;
  padding: 1rem;
  display: block; }
  .ordmsg-input:focus {
    outline: 0;
    box-shadow: 0 0.3rem 0.7rem #7e4a8a; }
  .ordmsg-input__file {
    font-size: 1.5rem; }

.ordmsg-submit {
  display: inline-block;
  margin-top: 1.5rem;
  color: #fff;
  background: #5d427e;
  border-radius: 3px;
  border: 0;
  font-size: 1.5rem;
  padding: 1rem 2.5rem; }

  .noreplies {
  background: #ececcd;
  color: #333;
  padding: 1rem;
  font-size: 1.8rem; }
.adminagain {
  padding: 1rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  margin-top: .5rem;
  border-radius: 5px;
  display: block;
  color: #000;
}
.adminagain:hover {
  background: #f9f9f9;
}

.admincont-box {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.admincont-box__img {
  height: 20rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.admincont-box__link {
  background: var(--firstcolor);
  padding: 1.5rem 1rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 25px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.admincont-box__link:hover {
  background: var(--firstcolor-deep);
}
.adminagain-box {
  padding: 2rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.adminagain-box:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.2);
}
.adminagain-box__img {
  height: 20rem;
}
.loadscreen {
  height: 100vh;
  width: 100%;
  display: none;
  flex-direction: column;
  background: rgba(255,255,255,0.8);
  position: fixed;
  z-index: 20000;
  justify-content: center;
  align-items: center;
}
.loadscreen i {
  font-size: 4rem;
  color: #000;
  font-weight: 600;
}
.orders-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* column-gap: 3rem; */
  margin-bottom: 6rem;
  margin-top: -2rem;
}
.orders-row__table {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.orders-row__active {
  background: rgb(200, 248, 200);
}
.orders-row__table:hover {
  background: var(--firstcolor-light);
}
.tilt-row {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.tilt-row__img {
  height: 7rem;
  width: 7rem;
  object-fit: cover;
  display: inline-block;
  margin-right: 2rem;
}
.homeclass-left, .homeclass-right {
  position: absolute;
  top: 43%;
  left: 0;
  z-index: 14;
  display: inline-block;
  color: #fff;
  background: rgba(0,0,0,0.4);
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
}
.homeclass-left:hover, .homeclass-right:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
}
.homeclass-right {
  right: 0;
  left: unset;
}
.homeclass-neat, .homeclass-neat2 {
  position: absolute;
  bottom: 2%;
  z-index: 14;
  left: 51%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.homeclass-neat2 {
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  padding: .2rem 1rem;
}
.brushin {
  color: #fff;
  font-size: 1.3rem;
  margin-right: .6rem;
  display: inline-block;
  transform: translateY(-.1rem);
  cursor: pointer;
}
.homeclass-neat__one {
  height: 1rem;
  width: 1rem;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
.homeclass-neat__one:not(:last-child) {
  margin-right: .3rem;
}
.homeclass-neat__onefirst {
  background: rgba(255,255,255,0.9);
}
.whatsapporder {
    background: #25D366;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1.2rem;
}
.quote-row {
  display: flex;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
  align-items: center;
}
.quote-row__img {
  height: 10rem;
  width: 10rem;
  object-fit: cover;
}
.quote-row__side {
  margin-left: 2rem;
}
.quote-row__link {
  background: var(--firstcolor);
  color: #fff;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2px;
}
.quote-row__title {
  font-size: 1.8rem;
  font-weight: normal;
}













/**/

.section-pad {
  padding: 5rem 2rem;
}
.shops, .shops2, .shops3, .shops4 {
  padding: 1rem;
  color: transparent;
  /* background: linear-gradient(#7901a1, #f600f9); */
  background: url(/thispurple.png);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-weight: 800;
  font-size: 4rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 2rem;
}
.shops-body {
  padding: 2.5rem 1rem;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.shops-bodystick {
  position: absolute;
  top: 3%;
  right: 0;
  background: green;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  padding: .3rem .6rem;
}
.products-img {
  object-fit: contain;
  height: 15rem;
  width: 12rem !important;
  display: inline-block !important;
}
.shops-body__title {
  margin-top: 1rem;
  color: #333;
  font-weight: 600;
}
.shops-body__desc {
  color: #000;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.shops-body__link {
  background: linear-gradient(#111, #333);
  color: #fff;
  padding: 1.1rem 2.5rem;
  border-radius: 23px;
  display: inline-block;
  margin-top: 1.5rem;
}
/* .shops-body__link:hover {
  background: #000;
  color: #fff;
} */
.gal-slideleft, .gal-slideright {
  position: absolute;
  left: 2%;
  top: 50%;
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  cursor: pointer;
  z-index: 20;
  padding: 1rem 1.2rem;
}
.gal-slideright {
  /* right: 0; */
  left: 97.5%;
  /* transform: translate(-50%, -50%); */
}
.gal-slideright:hover, .gal-slideleft:hover {
  background: rgba(0, 0, 0, 0.3);
}
.thisop-span {
  display: inline-block;
  background: linear-gradient(#000, #333);
  color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 50%;
}
.thisop-link {
  background: linear-gradient(#7901a1, #f600f9);
  padding: 2rem 4rem;
  display: inline-block;
  margin-top: 4rem;
  color: #fff;
  border-radius: 35px;
}
.thehead-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .thehead-mobile {
    display: block;
  }
  .thehead-pc {
    display: none;
  }
}







.slideanim {
  visibility:hidden;
  visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
  visibility: visible;                  
  -webkit-animation: slide 1.4s;                  
          animation: slide 1.4s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
@-webkit-keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
  } 
}
@keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
  } 
}

/* Slide in as you scroll end */


/**/















.bordernone {
  border: none;
}
.bordernone:focus {
  outline: none;
}
.center {
    text-align: center;
}
.padme {
  padding: 1rem;
}
.padme_emptyleftright {
  padding: 1rem 0;
}
.padme2rem {
  padding: 2rem;
}
.padme2remside {
  padding: 1rem 2rem;
}
.padme3rem {
  padding: 3rem;
}
.padme3remside {
  padding: 1rem 3rem;
}
.padme2remupdown {
  padding: 2rem 1rem;
}
.padme3remupdown {
  padding: 3rem 1rem;
}
.whatsapp-text {
  color: #25D366;
}
.facebook-text {
  color: #3b5998;
}
.twitter-text {
  color: #55acee;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: 800;
}
.big {
  font-size: 120%;
}


.topsuccess {
  background: rgb(7, 202, 7);
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 0.2%;
  left: 0;
  display: none;
  width: 100%;
  z-index: 10000;
}
.toperror {
  background: red;
}

.sucreg {
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
    background: #03ba03;
    margin-top: 6rem;
    padding: 3rem;
    color: #FFF;
    text-align: center;
}

.attacherror {
  background: red;
  padding: 1rem 2rem;
  margin-top: 1rem;
  /* text-align: center; */
  color: #fff;
  border-radius: 5px;
}
.errormsg {
  background: red;
  padding: 1rem;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 0.2%;
  left: 0;
  display: none;
  width: 100%;
  z-index: 100;
}
.positive {
  background: rgb(7, 202, 7);
}
.opachim {
  opacity: 0.5;
  cursor: progress !important;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3) !important; */
  pointer-events: none; }

.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.margin-top__large {
  margin-top: 4rem;
}
.margin-top__medium {
  margin-top: 2.5rem;
}
.margin-top__mediumlarge {
  margin-top: 3rem;
}
.margin-top__small {
  margin-top: 1rem;
}
.margin-top__negsmall {
  margin-top: -1rem;
}
.margin-top__tiny {
  margin-top: .5rem;
}
.margin-bottom__large {
  margin-bottom: 4rem;
}
.margin-bottom__medium {
  margin-bottom: 2.5rem;
}
.margin-top__negsmall {
  margin-top: -2.5rem;
}
.margin-bottom__small {
  margin-bottom: 1rem;
}
.margin-bottom__tiny {
  margin-bottom: .5rem;
}
.none {
  display: none;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.opachim {
  opacity: 0.5;
  cursor: progress !important;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3) !important; */
  pointer-events: none; 
}

table{border-collapse:collapse;border-spacing:0;width:100%;display:table}
table,th,td{border:none}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:6px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}

img.w3-image,.w3-image img{max-width:100%;height:auto}
.w3-image .w3-title{position:absolute;bottom:8px;left:16px;color:#fff;font-size:20px}
.w3-fluid{max-width:100%;height:auto}
.w3-tooltip .w3-text{display:none}
.w3-tooltip:hover .w3-text{display:inline-block}
.w3-navbar{list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}.w3-navbar li a{display:block;padding:8px 16px}.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar .w3-dropdown-hover,.w3-navbar .w3-dropdown-click{position:static}
.w3-navbar .w3-dropdown-hover:hover,.w3-navbar .w3-dropdown-hover:first-child,.w3-navbar .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-topnav{padding:8px 8px}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropnav a,.w3-dropdown-content a,.w3-accordion-content a{text-decoration:none !important}
.w3-navbar ul.w3-right{list-style-type:none}
.w3-navbar .w3-opennav.w3-right{float:right !important}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent}
.w3-topnav a:hover{border-bottom:3px solid #fff}
.w3-topnav .w3-dropdown-hover a{border-bottom:0}
.w3-opennav,.w3-closenav{color:inherit}
.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropnav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-hover-opacity,.w3-hover-shadow,.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,
.w3-hover-amber,.w3-hover-aqua,.w3-hover-blue,.w3-hover-light-blue,.w3-hover-brown,.w3-hover-cyan,.w3-hover-blue-grey,.w3-hover-green,.w3-hover-light-green,.w3-hover-indigo,.w3-hover-khaki,.w3-hover-lime,.w3-hover-orange,.w3-hover-deep-orange,.w3-hover-pink,
.w3-hover-purple,.w3-hover-deep-purple,.w3-hover-red,.w3-hover-sand,.w3-hover-teal,.w3-hover-yellow,.w3-hover-white,.w3-hover-black,.w3-hover-grey,.w3-hover-light-grey,.w3-hover-dark-grey,.w3-hover-text-amber,.w3-hover-text-aqua,.w3-hover-text-blue,.w3-hover-text-light-blue,
.w3-hover-text-brown,.w3-hover-text-cyan,.w3-hover-text-blue-grey,.w3-hover-text-green,.w3-hover-text-light-green,.w3-hover-text-indigo,.w3-hover-text-khaki,.w3-hover-text-lime,.w3-hover-text-orange,.w3-hover-text-deep-orange,.w3-hover-text-pink,.w3-hover-text-purple,
.w3-hover-text-deep-purple,.w3-hover-text-red,.w3-hover-text-sand,.w3-hover-text-teal,.w3-hover-text-yellow,.w3-hover-text-white,.w3-hover-text-black,.w3-hover-text-grey,.w3-hover-text-light-grey,.w3-hover-text-dark-grey
{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}
.w3-sidenav{height:100%;width:200px;background-color:#fff;position:fixed !important;z-index:1;overflow:auto}
.w3-sidenav a{padding:4px 2px 4px 16px}
.w3-sidenav a:hover{background-color:#ccc}
.w3-sidenav a,.w3-dropnav a{display:block}
.w3-sidenav .w3-dropdown-hover:hover,.w3-sidenav .w3-dropdown-hover:first-child,.w3-sidenav .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-sidenav .w3-dropdown-hover,.w3-sidenav .w3-dropdown-click {width:100%}.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,.w3-sidenav .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-main{-webkit-transition:margin-left .4s;transition:margin-left .4s}
.w3-dropnav {background-color:#fff}
.w3-dropnav a:hover{text-decoration:underline !important}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-pagination{display:inline-block;padding:0;margin:0}
.w3-pagination li{display:inline-block;background:#f9f9f9;-webkit-box-shadow: 0 .2rem .4rem rgba(0,0,0,0.2);box-shadow: 0 .2rem .4rem rgba(0,0,0,0.2);}
.w3-pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.w3-pagination li a:hover,.w3-pagination li a:focus{background-color:#ccc}
.w3-input-group,.w3-group{margin-top:24px;margin-bottom:24px}
.w3-input{padding:1.5rem 1rem;display:block;border-radius: 5px;border:none;border-bottom:1px solid rgba(0,0,0,0.1);font-size: 1.6rem !important;color:#000;width:100%}
.w3-label{color:#009688}
.w3-input:not(:valid)~.w3-validate{color:#f44336}
.w3-select{padding:4px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}
.w3-input:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
  border: 1px solid var(--firstcolor) !important;
}

.w3-select select:focus{color:#000;border:1px solid #009688}.w3-select option[disabled]{color:#009688}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-dropdown-content a{padding:6px 16px;display:block}
.w3-dropdown-content a:hover{background-color:#ccc}
.w3-accordion {width:100%;cursor:pointer}
.w3-accordion-content{cursor:auto;display:none;position:relative;width:100%;margin:0;padding:0}
.w3-accordion-content a{padding:6px 16px;display:block}
.w3-accordion-content a:hover{background-color:#ccc}
.w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}
.w3-progressbar{background-color:#757575;height:100%;position:absolute;line-height:inherit}
input[type=checkbox].w3-check,input[type=radio].w3-radio{width:24px;height:24px;position:relative;top:6px}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate{color:#009688} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate{color:#aaa}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-quarter,.quart{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:23.8%}
.w3-col.s4{width:32.26%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.13%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-quarter,.quart{width:99.99999%}
@media only screen and (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:23.8%}
.quart{width:22.99999%}
.w3-col.m4,.w3-third{width:32.26%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.13%}
.w3-col.m9{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:23.8%}
.quart{width:22.99999%}
.w3-col.l4,.w3-third{width:32.26%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.13%}
.w3-col.l9{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
.w3-hide{display:none !important}.w3-show-block,.w3-show{display:block !important}.w3-show-inline-block{display:inline-block !important}
@media (max-width:601px){.w3-modal-content{margin:50px 10px 10px 10px;width:auto !important}}
@media (max-width:768px){.w3-modal-content{width:500px}}
@media (min-width:992px){.w3-modal-content{width:900px}}
@media screen and (max-width:601px){.w3-topnav a{display:block}.w3-navbar li{float:none}.w3-navbar div.w3-right,.w3-navbar li.w3-right{float:none !important;margin:0;padding:0}}	
@media screen and (max-width:601px){.w3-topnav .w3-dropdown-hover .w3-dropdown-content,.w3-navbar .w3-dropdown-click .w3-dropdown-content,.w3-navbar .w3-dropdown-hover .w3-dropdown-content{position:relative}}	
@media screen and (max-width:601px){.w3-topnav,.w3-navbar{text-align:center}}
@media (max-width:601px){.w3-hide-small{display:none !important}}
@media (max-width:991px) and (min-width:601px){.w3-hide-medium{display:none !important}}
@media (min-width:992px){.w3-hide-large{display:none !important}}
@media screen and (max-width:991px){.w3-sidenav.w3-collapse{display:none}.w3-main{margin-left:0 !important}}
@media screen and (min-width:991px){.w3-sidenav.w3-collapse{display:block !important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:1}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-left{float:left !important}.w3-right{float:right !important}
.w3-tiny{font-size:10px !important}.w3-small{font-size:12px !important}
.w3-medium{font-size:15px !important}
.w3-large{font-size:18px !important}
.w3-xlarge{font-size:24px !important}
.w3-xxlarge{font-size:36px !important}
.w3-xxxlarge{font-size:48px !important}
.w3-jumbo{font-size:20px !important}
.w3-vertical{word-break:break-all;line-height:1;text-align:center;width:0.6em}
.w3-left-align{text-align:left !important}.w3-right-align{text-align:right !important}
.w3-justify{text-align:justify !important}
.w3-center{text-align:center !important}
.w3-display-topleft{position:absolute;left:0;top:0}
.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}
.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;left:0;top:50%;width:100%;text-align:center}
.w3-circle{border-radius:50% !important}
.w3-round-small{border-radius:2px !important}.w3-round,.w3-round-medium{border-radius:4px !important}
.w3-round-large{border-radius:8px !important}.w3-round-xlarge{border-radius:16px !important}
.w3-round-xxlarge{border-radius:32px !important}.w3-round-jumbo{border-radius:64px !important}
.w3-border-0{border:0 !important}
.w3-border{border:1px solid #ccc !important}
.w3-border-top{border-top:1px solid #ccc !important}.w3-border-bottom{border-bottom:1px solid #ccc !important}
.w3-border-left{border-left:1px solid #ccc !important}.w3-border-right{border-right:1px solid #ccc !important}
.w3-margin-0{margin:0 !important}
.w3-margin-2{margin:2px !important}
.w3-margin-4{margin:4px !important}
.w3-margin-8{margin:8px !important}
.w3-margin-12{margin:12px !important}
.w3-margin-16{margin:16px !important}
.w3-margin-24{margin:24px !important}
.w3-margin-32{margin:32px !important}
.w3-margin-64{margin:64px !important}
.w3-margin{margin:16px !important}
.w3-margin-top{margin-top:16px !important}.w3-margin-bottom{margin-bottom:16px !important}
.w3-margin-left{margin-left:16px !important}.w3-margin-right{margin-right:16px !important}
.w3-padding-tiny{padding:2px 4px !important}
.w3-padding-small{padding:4px 8px !important}
.w3-padding-medium,.w3-padding,.w3-form{padding:8px 16px !important}
.w3-padding-large{padding:12px 24px !important}
.w3-padding-xlarge{padding:16px 32px !important}
.w3-padding-xxlarge{padding:24px 48px !important}
.w3-padding-jumbo{padding:32px 64px !important}
.w3-padding-0{padding:0 !important}
.w3-padding-4{padding-top:4px !important;padding-bottom:4px !important}
.w3-padding-8{padding-top:8px !important;padding-bottom:8px !important}
.w3-padding-16{padding-top:16px !important;padding-bottom:16px !important}
.w3-padding-24{padding-top:24px !important;padding-bottom:24px !important}
.w3-padding-32{padding-top:32px !important;padding-bottom:32px !important}
.w3-padding-48{padding-top:48px !important;padding-bottom:48px !important}
.w3-padding-64{padding-top:64px !important;padding-bottom:64px !important}
.w3-padding-top{padding-top:8px !important}.w3-padding-bottom{padding-bottom:8px !important}
.w3-padding-left{padding-left:16px !important}.w3-padding-right{padding-right:16px !important}
.w3-topbar{border-top:6px solid #ccc !important}.w3-bottombar{border-bottom:6px solid #ccc !important}
.w3-leftbar{border-left:6px solid #ccc !important}.w3-rightbar{border-right:6px solid #ccc !important}
.w3-border-red{border-color:#ff6060 !important}.w3-border-yellow{border-color:#daa520 !important}
.w3-border-green{border-color:#66aa66 !important}.w3-border-blue{border-color:#1E90FF !important}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-quarter,.quart,.w3-row-padding>.w3-col{padding:0 8px}
.w3-spin{animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform: rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.w3-container{padding:1rem;line-height: 1.3;}
.w3-example{background-color:#f1f1f1;padding:0.01em 16px}
.w3-section,.w3-paragraph{margin-top:16px;margin-bottom:16px}
.w3-code{font-family:Consolas,"courier new";font-size:16px;line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #009688;word-wrap:break-word}
.w3-example,.w3-code,.w3-reference{margin:20px 0}
.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important}
.w3-card-4,.w3-hover-shadow:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-8{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-12{-webkit-box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important;box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important}
.w3-card-16{-webkit-box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important}
.w3-card-24{-webkit-box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important;box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 2s ease-in-out;animation:opac 2s ease-in-out}
@-webkit-keyframes opac{from{opacity:0.7} to{opacity:1}}
@keyframes opac{from{opacity:0.7} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{-webkit-transform:scale(0);transform:scale(0)} to{-webkit-transform:scale(1);transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100% !important}
.w3-amber,.w3-hover-amber:hover{color:#000 !important;background-color:#ffc107 !important}
.w3-aqua,.w3-hover-aqua:hover{color:#000 !important;background-color:#00ffff !important}
.w3-blue,.w3-hover-blue:hover{color:#fff !important;background-color:#2196F3 !important}
.w3-light-blued,.w3-hover-light-blued:hover{color:#000 !important;padding:11px;background-color:#87CEEB !important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000 !important;background-color:#87CEEB !important}
.w3-brown,.w3-hover-brown:hover{color:#fff !important;background-color:#795548 !important}
.w3-cyan,.w3-hover-cyan:hover{color:#000 !important;background-color:#00bcd4 !important}
.w3-blue-grey,.w3-hover-blue-grey:hover{color:#fff !important;background-color:#607d8b !important}
.w3-green,.w3-hover-green:hover{color:#fff !important;background-color:#4CAF50 !important}
.w3-light-green,.w3-hover-light-green:hover{color:#000 !important;background-color:#8bc34a !important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff !important;background-color:#3f51b5 !important}
.w3-khaki,.w3-hover-khaki:hover{color:#000 !important;background-color:#f0e68c !important}
.w3-lime,.w3-hover-lime:hover{color:#000 !important;background-color:#cddc39 !important}
.w3-orange,.w3-hover-orange:hover{color:#000 !important;background-color:#ff9800 !important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff !important;background-color:#ff5722 !important}
.w3-pink,.w3-hover-pink:hover{color:#fff !important;background-color:#e91e63 !important}
.w3-purple,.w3-hover-purple:hover{color:#fff !important;background-color:#9c27b0 !important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff !important;background-color:#673ab7 !important}
.w3-red,.w3-hover-red:hover{color:#fff !important;background-color:#f44336 !important}
.w3-sand,.w3-hover-sand:hover{color:#000 !important;background-color:#fdf5e6 !important}
.w3-teal,.w3-hover-teal:hover{color:#fff !important;background-color:#009688 !important}
.w3-yellow,.w3-hover-yellow:hover{color:#000 !important;background-color:#ffeb3b !important}
.w3-white,.w3-hover-white:hover{color:#000 !important;background-color:#fff !important}
.w3-osblue,.w3-hover-osblue:hover{color:#fff !important;background-color:var(--color-secondary) !important}
.w3-os2blue,.w3-hover-os2blue:hover{color:#fff !important;background-color:var(--color-secondary) !important}
.w3-os3blue,.w3-hover-os3blue:hover{color:#fff !important;background-color:var(--firstcolor) !important}
.w3-black,.w3-hover-black:hover{color:#fff !important;background-color:#000 !important}
.w3-grey,.w3-hover-grey:hover{color:#000 !important;background-color:#9e9e9e !important}
.poshbeing {
	background-color: #F7F7F5;text-decoration: none;border-bottom: 1px solid #D8DEE5;margin: 1px 0px;padding: 5px;color: #308bcf;
}
.poshbeing {
	background-color: #F7F7F5;text-decoration: none;margin: 1px 0px;padding: 5px;color: #fff;
}
.stuff {background-color: #ffffff;text-decoration: none;border: 1px solid #6b016b;margin: 1px 0px;padding: 5px;color: black;
}
.w3-light-grey,.w3-hover-light-grey:hover{color:#000 !important;background-color:#f1f1f1 !important}
.w3-dark-grey,.w3-hover-dark-grey:hover{color:#fff !important;background-color:#616161 !important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000 !important;background-color:#ffe7e7 !important}.w3-pale-green,.w3-hover-pale-green:hover{color:#000 !important;background-color:#e7ffe7 !important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000 !important;background-color:#ffffd7 !important}.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000 !important;background-color:#e7ffff !important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107 !important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff !important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3 !important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB !important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548 !important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4 !important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover{color:#607d8b !important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50 !important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a !important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5 !important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50 !important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39 !important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800 !important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722 !important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63 !important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0 !important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7 !important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336 !important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6 !important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688 !important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e !important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff !important}
.w3-text-black,.w3-hover-text-black:hover{color:#000 !important}
.w3-text-grey,.w3-hover-text-grey:hover{color:#757575 !important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover{color:#f1f1f1 !important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover{color:#3a3a3a !important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-text-shadow{text-shadow:1px 1px 0 rgb(78, 36, 36)}.w3-text-shadow-white{text-shadow:1px 1px 0 #ddd}
