/* date oct 31 2022 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.upsell .fade:not(.show) {
    opacity: 1 !important;
}

.checkout{
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 95%;
    margin: auto;
}

img {
    max-width: 100%;
}

section.bg-color {
    background-color: #F3FCFF;
}

.main-salepage-box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.left-side-advrt {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    width: 50%;
}

.right-side-contact-info {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    width: 50%;
}

.upsell.upsell-checkout .wrap-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 3em;
    padding-right: 3em;
    padding-left: 0;
    max-width: 100%;
    box-shadow: none !important;
}

.sale-page-value {
    padding: 0.8rem;
    display: flex;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #2ED5A0 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
}

h2.sp-value {
    display: flex;
    width: 100%;
    font-size: 1.3em;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 400;
    align-items: center;
    margin-bottom: 0;
}
.payment-summery{
    background: #E9F4FF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    padding: 16px;
    margin-top: 30px;
}
.payment-summery ul.itmes-list {
    margin-bottom: 40px;
}
.payment-summery ul {
    list-style: none;
}
.payment-summery li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}
.payment-summery li.subtotal{
    margin-top: 20px;
}
.payment-summery ul.tax-total li{
    font-weight: 500;
}
.payment-summery li .value{
    color: #5A5A5A;
}
.offer-coupon-code{
    margin-top: 30px;
}
.apply-coupon {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
}
.apply-coupon input.apply-coupon{
    padding: 6px 20px;
    border: 1px solid #2ed5a0;
    background: transparent;
    width: auto;
    text-transform: uppercase;
    border-radius: 5px;
    color: #2ed5a0;
}
.apply-coupon input.apply-coupon:hover{
    background: #2ed5a0;
    color: white;
    cursor: pointer;
}
.apply-coupon input.remove-coupon {
    width: auto;
    color: red;
    cursor: pointer;
}
.offer-coupon-code input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #2ED5A0;
    letter-spacing: 0.53px;
    padding: 8px 0;
}
.offer-coupon-code input:focus{
    outline: 0;
    border-color: #2ED5A0;
}
.order-bump {
    margin-top: 30px;
}
.order-bump .product-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 15px;
}
.order-bump .product-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.order-bump .product-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.order-bump .product-card .card-body {
    padding: 8px 5px;
}
.order-bump .product-card input[type="checkbox"] {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 15px;
    width: 15px;
    border: none;
}
.order-bump .product-card .card-body p.product-name {
    margin-bottom: 10px;
}
.order-bump .product-card .card-body p.product-price {
    font-size: 15px;
    font-weight: 500;
}

.money-back-info p,
.value-added-service-list {
    margin-top: 1.5em;
}

span.b-price {
    margin-left: auto;
}

.money-back-info {
    margin-top: 1.9em;
}
h3.feature-heading {
    font-size: 22px;
    font-weight: 600;
}
.value-added ul {
    list-style: none;
}
.value-added {
    margin-top: 3em;
}
.value-added ul li {
    margin-bottom: 0.5em;
}
.payment-form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #3A9CFF29;
    border-radius: 22px;
    padding: 20px;
}
.right-side-contact-info .wrap-box {
    padding-left: 3em;
    padding-right: 0;
    max-width: 100%;
    position: sticky;
    top: 10px;
}
.upsell-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upsell-form-top span{
    font-size: 14px;
}
.payment-form h3.form-title {
    font-size: 22px;
    font-weight: 500;
}
.divider hr{
    border-color: #EEEEEE;
    color: #EEEEEE;
    height: 1px;
    border: none;
    background-color: #EEEEEE;
    margin-top: 10px;
}

.contact-info-form input,
.contact-info-form select,
.payment-info input {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3em;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    outline: none;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0%);
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 150ms, box-shadow 150ms;
    font-family: 'Montserrat';
    font-weight: 500;
    color: black;
}

.input-name {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 0.5em;
}
.payment-form .field{
    margin-top: 20px;
    position: relative;
}


.checkout .payment-form label{
    font-size: 12px;
    text-transform: uppercase;
    color: #7D7D7D;
    margin-top: 20px;
}
.payment-info .select-opt label{
    margin-top: 0;
}

.input-zip-code {
    display: grid;
    margin-top: 1.5em;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

input::placeholder {
    font-size: 13px;
}

.contact-info-form {
    margin-bottom: 1.5em;
}

.select-opt {
    display: flex;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 200px;
    box-shadow: inset 0 0 0 1px #d1d1d1;
    background: #fff;
    margin: 0;
    margin-bottom: 1.5em;
    margin-top: 20px;
    height: 50px;
}

.select-opt .upsell-payment-gateway {
    width: 100%;
}

.select-opt input[type="radio" i] {
    display: none;
}
.select-opt span{
    /*    width: 50%;*/
    width: 100%;
    text-align:center;
}

