.upsell label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  margin-bottom: 0.5rem;
  text-transform: none;
  line-height: 0.8;
}

.upsell legend,
.upsell .form-group {
  margin-bottom: 1.5rem;
}

.upsell .has-error .form-control,
.upsell .form-control.StripeElement.StripeElement--invalid {
  border-color: #dc3545;
}
.upsell .has-error .help-block {
  color: #dc3545;
}

.upsell .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.upsell .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #505050;
  border-color: #505050;
}

.upsell .form-control {
  border-width: 1px;
}
.upsell .form-control:focus {
  border-color: #c3c3c3;
  box-shadow: none;
}

.upsell select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: right .75em top 50%;
  background-size: 0.60em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.6em;
}

@keyframes upsell-loader-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes upsell-loader-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.upsell-loader-rolling {
  position: relative;
}
.upsell-loader-rolling div,
.upsell-loader-rolling div:after {
  position: absolute;
  width: 152px;
  height: 152px;
  border: 24px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}
.upsell-loader-rolling div {
  -webkit-animation: upsell-loader-rolling 1s linear infinite;
  animation: upsell-loader-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.upsell-loader-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.upsell-loader-rolling {
  width: 96px !important;
  height: 96px !important;
  -webkit-transform: translate(-48px, -48px) scale(0.48) translate(48px, 48px);
  transform: translate(-48px, -48px) scale(0.48) translate(48px, 48px);
}

.upsell-loading {
	overflow: hidden;
}

.upsell-loader {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
.upsell-loading .upsell-loader {
	display: block;
}

	.upsell-loader-body {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.upsell-loader-content {
		color: #ffffff;
	}

	.upsell-loader .upsell-loader-rolling {
		z-index: 100;
	}


.upsell-checkout .StripeElement.form-control {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.upsell-checkout-form fieldset {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

.upsell-checkout .upsell-payment-gateway-element {
  display: none;
  margin-bottom: 1rem;
}

.upsell-payment-gateway-selected .upsell-payment-gateway-element {
  display: block;
}

.upsell-checkout .required {
	color: red;
}

.upsell-order-bump-arrow {
  background-image: url('../img/arrow.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 23px;
  margin-right: 30px;
}

.upsell-product-plan:hover {
  cursor: pointer;
  opacity: 0.7;
}

.upsell-stripe-card-container {
    border: 1px solid #dee2e6;
    padding: 5px;
}

/* 15 Jul 2021 starts */

.upsell-checkout-terms-section {
	margin-bottom: 0rem;
}

.upsell .upsell-payment-gateway-label {
    padding-left: 25px;
}
.upsell .upsell-payment-gateway-label:before {
    top: 0.45rem;
    left: 0;
}
.upsell .upsell-payment-gateway-label:after {
    top: 0.45rem;
    left: 0;
}
.upsell .upsell-terms-checkbox-label {
    padding-left: 25px;
}
.upsell .upsell-terms-checkbox-label:before, .upsell .upsell-terms-checkbox-label:after {
    left: 0;
}

/* 15 Jul 2021 ends */

/* checkout variation new style starts */

.upsell-checkout-plan-section
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
}
.upsell-checkout-plan-section .upsell-product-plans {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px !important;
    border: none!important;
    position: relative;
}
.upsell-checkout-plan-section .upsell-product-plans input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.upsell-checkout-plan-section .upsell-product-plans .cust-control-label {
    display: block;
    padding: 15px 60px 15px 15px;
    background-color: #eef4f9;
    height: 95px;
    border-radius: 3px;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
    margin-top: 5px;
}
.upsell-checkout-plan-section .upsell-product-plans .cust-control-label .preffered-option {
    display: block;
    position: absolute;
    right: 5px;
    top: -20px;
    background-color: #3BA2D3;
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
}
.upsell-checkout-plan-section .upsell-product-plans .cust-control-label p
{
    margin:0;
    font-weight: normal;
}
.upsell-checkout-plan-section .upsell-product-plans input[type="radio"]:checked + .cust-control-label
{
    border-color:#3BA2D3;
    background-color: #ffffff;
    font-weight: bold;
}
.upsell-checkout-plan-section .upsell-product-plans input[type="radio"]:checked + .cust-control-label:before
{
    content: "\f058";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    color: #3BA2D3;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.upsell .custom-control {
    padding-left: 0px;
}
.upsell-checkout-form fieldset.upsell-checkout-plan-section {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px)
{
    .upsell-checkout-plan-section .upsell-product-plan
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:991px){
.upsell-checkout-plan-section .upsell-product-plans {
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width:320px)
{
.upsell-checkout-plan-section .upsell-product-plans label.cust-control-label {
    font-size: 13px;
}
}

/* checkout variation new style ends */