/* Reset CSS start */

a {
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Reset CSS end */

/* Color variable start */

:root {
    --white: #fff;
}

:root {
    --black: #000;
}

:root {
    --grey: #858585;
}

:root {
    --green: #ADF4A1;
}

:root {
    --blue: #b3eaff;
}

:root {
    --orange: #E44613;
}

:root {
    --red: #F20404;
}

:root {
    --yellow: #FFC43A;
}

/* Color variable end */

/* Header start */

header {
    padding: 0.313rem 0;
    background-color: #000000;
}

header .left {
    height: 100%;
    display: flex;
    align-items: center;
}

header .right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
}

header .right p {
    font-size: 0.813rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}

header .right p:last-child {
    margin-left: 0.313rem;
    padding-left: 1rem;
    position: relative;
    border-left: 1px solid white;
}

header .right p:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.063rem;
    height: 100%;
    background-color: var(--white);
}

header .right p span {
    display: block;
}

header .right p span a {
    color: var(--white);
    text-decoration-line: underline;
}

@media screen and (max-width: 479px) {
   
     header .right {
      gap: 0;
     }
     header .right .gbadge {
      width: 45px;
      height: 45px;
     }

   header .right p span {
        font-size: 11px;
    }
     header .right p:last-child {
          margin-left: 0.313rem;
          padding-left: .313rem;
          position: relative;
      }

}
@media screen and (max-width: 400px) {

   header .right p span {
        font-size: 10px;
    }
    header .right .gbadge {
      width:35px;
      height: 35px;
     }

}
@media screen and (max-width: 365px) {

   header .right p span {
        font-size: 10px;
    }
    header .right .gbadge {
      display: none;
     }
     header .left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}
header .right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: var(--black);
    flex-direction: row-reverse;
}
}
.cover-price{
    font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: relative;
  margin-right: 15px;
  
  }
  .cover-price::before{
    content: "";
    position: absolute;
    top: 11px;
    width: 100%;
    height: 1px;
    background-color: var(--red);
    transform: rotate(352deg);
    left: 0px;
  }
  ul.grpbx-list {
    float: left;
    width: 100%;
    padding-left: 15px;
  }
  ul.grpbx-list li {
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    list-style: disc;
  }
/* Header end */

.d-none {
    display: none;
}

.bold {
    font-weight: 600;
}

/* Black stripe start */

.black-stripe {
    background-color: #EEEEEE;
    padding: 0.313rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.black-stripe .black-stripe-text {
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black);
}

/* Black stripe end */

/* Checkout bonusdeals reciept start  */

.checkout-bonusDeals-reciept {
    padding: 1.875rem 0;
}

.checkout-bonusDeals-reciept h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.188rem;
    margin-bottom: 0;
}

.checkout-bonusDeals-reciept h3 span {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: var(--grey);
}
li[data-package-id="2"] .right {
    margin-top: 20px;
  }
.checkout-bonusDeals-reciept h3 span.line-with-arrow {
    /* position: relative; */
    width: 6.25rem;
}

/* .checkout-bonusDeals-reciept h3 span.line-with-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--grey);
    width: 100%;
    height: 0.063rem;
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow i.fa-angle-right {
    position: absolute;
    right: 0;
    top: -0.345rem;
    color: var(--grey);
} */

.checkout-bonusDeals-reciept h3 span.active {
    color: var(--black);
}

/* .checkout-bonusDeals-reciept h3 span.line-with-arrow.active::before {
    background-color: var(--black);
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow.active i.fa-angle-right {
    color: var(--black);
} */

/* Checkout bonusdeals reciept end  */

.main-middle-sec {
    padding-bottom: 140px;
}

.main-middle-sec .left {
    float: none;
    padding-right: 0px;
}

.main-middle-sec .left .green-stripe {
    background-color: var(--green);
    padding: 0.375rem 1rem 0.375rem 1rem;
}

.main-middle-sec .left .green-stripe h4 {
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 700;
    margin-bottom: 0;
}

