/** Shopify CDN: Minification failed

Line 180:0 Unexpected "}"

**/
  .warehouse-information-section, .profile_grid {
    color: #000;
    font-size:16px
  }
.profile-row{
    display: flex;
    justify-content: space-between;
}
  #borderBottom {
    border-bottom: 2px solid #1A56DB;
    width: 28px;
    margin: 12px 0px;
}
  #mid_borderBottom {
    border-bottom: 2px solid #1A56DB;
    width: 28px;
    margin: 12px auto;
}
  .warehouse_info_grid{
    display: flex;
  }
   .warehouse-information-section .info_sub_title{
    color: #1A56DB;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: normal;
   }
  .warehouse-information-section .info_title{
    font-size: 32px;
    font-weight: bold;
  }
  .warehouse-information-section .operation_title{
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
  }
  .profile_grid .contact_title{
    margin-top:30px;
    text-align:center;
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0px
  }
  .profile_grid .profile_title{
    font-weight: 600;
    margin: 10px 0;
  }
  .cate-list {
      font-size: 16px;
      color: #000;
  }
  .profile_grid .image-cat img {
      object-fit: cover;
      object-position: center;
      height: 268px;
      width: 217px;
      border-radius: 5%;
  }
  .profile_grid .categories-content{
    margin-bottom: 45px;
  }
   .image-grid img{
    height: auto; 
   }
  .image-grid img ,  .image-grid iframe{
    border-radius: 3%;
    max-width: 100%
  }
  .warehouse-information-section .info-grid,  .warehouse-information-section .image-grid{
    margin-bottom: 50px;
  }
  #breadcrumbs {
    margin-bottom: 0;
  }
  .widget-warehouse-grid {
    padding-top: 27px;
  }
  .location-detail{
    color: #000;
    font-family: Inter;
    font-size: 16px;
  }
  .detail_title{
    color: var(--main-black, #1D1D1D);
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin : 50px 0;
  }
  .location-detail .subtitle{
    font-size: 14px;
    margin-top: 16px;
  }
  .location-detail .section {
      padding: 10px 0;
      border-bottom: 1px solid #C9C9C9;
  }
  .info_toll, .info_email {
      margin: 10px 0;
  }
  .contact-section .contact-group {
    margin: 15px 0;
  }
  .contact-section .contact_title, .info-section .info_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .info-section .info_address {
    max-width: 330px;
  }
  .bottom-section{
    padding-top:20px;
    margin-bottom:50px;
  }
  .bottom-section a{
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
@media screen and (min-width:769px){
  .warehouse-information-section .info-grid , .warehouse-information-section .image-grid  {
    height:350px;
  }
  .warehouse-information-section .info-grid .content-box{
    margin: 8% 8%;
  }
  .warehouse_info_grid span:first-of-type {
    width: 25%;
  }
  .warehouse_info_grid span:last-of-type{
    width: 75%;
  }
}
@media screen and (max-width:768px){
  .warehouse_info_grid span:first-of-type {
    width: 30%;
  }
  .warehouse_info_grid span:last-of-type{
    width: 70%;
  }
  .container .breadcrumbtitle{
    display: block;
  }
  .profile_grid  .profile-row{
    flex-wrap: wrap;
  }
  .profile_grid  .cate-list {
      font-size: 14px;
  }
  .profile_grid  .content-box {
    margin-bottom: 20px;
  }
    .warehouse-information-section .info_title{
    font-size: 26px;
  }
  .warehouse-information-section .operation_title{
    font-size: 19px;
  }
  .profile_grid .contact_title{
    font-size: 19px;
  }
  }
  .detail_title {
    font-size: 24px;
    margin: 20px 0;
  }
  .location-detail{
    font-size: 15px;
  }
  .contact-section .contact_title, .info-section .info_title{
    font-size: 16px;
  }
}
