html,
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  width: 100%;
  max-width: 768px;
  margin: auto;
  text-transform: capitalize;
}

header {
  background-color: #fff0f3;
  padding: 15px;
}
header img {
  width: 120px;
}
header .vegiconSection .vegicon {
  width: 20px;
}
header .vegiconSection span {
  font-size: calc(14px + 0.2vw);
}

footer {
  padding: 20px 10px;
}
footer .logo img {
  width: 120px;
}
footer .socialMedia h5 {
  font-size: calc(15px + 0.2vw);
  color: #5c5c5c;
}
footer .socialMedia .links a {
  text-decoration: none;
}
footer .socialMedia .links a img {
  width: 20px;
}
footer .categories h5 {
  font-size: calc(17px + 0.2vw);
  color: #1f1f1f;
}
footer .categories .lists a {
  text-decoration: none;
  color: gray;
  border-right: 1px solid rgb(206, 206, 206);
  padding: 0px 8px;
  font-size: calc(13px + 0.2vw);
}
footer .categories .lists a:hover {
  color: #de3451;
}
footer .categories .lists a:last-child {
  border: 0px;
}
footer .bottom span {
  font-size: calc(12px + 0.2vw);
  color: gray;
}
footer .bottom span a {
  color: #303030;
}

.location {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffdce3;
  padding: 10px 15px;
}
.location p {
  font-size: calc(16px + 0.2vw);
}

hr {
  background-color: #c1c1c1 !important;
}

.breadcrumbSection {
  background-color: #f8f8f8;
  padding: 5px 15px;
  position: sticky;
  top: 50px;
  z-index: 1;
}
.breadcrumbSection a {
  color: rgb(151, 151, 151);
  text-decoration: none;
  font-size: calc(12px + 0.2vw);
}
.breadcrumbSection a:hover {
  color: #de3451;
}
.breadcrumbSection span {
  color: #de3451;
  font-size: calc(12px + 0.2vw);
}

#mainContainer {
  padding: 10px;
}
#mainContainer .header h1 {
  color: #de3451;
  font-family: "Playfair Display", serif;
  font-size: calc(25px + 0.2vw);
  margin: 0px;
}
#mainContainer .header span {
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  background-position: center;
}
#mainContainer .tabs {
  background-color: #fff7f9;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 768px;
  margin: auto;
}
#mainContainer .tabs .inner-tabs {
  padding: 6px;
}
#mainContainer .tabs .inner-tabs .box {
  text-decoration: none;
  padding: 5px;
  border-radius: 8px;
  width: 80px;
}
#mainContainer .tabs .inner-tabs .box:hover {
  background-color: #ffe6eb;
}
#mainContainer .tabs .inner-tabs .box p {
  color: #de3451;
  font-size: calc(13px + 0.2vw);
}
#mainContainer .tabs .inner-tabs .active {
  background-color: #ffe6eb;
}

.homePage .contain .inner-contain .box {
  text-decoration: none;
}
.homePage .contain .inner-contain .box .inner-box p {
  font-size: calc(18px + 0.2vw);
  color: #303030;
}

.categoryPage .innerCategoryProduct .box {
  text-decoration: none;
}
.categoryPage .innerCategoryProduct .box .inner-box {
  padding: 10px;
}
.categoryPage .innerCategoryProduct .box .inner-box .name {
  padding: 5px;
}
.categoryPage .innerCategoryProduct .box .inner-box .name h2 {
  font-size: calc(16px + 0.2vw);
  color: #303030;
  max-width: 100%;
}
.categoryPage .innerCategoryProduct .box .inner-box .price .actualPrice {
  color: gray;
}
.categoryPage .innerCategoryProduct .box .inner-box .price .salePrice {
  font-size: calc(18px + 0.2vw);
  color: #de3451;
}
.categoryPage .innerCategoryProduct .box .inner-box .price .discount {
  color: rgb(57, 157, 57);
  margin-left: 5px;
}

