/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.woocommerce .mwb_crp_email_wrap {
  margin-bottom:2rem;
}
.woocommerce .mwb_crp_email_wrap input {
  padding: 0.3rem 1rem;
  border-radius: 5vw;
}
.woocommerce .mwb_crp_referal_section_wrap p.mwb_cpr_heading {
  font-size: 1vw;
  color: var(--primary);
  font-weight: normal;
  margin-bottom: 2rem;
}
.woocommerce .mwb_crp_referal_section {
  padding:0 !important;
  border:none;
  box-shadow: none;
}
.mwb_crp_addon_referral_code {
  float: left;
  margin-right: 20px;
  font-size: 1vw;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce .mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy {
  width: auto;
  min-width: 300px;
  margin-top: 0;
}
.mwb_cpr_refrral_code_copy {
  float: left;
  width: 100%;
}
#mwb_cpr_referal_code_copy {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  margin-bottom: 1rem !important;
  margin-top:2px !important;
  width: 8rem;
}
.woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper p:last-child {
  border-top: 1px solid var(--primary);
  padding-top: 2rem;
  margin-top: 1rem;
}
.woocommerce .mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy p:last-child {
  margin-top:0;
  padding-top: 0;
  border-top:none;
}
#mwb_cpr_referal_code_copy #mwb_cpr_referal_copyy_code {
  width: auto;
  font-size: 1vw;
  color: #0b7075;
  padding: 0;
  margin-right: 10px;
  background-color: transparent;
}
.mwb_cpr_btn_copy.mwb_tooltip {
  border: 0;
  filter: opacity(0.7);
}
.mwb_cpr_logged_wrapper small {
  font-size: 1vw;
  color: #0b7075;
}
.mwb_crp_referral_link {
  font-size: 1vw;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: bold;
}
.mwb_cpr_refrral_code_copy #mwb_cpr_copy_link #mwb_cpr_copyy_link {
  font-size: 1vw;
  color: #0b7075;
  background-color: transparent;
  width: 30vw;
  min-width: 425px;
  max-width: 100%;
  border: 1px solid var(--primary);
  border-radius: 100px;
  background-color: #E1EBEC;
  padding: 10px 50px 10px 20px;
  margin-top: 10px;
}
.woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_copy_btn_wrap {
  right:20px;
}
.woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper .mwb_cpr_copy_btn_wrap {
  top:12px;
}
.woocommerce .mwb_crp_referal_section_wrap .mwb_crp_referal_code_wrap .mwb_cpr_logged_wrapper .mwb_cpr_copy_btn_wrap {
  top:0;
} 

