@media screen and (max-width: 900px) {
  .product-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important; /* 3 columns grid */
    gap: 30px!important; /* Gap between grid items */
  }
  .add-products-button .cart{
  	margin-left:2px!important;
  }
  .desktop-responsive {
    display: none;
  }
  .product-categories-checkboxes{
	height:100px;
    overflow:scroll;
}
  .product-thumbnail img {
    height: -webkit-fill-available;
    padding: 15px 30px!important;
  }
  .add-products-button .cart{
    justify-content: space-evenly;
  }
  .mobile-text{
    text-align: center;
  }
  .product-gallery {
    display: flex;
    flex-direction: column!important;
}
  .main-product-image {
    border: 1px solid black;
    border-radius: 20px;
    padding: 15px 40px;
    width: 100% !important;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce img,
  .woocommerce-page img {
    height: auto;
    max-width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .add-to-cart .button {
    background: #303030 !important;
    border-color: #333333;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 10px;
    width: 100%;
    display: block !important;
  }
  .product-item .add-to-cart .button {
    background: #303030 !important;
    border-color: #333333;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .new h2 {
    font-size: 40px !important;
  }
  .new p {
    font-size: 40px !important;
    line-height: 2.5rem !important;
  }
  .quick-view {
    display: block !important;
  }
  .platform {
    width: calc(33% - 1px) !important;
    box-sizing: border-box;
  }
  .add-products-button .spinners-added{
    width: 32% !important;
  }
  .site-middle-footer-inner-wrap{
    row-gap: 0px;
  }
  .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area{
    margin-left: 0px !important;
  }
  .gallery-images {
    display: -webkit-box;
    margin-right: 0px;
    width: 100%;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.gallery-image {
  border: 1px solid black;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 120px;
  height: 100px; /* Fixed height for gallery images */
  display: flex;
  align-items: center;
  justify-content: center;
}
}
@media screen and (min-width: 900px) {
  .mobile-responsive {
    display: none;
  }
  .gallery-images {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-right: 20px;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    height: 400px;
  }
.gallery-image {
  border: 1px solid black;
  border-radius: 20px;
  padding: 15px 40px;
  margin-bottom: 10px;
  width: 100%;
  height: 100px; /* Fixed height for gallery images */
  display: flex;
  align-items: center;
  justify-content: center;
}
  .platform {
    width: calc(20% - 1px)!important;
    box-sizing: border-box;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.product-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

.wc-tabs-wrapper {
  display: none;
}
.kadence-breadcrumb-container {
  display: none;
}
.onsale {
  display: none;
}

.product-item {
  position: relative;
  overflow: hidden;
}

.product-thumbnail {
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.thumbnail-border {
  height: 100%;
}

.product-item {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 8px;
  height: 98%;
}
.product-thumbnail img {
  height: -webkit-fill-available;
  padding: 15px 30px;
  display: block;
  transition: transform 0.3s ease;
}

.product-info h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--global-palette3);
  text-align: left;
}

.quick-view {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.quick-view .link {
  color: black;
  text-decoration: none;
  padding: 8px 16px;
  background-color: #ffffff66;
  border-radius: 5px;
}

.add-to-cart .button {
  background: #303030 !important;
  border-color: #333333;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  width: 100%;
}
.add-product .button {
  background: #303030 !important;
  border-color: #333333;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  width: 100%;
}

.product-item:hover .add-to-cart .button {
  background: #303030 !important;
  border-color: #333333;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.wc-block-components-product-badge {
  display: none !important;
}

.hidden {
  display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
  padding: 20px;
}
.wc-block-grid__product-price {
  display: none !important;
}
.woocommerce-mini-cart__total total {
  display: none;
}
.amount {
  display: none;
}
.wc-block-components-address-form__address_2-toggle {
  background: blue;
}
.total {
  display: none;
}
.product-total {
  display: none;
}
.search-toggle-open-container .search-toggle-open.search-toggle-style-bordered {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 1.5px #00000026;
}
.search-toggle-open-container .search-toggle-open .search-toggle-icon {
  margin-left: -105%;
}
.site-header-row-container-inner {
  box-shadow: 0px 4px 15px 0px #0000004d;
}
input[type="text"] {
  background: #f5f5f5;
}
input[type="submit"] {
  background: #003366;
  font-size: 15px;
  padding: 10px 25px;
}
.text-align-center {
  text-align: center;
}
.heading-contact {
  margin-top: -10px;
  font-size: 32px;
  font-weight: 600;
}
.counter {
  border: 1px solid grey;
  border-radius: 20px;
  padding: 20px;
}
.counter img{
  filter: invert(1);
  border-radius: 100%;
}
.counter:hover h4 {
  color: white;
}
.counter:hover p {
  color: white;
}
.counter:hover {
  background-color: #003366;
}
.counter:hover  img{
  filter:none;
}
.management-area {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  color: #fff;
  border-radius: 10px;
}

.management-area:after {
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #030e16bf;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.verify-area {
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  color: #fff;
  border-radius: 10px;
}

.verify-area:after {
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #04182731;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.data h2 {
  color: white;
  font-weight: 500;
  font-size: 32px;
}
button a {
  color: white;
  text-decoration: none;
}
.blue {
  color: #003366 !important;
}
.yellow {
  color: #ffa500;
}
.new h2 {
  font-size: 50px;
  font-weight: 400;
}
.new p {
  font-size: 60px;
  font-weight: 300;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 3.5rem;
}
.new .transparent-button {
  background-color: transparent;
  border: 1px solid #ffa500;
  padding: 5px 25px;
  color: #ffa500;
}
.new .transparent-button a {
  color: #ffa500;
}
.yellow-button {
  background-color: #ffa500;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 10px;
}
.yellow-button:hover a {
  color: white;
}
.blue-button:hover a {
  color: white;
}
.blue-button {
  background-color: #003366;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 10px;
}
.data-1 h4 {
  color: #003366;
}
.data-1 p {
  color: #003366;
}
.brand-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; /* Adjust the gap between industries */
}
.platform {
  width: calc(20% - 1px);
  box-sizing: border-box;
}
.platform img {
  padding: 5px 10px;
}
.wp-block-social-link {
  background-color: white !important;
}
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor {
  fill: black !important;
  color: black !important;
}
.widget_nav_menu a {
  color: White;
}
.widget_nav_menu a:hover {
  color: White;
}
.wp-elements-d9f493fe33dbbbbc9050a68aa9d7df5f
  a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}
.widget-area .widget-title {
  color: white;
  line-height: 2.5;
  margin-top: 20px;
}
.wp-block-heading {
  font-size: 22px;
  color: white;
  line-height: 3.5;
  padding-top: 10px;
}
#subscribe input[type="email"] {
  background-color: transparent;
  color: white;
  border-color: white;
}
#subscribe input[type="submit"] {
  background-color: #ffa500;
  color: white;
  border-color: white;
  margin-top: 10px;
  font-size: 14px;
}
.woocommerce div.product form.cart .button{
  font-size: 16px;
  border-radius: 5px;
}
.product-info .img {
  height: 250px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-product .quantity.spinners-added {
  width: 42%;
  margin-bottom: 15px;
}
.quantity.spinners-added .text {
  width: 40%;
}
/* Custom styles for product gallery */
.product-gallery {
  display: flex;
  align-items: start;
}

.gallery-thumbnail {
  max-width: 100%;
  max-height: 100%;
}

.main-product-image {
  border: 1px solid black;
  border-radius: 20px;
  padding: 15px 40px;
  width: 75%;
  height: 400px; /* Fixed height for main image */
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-product-image img {
  max-width: 100%;
  max-height: 100%;
}
.wpcf7-form-control {
  width: 100%;
  padding: 10px !important;
}
.form {
  background-color: white;
  border-radius: 20px;
  padding: 35px 40px;
  color: #000;
}
.section-area {
  background: #003366;
  border-radius: 10px;
}
.section-area p {
  color: white;
  font-size: 14px;
}
.section-area h6 {
  color: white;
  font-size: 16px;
}
.section-area h3 {
  color: white;
}
label {
  color: black;
}
textarea {
  height: 200px;
}
.wpcf7-submit {
  width: 50% !important;
}
.add-products .cart {
  display: flex;
  flex-wrap: wrap;
}
.add-products button {
  background-color: black !important;
  margin-left: 10px;
}
.d-none {
  display: none;
}
.add-products-button .cart {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
}
.add-products-button .spinners-added {
  width: 38%;
}
.add-products-button .quantity.spinners-added .text {
  width: 28%;
  border: 0px;
}
.add-products-button button {
  background-color: black !important;
  margin-left: 8px;
  font-size: 16px;
}
.add-products-button .quantity.spinners-added input.minus,
.quantity.spinners-added input.plus {
  padding: 0 0.57em !important;
}
form.asearch {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 3px 5px;
}
form.asearch button#mybtn {
  padding: 5px;
  cursor: pointer;
  background: none;
}
form.asearch input#keyword {
  border: none;
  width: 100%;
}
div#datafetch {
  background: white;
  z-index: 10;
  position: absolute;
  max-height: 425px;
  overflow: auto;
  box-shadow: 0px 15px 15px #00000036;
  right: 0;
  left: 0;
  top: 50px;
}
div.search_bar {
  width: 260px !important;
  max-width: 90% !important;
  position: relative;
}
div.search_result ul {
  background-color: white;
  padding: 13px 0 0;
  list-style: none;
  margin: auto;
  position: absolute;
  background-color: WHITE;
}
div.search_result ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 300;
  border: 1px solid #dedede;
}
div.search_result ul a:hover {
  background-color: #f3f3f3;
}
div.search_result ul a li {
  margin: 0;
  padding: 5px 0;
  padding-inline-start: 18px;
  color: #3f3f3f;
  font-weight: bold;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
div.search_result li {
  margin-inline-start: 20px;
}
form.checkout .col2-set{
  width: 100%!important;
}
#billing_company_field, #billing_address_2{
  display: none;
}
.woocommerce div.product form.cart{
  justify-content: space-evenly;
  margin-bottom: 0em!important;
}
#filter-form{
  padding: 20px;
}
.btn-primary{
  background: black;
  border: black;
  border-radius: 5px;
}
.cart-subtotal{
  display: none;
}
.order-total{
  display: none;
}
form.checkout #order_review_heading{
  width: 100% !important;
  padding: 0px !important;
}
.woocommerce-checkout-review-order{
  padding: 0px !important;
  width: 100% !important;
}
#payment #place_order{
  float: right !important;
  width: 50% !important;
}
.asearch input{
  border: none !important;
  margin: 2px;
  padding: 2px !important;
}

.wp-block-heading{
  color: black !important;
}
.next{
    background-color: black;
    padding: 10px;
    color: white!Important;
    text-decoration: none;
    border-radius: 10px;
}
.prev{
    background-color: black;
    padding: 10px;
    color: white!Important;
    text-decoration: none;
    border-radius: 10px;
}
.page-numbers{
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
    text-decoration:none;
    color:black;
}