@media only screen and (max-width:1200px) {
  td {
    white-space: normal !important;
  }

  .mbl-no-wrap td {
    white-space: nowrap !important;
  }

  .full-banner-sec {
    height: 100%;
  }
  .full-banner-sec img{
    height: 100%;
  }
}

@media only screen and (max-width:991px) {
  .call-now-box {
    width: 60% !important;
  }

  .jewel-section {
    margin-top: 60px;
  }

  .grayscale-collection-wrap .collection-wrap .collection #collection-1 {
    top: 0px
  }

  .mini-archer>li>a {
    color: #ffffff !important;
  }

  .mini-card-section {
    opacity: unset !important;
    visibility: unset !important;
  }

  li.hover-mini-cart:hover .mini-card-section {
    opacity: unset !important;
    visibility: unset !important;
    /* display: none ; */
  }

  .mini-card-section.dropdown-menu {
    left: unset;
  }
}

@media only screen and (max-width:768px) {
  .call-now-box {
    width: 100% !important;
  }

  .cart-container .img-box img {
    height: 60px !important;
    margin-bottom: 20px;
  }

  .product-action {
    bottom: 5px;
  }


  .contact-rname {
    font-size: 18px;
  }


}

@media only screen and (max-width:568px) {
  .swiper-container .swiper-button-prev {
    left: 0px;
  }

  .swiper-container .swiper-button-next {
    right: 0px;
  }

}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:380px) {
  .mini-card-section.dropdown-menu {
    right: 50%;
    transform: translateX(29%);
    width: 270px;
  }
}