.main-middle-sec .left .green-stripe h4 span {
    color: var(--orange);
}
#alert-initial-discount-amount{
    color: black !important;
}

.main-middle-sec .left .blue-stripe {
    background-color: var(--blue);
    padding: 0.375rem 1rem 0.375rem 1rem;
}

.main-middle-sec .left .blue-stripe h4 {
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 700;
    margin-bottom: 0;
}

.main-middle-sec .left .blue-stripe h4 span {
    color: var(--orange);
}


/*.main-middle-sec .left .express-checkout {
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.063rem;
    margin-bottom: 0.938rem;
}*/
.express-checkout {
        font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 0px;
    position: relative;
    margin-bottom: -10px;

}
.express-checkout-btn-group {
    border-radius: 5px;
    padding: 25px 15px 20px;
    gap: 5px;
    align-items: stretch;
    margin-top: -.65rem;
}



.div-line {
    margin: 0.375rem auto;
    padding: 0.75rem 0px;
    overflow: hidden;
    font-size: 0.87rem;
    text-align: center;
    font-weight: 600;
    position: relative;
    color: #737373;
}

.div-line:before {
    position: absolute;
    content: "";
    width: 232px;
    height: 0.5px;
    background: #E0E0E0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.div-line:after {
    position: absolute;
    content: "";
    width: 232px;
    height: 0.5px;
    background: #BBBBBB;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (max-width: 768px) {

 
    .div-line:before {
        position: absolute;
        content: "";
        width: 210px;
        height: 0.5px;
        background: #BBBBBB;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .div-line:after {
        position: absolute;
        content: "";
        width: 210px;
        height: 0.5px;
        background: #BBBBBB;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}
@media (max-width: 575px) {
 
    
}
@media (max-width: 450px) {

    .div-line:before {
        width: 160px;
    }

    .div-line:after {
        width: 160px;
    }
}
@media (max-width: 394px) {
    .div-line:before {
        width: 150px;
    }

    .div-line:after {
        width: 150px;
    }
}
.main-middle-sec .left .paypal-gpay-buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 8px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.paypal-gpay-buttons #container {
    width: 100%;
    height: 46px !important;
    margin-top: 0 !important;
}

.main-middle-sec .left .paypal-gpay-buttons a {
    width: 100%;
    text-align: center;
    padding: 0.85rem 0;
    border-radius: 8px;
}

.main-middle-sec .left .paypal-gpay-buttons a.paypal-button {
    background-color: var(--yellow);
    transition: 0.3s;
}

.main-middle-sec .left .paypal-gpay-buttons a.paypal-button:hover {
    background-color: #FFBB1B;
}

.main-middle-sec .left .paypal-gpay-buttons a.gpay-button {
    background-color: var(--black);
}

.gpay-button.black {
    border-radius: 8px;
    transition: 0.3s;
}
.offers .offer[data-package-id="1"] .p-image {
    margin-left: 35px;
    width: 90px;
  }
.offers .offer[data-package-id="2"] .p-image {
    margin-top: 35px;
    margin-left: -120px;
    position: absolute;
    width: 225px;

  }
  .offers .offer[data-package-id="6"] .p-image {
    margin-top: 35px;
    margin-left: -140px;
    position: absolute;
    width: 225px;
  }
  /* .offers .offer[data-package-id="6"] .p-image {
    margin-top: 30px;
  } */
.gpay-button.black:hover {
    background-color: #2A2A2A;
}
/* .offer[data-package-id="1"] .save-off-text {
    display: none;
  } */
  .offer[data-package-id="2"] .save-off-text-top {
    display: none;
  }
  .offer[data-package-id="6"] .save-off-text-top {
    display: none;
  }

  

  /* .offer[data-package-id="1"] .save-off-text-top {
    display: inline-block;
  } */
.main-middle-sec .left .Choose-your-package {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 700;
    margin-top: 1.563rem;
    margin-bottom: 0.938rem;
}

.main-middle-sec .left .Choose-your-package-section li {
    margin-bottom: 4px;
    font-size: 14px;
    border-radius: 5px;
}
.save-off-text{
    font-size: 16px;
    color: #E44613;
    margin-left: 3px;
}
.save-off-text-top{
    font-size: 16px;
    color: #E44613;
    font-weight: 700;
    margin-top: 8px;

}

/* .offer-content-img{
    width: 180px;
} */
.p-image{
    margin-top: 0px;
}
.main-middle-sec .left .radio-section {
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    padding: 25px 17px 25px 12px;
}

.main-middle-sec .left li.active {
    border-color: #2BA4FF;
    box-shadow: 0 3px 3px #00000030;
}

.main-middle-sec .left li.active .radio-section {
    border-radius: 6px;
    border: 3px solid #2BA4FF;
}

.main-middle-sec .left .radio-section .form-check {
    display: flex;
    align-items: start;
    gap: 12px;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"] {
    width: 19px;
    height: 19px;
}

.main-middle-sec .left .radio-section .form-check .form-check-input:focus {
    box-shadow: none;
}

.main-middle-sec .left .radio-section .form-check .form-check-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.main-middle-sec .left .radio-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.main-middle-sec .left .radio-section p.recommended-deal {
    display: none;
}

.main-middle-sec .left .radio-section p span {
    font-weight: 700;
}

.main-middle-sec .left .radio-section p:last-child {
    color: #E44613;
    font-weight: 700;
}

.main-middle-sec .left .radio-section .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-middle-sec .left .radio-section .right p {
    margin-bottom: 0;
}

.main-middle-sec .left .radio-section .right .recommended-deal {
    display: block;
    position: absolute;
    top: -20px;
    width: max-content;
}

.main-middle-sec .left .radio-section .recommended-deal img {
    margin-right: 2px;
}

.main-middle-sec .left .radio-section .recommended-deal {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.main-middle-sec .left .radio-section .right .original-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.main-middle-sec .left .radio-section .right .original-price::before {
    content: "";
    position: absolute;
    top: 11px;
    width: 122%;
    height: 1px;
    background-color: var(--red);
    transform: rotate(352deg);
    left: -8px;
}
.main-middle-sec .left .radio-section .right .original-priceShow {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.main-middle-sec .left .radio-section .right .original-priceShow::before {
    content: "";
    position: absolute;
    top: 11px;
    width: 122%;
    height: 1px;
    background-color: var(--red);
    transform: rotate(352deg);
    left: -8px;
}

.main-middle-sec .left .radio-section .right .offer-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--black);
}

.main-middle-sec .left .shipping-address {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 700;
    margin-top: 1.563rem;
}

.main-middle-sec .left .enter-your-shipping-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

/* Form input style start */

.checkout-form input[type='text']:focus + label, .checkout-form input[type='email']:focus + label, .checkout-form input[type='tel']:focus + label, .checkout-form input[type='number']:focus + label, .checkout-form input[type='text'].form-control.has-value + label, .checkout-form input[type='email'].form-control.has-value + label, .checkout-form input[type='tel'].form-control.has-value + label, .checkout-form input[type='number'].form-control.has-value + label {
    font-size: 13px;
    color: var(--black);
    top: -8px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
}

/* .payment-section input:focus + label, .payment-section input.has-value + label, .billing-address-body input:focus + label, .billing-address-body input.has-value + label {
background: linear-gradient(to bottom,  #f6f6f6 0%,#f6f6f6 43%,#ffffff 43%,#ffffff 100%)!important;
} */

/* .payment-section input:focus + label, .payment-section input.has-value + label {
background: linear-gradient(to bottom,  #f6f6f6 0%,#f6f6f6 43%,#ffffff 43%,#ffffff 100%)!important;
} */

.checkout-form select + label {
    font-size: 12px !important;
    color: var(--black) !important;
    top: -5px !important;
    left: 10px !important;
    background: #ffffff;
    padding: 0px 5px 0px 5px !important;
}
  
.checkout-form .input_wrap {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

.checkout-form .input_wrap label {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all; 
    -moz-transition: 0.2s ease all; 
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.ph-pos {
    position: relative;
}

.ph-pos .opt-text {
    position: absolute;
    top: 30%;
    right: 23px;
    font-size: 0.8125rem;
    color: #908d8d;
}

.checkout-form .form-control:focus, .checkout-form .form-control:focus-visible {
    outline: none;
    box-shadow: none;
}
.input_wrap input::placeholder {
    color: #212529 !important;
}
#id_expiry_year, #id_expiry_month{
    font-weight: 600 !important;
}
.checkout-form .form-control {
    height: auto;
    padding: 0.92rem 2.5rem 0.92rem 0.75rem;
    border: 1.5px solid #BBBBBB !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    /* font-weight: 600; */
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkout-form .first-last-name {
    display: flex;
    gap: 20px;
}

.checkout-form .first-last-name .input_wrap {
    width: 50%;
}

.checkout-form #shippingAddressSearch, .checkout-form #cardNumber, .checkout-form #securityCode, #billingAddressSearch {
    position: absolute;
    top: 25%;
    right: 7px;
}

.checkout-form #shippingAddressSearch {
    right: 25px;
}

.checkout-form #billingAddressSearch {
    right: 25px;
}

