@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css);


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  td {
    vertical-align: middle;
    line-height: 2;
  }
  td span {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .dip-meta-description-label {
    display: none;
  }
  .dip-meta-description-icon {
    color: #2776ea;
    min-width: 60px;
  }
  .dip-meta-description-value {
    font-weight: 600;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  td {
    vertical-align: middle;
    line-height: 2;
  }
  td span {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .dip-meta-description-label {
    font-weight: 300;
    min-width: 100px;
  }
  .dip-meta-description-icon {
    color: #2776ea;
    min-width: 60px;
  }
  .dip-meta-description-value {
    font-weight: 600;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  td {
    vertical-align: middle;
    line-height: 2;
  }
  td span {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .dip-meta-description-label {
    font-weight: 300;
    min-width: 100px;
  }
  .dip-meta-description-icon {
    color: #2776ea;
    min-width: 60px;
  }
  .dip-meta-description-value {
    font-weight: 600;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  td {
    vertical-align: middle;
    line-height: 2;
  }
  td span {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .dip-meta-description-label {
    font-weight: 300;
    min-width: 100px;
  }
  .dip-meta-description-icon {
    color: #2776ea;
    min-width: 60px;
  }
  .dip-meta-description-value {
    font-weight: 600;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .woocommerce-breadcrumb {
    display: none;
  }
  .dmr-3{
    margin-right: 5px;
  }
    .wp-block-heading{
        font-size: 1.3rem;
        padding: 2rem 0;
    }
  td {
    vertical-align: middle;
    line-height: 2;
  }
  td span {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .dip-meta-description-label {
    font-weight: 300;
    min-width: 100px;
  }
  .dip-meta-description-icon {
    color: #2776ea;
    min-width: 60px;
  }
  .dip-meta-description-value {
    font-weight: 600;
  }

  #dip-single-product-images > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .dip-real-estate-icon {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .last-column-table {
    float: right !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    display: flex !important;
  }
  .sticky-sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 50px; /* Adjust the value to set the distance from the top */
  }
  .product_title {
    font-size: 1.7rem;
  }
  .dip-meta-title {
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
  .dip-meta-description-general-label{
    display: block;
  }
  .dip-meta-description-general-value{
      display: block;
  }
  .vertical-align-top{
    vertical-align: top;
  }
}
