/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?dtnslo");
  src: url("fonts/icomoon.eot?dtnslo#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?dtnslo") format("truetype"),
    url("fonts/icomoon.woff?dtnslo") format("woff"),
    url("fonts/icomoon.svg?dtnslo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-x-altx-alt:before {
  content: "\e900";
}
.icon-x:before {
  content: "\e901";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}

.shfs-red {
  color: #e42424;
}
.shfs-green {
  color: green;
}

/* END FONT CSS */

@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700");

.swal2-container {
  top: 30px !important;
}
/* .swal2-popup{
    
    box-shadow: 0 0 6px #4a4a4a45
}
.swal2-container.swal2-backdrop-show {
    background: rgba(255, 255, 255, 0.6) !important;
} */
.swal2-popup {
  overflow: hidden;
}
.swal2-close {
  color: rgb(228, 228, 228) !important;
  background: none !important;
  width: 1.6em !important;
  height: 1.8em !important;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3085d6;
  color: white;
  margin-top: -10px;
  margin-left: -35px;
  margin-right: -35px;
  padding: 20px 0px;
}
.swal2-title {
  margin: 0 !important;
  color: #ffffff !important;
}
.shfs-new-plan {
  width: 100%;
  display: block;
  font-size: 21px;
}
.shfs-new-plan-interval {
  color: grey;
  font-size: 16px;
}
.current-plan-box {
  padding: 25px 4px 37px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0px;
  font-size: 16px;
}
.shfs-price-box {
  padding: 12px 15px;
  background: #e6e5e5;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.ebb-select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.ebb-select-css::-ms-expand {
  display: none;
}
.ebb-select-css:hover {
  border-color: #888;
}
.ebb-select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.ebb-select-css option {
  font-weight: normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .ebb-select-css,
:root:lang(ar) .ebb-select-css,
:root:lang(iw) .ebb-select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.ebb-select-css:disabled,
.ebb-select-css[aria-disabled="true"] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.ebb-select-css:disabled:hover,
.ebb-select-css[aria-disabled="true"] {
  border-color: #aaa;
}
.heading-3 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 20px;
}
.shfs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shfs-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  min-width: 350px;
}
.shfs-checkout-container {
  background: white;
  line-height: 1.5;
}
.item-details {
  padding: 20px;
  background: #2996ff;
  color: white;
  align-content: center;
  display: grid;
  max-height: 150px;
}
.shfs-user-info {
  text-align: left;
  padding: 15px 0;
  line-height: 1.8;
}
.item-name {
  font-size: 25px;
}
.item-price-desc {
  width: 100%;
  text-align: left;
}
.button-header-text {
  font-size: 20px;
  font-weight: 300;
}
.new-plan-box {
  display: flex;
  align-items: center;
}
.new-plan-col {
  width: 100%;
}
.item-price {
  font-size: 25px;
  font-weight: 700;
  color: #33ab44;
  padding: 0;
  margin: 0;
  text-align: right;
}
.shfs-current-plan-desc {
  margin: 10px 0px;
}
.shfs-checkout {
  color: #353535;
  background: #eee;
  background-color: rgb(238, 238, 238);
  background-color: rgb(238, 238, 238);
  border-radius: 5px;
  overflow: hidden;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.swal2-close:focus {
  outline: none !important;
}
.ebb-product-features {
  padding: 25px;
}
.ebb-product-description {
  padding: 20px 0px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: normal;
}
.shfs-icon {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: sub;
}

.shfs-submit-box {
  width: 100%;
}
.shfs-submit-sub {
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 15px !important;
  margin: 10px 0;
  display: inline-block;
  border: none;
  width: 100%;
}
.add-loader-border {
  display: inline-block;
  border-left-color: rgb(48, 133, 214) !important;
  border-right-color: rgb(48, 133, 214) !important;
}
.shfs-submit-sub.btn.btn-primary {
  color: white !important;
  width: 100%;
  height: 50px;
  background-color: #2996ff;
  border-color: #2996ff;
  font-size: 20px;
  letter-spacing: 1px;
}

#cmb2-metabox-shfs_ebb_button_shortcode > div > div > p {
  padding-bottom: 0 !important;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:400, 700");

.ebb-form-container {
  max-width: 450px;
  border-radius: 5px;
  margin: auto;
  font: normal 1em/1.5 Roboto;
  padding: 0 25px;
}
.shfs-checkout-header {
  background: #007bff;
  color: white;
  text-align: center;
  margin: -25px -25px 0 -25px !important;
  padding: 20px;
}
.ebb-form-container .transition {
  transition: all 0.3s ease-out;
}
.ebb-form-container .heading {
  text-align: center;
  font-size: 0.8em;
}
.subbutton-coupon-box {
  margin: 20px 0px 30px;
  width: 100%;
}

.open-coupon-box {
  padding: 10px 0 5px 0;
  display: inline-block;
  color: gray !important;
}
.subbutton-coupon-inner input {
  height: 40px;
  align-self: center;
}

button.stripebutton-apply-coupon {
  width: 125px;
  background: #3085d6;
  border: none;
  height: 40px;
  margin: 10px;
  color: white !important;
  border-radius: 4px;
}
button.stripebutton-apply-coupon:hover {
  background: #49a0f2;
}
.subbutton-coupon-inner {
  display: flex;
}
.stripebutton-total {
  padding: 10px;
}
#shfs_ebb_product_coupons {
  margin: 15px 0 10px 0;
}
.swal2-footer {
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.25em 0 0;
  padding: 0 !important;
}
.lower-pop-section {
  padding: 10px;
}

.ebb-form-container .form-row-1 {
  column-count: 1;
  margin: 20px 0px;
}
.ebb-form-container .form-row-2 {
  column-count: 1;
  margin: 20px 0px;
  text-align: center;
}
.ebb-form-container .form-row-3 {
  column-count: 2;
  margin: 20px 0px;
}
.shfs-ebb-name-field,
.shfs-ebb-email-field {
  color: #666 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #eaeaea !important;
  border-radius: 4px !important;
  background: #ffffff;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear !important;
  width: 100% !important;
  padding: 0.75em !important;
  height: 48px !important;
  font-weight: 400;
}

.shfs-ebb-name-field,
.shfs-ebb-email-field::placeholder {
  color: #848484;
}
.ebb-form-container h3 {
  text-align: center;
}

.shfs-ebb-submit {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 15px !important;
  margin: 10px 0;
  display: inline-block;
}
.shfs-ebb-submit:hover {
  box-shadow: 5px 5px 10px rgba(132, 132, 132, 0.17);
  transform: translateY(3px);
}

.stripebutton-error-message {
  background: #eeeeee;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid red;
  color: #c30d0d;
}

.card-element {
  color: #666;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 100%;
  padding: 0.75em;
  height: 48px;
}
.card-errors {
  color: #bd0000;
}
.card-errors-dyn {
  color: #bd0000;
  background: #ffffff8a;
  padding: 10px;
  border-radius: 3px;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;

  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.qty {
  width: 40px !important;
  height: 25px !important;
  text-align: center !important;
  display: inline !important;
}

input.qtyplus {
  width: 25px !important;
  height: 30px !important;
  display: inline !important;
  padding: 0px !important;
}
input.qtyminus {
  width: 25px !important;
  height: 30px !important;
  display: inline !important;
  padding: 0px !important;
}
.ebb-product-img {
  width: 150px;
  height: 100px;
  margin-top: 10px;
}