.payment-text {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 700;
    margin-top: 5px;
}

/* Form input end */

.main-middle-sec .left .payment-section {
    background-color: #F6F6F6;
}

.main-middle-sec .left .payment-section .payment-section-head {
    border: 1px solid #F6F6F6;
    padding: 11px 15px;
}

.main-middle-sec .left .payment-section.active .payment-section-head {
    border-color: #141414;
}

.main-middle-sec .left .payment-section .form-check {
    display: flex;
    gap: 12px;
}

.main-middle-sec .left .payment-section .form-check input[type="radio"] {
    width: 20px;
    height: 19.5px;
}

.main-middle-sec .left .payment-section .form-check .form-check-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-middle-sec .left .payment-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 0;
}

.main-middle-sec .left .payment-section .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.main-middle-sec .left .payment-section .right span {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    color: #6A6A6A;
}

.main-middle-sec .left .payment-section .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}

.main-middle-sec .left .payment-section .form-check-input:focus {
    box-shadow: none;
}

.main-middle-sec .left .payment-section label:focus-visible {
    outline: none;
}

.main-middle-sec .left .payment-section .payment-section-body {
    padding: 20px 20px 0 20px;
}

.main-middle-sec .left .payment-section .expiration-security {
    display: flex;
    gap: 20px;
}