.select-opt span label {
    padding: 0.8em 3em 0.8em 1em !important;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    color: #102e47;
    font-weight: 500;
    background: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: background-color 150ms, color 150ms;
    justify-content: center;
}

.select-opt span input:checked+label {
    background-color: #2ED5A0;
    color: #ffffff;
    border-radius: 100px;
}

.copoun-btn-new-design{
    font-size: 18px !important;
    padding: 0.8em 0.767em;
    text-shadow: none;
    max-width: 100%;
    white-space: normal;
    width: 100%;
    background-color: #2ED5A0;
    border-radius: 10px;
    border: 0 !important;
    color: #ffffff;
    margin-top: 1.5em;
    cursor: pointer;

}

button.sbt {
    font-size: 18px;
    padding: 0.8em 0.767em;
    text-shadow: none;
    max-width: 100%;
    white-space: normal;
    width: 100%;
    background-color: #2ED5A0;
    border-radius: 10px;
    border: 0;
    color: #ffffff;
    margin-top: 1.5em;
    cursor: pointer;
}

.payment-form .terms-box{
    display: flex;
    margin-top: 20px;
}
.payment-form .terms-box input{
    width: auto;
    margin-right: 10px;
}
.payment-form .terms-box label{
    margin: 0;
}
label .pay-online{
    height: 30px;
    width: 100px;
    object-fit: cover;
}




/* end */


.myblank {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}

.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;
    display: none;
}
.upsell .upsell-payment-gateway-label:after {
    top: 0.45rem;
    left: 0;
    display: none;
}
.upsell .upsell-terms-checkbox-label {
    padding-left: 25px;
}
.upsell .upsell-terms-checkbox-label:before, .upsell .upsell-terms-checkbox-label:after {
    left: 0;
}
.upsell.old-design-template .custom-control input[type="radio"]{
    opacity:1;
    top: 35%;
}

/* 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;
}
/*shortcode css*/

.offer-coupon-code input[type="text"] {
    padding-left: 0;
}
.payment-form .field i {
    position: absolute;
    bottom: 3px;
    color: #B8B8B8;
}
.payment-form  input::placeholder {
         color: transparent;
         display: none;
         appearance: none;
    }

.new-layout-order-bump .order-bump .product-card input[type="checkbox"]{
    opacity: 1;
    z-index: 1;
}
.new-layout-order-bump .order-bump .product-card{
    box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.38);
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.38);
}
.new-layout-form #upsell-stripe-card .__PrivateStripeElement{
    border: none;
    border-bottom: 1px solid #d0d0d0 !important;
    border-radius: 0;
}
.upsell .new-layout-summary  .table {
     border: none; 
    margin-bottom: 5%;
    background: #E9F4FF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    padding: 16px;
    margin-top: 30px;
}
.upsell .new-layout-summary .table-bordered th, .upsell .new-layout-summary .table-bordered td, .upsell .new-layout-summary .table thead th{
    border: none;
    vertical-align: middle;
}
.upsell .new-layout-summary tfoot tr td:nth-child(1) {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.upsell .new-layout-summary tfoot tr td:nth-child(2) {
    text-align: right;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #5a5a5a;
}
.upsell .new-layout-summary .form-group, .upsell .new-layout-summary .form-group input{
    margin-bottom: 0px;
}
.upsell .new-layout-summary .form-group input{
    background: transparent;
    border: 1px solid #a8a8a8 !important;
    border-radius: 0;
}
/*end*/

/*
-----------------------------------------
Login User Popup
-----------------------------------------
*/
.login-popup {
    height: 100vh;
    width: 100vw;
/*    background: #2ED5A065;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}

.show-login-popup{
    cursor: pointer;
}
.login-popup button#close {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    color: black;
}
.login-popup .login-from {
    background: white;
    padding: 40px;
    border-radius: 20px;
    width: 550px;
}
.login-popup .from-title {
    text-align: center;
}
.login-popup .from-title h3 {
    margin: 0;
    margin-bottom: 40px;
}
.login-popup .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.login-popup .forgot-pwd {
    text-align: right;
    font-size: 13px;
}

/*
----------------------------
end
----------------------------
*/

/*
----------------------------
    LATEST TEMPLATE CSS
----------------------------
*/
.contact-info-form input[type="text"], .contact-info-form select, .payment-info input[type="text"],
.upsell.new-design-template .form-control, .offer-coupon-code input[type="text"] {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3em;
    border: none !important;
    border-bottom: 1px solid #d0d0d0 !important;
    outline: none;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0%);
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 150ms, box-shadow 150ms;
    font-family: 'Montserrat';
    font-weight: 500;
    color: black;
    padding-left: 18px;
    border-radius: 0px !important;
    padding-bottom: 0;
}
.upsell.new-design-template label {
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-transform: none;
    line-height: 0.8;
    font-size: 12px;
    text-transform: uppercase;
    color: #7D7D7D;
    margin-top: 0px;
    font-family: 'Montserrat';
}
.upsell.upsell-checkout.new-design-template {
    max-width: 100%;
}
/*.new-design-template table.table.table-bordered.upsell-table.upsell-order tr th:nth-child(2), td.upsell-cart-item-price {
    text-align: right;
}*/
.new-design-template .payment-opt input#upsell-checkout-confirm-email-marketing {
    position: relative;
}
/*
----------------------------
end
----------------------------
*/

