/* next day delivery available text on product and shop page */	
.wholesale-next-day-delivery-badge {	
    font-style: italic;	
    padding: 10px 0 7px;	
    width: 90%;	
    text-align: center;	
    background: #feff00;	
    border: 1px black solid;	
    box-shadow: 2px 2px #000;	
}	
.wholesale-next-day-delivery-badge .next-day-del-text {	
  text-transform: uppercase;	
  color: #ff4c4c;	
  line-height: 24px;	
  font-weight: 900;	
  font-size: 21px;	
}	
.wholesale-next-day-delivery-badge .next-day-del-fineprint {	
    font-weight: 300;	
    font-size: 11px;	
    line-height: 18px;	
    color: black;	
    font-weight: bold;	
}	

#ws-next-day-delivery-cart-page {
  margin: 20px 0 !important;
}

#ws-next-day-delivery-cart-page button#cb_add_product {
  margin-bottom: 5px !important;
}
/* .ws-next-day-delivery-cart-page #cb_add_product {	
  border-radius: 10px;	
  border-width: 2px;	
  border-style: solid;	
  background-color: #fefb0a;	
  border-color: black;	
  color: #e91e22;	
  font-style: italic;	
  font-size: 20px;	
}	 */
.custom-shipping-quote {	
    padding: 30px 0 20px;	
}
.rinnai-pickup-location-thankyou-page {
    border: 1px solid lightgray;
    padding: 15px;
    margin-bottom: 20px;
}

.mmx-product-page-checkbox-addon-container {
  margin: 30px 0 50px;
}

.mmx-prod-page-addon-heading {
  font-size: 26px;
  color: #ff4c4c;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.product-addon-checkbox {
  padding: 5px 15px;
  border: solid 1px #283c8f;
  margin-bottom: 15px;
}
.product-addon-checkbox-generic {
  padding: 25px 15px;
}
.product-addon-red-text {
  font-style: italic;
  font-weight: normal!important;
  color: #ff4c4c;
  padding-left:5px;
}

.ws-product-addon-label-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ws-prod-page-addon-select {
    /* margin-bottom: 30px; */
}
.ws-product-addon-label-box input[type=checkbox] {
    display: block;
    width: 25px;
    height: 25px;
}
.woocommerce .ws-product-addon-label-box img {
    max-width: 65px;
    margin: 0 15px;
}
.product-addon-checkbox select.ws-prod-page-addon-select {
    padding: 7px;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: white;
    color: black;
    border: solid 1px #283c8f;
}
.ws-prod-page-addon-price {
    font-style: italic;
    color: #ff4c4c;
}
.product-addon-checkbox:first-child {
    margin-top: 5px;
}
.prod-page-seen-it-cheaper {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

/* PRICE BEAT BUTTON */
.button.price-beat-button,
.woocommerce ul.products li.product .button.price-beat-button {
  color: white!important;
  border: solid 2px #0099da!important;
  font-family: 'Allan', cursive;
  font-size: 19px!important;
  background-color: #0099da!important;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.price-beat-popup-background.hidden {
  display: none;
}
.price-beat-popup-background {
  position:fixed;
  z-index:152;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow:auto;
  background-color:rgba(0,0,0,0.4);
}
.price-beat-popup-modal {
  max-width: 500px;
  background: white;
  padding: 30px;
  position: relative;
  margin: 50px auto;
}
.price-beat-popup-modal h2,
.price-beat-item-price,
.price-beat-customer-details {
  font-family: 'Allan';
  color: #008FDF;
  text-align: center;
}
.price-beat-item {
  padding: 10px 0 25px;
}
.price-beat-item-details {
  display: flex;
}
.price-beat-item-image {
  border: solid 1px #283c8f;
  padding: 15px;
}
.price-beat-item-name {
  padding: 15px;
  border-top: solid 1px #283c8f;
  border-bottom: solid 1px #283c8f;
  border-right: solid 1px #283c8f;
  flex-grow: 1;
}
.price-beat-item-price {
  padding: 6px 0;
  border-left: solid 1px #283c8f;
  border-bottom: solid 1px #283c8f;
  border-right: solid 1px #283c8f;
  font-size: 25px;
}
.price-beat-fine-print {
  text-align: center;
  font-size: 15px;
}
span.price-beat-popup-close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 30px;
}
.price-beat-popup-modal.close-popup-modal {
  width: 100%;
}
.price-beat-customer-details {
  margin: 10px 0 10px;
  font-size: 28px;
}
.price-beat-popup-modal input.wpcf7-form-control {
  margin: 5px 0;
  width: 100%;
}
.woocommerce .price-beat-popup-modal form input[type=url].wpcf7-form-control,
.woocommerce .price-beat-popup-modal form input[type=email].wpcf7-form-control,
.woocommerce .price-beat-popup-modal form input[type=text].wpcf7-form-control, 
.woocommerce .price-beat-popup-modal form textarea.wpcf7-form-control,
.woocommerce .price-beat-popup-modal form input[type=url].wpcf7-form-control::placeholder,
.woocommerce .price-beat-popup-modal form input[type=email].wpcf7-form-control::placeholder,
.woocommerce .price-beat-popup-modal form input[type=text].wpcf7-form-control::placeholder,
.woocommerce .price-beat-popup-modal form textarea.wpcf7-form-control::placeholder {
  color: #283c8f!important;
  border-color: #283c8f!important;
  font-size: 16px;
  width: 100%;
}
.price-beat-popup-modal .wpcf7 form .wpcf7-response-output {
  border: none;
}
.post-type-archive-product.woocommerce ul.products li.product a.button.close-popup-modal {
  width: 100%;
}
/* END - PRICE BEAT BUTTON */


