/* ==========================================================================
   PROGENTA WEBSHOP - DESKTOP/LARGE SCREEN OVERRIDES
   ========================================================================== */

/* ==========================================================================
   1. UTILITY CLASSES
   ========================================================================== */

.hide-lg {
  display: none !important;
}

.h-50p {
  height: 50px !important;
}

.mt-m-250 {
  margin-top: -250px;
}

/* ==========================================================================
   2. LAYOUT & SPACING
   ========================================================================== */

body:not(.woocommerce-checkout) {
  padding-top: 126px;
}

body.woocommerce-order-received {
  padding-top: 156px;
}

.bottom-section {
  padding: 180px 0 90px 0;
}

.hero-section-cta {
  padding: 90px;
}

.section-title {
  margin-bottom: 30px;
}

.description-container {
  float: left;
  width: 48%;
}

/* ==========================================================================
   3. HEADER
   ========================================================================== */

.logo {
  height: 20px;
}

/* ==========================================================================
   4. PRODUCT IMAGES
   ========================================================================== */

img.cat-product-image {
  height: 150px !important;
}