/* Please apply all site-specific CSS customizations here. */

.sp-top-modules .item-809 .nav-child {
  width: 150px;
}

/* Header color override */
.sp-menu {
  background-image: linear-gradient(to bottom, #fe5000, #f88624);
}

/* Give indentation to top info so it aligns better with orange logo */
@media (min-width: 768px) {
  .sp-top .info li:first-child a {
    padding-left: 5px;
  }
}

/* Reduce menubar size to fit container */
@media (max-width: 1199px) {
  .sp-menu .nav a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  
  html[lang="fr-ca"] .sp-menu .nav a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/**********************************************************************/
/* BREEZINGFORMS */
/**********************************************************************/

.tip-wrap {
  background: #333;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: .5rem;
  z-index: 10;
}

/**********************************************************************/
/* HIKASHOP */
/**********************************************************************/

/* AddToAny on Product page */
#hikashop_product_right_part .addtoany_list {
  margin: 0 -4px;
}
#hikashop_product_right_part .addtoany_list .a2a_svg {
  padding: 2px;
}

/* Reseller link on product page */
#hikashop_product_right_part .crl-keystrokeresellerlink {
  margin: 8px 0 0;
}
#hikashop_product_right_part .crl-keystrokeresellerlink .btn {
  padding: 4px 12px;
}

/* Hide stock count */
.hikashop_product_stock_count {
  display: none !important;
}

/* Hide payment method name (rewritten in description) */
.hikashop_checkout_payment_radio + label {
  display: none;
}

/* Move payment logo to the right */
.hikashop_checkout_payment_description .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Cart share link on checkout page */
.hikashop_checkout_buttons .csl-cartsharelink {
  float: left;
  margin-right: 5px;
}

/**********************************************************************/
/* SP PAGE BUILDER */
/**********************************************************************/

/* Contact form with google recaptcha on sidebar */
@media (min-width: 768px) {
  .sppb-col-sm-3 .sppb-addon-ajax-contact .g-recaptcha,
  .sppb-col-sm-3 .sppb-amacontact .g-recaptcha,
  .modular-sidebar .sppb-addon-ajax-contact .g-recaptcha {
    transform: scale(0.53);
    transform-origin: left;
  }
}
@media (min-width: 992px) {
  .sppb-col-sm-3 .sppb-addon-ajax-contact .g-recaptcha,
  .sppb-col-md-3 .sppb-addon-ajax-contact .g-recaptcha,
  .sppb-col-sm-3 .sppb-amacontact .g-recaptcha,
  .sppb-col-md-3 .sppb-amacontact .g-recaptcha,
  .modular-sidebar .sppb-addon-ajax-contact .g-recaptcha {
    transform: scale(0.71);
    transform-origin: left;
  }
}
@media (min-width: 1200px) {
  .sppb-col-sm-3 .sppb-addon-ajax-contact .g-recaptcha,
  .sppb-col-md-3 .sppb-addon-ajax-contact .g-recaptcha,
  .sppb-col-sm-3 .sppb-amacontact .g-recaptcha,
  .sppb-col-md-3 .sppb-amacontact .g-recaptcha,
  .modular-sidebar .sppb-addon-ajax-contact .g-recaptcha {
    transform: scale(0.87);
    transform-origin: left;
  }
}

/**********************************************************************/
/* LITY */
/**********************************************************************/
.lity-iframe iframe {
  background: #fff;
}

/**********************************************************************/
/* READ MORE PRO */
/**********************************************************************/

.article + [data-readmore-toggle] a {
  padding: 0 15px;
  box-sizing: content-box;
}

/**********************************************************************/
/* HHC KONFIGURATOR */
/**********************************************************************/
body.itemid-3055 .result-table td {
  display: block;
  text-align: center;
}
body.itemid-3055 .result-table .pchUnit,
body.itemid-3055 .result-table .pchUnitPrice,
body.itemid-3055 .result-table .pchQty,
body.itemid-3055 .result-table .pchTotal,
body.itemid-3055 .result-table thead,
body.itemid-3055 .result-table tfoot {
  display: none;
}

body.itemid-3055 .result-table .pchName {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
body.itemid-3055 .hhc-price {
  font-weight: bold;
  font-size: 32px;
}

/* Please move this to page-specific style */
/*.sppb-carousel-extended-item img {
    height: unset !important;
    margin-top: 71px !important;
}

#column-id-1631283159884 {
    z-index: 0 !important;
}

#sppb-addon-wrapper-1569646935402 {
    margin: 0px 0px -55px 0px !important;
}

.sppb-carousel-extended-heading {
    font-size: 14px;
    font-weight: unset !important;
    color: #000 !important;
    font-family: 'Poppins' !important;
    line-height: unset !important;
    
    position: absolute !important;
    bottom: -18px !important;
    
    
}*/