.checkout-form .expiration-security .input_wrap {
    width: 50%;
}

/* .checkout-form .billing-address-section {
    background-color: #F6F6F6;
    padding: 0 20px 20px 20px;
} */

.checkout-form .billing-address-section .form-check input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
}

.checkout-form .billing-address-section .form-check-input:focus {
    box-shadow: none;
}

.checkout-form .billing-address-section .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}

.checkout-form .billing-address-section .billing-address-head {
    background-color: #F6F6F6;
    padding: 0 20px 20px 20px;
}

.checkout-form .billing-address-section .billing-address-head label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    vertical-align: middle;
        position: relative;
    top: 2px;
}

.checkout-form .billing-address-section .billing-address-body {
    background-color: #fff;
    padding: 0 4px 0 20px;
    display: none;
}

.checkout-form .billing-address-section .billing-address-body .input_wrap.country-wrap.country-wrap2 + div.input_wrap {
    margin-bottom: 0;
}

.checkout-form .billing-address {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 700;
    margin-top: 1rem;
}

.checkout-form .enter-your-shipping-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.checkout-form .checkout-form-submit {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 8px;
    background-color: #FFD431;
    color: #000;
    padding: 15px 0;
    margin: 25px 0;
    box-shadow: 0 3px 3px #00000030;
    transition: 0.3s;
}

