/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
ul.products li.product-category{
	display:none !important;
}
.product-summary-wrap .posted_in {display: none !important;}
.woocommerce-tabs .product_meta .sku_wrapper {display: none !important;}

ul.products li.product-col .woocommerce-loop-product__title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce-form-coupon-toggle {
	background: #2BAAB1;
    padding: 1em;
    color: white;
}

.showcoupon:before {
	content: "CLICK HERE TO ";
}

button[name="apply_coupon"] {
	margin-top: 0 !important;
}

/* Turn rating stars + count into 1 line */
.star-rating, .star-rating:before {
	top: 1px;
}

.rating-wrap {
	display: inline-block !important;
	margin-bottom: 0 !important;
}

.rating-wrap + div {
	display: inline-block;
	margin-bottom: 0.5em;
}
/* Turn rating stars + count into 1 line end */

/* Make breadcrumbs overflow scroll instead of break into 2 lines on mobile */
.page-header-1 .col-lg-12 {
	overflow-x: auto;
}

.page-header-1 .col-lg-12 .breadcrumbs-wrap {
	width: max-content;
}
/* Make breadcrumbs overflow scroll instead of break into 2 lines on mobile end */

/* Don't uppercase breadcrumb text */
.page-top ul.breadcrumb>li {
	text-transform: none !important;
}
/* Don't uppercase breadcrumb text end */

/*Change sales price to red in product loop*/
.product-inner .price ins bdi,.single-product .price ins bdi{
	color: #ff0000;
}
/*Change sales price to red in product loop*/

/*Hide ETA Text in loop*/
.product-inner .pre_order_notice{
	display: none;
}
/*Hide ETA Text in loop*/

/*RRP Price Styles*/
.rrp-price-wrap{
	font-weight: 300;
}

/* Brand Submenu Item Style Fixes */
#nav-menu-item-7195 .porto-wide-sub-menu>li>a {
    text-transform: none;
    font-weight: 400;
}

#nav-menu-item-74048 a {
    font-weight: 700 !important;
}
/*Brand Submenu Item Style Fixes End */

/* Additional CSS for MailerLite popup */
@media (max-width: 767px) {
	.single-product iframe[src*="mailerlite"] {
    	bottom: 80px !important;
	}
}
/* Additional CSS for MailerLite popup end */

/* Salesforce Chat Styles */
.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #0096b1 !important;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #0096b1;
}
.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
  display: none;
}
h2[embeddedService-chatHeader_chatHeader] {
  margin: 0;
  align-self: center;
  flex-grow: 1;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: white !important;
}
#snapins_invite {
  background-color: #ffffff;
  font-family: "Arial", sans-serif;
  overflow: visible;
  border-radius: 8px;
  visibility: hidden;
}
.embeddedServiceInvitation {
  display: none;
  background-color: transparent;
  max-width: 290px;
  max-height: 210px;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28);
}
@media only screen and (min-width: 48em) {
  /*mobile*/
  .embeddedServiceInvitation {
    max-width: 332px;
    max-height: 210px;
  }
}
.embeddedServiceInvitation > .embeddedServiceInvitationHeader {
  width: inherit;
  height: 25px;
  line-height: 25px;
  padding: 10px;
  color: #ffffff;
  background-color: #0096b1;
  overflow: initial;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.embeddedServiceInvitationHeader #embeddedServiceAvatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.embeddedServiceInvitationHeader .embeddedServiceTitleText {
  font-size: 12px;
  color: #ffffff;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: stretch;
  flex-grow: 1;
  max-width: 100%;
  margin: 0 12px;
}
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  bottom: 3%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  font-size: 23px;
  color: #0096b1;
}
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus {
  outline: none;
}
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus::before {
  content: " ";
  position: absolute;
  top: 11%;
  left: 7%;
  width: 85%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  pointer-events: none;
}
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:active,
.embeddedServiceCloseIcon:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
}
.embeddedServiceInvitation > .embeddedServiceInvitationBody {
  background-color: #ffffff;
  max-height: 110px;
  min-width: 110px;
  margin: 0 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
}
.embeddedServiceInvitationBody p {
  color: #333333;
  padding: 8px;
  margin: 12px 0;
}
.embeddedServiceInvitation > .embeddedServiceInvitationFooter {
  width: inherit;
  color: #ffffff;
  text-align: right;
  background-color: #ffffff;
  padding: 10px;
  max-height: 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.embeddedServiceInvitationFooter > .embeddedServiceActionButton {
  font-size: 14px;
  max-height: 40px;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.embeddedServiceInvitationFooter > #acceptInvite, .embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #0096b1;
  color: #ffffff;
}
.embeddedServiceInvitationFooter > #rejectInvite {
  background-color: #ffffff;
  color: #0096b1;
}
/* Salesforce Chat Styles End */

/* Awards page icon */

body.page-id-76404 .trust-badge { 
  background: #f4f4f4; 
  padding: 1rem; 
  border-left: 4px solid #ff9900; 
}