body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  position: relative;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

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

::-webkit-scrollbar {
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #565656;
}

.top-bar .headerRow {
  width: 100%;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .headerRow .left-text {
  font: 14.5px "Nunito Sans", Arial, Helvetica, sans-serif;
  line-height: 36px;
}
.top-bar .headerRow .right-buttons {
  line-height: 36px;
}
.top-bar .headerRow .right-buttons button {
  margin-left: 30px;
  background: none;
  border: none;
  color: black;
  white-space: nowrap;
  font: 14.5px "Nunito Sans", Arial, Helvetica, sans-serif;
  transition: color 0.5s ease;
}
.top-bar .headerRow .right-buttons button:hover {
  color: #d85935;
}
.top-bar .menuRow {
  padding: 10px 0px;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .menuRow .logoLeft {
  width: 200px;
}
@media screen and (max-width: 1010px) {
  .top-bar .menuRow .logoLeft {
    width: calc(100% - 775px);
  }
}
@media screen and (max-width: 930px) {
  .top-bar .menuRow .logoLeft {
    visibility: hidden;
  }
}
@media screen and (max-width: 810px) {
  .top-bar .menuRow .logoLeft {
    display: none;
  }
}
.top-bar .menuRow .logoMid {
  display: none;
  width: 200px;
  padding: 0px 10px;
}
@media screen and (max-width: 810px) {
  .top-bar .menuRow .logoMid {
    display: block;
  }
}
@media screen and (max-width: 510px) {
  .top-bar .menuRow .logoMid {
    width: calc(100% - 200px);
  }
}
.top-bar .menuRow .navButtons {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 810px) {
  .top-bar .menuRow .navButtons {
    display: none;
  }
}
.top-bar .menuRow .navButtons button {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 5px 0px 2px 0px;
  background: none;
  font-size: 80%;
  margin-right: 30px;
  margin-left: 0px;
  font-size: 16px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-bar .menuRow .navButtons button::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.top-bar .menuRow .navButtons button:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.top-bar .menuRow .menuIcon {
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .top-bar .menuRow .heart,
  .top-bar .menuRow .refresh {
    display: none;
  }
}
.top-bar .menuRow .navBtn {
  display: none;
}
@media screen and (max-width: 810px) {
  .top-bar .menuRow .navBtn {
    display: block;
  }
}

.aboutBottom {
  padding: 100px 0px;
  margin: 0px 10px;
  background: #f8f8f8;
}
.aboutBottom .payment {
  width: 90%;
  object-fit: cover;
  margin: 10px auto;
  display: block;
  overflow: hidden;
}
.aboutBottom .logo {
  width: 200px;
  object-fit: cover;
  margin-bottom: 30px;
  overflow: hidden;
}
.aboutBottom p {
  font-size: 15px;
}
.aboutBottom p strong {
  display: block;
}
.aboutBottom h4 {
  font-weight: 800;
}
.aboutBottom li {
  cursor: pointer;
}

.achievementText {
  padding: 40px 0px;
  text-align: center;
  background-image: url("./assets/textures/titleBg.jpg");
  margin: 10px 0px;
}
.achievementText h4 {
  font-weight: bold;
  font-size: 35px;
}

.itemsRow h2 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 20px;
}
.itemsRow .itemsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.itemsRow .itemsList .item {
  margin: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.itemsRow .itemsList .item:hover .heartLogo {
  background: #fff;
  transition: 0s ease;
}
.itemsRow .itemsList .item:hover .eyeLogo,
.itemsRow .itemsList .item:hover .refreshLogo {
  background: #fff;
  right: 10px;
  transition: 0.8s ease;
}
.itemsRow .itemsList .item:hover .heartLogo,
.itemsRow .itemsList .item:hover .eyeLogo,
.itemsRow .itemsList .item:hover .refreshLogo {
  box-shadow: 0px 0px 5px 1px rgba(78, 78, 78, 0.431372549);
  transition: 0.5s ease;
}
.itemsRow .itemsList .item:hover .info {
  bottom: 0px;
  transition: 0.5s ease;
}
.itemsRow .itemsList .item:not(:hover) .heartLogo {
  transition: 0.5s ease;
}
.itemsRow .itemsList .item:not(:hover) .eyeLogo,
.itemsRow .itemsList .item:not(:hover) .refreshLogo {
  right: -60px;
  transition: 0.5s ease;
}
.itemsRow .itemsList .item:not(:hover) .heartLogo,
.itemsRow .itemsList .item:not(:hover) .eyeLogo,
.itemsRow .itemsList .item:not(:hover) .refreshLogo {
  box-shadow: none;
  transition: 0.5s ease;
}
.itemsRow .itemsList .item:not(:hover) .info {
  bottom: -45px;
  transition: 0.5s ease;
}
.itemsRow .itemsList .item img {
  object-fit: cover;
  width: 230px;
  height: 320px;
}
.itemsRow .itemsList .item .info {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.itemsRow .itemsList .item .info .name,
.itemsRow .itemsList .item .info .price {
  padding: 8px 0;
  font-size: 115%;
  line-height: 130%;
  font-weight: normal;
  display: block;
}
.itemsRow .itemsList .item .info button {
  background: #d85935;
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 10px 10px;
  white-space: nowrap;
  border-radius: 6px;
}
.itemsRow .itemsList .item .info button:hover {
  background: #de1741;
  transition: 0.4s ease;
}
.itemsRow .itemsList .item .heartLogo,
.itemsRow .itemsList .item .refreshLogo,
.itemsRow .itemsList .item .eyeLogo {
  position: absolute;
  cursor: pointer;
  right: 10px;
  padding: 10px 0px 0px 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.itemsRow .itemsList .item .heartLogo svg,
.itemsRow .itemsList .item .refreshLogo svg,
.itemsRow .itemsList .item .eyeLogo svg {
  vertical-align: top;
}
.itemsRow .itemsList .item .heartLogo {
  top: 10px;
  background: transparent;
}
.itemsRow .itemsList .item .eyeLogo {
  top: 70px;
  background: transparent;
  right: -60px;
}
.itemsRow .itemsList .item .refreshLogo {
  top: 130px;
  background: transparent;
  right: -60px;
}
.itemsRow .itemsList .galleryImg {
  min-width: 300px;
  padding: 10px;
}
.itemsRow .itemsList .small {
  width: 25%;
}
.itemsRow .itemsList .med {
  width: 50%;
}
.itemsRow .itemsList .big {
  width: 100%;
}

.imagesRow {
  margin-bottom: 20px;
}
.imagesRow img {
  width: 100%;
  margin: 10px;
  max-width: 700px;
  margin: 0px auto;
  display: block;
}
.imagesRow .info {
  font-size: 18px;
  text-align: center;
}

.otherAchievementsRow h2 {
  font-weight: 800;
  font-size: 26px;
}
.otherAchievementsRow .achievementsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.otherAchievementsRow .achievementsList img {
  padding: 10px;
  width: 300px;
  object-fit: cover;
}

.navBarLeft {
  position: fixed;
  top: 0;
  width: 60%;
  left: -60%;
  bottom: 0;
  padding: 10px;
  z-index: 9999;
  background: #ffffff;
  transition: 0.5s ease;
  overflow-y: auto;
}
.navBarLeft .backLogo {
  position: absolute;
  cursor: pointer;
  right: 10px;
  padding: 7px 0px 0px 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 3px 1px lightgrey;
}
.navBarLeft .backLogo:hover {
  background: #d85935;
  transition: 0.3s ease;
}
.navBarLeft .backLogo:hover svg {
  fill: white;
  transition: 0.3s ease;
}
.navBarLeft .backLogo:not(:hover) {
  transition: 0.5s ease;
}
.navBarLeft .logoLeft {
  width: 40%;
  padding-bottom: 30px;
}
.navBarLeft .menuItems {
  cursor: pointer;
  padding: 10px;
  font-weight: 800;
  font-size: 30px;
  border-top: 1px solid lightgrey;
}
@media screen and (max-width: 400px) {
  .navBarLeft .menuItems {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .navBarLeft .menuItems {
    font-size: 15px;
  }
}
.navBarLeft .menuItems:hover {
  color: #de1741;
  transition: 0.5s ease;
}

.navBarRight {
  position: fixed;
  top: 0;
  width: 40%;
  right: -40%;
  bottom: 0;
  padding: 10px;
  z-index: 9999;
  background: #ffffff;
  transition: 0.5s ease;
  overflow-y: auto;
}
.navBarRight .cart {
  margin: 20px 25%;
  fill: lightgrey;
  width: 50%;
}
.navBarRight h5,
.navBarRight h2 {
  text-align: center;
}
.navBarRight h5 {
  margin-bottom: 50px;
}
.navBarRight h2 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
.navBarRight .backLogo {
  position: absolute;
  cursor: pointer;
  left: 10px;
  padding: 7px 0px 0px 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 3px 1px lightgrey;
}
.navBarRight .backLogo:hover {
  background: #d85935;
  transition: 0.3s ease;
}
.navBarRight .backLogo:hover svg {
  fill: white;
  transition: 0.3s ease;
}
.navBarRight .backLogo:not(:hover) {
  transition: 0.5s ease;
}

.bottomNavBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 10px 15px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  display: none;
  z-index: 998;
}
@media screen and (max-width: 810px) {
  .bottomNavBar {
    display: flex;
  }
}
.bottomNavBar .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carouselRow {
  margin: 0px auto;
  position: relative;
  display: flex;
}
.carouselRow .images {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.carouselRow .images img {
  display: inline;
  flex-basis: 100%;
  width: 100%;
  object-fit: cover;
}
.carouselRow .arrows {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 50px;
  background: blueviolet;
  right: 0px;
  bottom: 0px;
  display: flex;
  cursor: pointer;
}
.carouselRow .arrows .left,
.carouselRow .arrows .right {
  width: 100%;
  height: 100%;
  background: #d85935;
}
.carouselRow .arrows .left:hover,
.carouselRow .arrows .right:hover {
  background: #de1741;
  transition: 0.2s ease;
}
.carouselRow .arrows .left:not(:hover),
.carouselRow .arrows .right:not(:hover) {
  transition: 0.5s ease;
}
.carouselRow .arrows .left {
  padding: 11px;
}
.carouselRow .arrows .left .leftArrow {
  fill: #fff;
}
.carouselRow .arrows .right {
  padding: 11px 0px 11px 11px;
}
.carouselRow .arrows .right .rightArrow {
  fill: #fff;
}

.aboutRow .imgCol {
  display: flex;
  align-items: center;
}
.aboutRow .imgCol img {
  width: 100%;
}
.aboutRow .textCol p {
  text-align: justify;
}

.animatedProducts h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0.1em;
}
.animatedProducts .productsList {
  display: flex;
  justify-content: start;
  width: 100%;
  overflow-x: auto;
}
.animatedProducts .productsList .product {
  margin: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.animatedProducts .productsList .product:hover .heartLogo {
  background: #fff;
  transition: 0s ease;
}
.animatedProducts .productsList .product:hover .eyeLogo,
.animatedProducts .productsList .product:hover .refreshLogo {
  background: #fff;
  right: 10px;
  transition: 0.8s ease;
}
.animatedProducts .productsList .product:hover .heartLogo,
.animatedProducts .productsList .product:hover .eyeLogo,
.animatedProducts .productsList .product:hover .refreshLogo {
  box-shadow: 0px 0px 5px 1px rgba(78, 78, 78, 0.431372549);
  transition: 0.5s ease;
}
.animatedProducts .productsList .product:hover .info {
  bottom: 0px;
  transition: 0.5s ease;
}
.animatedProducts .productsList .product:not(:hover) .heartLogo {
  transition: 0.5s ease;
}
.animatedProducts .productsList .product:not(:hover) .eyeLogo,
.animatedProducts .productsList .product:not(:hover) .refreshLogo {
  right: -60px;
  transition: 0.5s ease;
}
.animatedProducts .productsList .product:not(:hover) .heartLogo,
.animatedProducts .productsList .product:not(:hover) .eyeLogo,
.animatedProducts .productsList .product:not(:hover) .refreshLogo {
  box-shadow: none;
  transition: 0.5s ease;
}
.animatedProducts .productsList .product:not(:hover) .info {
  bottom: -45px;
  transition: 0.5s ease;
}
.animatedProducts .productsList .product img {
  object-fit: cover;
  width: 230px;
  height: 320px;
}
.animatedProducts .productsList .product .info {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.animatedProducts .productsList .product .info .name,
.animatedProducts .productsList .product .info .price {
  padding: 8px 0;
  font-size: 115%;
  line-height: 130%;
  font-weight: normal;
  display: block;
}
.animatedProducts .productsList .product .info button {
  background: #d85935;
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 10px 10px;
  white-space: nowrap;
  border-radius: 6px;
}
.animatedProducts .productsList .product .info button:hover {
  background: #de1741;
  transition: 0.4s ease;
}
.animatedProducts .productsList .product .heartLogo,
.animatedProducts .productsList .product .refreshLogo,
.animatedProducts .productsList .product .eyeLogo {
  position: absolute;
  cursor: pointer;
  right: 10px;
  padding: 10px 0px 0px 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.animatedProducts .productsList .product .heartLogo svg,
.animatedProducts .productsList .product .refreshLogo svg,
.animatedProducts .productsList .product .eyeLogo svg {
  vertical-align: top;
}
.animatedProducts .productsList .product .heartLogo {
  top: 10px;
  background: transparent;
}
.animatedProducts .productsList .product .eyeLogo {
  top: 70px;
  background: transparent;
  right: -60px;
}
.animatedProducts .productsList .product .refreshLogo {
  top: 130px;
  background: transparent;
  right: -60px;
}

.directors h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.directors .directorsList .director {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.directors .directorsList .director img {
  width: 250px;
  margin-bottom: 10px;
}
.directors .directorsList .director .name,
.directors .directorsList .director .designation {
  padding: 2px 0;
  font-size: 115%;
  line-height: 130%;
  color: #000;
  display: block;
}

.quote {
  margin: 30px 10px;
  padding-left: 30px;
  border-left: 10px solid lightgray;
  font-size: 115%;
  line-height: 130%;
  color: grey;
}

.map {
  padding: 10px;
}
.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

#overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.hoverOrange:hover {
  color: #de1741;
  transition: 0.5s ease;
}
.hoverOrange:not(:hover) {
  transition: 0.5s ease;
}

/*# sourceMappingURL=common.css.map */