.productPage .contain .innerContain .productInfo .name {
  font-size: calc(20px + 0.2vw);
}
.productPage .contain .innerContain .productInfo .price h2 {
  color: #de3451;
  font-size: calc(25px + 0.2vw);
}
.productPage .contain .innerContain .productInfo .price span {
  background-color: #f3f3f3;
  padding: 5px 8px;
  font-size: calc(10px + 0.2vw);
  border-radius: 5px;
  color: #515151;
}
.productPage .contain .innerContain .productInfo .variations h5 {
  font-size: calc(15px + 0.2vw);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .productPage .contain .innerContain .productInfo .variations .variationList {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.productPage .contain .innerContain .productInfo .variations .variationList .variation input {
  display: none;
}
.productPage .contain .innerContain .productInfo .variations .variationList .variation label {
  padding: 10px 20px;
  background-color: #f8f8f8;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
}
.productPage .contain .innerContain .productInfo .variations .variationList .variation.active label {
  border: 2px solid #de3451;
  color: #de3451;
}
.productPage .contain .innerContain .otherInfo {
  background-color: #fff8ed;
  border: 2px solid #f6b23e;
  border-radius: 8px;
}
.productPage .contain .innerContain .otherInfo .box:nth-child(1) .innerBox, .productPage .contain .innerContain .otherInfo .box:nth-child(2) .innerBox {
  border-right: 1px solid #f6b23e;
}
.productPage .contain .innerContain .otherInfo .box .innerBox {
  margin: 20px 0px;
}
.productPage .contain .innerContain .otherInfo .box .innerBox span {
  color: #c17f0e;
  font-size: calc(12px + 0.2vw);
}
.productPage .contain .innerContain .description h3 {
  font-size: calc(18px + 0.2vw);
}
.productPage .contain .innerContain .description p {
  font-size: calc(13px + 0.2vw);
}

.contactButtons {
  background-color: white;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.contactButtons .innerContactButtons {
  padding: 5px;
}
.contactButtons .innerContactButtons a {
  text-decoration: none;
  border-radius: 5px;
}
.contactButtons .innerContactButtons .buyNow {
  padding-right: 4px;
}
.contactButtons .innerContactButtons .buyNow span {
  padding: 15px 5px;
  background-color: #de3451;
  color: white;
  border-radius: 5px;
  font-size: calc(18px + 0.2vw);
}
.contactButtons .innerContactButtons .buyNow span:hover {
  background-color: #b7223b;
}
.contactButtons .innerContactButtons .contactStore {
  padding-left: 4px;
}
.contactButtons .innerContactButtons .contactStore span {
  padding: 15px 5px;
  background-color: #25d366;
  color: white;
  border-radius: 5px;
  font-size: calc(18px + 0.2vw);
}
.contactButtons .innerContactButtons .contactStore span:hover {
  background-color: #21a551;
}

.menuPage {
  padding: 0px !important;
}

.scanPage {
  overflow-y: hidden;
}
.scanPage .innerContainer .headline {
  background-color: #ffe8ec;
  padding: 25px 15px;
  border-radius: 10px;
}
.scanPage .innerContainer .headline h1 {
  color: #de3451;
  font-family: "Playfair Display", serif;
  font-size: calc(22px + 0.2vw);
  font-weight: 600;
}
.scanPage .innerContainer .headline p {
  color: #de3451;
  font-size: calc(15px + 0.2vw);
}
.scanPage .innerContainer .qr dotlottie-player {
  width: 100%;
  height: 250px;
}
.scanPage .innerContainer #scanQrCode {
  background-color: #de3451;
  padding: 12px;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: calc(20px + 0.2vw);
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.scanPage .innerContainer #scanQrCode:hover, .scanPage .innerContainer #scanQrCode:focus {
  background-color: #b7223c;
}

.couponPage form input {
  background-color: #efefef;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: calc(14px + 0.2vw);
  outline: none;
  width: 100%;
}
.couponPage form input:hover, .couponPage form input:focus {
  background-color: #e4e4e4;
  border: 1px solid #cccccc;
}
.couponPage form button {
  border: none;
  padding: 10px;
  border-radius: 5px;
  background-color: #de3451;
  font-family: "Poppins", sans-serif;
  font-size: calc(16px + 0.2vw);
  color: white;
  width: 100%;
  text-align: center;
}
.couponPage form button:hover, .couponPage form button:focus {
  background-color: #c02943;
}/*# sourceMappingURL=style.css.map */