@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/


  .menu-bottom {
    display: block !important;
  }
}

.menu-bottom {
  display: none;
}

* {
  margin: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.title-box-related-rvita {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.price-box-related-ravita .woocommerce-Price-amount {
  font-size: 16px;
}

.rv-related-model {
  border-top: 1px solid #ececec;
}

.rv-tracking {
  display: flex;
  align-items: center;
}

.rv-tracking-text {
  margin-right: 5px;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.rv-parent-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.div1 {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div1:hover,
.div3:hover,
.div5:hover,
.div7:hover,
.div9:hover,
.div11:hover,
.div13:hover,
.div15:hover,
.div17:hover {
  transform: rotate(4deg) translate(0px, 0px);
}

.div2:hover,
.div4:hover,
.div6:hover,
.div8:hover,
.div10:hover,
.div12:hover,
.div14:hover,
.div16:hover {
  transform: rotate(-4deg) translate(0px, 0px);
}

.div2 {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div3 {
  grid-area: 1 / 2 / 2 / 3;
  transition: transform 300ms ease-out;
}

.div4 {
  grid-area: 2 / 2 / 3 / 3;
  transition: transform 300ms ease-out;
}

.div5 {
  grid-area: 3 / 2 / 4 / 3;
  transition: transform 300ms ease-out;
}

.div6 {
  grid-area: 2 / 3 / 3 / 4;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div7 {
  grid-area: 3 / 3 / 4 / 4;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div8 {
  grid-area: 1 / 4 / 2 / 5;
  transition: transform 300ms ease-out;
}

.div9 {
  grid-area: 2 / 4 / 3 / 5;
  transition: transform 300ms ease-out;
}

.div10 {
  grid-area: 3 / 4 / 4 / 5;
  transition: transform 300ms ease-out;
}

.div11 {
  grid-area: 2 / 5 / 3 / 6;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div12 {
  grid-area: 3 / 5 / 4 / 6;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div13 {
  grid-area: 1 / 6 / 2 / 7;
  transition: transform 300ms ease-out;
}

.div14 {
  grid-area: 2 / 6 / 3 / 7;
  transition: transform 300ms ease-out;
}

.div15 {
  grid-area: 3 / 6 / 4 / 7;
  transition: transform 300ms ease-out;
}

.div16 {
  grid-area: 2 / 7 / 3 / 8;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}

.div17 {
  grid-area: 3 / 7 / 4 / 8;
  margin-top: -65%;
  transition: transform 300ms ease-out;
}


.rv-parent-grid-mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.mobile-div1 {
  grid-area: 2 / 3 / 3 / 4;
  margin-top: -65%;
}

.mobile-div2 {
  grid-area: 3 / 3 / 4 / 4;
  margin-top: -65%;
}

.mobile-div3 {
  grid-area: 1 / 2 / 2 / 3;
}

.mobile-div4 {
  grid-area: 2 / 2 / 3 / 3;
}

.mobile-div5 {
  grid-area: 3 / 2 / 4 / 3;
}

.mobile-div6 {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: -65%;
}

.mobile-div7 {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: -65%;
}


.mb-parent {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.mb-div1 {
  grid-area: 2 / 7 / 3 / 8;
  margin-top: -65%;
}

.mb-div2 {
  grid-area: 3 / 7 / 4 / 8;
  margin-top: -65%;
}

.mb-div3 {
  grid-area: 1 / 6 / 2 / 7;
}

.mb-div4 {
  grid-area: 2 / 6 / 3 / 7;
}

.mb-div5 {
  grid-area: 3 / 6 / 4 / 7;
}

.mb-div6 {
  grid-area: 2 / 5 / 3 / 6;
  margin-top: -65%;
}

.mb-div7 {
  grid-area: 3 / 5 / 4 / 6;
  margin-top: -65%;
}

.mb-div8 {
  grid-area: 1 / 4 / 2 / 5;
}

.mb-div9 {
  grid-area: 2 / 4 / 3 / 5;
}

.mb-div10 {
  grid-area: 3 / 4 / 4 / 5;
}

.mb-div11 {
  grid-area: 2 / 3 / 3 / 4;
  margin-top: -65%;
}

.mb-div12 {
  grid-area: 3 / 3 / 4 / 4;
  margin-top: -65%;
}

.mb-div13 {
  grid-area: 1 / 2 / 2 / 3;
}

.mb-div14 {
  grid-area: 2 / 2 / 3 / 3;
}

.mb-div15 {
  grid-area: 3 / 2 / 4 / 3;
}

.mb-div16 {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: -65%;
}

.mb-div17 {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: -65%;
}

.splide__list {
  align-items: center;
}

.frame-single-cr img:hover:nth-child(odd) {
  transform: rotate(4deg) translate(0px, 0px);
  transition: transform 300ms ease-out;
}

.frame-single-cr img:hover:nth-child(even) {
  transform: rotate(-4deg) translate(0px, 0px);
  transition: transform 300ms ease-out;
}

.menu-bottom-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 6px 12px #808080;
  height: 60px;
}

.menu-bottom-items:nth-child(1) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-image: url("img/home.svg"); */
  width: 25px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .menu-bottom-items:nth-child(1):hover{
    background-image: url("img/homef.svg");
    background-repeat: no-repeat;
  } */

.menu-bottom-items:nth-child(2) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-image: url("img/paint_palette_with_brush.svg"); */
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .menu-bottom-items:nth-child(2):hover{
    background-image: url("img/searchf.svg");
    background-repeat: no-repeat;
  } */

.menu-bottom-items:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /*background-image: url("img/online_shop.svg");*/
  background-repeat: no-repeat;
  background-color: #024967;
  padding: 15px 7px;
  background-position: center;
  border-radius: 106%;
  margin-top: -32px;
  margin-bottom: 10px;
  background-size: 30px;
  border: solid #67c08b 5px;
  margin-left: 0;
}

/* .menu-bottom-items:nth-child(3):hover{
    background-image: url("img/shopf.svg");
    background-repeat: no-repeat;
  } */

.menu-bottom-items:nth-child(4) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-image: url("img/shopping_cart.svg"); */
  width: 25px;
  height: 25px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .menu-bottom-items:nth-child(4):hover{
    background-image: url("img/cartf.svg");
    background-repeat: no-repeat;
  } */

.menu-bottom-items:nth-child(5) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-image: url("img/account.svg"); */
  width: 25px;
  height: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .menu-bottom-items:nth-child(5):hover{
    background-image: url("img/userf.svg");
    background-repeat: no-repeat;
  } */

.menu-bottom-body {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10000;
}

.tab-cat-mob-rv {
  float: right;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 24%;
  height: 100%;
}

/* Style the buttons inside the tab */
.tab-cat-mob-rv button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

/* Change background color of buttons on hover */
.tab-cat-mob-rv button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab-cat-mob-rv button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height: 100%;
  background-color: #ececec;
}

.menu-cat-bottom-mob-rv {
  height: 95%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #fff;
}

.tabcontent-rv {
  text-align: right;
  height: 100%;
  width: 74%;
  background: #fff;
  /* display: ruby !important; */
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-bt-rv {
  padding: 50px 8px 15px 8px !important;
}

.menu-bt-rv .col.small-12.large-12 {
  padding: 0;
}

button.close-tab-cat-rv {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  padding: 0;
  z-index: 100;
}

span.num-item-cart-bt-rv {
  position: absolute;
  left: -4px;
  top: -15px;
  background: #F44336;
  border-radius: 62px;
  padding: 0px 5px;
  font-size: 11px;
  font-family: 'iranyekannum';
  color: #fff;
}

span.tt-btn-rv {
  font-size: 12px;
  text-align: center;
  width: 53px;
}

.tabcontent-rv .accordion-title {
  font-size: 13px;
  padding: 0.6em 0.8em;
}

.tabcontent-rv button.toggle {
  left: 0;
  right: inherit;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
  margin: auto;
  top: 50%;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #024967;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}

span.call-rv-btn {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.reviews_cat_rv li {
  list-style: none;
}
.upper_review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 20px 0;
}
.review_product_rv {
  border: 1px solid rgb(0 0 0 / 8%);
  width: 90px;
}
.upper_review:last-child {
  border: none;
}
.midCol_review {
  width: 50%;
  text-align: justify;
}
.review_content_rv {
    font-size: 14px;
    color: #000000;
}
.rightCol_review {
  font-size: 15px;
  color: #000;
}
#dgwt-wcas-search-input-2:placeholder {
  color: red !important;
  opacity: 0.7;
}
.offer_backgrand_rv {
    background-image: url(https://ravita.ir/wp-content/uploads/2024/10/offer-code-3.png);
    background-size: 100%;
    width: 400px;
    height: 560px;
    background-repeat: no-repeat;
}
.form_give_tel_rv {
    width: 60%;
    margin: auto;
    display: block;
    height: 100%;
    align-content: end;
    padding-bottom: 40px;
}
.pum-content.popmake-content {
    text-align: -webkit-center;
}
.gform_footer.top_label {
    margin-top: 10px;
}