/*
----------------------------
     TEMPLATE3 CSS
----------------------------
*/

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


.checkout-button-upsell,
.bg-primary {
    background-color: #2ED5A0 !important;
    color: #fff;
}

.upsell-bg-primary{
    background-color: #2ED5A0 !important;
}

.payment-method-wrapper div#accordionPayment .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

span.required{
    color: red;
}

button.checkout-button-upsell:hover {
    background-color: #2ED5A0 !important;
    color: #fff;
}

.apply-coupon-code input.form-control {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-left: 0;
}

.apply-coupon-code .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid;
}

.apply-coupon-code .input-group-append button {
    width: 100px;
    border: 1px solid #2ED5A0;
    border-radius: 5px !important;
    padding: 5px;
    font-size: 14px;
    color: #2ED5A0;
    font-weight: 500;
}

.order-bump-wrapper .order-grid-wrapper .card img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 150px;
    object-fit: cover;
    margin-top: 10px;
}

.order-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.order-selection {
    position: absolute;
    top: 0;
    right: 90px;
}
.new-template-design-2 .upsell-order-bump-arrow{
    margin: 0;
}
.new-template-design-2 .order-selection{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    padding-left: 45px;
}
.new-template-design-2 .upsell-checkout-plan-section, .new-template-design-2 .upsell-checkout-plan-section .form-group{
    margin-bottom: 0;
}
.new-template-design-2{
    max-width: 100% !important;
}
.new-template-design-2 .apply-coupon
{
    padding: 0 16px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.new-template-design-2 table{
    border: none !important;
}
.new-template-design-2 table tr{
    border: none !important;
}
.new-template-design-2 table th{
    border: none !important;
}
.new-template-design-2 table td{
    border: none !important;
}
.new-template-design-2 .apply-coupon-code .input-group> input{
    background: transparent;
}
.new-template-design-2 .paypal-logo
{
    width: 150px;
}


/*
----------------------------
end
----------------------------
*/

@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%;
}
.new-design-template.upsell-checkout .wrap-box{
    padding: 0;
}
.upsell.new-design-template label {
    line-height: normal;
}
}
@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 */

/* style on 8 march 2022 */
fieldset.upsell-checkout-order-bump-section-0 {
    display: flex;
    flex-direction: column;
}

/* date oct 31 2022 */
@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}
@media (max-width: 1024px){
    .wrap-box{
        max-width: 90%;
    }
}
@media (max-width: 768px){
    .wrap-box{
        max-width: 100%
    }
    .right-side-contact-info .wrap-box{
        padding-left: 0;
    }
    .select-opt span label{
        padding: 0.4em 3em 0.4em 1em !important;
    }
    label .pay-online {
        width: 80px;
    }
    .sale-page-value{
        padding: 0.8rem;
    }
    h2.sp-value{
        font-size: 1em;
    }
    .payment-summery li{
        font-size: 14px;
    }
    h3.order-bump-heading, h3.feature-heading, .payment-form h3.form-title {
        font-size: 18px;
        font-weight: 500;
    }
    .order-bump .product-card .card-body p.product-name{
        font-size: 14px;
    }
    .new-template-design-2 .wrapper-heading
    {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px){
    .main-salepage-box {
        width: 100%;
        flex-direction: column;
    }
    .left-side-advrt, .right-side-contact-info{
        width: 100%;

    }
    .wrap-box{
        padding: 0px;
    }
    .money-back-info p, .value-added-service-list {
        margin-top: 1.5em;
        font-size: 13px;
    }
    .checkout .payment-form label{
        font-size: 12px;
    }
    .select-opt span label {
        padding: 0.4em 1em 0.4em 1em !important;
    }
    .new-template-design-2 .order-grid-wrapper
    {
        grid-template-columns: repeat(1, 1fr);
    }
}

div#message-box {
    font-size: large;
    font-weight: 500;
    color: red;
    padding-bottom: 10px;
}


.modal-backdrop {
    z-index: 0 !important;

}

.checkout-errors {
    font-size: large;
    font-weight: 500;
    color: red;
    padding-bottom: 10px;
}
.checkout-errors .error-message {
    margin: 5px 0;
}
/* end */