.tax-total span.woocommerce-Price-amount.amount,
.fee span.woocommerce-Price-amount.amount {
    display: flex;
    justify-content: right;
}

.mmx-dashboard p.form-row {
  min-height: 75px;
}

.mmx-dashboard select {
  padding: 9px;
}

.mmx-dashboard h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mmx-file-upload {
  padding: 10px;
}

.mmx-spacer {
  clear: both;
  height: 15px;
}

.highlight-link {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}

.mmx-modal {
  display: none; 
  position: absolute;
  z-index: 10000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

/* modal popup from shortcode button click */
.mmx-modal {
  display: none; 
  position: absolute;
  z-index: 10000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.mmx-modal-content {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
}

.mmx-modal-content .title {
  font-weight: bold;
  text-align: center;
}

.mmx-modal-body {
  padding: 10px 15px;
}

.mmx-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mmx-modal-close:hover,
.mmx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mmx-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mmx-modal-close:hover,
.mmx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mmx-modal p.title {
  font-weight: bold;
  text-align: center;
}

.column-full .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px 0;
}

.mmx-modal-content .wpcf7-form.sent #responsive-form {
    display: none;
}
.dont-show {
  display: none;
}

.mmx-tooltip{
  border-bottom: 1px dotted black;
  padding-left: 2px;
}

.mmx-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.mmx-tooltip:hover .tooltiptext {
  visibility: visible;
}
.mmx-tooltip .dashicons, .mmx-tooltip .dashicons-before:before {
  font-size: 15px;
  width: 15px;
  vertical-align: middle;
}

.mmx-banner-content {
  display: flex;
  height: calc( 100% - 30px );
}

.mmx-flex-col-50 {
  flex-basis: 50%;
}

/* Banner download to crm */
.mmx-form-to-crm-banner-container {
  margin: 50px 0!important;
}
.mmx-form-to-crm-banner {
  position: relative;
  height: 200px;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 0 0 36px;
}

.mmx-send-to-crm-banner-text-col {
  flex-basis: 50%;
}

.mmx-send-to-crm-banner-img-col {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}

.mmx-send-to-crm-banner-header-text {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  color: var(--mmx-header-text-color)!important;
}

.mmx-send-to-crm-banner-small-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: var(--mmx-header-text-color)!important;
}

.mmx-form-to-crm-banner-button {
    border-radius: 4px;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    min-width: 214px;
    display: table;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 25px;
    color: var(--mmx-button-text-color)
}

.mmx-form-to-crm-banner-button:hover {
  color: var(--mmx-button-text-hover-color)!important;
  background-color: var(--mmx-button-background-hover-color)!important;
}

.row .col .mmx-send-to-crm-banner-floating-image { /* need .row .col  as it's being overriden*/
  max-width: 80%;
  height: auto;
  position: absolute;
  display: inline-block;
  max-height: 120%;
  top: -20px;
}

.mmx-form-to-crm-banner:hover .mmx-send-to-crm-banner-floating-image {
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.mmx-send-to-crm-banner-floating-image { 
  transition-delay: 0.2s; 
}

.mmx-ticks li::marker {
  content: "✓ ";
  color: #10b981;
  font-weight: bold;
}
.mmx-ticks li {
  padding-left: 12px;
}

/* .mmx-pricing-title-height {
  min-height: 85px;
} */
/*
#sb_instagram #sbi_images {
  box-sizing: border-box;
  display: flex;
  padding: 12px 0;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  gap: 12px;
  height: auto;
}

#sb_instagram #sbi_images .sbi_item {
  -moz-box-sizing: border-box;
  -moz-transition: .5s;
  -o-transition: .5s;
  display: block;
  flex: 0 0 auto;
  height: auto!important;
  object-fit: fill;
}
  */

  /* turn smash balloon insta plugin into a responsive slider */
  /*
.carousel-nav-left.hidden,
.carousel-nav-right.hidden {
  display: none;
}
.sb_instagram_header {
  display: flex;
  justify-content: center;
}
#sb_instagram #sbi_images > div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  overflow: hidden;
}
.carousel-nav-right {
  right: 1px;
}
.carousel-nav-left,
.carousel-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30pt;
  color: #ED2024;
  z-index: 1000;
  background: white;
  border-radius: 50%;
}
#sbi_images {
  display: flex;
  position: relative;
}
.smash-balloon-insta-group {
overflow: hidden;
}
.sb_instagram_header {
display: none;
}
*/