body {
  margin-top: 1px;
  background-color: #efefef;
  font-family: Montserrat, sans-serif;
  color: #000;
  /*160%*/
  font-size: 160%;
  line-height: 100%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 3% 5% 0.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.logo {
  display: block;
  width: 100%;
  float: left;
  color: #44b3ff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo.w--current {
  height: auto;
}

.quicksearch {
  display: block;
  width: 200px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #efefef;
  border-radius: 20px;
  background-color: rgba(58, 58, 58, .08);
  -webkit-transition: border 150ms ease-in;
  transition: border 150ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 100%;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.quicksearch:focus {
  border-color: #6d6d6d;
}

.footer-links {
  display: inline;
  padding-right: 20px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 100%;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-links:hover {
  opacity: 0.6;
}

.footerlinks2 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.footerlinks2:hover {
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.footerlinks2.w--current {
  font-family: 'Open Sans', sans-serif;
}

.footertext {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.textfield {
  display: block;
  width: 75%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border: 4px none #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.submit {
  display: block;
  width: 25%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 2px none #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #3a3a3a;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.submit:hover {
  background-color: #6d6d6d;
  opacity: 1;
  color: #fff;
}

.fromwrapper {
  display: block;
  width: 500px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.form {
  display: inline-block;
  height: 30px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: right;
}

.form.signup {
  display: block;
  float: none;
}

.header {
  display: block;
  width: 85%;
  /*max-width: 1300px;*/
  margin: 85px auto 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #0098ff;
  color: #efefef;
  text-align: center;
}

.signupsection {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0098ff;
}

.productimg {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.productoverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  overflow: scroll;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(58, 58, 58, .3);
  text-align: left;
}

.overlaytemp {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  max-width: 1000px;
  min-height: auto;
  min-width: 800px;
  margin: 2% auto 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px 3px 10px 10px;
  background-color: #fff;
}

.imagesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.infosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.overlayviewonbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0098ff;
  -webkit-transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.overlayviewonbtn:hover {
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 43%, .5);
}

.overlayprice {
  display: inline-block;
  margin: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 35px;
  font-weight: 400;
}

.overlayproductinfo {
  display: block;
  max-width: 98%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 130%;
  line-height: 26px;
  font-weight: 700;
}

.productrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.productcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
}

.prodcontainer {
  display: block;
  margin: 15px;
  padding: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
}

.overlaymorebt {
  display: block;
  margin-top: 59px;
  padding-right: 10px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.overlaymorebt:hover {
  color: #6d6d6d;
  text-decoration: none;
}

.overlaythumpnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #efefef;
}

.overlaythumpnail.alithumbnail {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px none #fa8502;
}

.overlaythumpbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 2px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.overlayheroimg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerleft {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.productdetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.reviewimg {
  display: inline;
}

.font1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 54%, .8);
  font-size: 100%;
  font-weight: 400;
}

.font1.score {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3a3a3a;
  font-size: 125%;
  font-weight: 600;
}

.font1.votes {
  padding-right: 5px;
  padding-left: 5px;
}

.overlayrevinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlayrevinfo.seller {
  width: 100%;
  margin-top: 1%;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlayclosebutton {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 301;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/static/images/closebtn.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
  opacity: 0.7;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.overlayclosebutton:hover {
  opacity: 0.4;
}

.overviewbuttom {
  min-width: 50px;
  margin-top: 2%;
  margin-bottom: 1%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.overviewbuttom.custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 85%;
}

.overviewbuttom.custom:hover {
  color: #6d6d6d;
}

.overviewbuttom.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notetext {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 80%;
  font-weight: 400;
}

.categorylink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-right: 10px;
  padding-left: 5px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Open Sans', sans-serif;
  color: #8a8a8a;
  font-size: 71%;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.categorylink:hover {
  opacity: 0.6;
}

.arrow {
  display: block;
  float: right;
  font-size: 76%;
}

.reviewoverlay {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.reviewoverlay:hover {
  z-index: 8;
}

.reviewoverlayimg {
  z-index: 5;
  display: inline;
  text-align: center;
}

.overv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(36, 36, 36, .4);
}

.reviewoverlaytext {
  position: static;
  display: inline;
  padding-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 100%;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.reviewoverlaybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px none #000;
  border-radius: 30px;
  background-color: hsla(0, 0%, 94%, .9);
  text-align: center;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: hsla(0, 0%, 54%, .8);
}

.overlayrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.terms {
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 10px;
}

.termstext {
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 110%;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
}

.itemdescription {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 5px;
  border-right: 1px none #efefef;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 400;
}

.divline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 40px;
  margin-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #efefef;
  color: #efefef;
}

.disc_div_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-weight: 400;
}

.disc_div_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #efefef;
}

.disc_div_right:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.errorgif {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pricebt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Page-1.png');
  background-position: 50% 50%;
  background-size: auto 26px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-weight: 600;
}

.pricebt:hover {
  position: relative;
  width: 70px;
  background-color: #0098ff;
  background-size: 45px 25px;
  color: transparent;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 210;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 0px 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 54%, .15);
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-color: #3a3a3a;
  border-radius: 50px;
  background-color: #6d6d6d;
  color: #333;
}

.top-bubble.mid-bubble {
  top: 23px;
  display: block;
  width: 35px;
  margin-right: auto;
  margin-left: auto;
  color: #6d6d6d;
}

.top-bubble.buttom-bubble {
  top: 36px;
  width: 35px;
}

.navlink {
  display: block;
  padding: 12px 15px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.navblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navblock.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.melted {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.melted:focus {
  width: 60px;
  height: 60px;
  float: right;
}

.melted.w--open {
  background-color: transparent;
}

.navmenu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 190;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-top: 52px;
  background-color: rgba(42, 42, 42, .7);
  text-align: right;
}

.search-wraper {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.searchbar {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.searchbar.sticky-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sortimg {
  display: block;
  height: 35px;
  padding: 5px 10px 5px 20px;
  float: right;
  opacity: 0.54;
}

.timespot {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 2px;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, .75);
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 80%;
  font-weight: 300;
  text-decoration: none;
}

.loadmorelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #fdfdfd;
  background-color: #3a3a3a;
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  text-decoration: none;
}

.loadmorelink:hover {
  background-color: #6d6d6d;
  opacity: 1;
}

.arrow_right {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  z-index: 50;
}

.arrow_left {
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
}

.dropdownlist.w--open {
  border-radius: 1px;
  background-color: #3a3a3a;
  color: #3a3a3a;
}

.dropdown1 {
  z-index: 100;
  display: none;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown_toggle {
  position: relative;
  padding: 0px 10px 0px 0px;
  float: right;
}

.aboutblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 0%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aboutheader {
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 250%;
  text-align: center;
  text-transform: none;
}

.aboutheader.hero {
  margin-top: 79px;
  text-align: center;
}

.subtext {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 17px;
  line-height: 152%;
  font-weight: 300;
  text-align: justify;
}

.subtext.hero {
  padding-bottom: 30px;
  font-size: 1.1em;
  text-align: center;
}

.flexitem {
  width: 33.33%;
  padding: 15px;
  border: 1px none #efefef;
}

.flexitem._66 {
  width: 66.66%;
  padding: 15px;
}

.flexitem._66._2 {
  padding: 15px;
  border-style: none;
}

.flexitem.ali {
  width: 66.66%;
  padding-top: 30px;
  background-color: transparent;
}

.flexitem.ali._1 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5%;
  padding-top: 15px;
  background-color: #ffe952;
  text-align: center;
}

.blog-button {
  display: block;
  width: 28%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 1px none #fff;
  border-radius: 3px;
  background-color: #3a3a3a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.blog-button:hover {
  opacity: 0.85;
}

.blog-button.learnali {
  width: 30%;
}

.success {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}

.emailh {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #0098ff;
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.emailtext {
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 110%;
  line-height: 105%;
  font-weight: 300;
}

.errormess {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.errortex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  text-align: center;
}

.emailsign {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.categorysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.categorybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin: 5px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .95);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.categorybox:hover {
  opacity: 0.75;
}

.categoryicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.75;
}

.categorytext {
  display: block;
  width: 100%;
  margin: 10px auto 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-weight: 400;
  text-decoration: none;
}

.aboutdiv {
  display: block;
  width: 80%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3a3a3a;
  text-align: center;
}

.aboutdiv.abouthero {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-weight: 400;
  text-decoration: none;
}

.navlinks:hover {
  opacity: 0.6;
}

.navlinks.search {
  display: none;
  padding-right: 5px;
}

.menuebutton {
  padding: 10px;
}

.logodiv {
  display: block;
  width: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menudiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  background-color: #0098ff;
}

.bodydiv {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

.navmenue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body404 {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.overviewinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9%;
  margin-bottom: 5%;
}

.heroimg {
  display: inline-block;
}

.navicon {
  width: 27px;
  opacity: 0.8;
}

.navtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 5px;
  color: #3a3a3a;
  font-weight: 400;
  text-decoration: none;
}

.filtertext {
  display: inline-block;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-weight: 400;
  cursor: pointer;
}

.filtertext:hover {
  opacity: 0.6;
  color: #6d6d6d;
}

.loadtext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.heroabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroabout1 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.aboutimg {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.categoryclickout {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3a3a;
}

.reivews {
  display: block;
  margin: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 150%;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.revcomment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviewericon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 145px;
  background-color: #0098ff;
  /*background-image: url('../images/france-32.png');*/
  background-position: 0px 0px;
  background-size: cover;
}

.reviewertxt {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 90%;
  font-weight: 300;
}

.reviews_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.morereviews {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #3a3a3a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.morereviews:hover {
  background-color: #0098ff;
}

.reviewdate {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #efefef;
  font-size: 80%;
  font-weight: 300;
}

.reviewername {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #efefef;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
}

.productreviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8%;
  margin-bottom: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.orderinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
}

.discount {
  display: inline-block;
  margin: 0px 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: red;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.font2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 100%;
  font-weight: 400;
}

.font2.rating {
  padding-left: 5px;
  cursor: context-menu;
}

.fontprice {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
}

.fontprice.originalprice {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: line-through;
}

.countdown {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 1px 10px;
  border: 1px solid red;
  border-radius: 3px;
  color: #3a3a3a;
  font-weight: 400;
}

.categorylinkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.discountbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categoryclick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.categoryclick:hover {
  opacity: 0.8;
}

.reviewbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}

.heading2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}