.mwb-crp-referral-wrapper {
  justify-content: flex-start;
  margin: 0px -10px 0px -10px;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner {
  background-color: #E1EBEC;
  box-shadow: none;
  border: 1px solid var(--primary);
  border-radius: 2vw;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner .mwb-crp-referral-icon {
  font-size: 40px;
  height: 60px;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 {
  font-size: 38px;
  margin-top: 18px;
  text-align: left;
  width: 100%;
  color:var(--primary);
  font-weight: bold;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 span.amount span, .mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 span.amount {
  color:var(--primary);
  margin-left: 0;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 span {
  background-color: transparent;
  font-size: 38px;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length {
  background-color: #f27f21;
  border-radius: 50px;
  padding: 5px 30px;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  background-color: #f27f21;
  padding: 5px 23px;
  border-radius: 16px;
  color: #fff;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter label input {
  height: 30px !important;
  background-color: transparent !important;
}


.mwb_crp_common_class {
  background-color: var(--primary) !important;
  border-radius: 25px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  width: 140px !important;
  max-width: 140px;
  min-width: 140px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
}

.mwb_crp_common_class a.twitter-share-button {
  background-color: transparent;
  width: 120px;
  max-width: 120px;
}
.mwb_crp_common_class img {
  height: 16px !important;
  width: auto !important;
  margin: 0 !important;
  margin-left: 15px !important;
}
.mwb_crp_wrapper_button .mwb_wpr_mail_button img {
  height: 15px !important;
}

.mwb_crp_common_class a.fb-xfbml-parse-ignore {
    color: #fff;
	text-decoration: none;
}
.mwb_crp_common_class a.fb-xfbml-parse-ignore i {
    margin-left: 13px;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner span {
    font-size: 0.8vw;
    padding: 0;
    color: var(--secondary);
    width: 52%;
    text-align: left;
    margin-left: 1rem;
    font-weight: bold;
}

.mwb-crp-referral-table-wrapper .mwb-crp-referral-table {
    border: none !important;
    border-bottom: 1px solid var(--primary) !important;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb_crp_reporting_heading {
    background-color: #006e73;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table th, .mwb-crp-referral-table-wrapper .mwb-crp-referral-table td {
  min-width: 5rem;
  max-width: 6rem;
}

#mwb-crp-referral-table_wrapper label {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
}
#mwb-crp-referral-table_wrapper label select {
    background-color: transparent !important;
}
.mwb_crp_common_class:hover {
    color: #fff;
}

.mwb-crp-referral-wrapper {
    justify-content: space-between !important;
    margin: 30px -10px 30px -10px !important;
}
.woocommerce .mwb-crp-referral-column {
    width:calc(33.33% - 15px);
    min-width: 240px;
}

@media screen and (max-width: 1150px) {
	.mwb-crp-referral-column {
		margin-right: 0px !important;
		width: 33.333% !important;
	}
}
@media screen and (max-width: 1050px) {
	.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner span {
		padding: 7px 10px;
	}
}
@media screen and (max-width: 950px) {
	.mwb-crp-referral-column {
		width: 50% !important;
	}
}
@media screen and (max-width: 500px) {
	.mwb-crp-referral-column {
		width: 100% !important;
	}
}
.wps-crp-addon-icon {
	height:2.8vw !important;
  margin-bottom:20px;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 span.woocommerce-Price-currencySymbol {
  padding-left:0;
}
.woocommerce #mwb-crp-referral-table_length, .woocommerce #mwb-crp-referral-table_filter, #mwb-crp-referral-table_info, #mwb-crp-referral-table_paginate {
  display: none !important;
}

#mwb-crp-referral-table_wrapper {
  border-bottom:1px solid var(--primary);
}
#mwb-crp-referral-table thead tr:first-child th:first-child {
  border-top-left-radius: 25px;
}
#mwb-crp-referral-table thead tr:first-child th:last-child {
  border-top-right-radius: 25px;
}
#mwb-crp-referral-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}
#mwb-crp-referral-table tbody tr {
  border:1px solid var(--primary);
}
#mwb-crp-referral-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}
.woocommerce .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td {
  background-color: #E1EBEC;
  border-color:var(--primary);
}
#mwb-crp-referral-table .mwb-crp-coupon-code {
  background-color: transparent;
  color: var(--secondary);
}
#mwb-crp-referral-table tr td p {
  font-size: 14px;
}
#mwb-crp-referral-table .mwb-crp-coupon-code .mwb-crp-coupon-amount {
  background-image: url('https://lifehappensoutdoors.com/wp-content/themes/cmsonly/img/coupon-empty.png');
  background-size: contain;
  display: flex;
  width: 5rem;
  height: 3.2rem;
  margin-top: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  background-repeat: no-repeat;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code .mwb-crp-coupon-scissors, #mwb-crp-referral-table .mwb-crp-coupon-wrap, .mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code::after {
  display: none !important;
}
#lho-account-wrapper .mwb_crp_wrapper_button a {
  max-width: unset;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
}
#lho-account-wrapper .mwb_crp_wrapper_button .fb-share-button, #lho-account-wrapper .mwb_crp_wrapper_button .twitter-share-button {
  font-size: 1vw;
}