.checkout-form .checkout-form-submit:hover {
    background-color: #FFCD11;
}

.ssl-safe-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ssl-safe-section .inner-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ssl-safe-section .inner-section h5 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #5C5C5E;
}

.ssl-safe-section .inner-section h5 span {
    display: block;
}

.bundle-of-cards {
    text-align: center;
    margin-top: 20px;
}

/* Left side end */

/* Right side start */

.main-middle-sec .right {
    position: sticky;
    top: 0;
    padding-left: 10px;
}

.main-middle-sec .right-top {
    background-color: #F6F6F6;
    padding: 16px 16px;
}

.main-middle-sec .right-top .your-cart {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.main-middle-sec .right-top .star-happyCustomer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-middle-sec .right-top .star-happyCustomer h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.main-middle-sec .checkout-page-cart-product-title {
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 12px;
    color: #000;
}


.main-middle-sec .checkout-page-cart-product-section {
    text-align: center;
    margin-left: 0px;
}

.main-middle-sec .checkout-page-cart-price-section {
    margin-top: 24px;
}

.main-middle-sec .checkout-page-cart-price-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.main-middle-sec .checkout-page-cart-price-section ul li:last-child {
    justify-content: flex-end;
    margin-top: 20px;
}

.main-middle-sec .checkout-page-cart-price-section ul li p {
    margin-bottom: 0;
}

.main-middle-sec .checkout-page-cart-price-section ul li p span {
    font-weight: 700;
}

.main-middle-sec .checkout-page-cart-price-section ul li p span.org {
    color: var(--orange);
}

.main-middle-sec .checkout-page-cart-price-section ul li:first-child {
    border-bottom: 2px solid var(--black);
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.main-middle-sec .checkout-page-cart-price-section ul li:first-child p {
    font-size: 14px;
    line-height: 21px;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) {
    /* margin-bottom: 16px; */
    padding: 8px 0;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 5px;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 5px;
    
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(3) p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(6) {
    /* margin-top: 20px; */
    /* border-top: 1px solid #E1E1E1; */
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 0;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(5) {
    /* margin-top: 20px; */
    /* border-top: 1px solid #E1E1E1; */
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 0;
}

.main-middle-sec .left .right-top {
    display: none;
}

.main-middle-sec .right .right-bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.main-middle-sec .right .right-bottom .right-bottom-image {
    width: 18%;
    text-align: right;
}

.main-middle-sec .right .right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 14px;
}

.main-middle-sec .right .right-bottom .right-bottom-text p {
        font-size: 0.75rem;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.main-middle-sec .right .right-bottom .right-bottom-text p span {
    font-weight: 700;
}

/* Right side end */

/* Footer start */

footer {
    background-color: var(--black);
    padding: 40px 0;
    text-align: center;
}

footer p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #A8A8A8;
    margin-bottom: 6px;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

footer ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #A8A8A8;
    position: relative;
}

footer ul li a::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -8px;
    height: 70%;
    width: 1px;
    background-color: #A8A8A8;
}

footer ul li:last-child a::after {
    display: none;
}

footer ul li a:hover {
    color: #A8A8A8;
}

/* Footer end */

/* Animated loader start */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #ef534e;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 9999;
    position:absolute;
}

.yt-loader:after {
  display: block;
  position: absolute;
  content:'';
  right: 0px;
  width: 100px;
  height: 100%;
  /* box-shadow: #ef534e 1px 0 6px 1px; */
  opacity: 0.5;
}

@keyframes horizontalProgressBar {
    0%   {width: 0%;}
    20%  {width: 10%;}
    30%  {width: 15%;}
    40%  {width: 18%;}
    50%  {width: 20%;}
    60%  {width: 22%;}
    100% {width: 100%;}
}

/* Animated loader end */

/* Floating cart start */

.floating-cart {
    background-color: #F6F6F6;
}

.floating-cart .row .col-6:first-child {
    position: relative;
}

.floating-cart .row .col-6:first-child::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 56%;
    background-color: #B6B6B6;
}