.errorbox {
  display: block;
  margin-top: 8%;
  margin-bottom: 5%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.errorh1 {
  display: inline-block;
  width: 90%;
  margin-bottom: 0px;
  color: #3a3a3a;
  font-size: 300%;
  text-align: center;
}

.errorh2 {
  display: block;
  width: 60%;
  margin: 2% auto 5%;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 100%;
  line-height: 28px;
  font-weight: 400;
}

.buglink {
  color: #0098ff;
  text-decoration: none;
}

.buglink:hover {
  text-decoration: underline;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  background-color: rgba(0, 152, 255, .5);
}

.price_div_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #0098ff;
  background-image: url('/static/images/arrow1.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms cubic-bezier(.55, .085, .68, .53), opacity 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.55, .085, .68, .53), opacity 200ms cubic-bezier(.47, 0, .745, .715);
  text-decoration: none;
}

.pricefont {
  display: inline;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  /*font-size: 120%;*/
  font-weight: 700;
}

.discountfont {
  padding-top: 0px;
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 54%, .8);
  font-size: 80%;
  text-decoration: line-through;
}

.infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoicon {
  margin-right: 10px;
  opacity: 0.8;
}

.divider1 {
  width: 1px;
  max-width: 1px;
  min-width: 1px;
}

.alilinkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  text-align: center;
  text-decoration: none;
}

