.jpp_hidden{
  display: none!important;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(227, 44, 43, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 4px rgba(227, 44, 43, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(227, 44, 43, 0);
	}
}

@keyframes pulse-yellow {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 223, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 4px rgba(255, 223, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 223, 0, 0);
	}
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 4px rgba(0, 128, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
	}
}
.disable{
  opacity: 0.5;
}
.shipping-header{
line-height: 1;
  border-width: 3px;
  border-style: dashed;
  border-color: rgb(0, 0, 0);
  color: rgb(30, 144, 255);
  margin: 10px 0px 0px;
  text-shadow: transparent 0px 0px 0px;
  direction: rtl;
}
.shipping-header h2{
    text-align: center;
    font-weight: 700;
    margin: 0!important;
    padding: 0!important;
    font-size: 18px;
}
.rating-header{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rating-inner{
    margin: 5px 0px 0px;
    padding: 0px;
    align-items: center;
    flex-direction: row;
    display: flex;
}
.rating-box{
  width: 100%;
  overflow: visible;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.rating-star{
  width: 120px;
  min-width: 120px;
  max-width: 120px;

}
.rating-text{
  width: unset;
  min-width: 0;
  max-width: unset;

}
:root {
  --star-size: 20px;
  --star-color: #cecece;
  --star-background: rgb(0, 182, 123);
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
  
}
.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .price-savings{
    display: none!important;
  }
  .entry-summary .price, .single-product .main .row p.price{
    color: var(--star-background)!important;
  }
  hr{
    margin: 0!important;
  }
  .entry-summary .product_title, .single-product .product_title.entry-title{
    margin: 0!important;
  }
  .product-summary-line{
    margin: 10px 0px 5px;
    padding: 0px;
   
  }
  .product-summary-line p{
    flex-direction: row;
    align-items: center;
    border: 0;
    outline: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0!important;
    font-size: 16px;
    font-weight: 700;
  }
  .product-summary-line img{
    width: 40px!important;
    padding: 6px;
  }
.inventory-container{
    margin: 10px 0px 0px;
}
.items-container{
    display: flex;
    align-items: center;
}
.jpp-margin{
  margin: 10px 0;
}
.jpp_blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 black;
	margin-left: 5px;
	margin-bottom: 9px;
	margin-top: 9px;
	height: 9px;
	width: 9px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.jpp_blob.red {
	background: rgb(227, 44, 43);
	box-shadow: 0 0 0 0 rgba(227, 44, 43, 0.7);
	animation: pulse-red 2s infinite;
}
.jpp_blob.yellow {
	background: rgb(255, 223, 0);
	box-shadow: 0 0 0 0 rgba(255, 223, 0, 0.7);
	animation: pulse-yellow 2s infinite;
}
.jpp_blob.green {
	background: rgb(0, 128, 0);
	box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.7);
	animation: pulse-green 2s infinite;
}
.inventory-list__item-text {
	margin: 0 0 0 8px;
	font-size: 16px;
}
.product-variant__quantity-progress {
	display: block;
	height: 5px;
	width: 100%;
	background: rgb(0 0 0 / 8%);
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
}
.product-variant__quantity-progress-bar {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 5px;
	background: #1c1c1c;
	transition: width 300ms linear;
	width: 0%;
	max-width: 100%;
	overflow: hidden;
}
.order-button-container{
    align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: inherit;
  min-height: 0;
    margin: 20px 0px 0px;

}
.jpp-btn{
	display: flex;
	flex-direction: column;
}
.jpp-btn {
	cursor: pointer;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .02em;
	color: #f6f9fe;
	background: #4368e0;
	border-radius: 4px;
	padding: 10px 30px;
	transition: .15s all ease-in-out;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	position: relative;
	box-shadow: rgb(37 42 50/32%)0 1px 4px 1px;
}
.jppOrderButton,.jppOrderButtonPopup{
        width: 100%;
        border-radius: 10px;
        margin: 0px 10px;
        padding: 15px 30px;
        background-color: rgb(60, 122, 173);
        box-shadow: rgba(26, 92, 141, 0.51) 6.12323e-17px 1px 10px 2px;
    
}
#codplugin-checkout{display: none;}
.type-product .entry-summary {
	margin-bottom: 0!important;
}
.product-descriptiion-grey {
	border-width: 0px;
	border-style: solid;
	border-radius: 10px;
	margin: 0px;
	padding: 5px 10px;
	background-color: rgb(238, 238, 238);
    font-size: 18px;
}
.product-descriptiion-red{
   
        line-height: 1;
        margin: 10px 0px 0px;
        padding: 5px;
        background-color: rgb(234, 200, 200);
        text-shadow: rgba(185, 48, 48, 0.89) 0px 0px 0px;
        font-size: 31px;
        text-align: right;
}
.tagged_as{display: none!important;}
.feature-container {
	margin: 0px;
	padding: 10px 0px 0px 10px;
    border: 0;
    outline: 0;
    display: flex;
    flex-wrap: wrap;
  
}
.feature-container-inner{
    width: 100%;
    overflow: visible;
    display: flex;
    flex: 1;
    flex-direction: column;
  
}
.feature-heading{
    line-height: 1;
    margin: 10px 0px;
    padding: 10px 10px 10px 0px;
    text-shadow: transparent 0px 0px 0px;
      font-size: 18px;
      text-align: center;
   
        width: 100%;
        font-size: 18px;
        word-break: break-word;
        white-space: break-spaces;
      
}
.feature-content{
  margin: 10px 0px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  max-width: 600px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  padding: 16px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
}
.container-box{
  width: unset;
  min-width: 0;
  max-width: unset;
  width: 100%;
  overflow: visible;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.whole-feature-container{
  border-top: none rgb(238, 238, 238);
  border-left: none rgb(238, 238, 238);
  border-right: none rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  margin: 0px;
  padding: 0px;
  align-items: start;
  flex-direction: row; 
  display: flex;
  flex-wrap: wrap;

    width: 100%;
  
}
.element-wrapper{
 
    align-items: center;
    display: flex;
   
      justify-content: center;
      text-decoration: inherit;
      min-height: 0;
    
}
.feature-content-content,.feature-content-heading {
	color: rgb(102, 102, 102);
	font-family: "DM Sans";
	line-height: 1;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	text-shadow: transparent 0px 0px 0px;
  
    font-size: 14px;
    text-align: right;
    overflow: visible;
    display: flex;
    flex: 1;
    flex-direction: column;
      font-size: 18px;
      word-break: break-word;
      white-space: break-spaces;
    
}
.row-column {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-decoration: inherit;
}
.lower-review-header{
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: inherit;
  min-height: 0;
}
.lower-review-header-text {
	color: rgb(48, 48, 48);
	line-height: 1.2;
	margin: 0px;
	padding: 10px;
	text-shadow: transparent 0px 0px 0px;
  font-size: 24px;
  text-align: right;
  width: 100%;
}
.lower-review-content-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lower-review-content{
  margin: 10px 0px 0px;
  padding: 0px;
  flex-direction: row;
  border: 0;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container-box{
  overflow: visible;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.container-wrapper{
  border: 0;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  /* margin: 5px 0; */
}
.lower-rating-box{
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  text-align: center;
}
.lower-rating-star{
  color: rgb(242, 204, 101);
}
.progress-bar-wrpr {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.progress-bar {
	box-sizing: content-box;
	position: relative;
	background: #555;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0-1px 1px rgba(255,255,255,.3);
	flex: 1;
	display: flex;
	overflow: hidden;
  margin: 0px;
  color: transparent;
  background-color: rgb(240, 240, 240);
  text-shadow: transparent 0px 0px 0px;
  transition: initial;
  height: 7px;
}
.progress-bar .pb-inner {
	flex: 1;
	position: relative;
	text-decoration: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}
.progress-bar .pb-number {
	position: absolute;
	z-index: 2;
	line-height: 100%;
	text-decoration: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}
.progress-bar.pb-center .pb-number {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration: inherit;
}
.progress-bar .pb-fill {
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
  background-color: rgb(221, 213, 201);
  background-image: linear-gradient(rgb(221, 213, 201) 37%, rgb(221, 213, 201) 69%);
	box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0-2px 6px rgba(0,0,0,.4);
	position: relative;
	overflow: hidden;
}
.average-box{
  width: 260px;
  min-width: 260px;
  max-width: 260px;

}
.average-box-text {
	border-width: 0px;
	border-style: solid;
	border-radius: 15px;
	margin: 0px 80px;
	padding: 15px 10px;
	background-color: rgb(25, 25, 25);
  /* display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: row; */
  font-size: 24px;
  text-align: center;
  color: white;
  font-family: "DM Sans";
  line-height: 1;
  margin: 0px;
  padding: 20px;
  text-shadow: transparent 0px 0px 0px;
  height: 62px;
  width: 120px;
}
.center-wrap{
  justify-content: center;
  align-items: center;
}
.whole-feature-container p{
margin: 0!important;
}
.whole-feature-container p{
  margin: 0!important;
  }
  .faq-content p{
    margin: 0!important;
  }
.lower-user-review-container {
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	color: rgb(48, 48, 48);
	font-size: 14px;
	text-align: initial;
	margin: 20px 0px 0px;
	padding: 0px;
	background-size: auto;
	background-repeat: no-repeat;
}
.lower-user-rating-name{
  margin: 10px 0px 0px;
  padding: 0px 10px;
}
.user-flag-img{
  max-width: 30px;
  width: 30px;
  min-width: 30px;
  margin-left: 5px;
}
.user-tick-img{
  max-width: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
}
.lower-user-review-container [class*="col-"]{
  padding-bottom: 0!important;
}
.upper-review-section{
  margin-top: 20px;
  padding: 30px 10px;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  background-image: linear-gradient(180deg,#FAF8F5,#FFFFFF 90%) !important;
}
.upper-review-header{
  font-size: 38px;
    text-align: center;
    width: 100%;
}
.upper-review-text{
  font-size: 18px;
    text-align: center;
    width: 100%;
}
.faq-heading{
  width: 100%;
  font-size: 22px;
  word-break: break-word;
  white-space: break-spaces;
  text-align: center;
}
.faq, .faq .faq-header, .faq .faq-header .faq-title, .faq-wrapper {
	display: flex;
	flex-direction: column;
}
.faq .faq-header, .faq-wrapper {
	width: 100%;
}
.faq{
  margin: 10px 0px 0px;
}
.faq-header {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
.faq .faq-header {
	flex-direction: row;
	flex: 0;
	min-height: 10px;
	padding: 10px 5px;
	cursor: pointer;
	border-radius: 5px;
}
.faq, .faq .faq-header, .faq .faq-header .faq-title, .faq-wrapper {
	display: flex;
	flex-direction: column;
}
.faq .faq-header, .faq-wrapper {
	width: 100%;
}
.faq .faq-header .faq-icon {
	min-width: 10px;
	margin: auto 5px;
	transition: transform .2s ease-out;
}
.faq .faq-header .faq-title {
	font-size: inherit;
	font-weight: inherit;
	width: fit-content;
	max-width: calc(100% - 30px);
	text-decoration: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: inherit;
	flex: 1;
	overflow-wrap: anywhere;
}
.faq .faq-header:hover {
	background: #f5f5f5;
}
.faq .faq-content-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	transition: max-height .2s ease-in-out;
}
.faq:not(.active) .faq-content-wrapper {
	max-height: 0;
	overflow: hidden;
}
.faq .faq-content {
	display: flex;
	flex: 1;
	position: relative;
	flex-direction: column;
}
.faq.active > .faq-header .faq-icon {
	transform: rotate(180deg);
}
.faq.active > .faq-content-wrapper {
	max-height: 5000px;
}
.faq.active > .faq-header {
	background: #f5f5f5;
	border-bottom: 1px solid silver;
}
.sticky-atc-btn{
  display: none!important;
}
.section, .section.full {
	width: 100%;
}
.sticky_show_after {
	display: none;
	visibility: hidden;
}
.sticky_show_after {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 6px 0px;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	background-color: rgb(244, 241, 235);
	background-size: auto;
	background-repeat: no-repeat;
  

}
.sticky_show_after.visible {
	display: flex;
	visibility: visible;
}
.footer-product-img{
	width: 10%;
	min-width: 10%;
	max-width: 10%;
}
.footer-product-img img{
  border-width: 0px;
  border-style: solid;
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
}
.footer-product-title h1{
  margin: 0!important;
}
.footer-product-price{
  width: 14%;
  min-width: 14%;
  max-width: 14%;
  font-size: 20px;
  text-align: left;
  padding: 10px;
}
.footer-percent-img{
  width: 5%;
  min-width: 5%;
  max-width: 5%;
}
.footer-percent-text{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  font-size: 18px;
  text-align: left;

}
.footer-rating-text{
  margin-right: 5px;
}
.footer-button{
  border-width: 0px;
  border-style: solid;
  border-radius: 50px;
  margin: 3px 0px 5px;
  padding: 8px 25px;
  background-color: rgb(151, 134, 123);
  box-shadow: transparent 0px 0px 0px 0px;

}
.btn-headline {
	font-family: Poppins;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
  color: #fff;
}

@media only screen and (max-width:600px) {
  .footer-product-img{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .footer-percent-img{
    display: none;
  }
  .footer-product-price{
    width: 35%;
    min-width: 35%;
    max-width: 35%;
   
  }
  .footer-product-title h1{
    font-size: 18px;
  }
  .footer-percent-text{
    width: 35%;
    min-width: 35%;
    max-width: 35%;
   
  }
  .footer-product-img img{
    width: 100%;
  }
  .sticky_show_after{
    bottom: 20px;
  }
}

/* PopUP */

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  /* height: calc(100% - 50px); */
  z-index: 1000;
  width: 100%;
  background-color:#F5F6F7;
  opacity: 0;
  visibility: hidden;
  transition:300ms all;
  overflow-y: auto;
  opacity: 0.7;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 5%;

  text-align: center;
 
}
.popup-content{
  width: 95%;
  margin: 10px auto;
  border: 2px solid #C1685C;
  padding: 10px;
  border-radius: 10px;
}
.popup-main-container-holder{
  
  height: 550px;
  overflow-y: auto;
  max-height: 550px;
  overflow-y: auto;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  padding-bottom: 62px;
}
.popup-main-container{
  border: 2px solid #FF9C5F;
  border-radius: 10px;
  overflow-y: auto;
  padding: 2rem;
}

.popup-main-container-holder::-webkit-scrollbar {
  display: none;
}
.is-visible .popup-container {
  transform:translateY(0);
  transition:300ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size:0;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: #F9DAD5;
  border-radius: 50%;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #C1685C;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
}
@media only screen and (max-width:600px) {
  .popup-container {
 width: 100%;
}
}
.popup-img{
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}
.jpp_popup_variation_container{
  padding: 5px;
  border: 1px solid #EEECEF;
  margin: 5px auto;
  border-radius: 5px;
  cursor: pointer;
}
.jpp_variation_radio{display: none;}
.jpp_percentage_popup{
  /* background-color: #FF9C5F; */
  padding: 2px 8px;
  color: #fff;
  border-radius: 8px;
  background: rgb(231,131,61);
  background: linear-gradient(90deg, rgba(231,131,61,1) 9%, rgba(236,156,86,0.9696079115239846) 62%, rgba(242,182,121,1) 100%);
}
.jpp_popup_pricing,.jpp_popup_title{
  margin-right: 10px;
  text-align: left;
}
.jpp_popup_label{
  font-size: 1em;
  font-weight: bold;
}
.jpp_popup_pricing ins{
  text-decoration: none!important;
  font-weight: bold;
  color: #C1685C;
}
.jpp_popup_pricing del{
  color: #cfcfcf;
}
.jpp_popup_variation_container.checked{
  border: 2px solid #396CCC;
  background-color: #C3E4FB;
}
  .input-container input, #codplugin_state, #codplugin_city, #codplugin_custom_city {
    border: 2px solid #C3C3C9;
    height: 40px;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

.jpp-icon {
	padding: 15px;
	background: #C3C3C9;
	color: #434247;
	width: 40px;
	text-align: center;
	height: 40px;
   font-weight: 100!important; 
   font-family: "Font Awesome 5 Pro"!important;
   border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#jpp_popup_submit-button{
  position: fixed;
  bottom: 0px;
  background-color: #cfcfcf;
  padding: 30px;
  text-align: center;
  width: 100%;
  height: 70px;
  z-index: 999999;
}
.popup-header{
  min-height: 50px;
  background-color: #FFFEFF;
}
.popup-header-title {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 40px;
  font-weight: 500;
}
.popup-footer{
  min-height: 60px;
  position: absolute;
  bottom: 0;
  background: #fff;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
input#nrwooconfirm, .sticky-atc-btn a, #codplugin_count_number, #codplugin_d_free span {
	background-color: #259bea !important;
}
.full-price td {
	font-weight: bold;
	border-bottom: 0;
}
 .full-price td:last-child {
	color: #C1685C !important;
}
.overflowHidden{
  overflow: hidden!important;
}
.popup-general-info{
  margin-top: 10px;
  background-color: #E8E8E8;
  padding: 10px;
}
.popup-general-info td,table{
  border: none!important;
}
.popup-general-info table{
  margin: 0!important;
  border-spacing: 0 0.5em;

}

.popup-general-info .left{
  text-align: left;
}
.popup-general-info .right{
  text-align: right;
}
.popup-general-info .full-price td{
  border-top: 1px solid #BFBFC2!important;
}
#jpp_d_free span{
  background: rgb(231,131,61);
  background: linear-gradient(90deg, rgba(231,131,61,1) 9%, rgba(236,156,86,0.9696079115239846) 62%, rgba(242,182,121,1) 100%);
  padding: 0 7px;
  font-size: 15px;
  height: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 3px;
}
#jpp_count_number {
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 3px;
  background: rgb(231,131,61);
  background: linear-gradient(90deg, rgba(231,131,61,1) 9%, rgba(236,156,86,0.9696079115239846) 62%, rgba(242,182,121,1) 100%);
	border-radius: 3px;
	color: #fff;
	/* font-weight: bold; */
}
#jpp_count_number::before {
	content: 'x ';
}
.popup-form{
  margin-top: 10px;
}
.popup-form h2 {
	font-size: 20px;
	margin: 0 0 10px;
	color: #C1685C;
}

.jpp-popup-button {
	background-color: #EB5440;
	color: #fff;
	display: block;
	width: 95%;
	padding: 10px;
	border-radius: 30px;
	font-size: 20px;
	cursor: pointer;
}
@media only screen and (max-width:600px) {
  .popup-container {
  
    margin: 0;
   top: 1%;
  
  }
  .jpp_popup_label {
    font-size: 14px;
   
  }
  .popup-img {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .popup-general-info{
    font-size: 16px;
  }
}
.jpp_loader{
  display: none;
}
.jpp_loader.active{
  align-items: center;
	background: hsla(0,0%,100%,.9);
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}