@media (max-width:900px) {
  .woocommerce .mwb_crp_referal_section_wrap p.mwb_cpr_heading, .mwb_crp_referal_code_wrap {
    font-size: 3.5vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    padding:0 2rem;
  }

  .mwb_crp_addon_referral_code {
    float: none;
    font-size: 3.5vw;
    width: 45%;
    margin-right: 20px;
  }

  .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .woocommerce .mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy {
    width: 20%;
    min-width: unset;
  }

  .mwb_crp_referal_section_wrap #mwb_cpr_referal_code_copy {
    width: 6rem;
  }

  #mwb_cpr_referal_code_copy #mwb_cpr_referal_copyy_code {
    font-size: 3.5vw;
    font-weight: bold;
  }

  .mwb_crp_wrapper_button {
    margin-top: 2rem !important;
  }

  .mwb_crp_wrapper_button .mwb_crp_common_class {
      max-width: 47% !important;
      min-width: 100px;
  }

  .woocommerce .mwb_crp_referal_section_wrap .mwb_crp_referal_code_wrap .mwb_cpr_logged_wrapper .mwb_cpr_copy_btn_wrap {
    top: 0
    right: 20px;
  }

  .mwb_crp_referal_section_wrap .mwb_cpr_btn_copy:not(:hover):not(:active):not(.has-background) {
    min-height: 10px;
  }

  .mwb_cpr_copy_btn_wrap img {
    width: 4vw;
  }

  .woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper p:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .mwb_cpr_logged_wrapper small {
    font-size: 3.5vw;
  }

  .mwb_crp_referral_link {
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: bold;
  }

  .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper#copy-referral-code-wrapper {
    width: calc(100% - 4rem);
    margin: 0 2rem 2rem;
  }

  .woocommerce .mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy#copy-referral-code {
    min-width: unset;
    width: 100%;
  }

  .mwb_cpr_refrral_code_copy #mwb_cpr_copy_link #mwb_cpr_copyy_link {
    font-size: 2.5vw;
    width: 100%;
    min-width: unset;
  }

  .woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper .mwb_cpr_copy_btn_wrap {
    top:5px;
  }

  .mwb_cpr_copy_btn_wrap img {
    height: 4vw;
  }

  .mwb_crp_wrapper_button {
    justify-content: space-between;
    width: calc(100% - 4rem);
    margin:auto;
  }

  #lho-account-wrapper .mwb_crp_wrapper_button a {
    font-size: 1rem !important;
    margin:0 !important;
  }

  .woocommerce .mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper#copy-referral-code-wrapper .mwb_cpr_copy_btn_wrap {
    top:10px; 
  }

  .mwb-crp-referral-wrapper {
    width: calc(100% - 4rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner {
    border-radius: 1.5rem;
  }

  .mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner .mwb-crp-referral-icon {
    font-size: 1rem;
    height: 6rem;
    width:5rem;
  }

  .wps-crp-addon-icon {
    height:15vw !important;
  }

  .mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner span {
    font-size: 0.75rem;
    width: 45%;
    padding-top: 0;
  }

  .mwb-crp-referral-wrapper .mwb-crp-referral-column .mwb-crp-referral-column-inner h4 span.amount {
    padding-left:0;
  }

  .woocommerce .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td {
    max-width: unset;
    display: flex;
    border-radius: 0 !important;
    margin: 0;
    background-color: #E1EBEC;
    width: 100%;
    text-align: left;
    padding: 2rem 0 2rem 45%;
    position: relative;
    color:var(--primary);
    border-bottom: none;
  }

  .woocommerce .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td:before {
    content: attr(data-th);
    float: none;
    font-weight: bold;
    height: 100%;
    display: block;
    position: absolute;
    background-color: var(--primary);
    top:0;
    left: 0;
    width: 40%;
    padding: 2rem 2rem 2rem 1rem;
    color: #fff;
    text-transform: uppercase;
  }

  .woocommerce .mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code {
    text-align: left;
    padding-left: 0;
  }
}