/**
  Theme Name: Pentrupar
  Description: Blocksy Child theme
  Author: WebBlast
  Template: blocksy
  Text Domain: blocksy
 */
 
.woocommerce .woocommerce-info.sumo_reward_points_info_message.rs_cart_message {display:block!Important;}


.before-header-cta-msg.is-js-slider  { overflow: hidden!Important;
  max-height:40px;}
.before-header-cta-msg.is-js-slider .gspb_row__col--12 {
  min-height: 28px;
  overflow: hidden;
  max-height:40px;
  position:relative;
}

.before-header-cta-msg.is-js-slider .gspb_heading {
  display: none !important;
  font-size:18px;
  font-weight: 900;
  color:#fff;
}

.before-header-cta-msg.is-js-slider .gspb_heading:first-of-type {
  display: flex !important;
  align-items: center;
  justify-content: center;

  min-height: 28px;
  margin: 0 !important;
  padding: 0 12px;
  box-sizing: border-box;

  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 450ms ease,
    transform 750ms ease;
}

.before-header-cta-msg.is-js-slider .gspb_heading:first-of-type.is-out {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
}

.before-header-cta-msg.is-js-slider .gspb_heading:first-of-type.is-in {
  animation: ctaTextIn 750ms ease both;
}

@keyframes ctaTextIn {
  from {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 689px) {
  .before-header-cta-msg.is-js-slider .gspb_heading:first-of-type {
    font-size: clamp(13px, 3.6vw, 15px);
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .before-header-cta-msg.is-js-slider .gspb_heading:first-of-type {
    transition: none;
    animation: none;
    transform: none;
  }
}


[data-header*="type-1"] .ct-header [data-row*="middle"] {background-color: #000;;}

.simpleshopmessage {display:none!Important;}
.woocommerce-info.rs_message_for_single_product {margin-top:20px;}
.woocommerce-info.rs_message_for_single_product .woocommerce-Price-amount {margin:0 5px; font-weight: 700;}
.homepage-banner-desktop { max-height:500px; overflow: hidden;}
.homepage-banner-desktop .wp-block-image {text-align: center;}

.homepage-banner-mobile{margin-top:0px!Important;}
.homepage-banner-mobile figcaption {display:none;}

footer a.wp-block-greenshift-blocks-buttonbox {background-color: transparent!Important;} 