.alilinkout:hover {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0098ff;
  /*background-color: #fff;*/
  opacity: 1;
  /*opacity: 0;*/
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 100%;
  line-height: 100%;
}
.alilinkout:hover .pricefont{
  display: none;
}
.alilinkout:hover .discountfont{
  display: none;
}
.alilinkout:hover .ali-arrow {
  display: block;
}

html.w-mod-js *[data-ix="popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hover"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .footer {
    padding-right: 1%;
    padding-left: 1%;
  }
  .grid {
    width: 95%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 1.1em;
  }
  .quicksearch {
    font-size: 80%;
  }
  .footertext {
    padding-top: 30px;
  }
  .header {
    margin-top: 75px;
  }
  .productimg {
    height: 100%;
  }
  .productoverlay {
    display: none;
    height: auto;
    padding-top: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .overlaytemp {
    max-width: 95%;
    min-height: auto;
    min-width: 80%;
    margin-top: 2%;
    margin-bottom: 7%;
  }
  .imagesection {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .infosection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .overlayviewonbtn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .overlayproductinfo {
    margin-top: 0px;
    font-size: 110%;
    line-height: 20px;
  }
  .productrow {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .productcolumn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prodcontainer {
    margin: 10px;
  }
  .overlaymorebt {
    display: block;
    float: right;
    font-size: 14px;
    text-decoration: none;
  }
  .overlaymorebt:hover {
    font-family: 'Open Sans', sans-serif;
    color: #3a3a3a;
  }
  .overlaythumpnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .overlaythumpbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .overlayheroimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .reviewimg {
    max-width: 60%;
  }
  .font1 {
    font-size: 100%;
  }
  .font1.score {
    font-size: 140%;
  }
  .overlayrevinfo.seller {
    margin-top: 1%;
  }
  .overlayclosebutton {
    top: 0px;
    right: 0px;
  }
  .overviewbuttom {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .overviewbuttom.custom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .overviewbuttom.custom:hover {
    opacity: 0.6;
  }
  .notetext {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 70%;
    line-height: 1.2em;
  }
  .categorylink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }
  .arrow {
    display: block;
    float: right;
  }
  .reviewoverlayimg {
    width: 70%;
  }
  .reviewoverlaybox {
    width: 80%;
  }
  .overlayrow {
    padding-bottom: 20px;
  }
  .itemdescription {
    padding-left: 5px;
    font-size: 80%;
    line-height: 100%;
  }
  .disc_div_right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .disc_div_right:hover {
    width: 100px;
  }
  .pricebt {
    z-index: 18;
  }
  .navmenu {
    margin-top: 51px;
  }
  .searchbar {
    width: 95%;
  }
  .searchbar.sticky-column {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sortimg {
    padding-left: 20px;
  }
  .arrow_right {
    position: absolute;
    top: 46%;
    right: 10px;
    bottom: 0px;
    display: block;
    background-color: #efefef;
    opacity: 0.8;
  }
  .arrow_left {
    position: absolute;
    left: 10px;
    top: 46%;
    display: block;
    background-color: #efefef;
    opacity: 0.8;
  }
  .dropdown_toggle {
    display: none;
  }
  .aboutblock {
    width: 100%;
    padding: 3%;
  }
  .aboutheader {
    font-size: 37px;
  }
  .subtext.hero {
    text-align: justify;
  }
  .flexitem {
    padding: 10px;
  }
  .flexitem._66._2 {
    padding: 10px;
  }
  .flexitem.ali._1 {
    margin-top: 20px;
    padding-top: 10px;
  }
  .blog-button.learnali {
    width: 50%;
  }
  .categorybox {
    width: 200px;
    height: 200px;
    margin: 5px;
  }
  .logodiv {
    width: 100px;
  }
  .heroabout {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heroabout1 {
    width: 90%;
  }
  .comments {
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .revcomment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .morereviews {
    width: 100%;
    height: 100%;
  }
  .productreviews {
    margin-top: 2%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .orders {
    margin-top: 3%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .orderinfo {
    margin-top: 3px;
    padding-top: 0px;
  }
  .discount {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 120%;
  }
  .font2 {
    font-size: 100%;
  }
  .fontprice {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
  }
  .countdown {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .categorylinkout {
    margin-top: 3%;
    margin-bottom: 2%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .discountbox {
    padding-top: 5px;
  }
  .heading1 {
    font-size: 1.1em;
  }
  .heading2 {
    font-size: 1.1em;
  }
  .errorbox {
    margin-bottom: 3%;
  }
  .errorh1 {
    font-size: 250%;
  }
  .errorh2 {
    width: 80%;
    font-size: 95%;
  }
  .price_div_right {
    background-size: 50px;
  }
  .pricefont {
    font-size: 100%;
  }
  .discountfont {
    font-size: 90%;
  }
  .infobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .infoicon {
    display: block;
  }
  .arrow_box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .alilinkout {
    width: 65px;
  }
  .alilinkout:hover {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .quicksearch {
    width: 100%;
    height: 45px;
    padding: 5px 5px 5px 15px;
    border: 1px solid #6d6d6d;
    background-color: hsla(0, 0%, 94%, .95);
    -webkit-transition-property: none;
    transition-property: none;
    color: #6d6d6d;
    font-size: 140%;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
  }
  .quicksearch:focus {
    border-color: #efefef;
  }
  .fromwrapper {
    width: 100%;
    padding-top: 0px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    margin-top: 5%;
    margin-bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50%;
  }
  .header {
    margin-top: 75px;
    padding-top: 6px;
  }
  .productimg {
    width: 100%;
    height: 100%;
  }
  .productoverlay {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlaytemp {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .infosection {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .overlayviewonbtn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .overlayprice {
    line-height: 50px;
  }
  .overlayproductinfo {
    display: block;
    max-width: 100%;
    margin-top: 1%;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0%;
    font-size: 1em;
    line-height: 22px;
  }
  .productrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overlaythumpbox {
    display: none;
  }
  .overlayheroimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .productdetails {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .font1 {
    font-size: 100%;
  }
  .overlayrevinfo {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .overlayrevinfo.seller {
    margin-top: 1%;
    margin-bottom: 0px;
  }
  .overlayclosebutton {
    display: none;
  }
  .overviewbuttom {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .notetext {
    margin-top: 0px;
  }
  .categorylink {
    font-size: 14px;
  }
  .overlayrow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .itemdescription {
    font-size: 100%;
  }
  .navbar {
    z-index: 210;
  }
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .navmenu {
    margin-top: 52px;
  }
  .search-wraper {
    width: 80%;
  }
  .searchbar {
    width: 100%;
  }
  .searchbar.sticky-column {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sortimg {
    display: block;
    height: 35px;
    margin-right: 0px;
    padding: 0px;
    float: left;
    text-align: left;
  }
  .arrow_right {
    top: 46%;
    background-color: #efefef;
    opacity: 0.8;
  }
  .arrow_left {
    top: 46%;
    background-color: #efefef;
    opacity: 0.8;
  }
  .dropdownlist.w--open {
    left: -1px;
    top: 40px;
    right: -1px;
  }
  .dropdown1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .dropdown_toggle {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown_toggle.w--open {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .subtext.hero {
    text-align: justify;
  }
  .flexitem {
    width: 100%;
  }
  .flexitem._66 {
    width: 100%;
  }
  .flexitem.ali {
    width: 100%;
  }
  .categorybox {
    width: 150px;
    height: 150px;
    margin: 5px;
  }
  .navlinks {
    padding: 3% 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3a3a3a;
  }
  .hamburgericon {
    width: 35px;
    height: 30px;
    opacity: 0.6;
  }
  .menuebutton.w--open {
    background-color: #fff;
  }
  .logodiv {
    width: 100px;
  }
  .navmenue {
    background-color: #0098ff;
  }
  .overviewinfo {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 3%;
  }
  .navicon {
    display: none;
  }
  .navtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 159%;
    font-weight: 400;
  }
  .filtertext {
    display: none;
  }
  .heroabout1 {
    width: 95%;
  }
  .comments {
    margin-top: 10px;
    padding: 25px 10px;
  }
  .revcomment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productreviews {
    margin-top: 10%;
    margin-bottom: 3%;
  }
  .orders {
    margin-top: 0%;
  }
  .font2 {
    font-size: 100%;
  }
  .categorylinkout {
    margin-top: 5%;
    margin-bottom: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .discountbox {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading1 {
    font-size: 1.5em;
    line-height: 35px;
  }
  .heading2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.3em;
    line-height: 35px;
  }
  .errorh1 {
    font-size: 2.1em;
  }
  .errorh2 {
    font-size: 0.9em;
  }
  .pricefont {
    font-size: 120%;
  }
  .infobox {
    margin-top: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .alilinkout {
    width: 80px;
  }
  .alilinkout:hover {
    width: 80px;
  }
}

@media (max-width: 479px) {
  .grid {
    width: 100%;
  }
  .heading {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 10px 5px;
    font-size: 1em;
    line-height: 1.3em;
  }
  .logo {
    display: inline;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .quicksearch {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px none #6d6d6d;
    border-radius: 60px;
    background-color: hsla(0, 0%, 94%, .95);
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 140%;
    line-height: 140%;
    text-transform: none;
  }
  .quicksearch:focus {
    font-size: 140%;
    text-transform: none;
  }
  .footer-links {
    display: inline-block;
    padding: 10px;
  }
  .footerlinks2 {
    display: inline-block;
    padding: 10px;
  }
  .footertext {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .textfield {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .submit {
    width: 25%;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
  }
  .fromwrapper {
    width: 90%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    margin: 10% auto;
    padding: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header {
    display: block;
    width: 90%;
    height: 90%;
    margin: 75px auto 15px;
    padding: 2px 1%;
  }
  .signupsection {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 5% 1%;
  }
  .productoverlay {
    position: fixed;
    z-index: 200;
    display: none;
    overflow: scroll;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlaytemp {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-top: 55px;
    padding: 2% 1% 1%;
  }
  .imagesection {
    display: block;
  }
  .infosection {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: left;
  }
  .overlayviewonbtn {
    display: block;
    margin-top: 2%;
    padding: 5px;
    background-color: #0098ff;
    font-size: 99%;
    text-align: center;
  }
  .overlayprice {
    padding-left: 0px;
    font-size: 140%;
    line-height: 50px;
  }
  .overlayproductinfo {
    display: block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 110%;
    line-height: 22px;
    font-weight: 700;
  }
  .productrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overlaymorebt {
    padding-right: 15px;
    font-size: 120%;
  }
  .overlaymorebt:hover {
    font-size: 120%;
  }
  .overlaythumpbox {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .overlayheroimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  .footerleft {
    width: 90%;
  }
  .productdetails {
    z-index: 1;
  }
  .reviewimg {
    max-width: 50%;
    margin-right: 5px;
    padding-right: 0px;
  }
  .font1 {
    padding-right: 5px;
    padding-left: 0px;
    font-size: 100%;
    line-height: 99%;
  }
  .font1.score {
    font-size: 120%;
  }
  .font1.votes {
    font-size: 120%;
  }
  .overlayrevinfo {
    margin-top: 1%;
    margin-bottom: 1%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .overlayrevinfo.seller {
    width: 100%;
    margin-top: 1%;
  }
  .overlayclosebutton {
    /*position: relative;*/
    /*left: 3px;*/
    /*top: 0px;*/
    /*float: left;*/
  }
  .overviewbuttom {
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .overviewbuttom.custom {
    padding-top: 0%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .notetext {
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 120%;
  }
  .categorylink {
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .reviewoverlayimg {
    width: 70%;
  }
  .overlayrow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .itemdescription {
    position: relative;
    z-index: 0;
    font-size: 95%;
    line-height: 110%;
  }
  .divline {
    position: relative;
    z-index: 1;
  }
  .disc_div_right {
    position: relative;
    z-index: 1;
  }
  .pricebt {
    position: relative;
  }
  .navbar {
    z-index: 210;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7.5px 0%;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .navblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navblock.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .melted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navmenu {
    margin-top: 52px;
  }
  .search-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .searchbar {
    display: block;
    width: 95%;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .searchbar.sticky-column {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sortimg {
    display: block;
    height: 35px;
    margin-right: 0px;
    margin-left: 1px;
    padding: 0px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .loadmorelink {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .arrow_right {
    position: absolute;
    top: 46%;
    background-color: #efefef;
    opacity: 0.8;
  }
  .arrow_left {
    position: absolute;
    left: 10px;
    top: 46%;
    background-color: #efefef;
    opacity: 0.8;
  }
  .dropdownlist.w--open {
    position: absolute;
    left: -1px;
    top: 40px;
    right: -1px;
    text-align: center;
  }
  .dropdown1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .dropdown_toggle {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown_toggle.w--open {
    width: 100%;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aboutblock {
    padding: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aboutheader {
    font-size: 35px;
  }
  .aboutheader.hero {
    font-size: 36px;
  }
  .subtext.hero {
    text-align: justify;
  }
  .flexitem.ali._1 {
    width: 95%;
  }
  .blog-button.learnali {
    width: 90%;
  }
  .success {
    margin-top: 10px;
  }
  .emailh {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }
  .errortex {
    text-align: center;
  }
  .emailsign {
    margin-bottom: 0px;
    line-height: 110%;
  }
  .categorysection {
    width: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .categorybox {
    width: 150px;
    height: 150px;
    margin: 5px;
  }
  .aboutdiv.abouthero {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10% 1%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3a3a3a;
    font-weight: 400;
    text-align: center;
  }
  .navlinks.search {
    display: none;
    padding-right: 15px;
    color: #fff;
  }
  .hamburgericon {
    border-style: none;
    border-width: 1px;
  }
  .menuebutton {
    margin-right: 10px;
    padding: 0px;
  }
  .logodiv {
    width: 100px;
  }
  .menudiv {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navmenue {
    background-color: #0098ff;
  }
  .overviewinfo {
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navicon {
    display: none;
  }
  .navtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 140%;
    font-weight: 400;
    text-align: center;
  }
  .filtertext {
    display: none;
  }
  .heroabout {
    height: 100%;
  }
  .heroabout1 {
    width: 95%;
  }
  .aboutimg {
    width: 100%;
  }
  .comments {
    margin-top: 10px;
    padding: 25px 10px;
  }
  .reivews {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .revcomment {
    width: 100%;
    padding: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reviewertxt {
    padding-left: 10px;
  }
  .morereviews {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .reviewername {
    margin-top: 10px;
  }
  .productreviews {
    margin-top: 10%;
    margin-bottom: 3%;
  }
  .orders {
    margin-top: 0%;
  }
  .discount {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 110%;
  }
  .font2 {
    font-size: 100%;
    line-height: 135%;
  }
  .fontprice {
    font-size: 110%;
  }
  .categorylinkout {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .heading1 {
    padding-right: 0px;
    font-size: 1.2em;
    line-height: 30px;
  }
  .heading2 {
    font-size: 0.95em;
    line-height: 30px;
  }
  .errorbox {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .errorh1 {
    width: 95%;
  }
  .errorh2 {
    width: 95%;
  }
  .price_div_right {
    background-size: 60px;
  }
  .discountfont {
    font-size: 100%;
  }
  .infobox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