.floating-cart .left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.floating-cart .right {
    padding: 8px 0;
}

.floating-cart .right p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.floating-cart .right p span {
    font-weight: 700;
}

.floating-cart .right p span.org {
    color: var(--orange);
}

.floating-cart {
    display: none;
}

/* Floating cart end */

.has-tooltip1 {
    position: relative;
}

.has-tooltip1::before {
    background: #000;
    border-radius: 5px;
    color: #FFF;
    content: attr(aria-label);
    display: inline-block;
    font-weight: normal;
    left: 50%;
    margin-top: -9px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%,0%);
    min-width: 200px;
    max-width: 200px;
    width: auto;
    z-index: 2;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 12px;
    text-align: center;
}

.has-tooltip1:hover:before, .has-tooltip1:focus:before {
    opacity: 1;
    transform: translate(-50%,-100%);
}

.has-tooltip1:after {
    border: 10px solid transparent;
    border-top-color: #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -11px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(0,-100%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    width: 0;
    z-index: 1;
}

.has-tooltip1:hover:after, .has-tooltip1:focus:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out .1s;
    transition: all .15s ease-out .1s;
    transform: translate(0,0);
}

/* 2nd tooltip start */

.has-tooltip2 {
    position: relative;
}

.has-tooltip2::before {
    background: #000;
    border-radius: 5px;
    color: #FFF;
    content: attr(aria-label);
    display: inline-block;
    font-weight: normal;
    left: 50%;
    margin-top: -9px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%,0%);
    min-width: 200px;
    max-width: 200px;
    width: auto;
    z-index: 2;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 12px;
    text-align: center;
}

.has-tooltip2:hover:before, .has-tooltip2:focus:before {
    opacity: 1;
    transform: translate(-50%,-100%);
}

.has-tooltip2:after {
    border: 10px solid transparent;
    border-top-color: #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -11px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(0,-100%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    width: 0;
    z-index: 1;
}

form.checkout-form {
    padding: 0;
}

.has-tooltip2:hover:after, .has-tooltip2:focus:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out .1s;
    transition: all .15s ease-out .1s;
    transform: translate(0,0);
}

.floating-cart .container, header .container, .main-middle-sec .container {
    max-width: 915px;
}

.main-middle-sec .left .Choose-your-package-section li:nth-child(2) .radio-section {
    padding: 17px 17px 17px 12px;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"] {
    width: 21px;
    height: 20.5px;
}

.main-middle-sec .left li .radio-section .form-check input[type="radio"] {
    margin-top: 1px;
}

.main-middle-sec .left li:first-child.active .radio-section .form-check input[type="radio"] {
    width: 20.5px;
    height: 20px;
}

.main-middle-sec .left li:nth-child(2).active .radio-section .form-check input[type="radio"] {
    width: 20.5px;
    height: 20px;
}

.main-middle-sec .left li:last-child.active .radio-section .form-check input[type="radio"] {
    width: 20.5px;
    height: 20px;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"]:not(:checked) {
    background-color: #F6F6F6;
    border-color: #919191;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"]:checked {
    background-color: #2ba4ff;
    border-color: #2ba4ff;
}

.country-wrap:after {
    content: "";
    width: 14px;
    height: 9px;
    background: url("../images/polygon-icon.png");
    background-repeat: no-repeat;
    top: 45%;
    right: 5%;
    position: absolute;
    display: inline-block;
}

.form-control#inputEmail {
    border-color: #000 !important;
}

.form-control.no-error {
    border-color: #5c9657 !important;
    font-weight: 600;
}

.form-control.has-error {
    border-color: orange !important;
}

.form-control#inputEmail.no-error {
    border-color: #5c9657 !important;
}

.form-control#inputEmail.has-error {
    border-color: orange !important;
}

.form-control#inputEmail.default-border {
    border-color: #BBBBBB !important;
}

/* .form-control#inputEmail.default-border.black-border {
    border-color: #000 !important;
} */

