/*
Theme Name: Hq Pages Child
Theme URI: https://hq-web.net/themes/wordpress/hq-web
Text Domain: hq-pages
Author: hq-web
Author URI: https://hq-web.net
Template: hq-pages
*/

.single-post .sub-hero__category {
  display: none;
}

.single-post .article-category {
  display: none;
}

.category .article-list__category {
  display: none;
}

.header__custom-cart {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header__custom-cart {
    display: none;
  }
}

.block-hq-video-1__video {
    aspect-ratio: 1 / 1.2;
}

.wp-container-core-group-is-layout-6c531013 img {
  max-height: 25px !important;
  object-fit: contain !important;
}

.wp-image-1693 {
  max-height: 35px !important;
  object-fit: contain !important;
}

.block-hq-video-1__item {
  display: flex;
  flex-direction: column;
}

.block-hq-video-1__item > a {
  order: 2;
}

.block-hq-video-1__item .block-hq-video-1__heading {
  order: 1;
  margin-top: 0px;
  margin-bottom: 30px;
}

.woocommerce-loop-category__title {
  text-align: center;
  line-height: var(--line-height);
}

/* .wc-block-components-sidebar {
  display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100%;
} */

@media print {

  .btn {
    display: none;
  }

  .wc-block-cart-item__remove-link {
    display: none !important;
  }
}
