.MR-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 99999 !important; }

.MR-popup {
  position: relative;
  border-radius: 10px;
  width: 780px;
  height: 550px;
  background-color: white;
  z-index: 100; }

.MR-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 1; }

.MR-popup-content {
  display: flex;
  align-items: stretch;
  height: 100%; }

.MR-product-info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.MR-product-info h2 {
  margin-top: 0; }

.MR-product-info p {
  margin-bottom: 20px;
  font-weight: bold; }

.MR-product-info img {
  max-width: 100%;
  max-height: 70%;
  margin-top: 20px; }

.MR-form {
  flex: 1;
  padding: 20px;
  background-color: #f7f7f7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative; }

.MR-form:before {
  content: '';
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  background: #d42020;
  margin-left: 0;
  margin-top: 0;
  border-radius: 0 0 100% 100%;
  width: 100%;
  height: 70px; }

.MR-form .form-actions {
  margin-top: 30px; }

.MR-form .form-actions input {
  width: 100% !important; }

.MR-form h1, .MR-form p {
  margin-top: 0;
  text-align: center; }

.MR-form h1 {
  position: absolute;
  left: 15%;
  top: 2%;
  color: #fff; }

.MR-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

#contact-us-page {
  margin-top: 27%; }

.MR-input {
  border: 1px solid #cccccc;
  margin: 5px 0;
  font-size: 17px !important;
  border-radius: 2px !important;
  height: 45px !important;
  width: 100%;
  color: #222;
  padding: 0 10px !important; }

.MR-submitBtn {
  align-self: flex-start;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 17px; }

.MR-btn {
  color: #d42020; }

.MR-open-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

@media (max-width: 768px) {
  .MR-popup {
    width: 80vw;
    height: 70vh; }
  .MR-product-info {
    display: none; }
  .MR-form h1 {
    position: absolute;
    left: 15%;
    top: 6%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px; } }

div#menu.main-nav {
  z-index: 0 !important; }

.productView-image {
  background-color: #fff;
  border-radius: 13px;
  width: 80%;
  margin: auto;
  border: none !important;
  border: 1px solid #8b8b8b !important; }

.MR-category {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.MR-category-mb {
  margin-bottom: 13px; }

.MR-category-mb .MR-category-item {
  width: 49.55%; }

.MR-category-item {
  height: 200px;
  width: 32.8%;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px; }

.MR-category-item-content h2 {
  margin: 0;
  color: #fff !important;
  letter-spacing: -0.5px !important; }

.MR-category-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease; }

.MR-category-item:hover img {
  transform: scale(1.1); }

.MR-category-item-content {
  background: rgba(0, 0, 0, 0.5);
  bottom: 7.5%;
  position: absolute;
  padding: 20px;
  width: 100%;
  color: white; }

.MR-category-item .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); }

@media (max-width: 768px) {
  .MR-category {
    flex-direction: column; }
  .MR-category-item {
    width: 100%; }
  .MR-category-mb .MR-category-item {
    width: 100%; } }

.MR-review {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.MR-review-item {
  width: 23.8%;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
  padding: 13px;
  margin-left: 2px; }

.MR-review-item h3, p, h4 {
  margin: 0; }

.MR-review-item svg {
  height: auto; }

.MR-review-item h3, p, h4 {
  margin-top: 8px; }

.MR-review-item h3 {
  font-size: 18px;
  font-weight: bold; }

.MR-review-item h4 {
  font-size: 16px;
  font-weight: 400; }

.MR-review-item p {
  color: grey; }

.MR-review a {
  text-decoration: none;
  color: black; }

.MR-review svg {
  width: 10rem; }

@media (max-width: 885px) {
  .MR-review {
    display: none; }
  .reviewsh1 {
    display: none; } }

.sliderContent {
  height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  transform-style: preserve-3d; }

.sliderContent-img {
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px; }

.sliderContent svg {
  width: 70%;
  transition: 0.3s ease;
  transform-style: preserve-3d; }

.butterfly svg {
  width: 50%; }

.uslide svg {
  width: 40%; }

.multiple-items button {
  width: 2rem;
  height: 2rem;
  z-index: 9; }

.multiple-items button::before {
  color: black;
  font-size: 30px !important; }

.slick-prev {
  left: -10px;
  background: transparent; }

.slick-next {
  right: 0;
  background: transparent; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background: transparent !important; }

.slick-prev .active {
  background: transparent; }

.slick-next .active {
  background: transparent; }

.slick-next::before, .slick-prev::before {
  background-color: #000 !important; }

main.page.blog article.blog {
  position: relative !important;
  min-height: 250px !important;
  width: 32.5% !important;
  overflow: hidden !important;
  padding: 0 !important; }

main.page.blog .blog-post-figure {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important; }

main.page.blog .blog-post-body {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 15px !important;
  z-index: 1 !important; }

main.page.blog .blog-post-figure .blog-thumbnail a {
  height: 250px !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important; }

main.page.blog .blog-post-figure .blog-thumbnail a img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: all .5s ease !important;
  left: 0 !important; }

main.page.blog .blog-post-body header h2 a {
  color: #fff !important;
  text-decoration: none !important; }

main.page.blog .blog-post-body header p {
  color: #fff !important; }

main.page.blog .blog-post-body .read-more a {
  padding: 5px 10px !important;
  text-decoration: none !important;
  color: #fff !important;
  background-color: grey !important; }

main.page.blog article.blog:hover img {
  transform: scale(1.1) !important; }

@media (max-width: 550px) {
  main.page.blog article.blog {
    width: 100% !important; }
  .sd-simple-text-3fa19ca8-7802-47f8-919f-0861ff9c1002 {
    text-align: center !important; } }

.MR-blog-post {
  display: flex;
  justify-content: space-between; }

article.blog.post {
  width: 74% !important; }

.bp-another-content {
  width: 24%; }

.bp-another-content h2 {
  margin: 0 !important; }

.bp-ac-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0px 7px;
  margin-top: 1rem;
  text-decoration: none; }

.bp-ac-item-content {
  width: 60%; }

.bp-ac-item-content h3 {
  margin: 0 !important;
  font-size: 16px !important; }

.bp-ac-item-content p {
  margin: 0 !important;
  font-size: 13px !important; }

.bp-ac-item img {
  width: 35%; }

@media (max-width: 800px) {
  .MR-blog-post {
    display: flex;
    flex-direction: column; }
  article.blog.post {
    width: 100% !important; }
  .bp-another-content {
    width: 100%; } }

.tooltip-images {
  border-radius: 0; }

.previewCart .productView .productView-image {
  background-color: transparent;
  border: none !important; }