.form-control#inputEmail.default-border.no-error {
    border-color: #5c9657 !important;
}

.form-control#inputEmail.default-border.has-error {
    border-color: orange !important;
}

/* .form-control#inputEmail.black-border.no-error {
    border-color: #5c9657 !important;
}

.form-control#inputEmail.black-border.has-error {
    border-color: orange !important;
} */

.form-control#inputEmail:focus {
    border-color: #000 !important;
}

.checkout-form input.no-error ~ #shippingAddressSearch,.checkout-form input.has-error ~ #shippingAddressSearch, .checkout-form input.no-error ~ #cardNumber, .checkout-form input.has-error ~ #cardNumber, .checkout-form input.has-error ~ #securityCode, .checkout-form input.no-error ~ #securityCode, input.has-error ~ #billingAddressSearch, input.no-error ~ #billingAddressSearch {
    position: absolute;
    top: 25%;
    right: 24px;
}

.green-stripe #disc_per {
    color: #000;
}

.mobile-active-arrow, .mobile-inactive-arrow {
    display: none;
}

#id_shipping_country, #id_billing_country, .country-wrap [name="shippingState"], .country-wrap [name="billingState"] {
    background: none;
    background-image: none;
    border-color: #5c9657 !important;
}

.row.after-sec .input_wrap {
    margin-top: 20px;
    margin-bottom: 0;
}

.gpay-button {
    padding: 12px 24px 12px !important;
}

select[name='expmonth'], select[name='expyear'] {
    font-weight: 400 !important;
}

select[name='expmonth'].has-value, select[name='expyear'].has-value, select[name='expmonth'].no-error, select[name='expyear'].no-error {
    font-weight: 600 !important;
}

#form-top-part input:focus, .billing-address-body input:focus, .payment-section-body input:focus, .form-control#inputEmail.no-error:focus {
    border-color: #000 !important;
}

input:-webkit-autofill, select:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

.addTick {
    position: relative;
}

.addTick::after {
    content: "";
    width: 16px;
    height: 15px;
    background: url(../images/tick-input.png);
    background-repeat: no-repeat;
    top: 1.1rem;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.addTick .no-error {
    background: none;
}

.addErrorIcon {
    position: relative;
}

.addErrorIcon::after {
    content: "";
    width: 16px;
    height: 15px;
    background: url(../images/error-input.png);
    background-repeat: no-repeat;
    top: 1.1rem;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.addErrorIcon .has-error {
    background: none;
}
.mob-only{
    display: none;
}
#securityCode{
    background: #fff;
    padding: 0px 3px;
}
.new-color{
    color: #49d426 !important;
    font-size: 16px !important;
    padding-left: 0px;
}
.mob-hide{
    display: block;
}
.mob-show{
    display: none;
}
.summary_img{
    height: 200px !important;
    margin-right: 25px;
}
@media (max-width: 786px) {
    .summary_img {
        height: 180px !important;
    }
    .mob-show{
        display: block !important;
    } 
    .mob-hide{
        display: none;
    } 
    .p-image-mob {
        margin-top: 10px;
    }
    .offers .offer[data-package-id="2"] .p-image {
        margin-top: 0px;
    }
    .logo {
        width: 170px;
        margin: 5px 0px 5px 0;
    }
    .checkout-bonusDeals-reciept {
        padding: 1.175rem 0;
    }
    .offer[data-package-id="1"] .save-off-text {
        display: inline-block;
      }
      .offer[data-package-id="1"] .save-off-text-top {
        display: none;
      }
      
      .main-middle-sec .left li .radio-section .form-check input[type="radio"] {
        margin-top: 15px;
    }
    .main-middle-sec .left li:nth-of-type(2) .radio-section .form-check input[type="radio"] {
        margin-top: 30px;
    }
    li.offer[data-package-id="1"] .p-image-mob {
        margin-left: -15px;
        width: 75px;
    }
    li.offer[data-package-id="2"] .p-image-mob {
        margin-left: -35px;
        margin-top: 20px;
        position: absolute;
        width: 205px;
    }
    li.offer[data-package-id="6"] .p-image-mob {
        margin-left: -35px;
        margin-top: 20px;
        position: absolute;
        width: 205px;
    }
    .main-middle-sec .right .right-bottom .right-bottom-text {
        width: 100%;
        padding-left: 0px;
    }
    .main-middle-sec .left .radio-section .right .offer-price {
   
        margin-bottom: 10px;
    }
    .main-middle-sec .left .Choose-your-package-section li {
        margin-bottom: 3px;
        font-size: 14px;
    }


  }
@media (max-width: 420px) {
  .main-middle-sec .left .radio-section p {
    font-size: 16px !important;
  }
  .main-middle-sec .left .radio-section .right .original-price {
    font-size: 16px !important;
  }
  .main-middle-sec .left .radio-section .right .original-priceShow {
    font-size: 16px !important;
  }
  .main-middle-sec .left .radio-section .right .offer-price {
    font-size: 16px !important;
  }
  li.offer[data-package-id="2"] .p-image-mob {
    margin-left: -30px;
    margin-top: 25px;
    width: 180px;
}
li.offer[data-package-id="6"] .p-image-mob {
    margin-left: -30px;
    margin-top: 25px;
    width: 180px;
}
.logo {
    width: 140px;
    margin: 5px 0px 5px 0;
}
}
@media (max-width: 390px) {
  .main-middle-sec .left .radio-section p {
    font-size: 15px !important;
  }
  .main-middle-sec .left .radio-section .right .original-price {
    font-size: 15px !important;
  }
  .main-middle-sec .left .radio-section .right .original-priceShow {
    font-size: 15px !important;
  }
  .main-middle-sec .left .radio-section .right .offer-price {
    font-size: 15px !important;
  }
  .main-middle-sec .left .Choose-your-package-section li {
    margin-bottom: 3px;
    font-size: 13px;
}
.logo {
    width: 125px;
    margin: 5px 0px 5px 0;
}

}
.holiday-banner {
    font-family: 'Poppins';
    background-color: #FFFACC;
    padding: 10px;
    border-radius: 8px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
  
.banner-title {
    color: #F25606;
    font-size: 12px;
    line-height: 29px;
    font-weight: 700;
    margin: 0;
}

.banner-text {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 24px;
}

@media only screen and (max-width:430px){
    .banner-title {
        line-height: 29px;
    }

    .banner-text {
        font-size: 12px;
        line-height: 23px;
    }
}
.sub_price {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    position: relative;

  }
  .sub_price::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 100%;
    height: 1px;
    background-color: var(--red);
    -webkit-transform: rotate(352deg);
    transform: rotate(352deg);
    left: 0px;
  }

  .sub_price-mob {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    position: relative;

  }
  .sub_price-mob::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 100%;
    height: 1px;
    background-color: var(--red);
    -webkit-transform: rotate(352deg);
    transform: rotate(352deg);
    left: 0px;
  }
  .btn-express.is-paypal {
  background-color: #FFC43A;
  border: 1px solid #FFC43A;
  padding: 0.71rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  height: 51px;
  /*width: 224px;*/
}
.btn-express.is-paypal:hover {
  background-color: #fbce11;
}
@media (max-width: 576px) {
  .btn-express.is-paypal {
    background-color: #FFC43A;
    border: 1px solid #FFC43A;
    padding: 0.71rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    height: 51px;
    width: 100%;
  }
}
.express-checkout-btn-group {
    border-radius: 5px;
    padding: 25px 5px 15px;
    gap: 6px;
    align-items: stretch;
    margin-top: -.65rem;
    margin-bottom: 8px;
    border: 1px solid #E1E1E1;
}
@media only screen and (max-width: 600px) {
    .express-checkout-btn-group {
        border-radius: 5px;
        padding: 20px 10px 10px;
        gap: 10px;
        align-items: stretch;
        margin-top: -.65rem;
    }
}