/** Shopify CDN: Minification failed

Line 2201:7 Expected ":"
Line 2201:27 Unterminated string token
Line 2307:2 Unexpected "/"
Line 2418:9 Expected identifier but found "."

**/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background-color: #FFF !important;
  font-family: "DM Sans", sans-serif;
}
h1,h2,h3,h4{
 font-family: "DM Sans", sans-serif;
}
img{
  max-width:100%
}
.logo_box_2
{
  margin-bottom:0px;
      padding: 2px 0 15px;
}
.logo_box_2 h4{
     margin: 0;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
}
.logo_box_2 a
{
  color:#000;
}
.logo_box_2 a:hover
{
  text-decoration:none !important;
}
.uni-logo
{
  font-family: "DM Sans", sans-serif;
}
.input-group select.country_code {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: 0;
    padding-left: 0.55rem;
    outline: 0;
}

.toasted-container.top-center {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.toasted-container,
.toasted-container.full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.toasted .primary.error,
.toasted.toasted-primary.error {
    background: #f44336;
}

#shopify-section-checkout-single-vip {
    margin-top: 30px;
   border: 1px solid #000;
    padding-top: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #eee;
}

#shopify-section-checkout-single-vip .cross-sell-title {
    padding: 20px;
}

.hidden {
    display: none;
}

.form-control.error {
    border-color: #e3342f;
}

label.error {
    color: #e3342f;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;
    display: block;
}

.ph-item {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
    box-sizing: border-box
}

.ph-item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.ph-item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da
}

.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 15px
}

.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.ph-col-2 {
    flex: 0 0 16.66667%
}

.ph-col-4 {
    flex: 0 0 33.33333%
}

.ph-col-6 {
    flex: 0 0 50%
}

.ph-col-8 {
    flex: 0 0 66.66667%
}

.ph-col-10 {
    flex: 0 0 83.33333%
}

.ph-col-12 {
    flex: 0 0 100%
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden
}

.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 15px
}

@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

.btn .fa-spinner {
    display: none;
}

.btn.processing {
    pointer-events: none;
    opacity: 0.5;
}

.btn.processing .fa-spinner {
    display: inline-block;
}

#remove_coupon {
    margin-left: 10px;
}

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.row.mt-4.uni-shipping-methods {
    display: none;
}

.view_terms {
    margin-left: 15px;
    margin-right: 15px;
      margin-bottom: 33px;
}
.view_terms a
{
  color:#2a5fff;
  text-decoration:underline;
}
.view_terms a p{
  margin-bottom:20px;
}
.vire_terms_content
{
  display:none;
}
.debut-type-theme {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.debut-type-payment-form {
    margin-top: 0rem !important;
}

.order-complete-bar {
    justify-content: space-around;
    list-style: none;
    padding: 10px 0px;
    margin-bottom: 0;
}

.order-complete-bar li h3 {
    font-size: 18px;
    margin-bottom: 0;
}

input#agree_checkbox {
    width: 23px !important;
    height: 20px;
    margin-left: 11px;
    margin-right: 9px;
    margin-top: 3px;
    min-width: 15px;
}

input#agree_checkbox {
    width: 6% !important;
    height: auto;
}




.express-checkout-label {
    left: 50%;
    transform: translateX(-50%);
}

.debut-type-theme .debut-type-payment-form .mb-3.uni-accent-color-theme-text {
    display: block;
}

.debut-type-theme .row.mt-4.uni-shipping-methods {
    margin-top: 0px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.debut-type-theme .row.mt-4.uni-shipping-methods p.uni-accent-color-theme-text {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.debut-type-theme .debut-type-payment-form {
    margin-top: -1rem !important;
}

.debut-type-theme .col-md-12.uni-gift-message.mb-2 {
    margin-bottom: 15px !important;
}

.debut-type-theme .uni-accent-color-theme-text.uni-payment-head.pb-3 {
    display: none;

}

.debut-type-theme .uni-addon-cross-sell-product .form-check input,
.custom-checkbox-msg input,
.custom-check_box input {
    display: none;
}

.debut-type-theme .uni-addon-cross-sell-product .form-check-label input+span {
    width: 15px;
    height: 15px;
    border: 1px solid #a59d9d;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    left: -3px;
}

.debut-type-theme .uni-addon-cross-sell-product .form-check-label input:checked+span {
    width: 15px;
    height: 15px;
    position: absolute;
}

.debut-type-theme .uni-addon-cross-sell-product .form-check-label input:checked+span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox-msg {
    padding-left: 27px !important;
    padding-right: 15px !important;
  margin-top:20px;
}

.custom-checkbox-msg input+span {
    width: 15px;
    height: 15px;
    border: 1px solid #a59d9d;
    border-radius: 2px;
    position: absolute;
    left: 15px;
      border-radius: 100%;
    top: 3px;
}

.custom-checkbox-msg input:checked+span {
    width: 15px;
    height: 15px;
    position: absolute;
}

.custom-checkbox-msg input:checked+span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.custom-check_box {
    padding-left: 23px !important;
    padding-right: 15px !important;
}

.custom-check_box input+span {
    width: 15px;
    height: 15px;
    border: 1px solid #a59d9d;
    border-radius: 2px;
    position: absolute;
    left: 15px;
}

.custom-check_box input:checked+span {
    width: 15px;
    height: 15px;
    position: absolute;
}

.custom-check_box input:checked+span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.form-check-label input+span {
    display: none;
}

.debut-type-theme .row.mt-4.uni-gift-order input[type=checkbox],
.debut-type-theme .uni-disclaimer-input input[type=checkbox] {
    display: none;
}

.debut-type-theme .row.mt-4.uni-gift-order input[type=checkbox]+label,
.debut-type-theme .uni-disclaimer-input input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
}

.debut-type-theme .row.mt-4.uni-gift-order input:checked+label:before,
.debut-type-theme .uni-disclaimer-input input:checked+label:before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
}

.debut-type-theme .row.mt-4.uni-gift-order input[type=checkbox]+label:after,
.debut-type-theme .uni-disclaimer-input input[type=checkbox]+label:after {
    width: 15px;
    height: 15px;
    border: 1px solid #a59d9d;
    border-radius: 2px;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
}

.debut-type-theme .row.mt-4.uni-gift-order input:checked+label:after,
.debut-type-theme .uni-disclaimer-input input:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 747px) {
    .debut-type-theme .express-button {
        z-index: 99;
    }

    .debut-type-theme .col-md-12 .uni-theme-left-heading {
        margin-top: 9px;
    }
}

@media(max-width:747px) {
    .debut-type-theme .col-md-7 {
        order: 2;
    }

    .debut-type-theme .col-md-5 {
        order: 1;
    }

    .debut-type-theme .uni-theme-left-heading {
        margin-top: 20px;
    }

    .uni-theme-cart .border-bottom {
        padding-right: 0px !important;
        padding-left: 15px;
    }

    .uni-theme-cart .border-bottom .col-sm-8 {
        padding: 0px 15px 0px 0px;
        width: 74%;
    }

    .uni-theme-cart .border-bottom .col-sm-4 {
        padding: 0px 0px 0px 0px;
        width: 20%;
    }

    .uni-total .col-sm-6 {
        padding-left: 0;
        width: 50%;
    }

    .uni-total .col-sm-6 {
        padding-left: 0;
        width: 50%;
    }

    .uni-total .col-sm-6+.col-sm-6 {
        padding-right: 0px;
    }

    .uniaddon-cross-sell {
        padding: 0 !Important;
        margin-top: 10px;
    }

    .uni-theme-cc-icons {
        flex: 100%;
        max-width: 100%;
        text-align: left !important;
    }

    .express-checkout-label {
        left: 50%;
        transform: translateX(-50%);
    }

    .uni-cart-item-qty {
        right: -7px;
        font-size: 11px;
        top: -10px;
        padding: 0px !important;
        width: 18px;
        height: 18px;
    }

    .uni-cart-product img,
    .uni-cross-sell-product img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .uni-logo {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }

    .debut-type-theme .scraped-container {
        margin-top: 20px !important;
    }

    .uni-theme-right-heading {
        opacity: 0;
    }

    .uni-theme-left-heading {
        position: absolute;
        top: -53%;
    }

    .debut-type-theme .row.text-center.mt-2 .col-md-5 {
        order: inherit;
        width: 40%;
    }

    .debut-type-theme .row.text-center.mt-2 .col-md-2 {
        width: 20%;
    }
}

@media(max-width:500px) {
    .uni-theme-left-heading {
        position: absolute;
        top: -55%;
    }
}

@media(max-width:747px) {

    .debut-type-theme .uni-cart-product img,
    .debut-type-theme .uni-cross-sell-product img {
        left: 50%;
    }

    .debut-type-theme .uni-theme-left-heading {
        top: -15px;
    }
}

@media(max-width:1024px) {
    .debut-type-theme .uni-discount .col-sm-6 {
        width: 50%;
        padding-left: 15px;
    }

    .debut-type-theme .uni-discount .col-sm-6+.col-sm-6 {
        padding-right: 15px;
    }
}

@media(max-width:992px) {
    .debut-type-theme .uni-discount .col-sm-6 {
        padding-left: 0px;
    }

    .debut-type-theme .uni-discount .col-sm-6+.col-sm-6 {
        padding-right: 0px;
    }

    .debut-type-theme .row.mt-4.uni-gift-order {
        margin-top: 15px !important;
    }

    .debut-type-theme .uni-disclaimer-input {
        margin-top: -20px;
        margin-bottom: 21px;
    }
}

@media(max-width:736px) {
    .debut-type-theme .express-button {
        width: 93.5%;
    }
}

@media(max-width:480px) {
    .debut-type-theme .express-button {
        width: 91.5%;
    }
}

@media(max-width:400px) {
    .debut-type-theme .express-button {
        width: 90.5%;
    }
}


.input-group select:focus {
    box-shadow: none;
}

.input-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0df74e79-4b7f-42e8-86a6-cc4165bcff2d/343fa1f0-2a3d-46de-be61-f1704f466397/select-arrow.svg");
    background-size: 18px;
    background-position: center right;
    background-repeat: no-repeat;
}

/* Extra */
.uni-cart-item-qty {
    right: -7px;
    font-size: 11px;
    top: -7px;
}

.router-link-exact-active {
    color: #007bff !important;
}

.uni-ladda-button .ladda-spinner {
    position: absolute;
    top: 50%;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all .3s ease-in;
}

.slide-fade-leave-active {
    transition: all .4s ease-out;
}

.slide-fade-enter,
.slide-fade-leave-to

/* .slide-fade-leave-active below version 2.1.8 */
    {
    transform: translateY(4px);
    opacity: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
}

.ph-item {
    border: none !important;
    border-radius: none !important;
    margin-bottom: 10px !important;
    padding: 15px 15px 5px !important;
}

.ph-col-2-new {
    flex: 0 0 28.82%;
}

.ph-col-3 {
    flex: 0 0 31.3%;
}

.ph-col-5 {
    flex: 0 0 45.82%;
}

.input {
    height: 30px !important;
}

.text-area {
    height: 50px !important;
}

.height-7 {
    height: 7px !important;
}

.uni-primary-color-theme-text {
    color: #5C79FF !important;
}

.uni-accent-color-theme-bg {
    background-color: #000000 !important;
}

.uni-accent-color-theme-border {
    border-color: #000000 !important;
}

.uni-flat-page-heading img.img-fluid {
    width: 175px;
}

 

.uniaddon-cross-sell-title {
    font-weight: 500;
    text-align: center;
}

.debut-type-theme .uni-addon-cross-sell-product .form-check-label input+span {
    top: 5px;
}

.unify-support {
    font-weight: 500;
    font-style: italic;
}

#promo_code {
    font-size: 15px;
}

@media (max-width: 747px) {
    .debut-type-theme .uni-review-order {
        margin-top: 45px !important;
    }

    .flat-theme #checkoutAppId .payment-view .col-sm-5.pt-5 {
        padding-top: 130px !important;
    }
}

.toasted {
    padding: 0 20px
}

.toasted.rounded {
    border-radius: 24px
}

.toasted .primary,
.toasted.toasted-primary {
    border-radius: 2px;
    min-height: 38px;
    line-height: 1.1em;
    background-color: #353535;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.toasted .primary.success,
.toasted.toasted-primary.success {
    background: #4caf50
}

.toasted .primary.error,
.toasted.toasted-primary.error {
    background: #f44336
}

.toasted .primary.info,
.toasted.toasted-primary.info {
    background: #3f51b5
}

.toasted .primary .action,
.toasted.toasted-primary .action {
    color: #a1c2fa
}

.toasted.bubble {
    border-radius: 30px;
    min-height: 38px;
    line-height: 1.1em;
    background-color: #ff7043;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.toasted.bubble.success {
    background: #4caf50
}

.toasted.bubble.error {
    background: #f44336
}

.toasted.bubble.info {
    background: #3f51b5
}

.toasted.bubble .action {
    color: #8e2b0c
}

.toasted.outline {
    border-radius: 30px;
    min-height: 38px;
    line-height: 1.1em;
    background-color: #fff;
    border: 1px solid #676767;
    padding: 0 20px;
    font-size: 15px;
    color: #676767;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    font-weight: 700
}

.toasted.outline.success {
    color: #4caf50;
    border-color: #4caf50
}

.toasted.outline.error {
    color: #f44336;
    border-color: #f44336
}

.toasted.outline.info {
    color: #3f51b5;
    border-color: #3f51b5
}

.toasted.outline .action {
    color: #607d8b
}

.toasted-container {
    position: fixed;
    z-index: 10000
}

.toasted-container,
.toasted-container.full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.toasted-container.full-width {
    max-width: 86%;
    width: 100%
}

.toasted-container.full-width.fit-to-screen {
    min-width: 100%
}

.toasted-container.full-width.fit-to-screen .toasted:first-child {
    margin-top: 0
}

.toasted-container.full-width.fit-to-screen.top-right {
    top: 0;
    right: 0
}

.toasted-container.full-width.fit-to-screen.top-left {
    top: 0;
    left: 0
}

.toasted-container.full-width.fit-to-screen.top-center {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toasted-container.full-width.fit-to-screen.bottom-right {
    right: 0;
    bottom: 0
}

.toasted-container.full-width.fit-to-screen.bottom-left {
    left: 0;
    bottom: 0
}

.toasted-container.full-width.fit-to-screen.bottom-center {
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toasted-container.top-right {
    top: 10%;
    right: 7%
}

.toasted-container.top-left {
    top: 10%;
    left: 7%
}

.toasted-container.top-center {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.toasted-container.bottom-right {
    right: 5%;
    bottom: 7%
}

.toasted-container.bottom-left {
    left: 5%;
    bottom: 7%
}

.toasted-container.bottom-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 7%
}

.toasted-container.bottom-left .toasted,
.toasted-container.top-left .toasted {
    float: left
}

.toasted-container.bottom-right .toasted,
.toasted-container.top-right .toasted {
    float: right
}

.toasted-container .toasted {
    top: 35px;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    word-break: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: inherit
}

.toasted-container .toasted .fa,
.toasted-container .toasted .fab,
.toasted-container .toasted .far,
.toasted-container .toasted .fas,
.toasted-container .toasted .material-icons,
.toasted-container .toasted .mdi {
    margin-right: .5rem;
    margin-left: -.4rem
}

.toasted-container .toasted .fa.after,
.toasted-container .toasted .fab.after,
.toasted-container .toasted .far.after,
.toasted-container .toasted .fas.after,
.toasted-container .toasted .material-icons.after,
.toasted-container .toasted .mdi.after {
    margin-left: .5rem;
    margin-right: -.4rem
}

.toasted-container .toasted .action {
    text-decoration: none;
    font-size: .8rem;
    padding: 8px;
    margin: 5px -7px 5px 7px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600;
    cursor: pointer
}

.toasted-container .toasted .action.icon {
    padding: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.toasted-container .toasted .action.icon .fa,
.toasted-container .toasted .action.icon .material-icons,
.toasted-container .toasted .action.icon .mdi {
    margin-right: 0;
    margin-left: 4px
}

.toasted-container .toasted .action.icon:hover {
    text-decoration: none
}

.toasted-container .toasted .action:hover {
    text-decoration: underline
}

@media only screen and (max-width:600px) {
    .toasted-container {
        min-width: 100%
    }

    .toasted-container .toasted:first-child {
        margin-top: 0
    }

    .toasted-container.top-right {
        top: 0;
        right: 0
    }

    .toasted-container.top-left {
        top: 0;
        left: 0
    }

    .toasted-container.top-center {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .toasted-container.bottom-right {
        right: 0;
        bottom: 0
    }

    .toasted-container.bottom-left {
        left: 0;
        bottom: 0
    }

    .toasted-container.bottom-center {
        left: 0;
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .toasted-container.bottom-center,
    .toasted-container.top-center {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .toasted-container.bottom-left .toasted,
    .toasted-container.bottom-right .toasted,
    .toasted-container.top-left .toasted,
    .toasted-container.top-right .toasted {
        float: none
    }

    .toasted-container .toasted {
        border-radius: 0
    }
}


/* Design changes 30 June SP */
div#checkoutAppId .form-control:focus {
    outline: 0;
    border-color: #1878b9;
    -webkit-box-shadow: 0 0 0 1px #1878b9;
    box-shadow: 0 0 0 1px #1878b9;
}


div#checkoutAppId .form-control {
    background-color: #fff;
    color: #333;
    border-color: #ddd;
    height: calc(1.6em + .75rem + 8px);
  font-size:14px;
  border-radius:5px;
}
div#checkoutAppId .form-control.phone-input
{
  border-radius:0 5px 5px 0;
}
div#checkoutAppId label {
    margin-bottom: 0;
  font-size:15px !important;
}

div#checkoutAppId {
    position: relative;
    font-family: "DM Sans", sans-serif;
  letter-spacing:0;
}


div#checkoutAppId button.btn-primary {
    cursor: pointer;
    display: inline-block;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 60px;
    font-weight: 500 !important;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out !important;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out !important;
    /*font-size: 14px;
	width: auto; */
}

div#checkoutAppId .uni-cart-item-qty {
    border-radius: 1.75em;
    color: #fff;
    min-width: 1.75em;
    height: 1.75em;
    right: -.75em;
    top: -.75em;
    z-index: 3;
}

div#checkoutAppId li#promo_code_row button#apply_discount_btn {
            padding: 7px 10px;
    font-size: 16px;
    background: #222d38   !important;
    border: none;
  transition:transform .3s;
  margin-top:0;
  color:#fff;
}
div#checkoutAppId li#promo_code_row button#apply_discount_btn:hover
{
  background: #000   !important;
  color:#fff;
}
/*div#checkoutAppId li#promo_code_row button#apply_discount_btn:before
{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
  background-color: rgba(253,251,247, 1);
    z-index: -2;
    box-shadow: 0px 4px 5px rgba(18,18,18, 0.0), inset 0 0 0 calc(2px + 0.3px) rgba(253, 251, 247, calc(1 - 1.0 )), inset 0 0 0 2px rgba(33,33,33, 1);

}
div#checkoutAppId li#promo_code_row button#apply_discount_btn:after
{
  content:'';
  position:absolute;
  border-radius:5px;
   background-color: rgba(33,33,33, 1);
    z-index: -1;
    transition: transform .3s;
    box-shadow: none;
      top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
div#checkoutAppId li#promo_code_row button#apply_discount_btn:hover:after
{
  transform: scaleX(0);

}
*/
div#checkoutAppId div#uni-cart-data ul li#promo_code_row .col-sm-4 {
    text-align: right;
}

div#checkoutAppId nav>.breadcrumb {
    background: transparent;
    padding-left: 0;
}

div#checkoutAppId nav>.breadcrumb li.breadcrumb__item:not(:last-child) a {
    position: relative;
}

div#checkoutAppId nav>.breadcrumb li.breadcrumb__item:not(:last-child) a::after {
    content: "\203A";
    padding: 0 0.6rem;
    font-size: 1.3rem;
    line-height: 1;
}

div#checkoutAppId li.cartItems>.col-2.p-0.position-relative.text-center.bg-white.border.rounded {
    width: 4.6em;
    height: 4.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}


div#checkoutAppId nav>.breadcrumb li.breadcrumb__item svg {
    display: none;
}

div#checkoutAppId li.cartItems {
    display: flex;
    align-items: center;
}

div#checkoutAppId li.cartItems .text-right strong {
    font-weight: normal;
}


div#checkoutAppId section.scraped-container.mt-5 {
    margin-top: 0 !important;
    /*     margin-bottom:50px; */
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-5 .mt-4.border.uni-review-order.rounded {
    margin-top: 30px !important;
    border-radius: 0 !important;
    border: 0 !important;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-7 .col-md-12 .row.mt-4,
div#checkoutAppId .debut-type-payment-form .row {
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  margin-top:-0px !important;
}


div#checkoutAppId section.scraped-container.mt-5 .col-md-7 .col-md-12 .row.mt-4>[class*=col-],
div#checkoutAppId .debut-type-payment-form .row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-7 .col-md-12 .row.mt-4>[class*=col-],
div#checkoutAppId .debut-type-payment-form .row>[class*=col-] {
    margin-bottom: 8px !important;
}

div#checkoutAppId div#uni-cart-data ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#checkoutAppId div#uni-cart-data ul.js-cart_items li.row {
    margin-left: 0;
}

div#checkoutAppId div#uni-cart-data ul.border-bottom.pb-1.pr-4>li.row {
    margin-left: 0;
}

div#checkoutAppId div#uni-cart-data>.uni-total {
    padding: 0 !important;
}


div#checkoutAppId section.scraped-container.mt-5 .col-md-7>.row>.col-md-12 br {
    display: none;
}

div#checkoutAppId {
    position: relative;
}

div#checkoutAppId::after,
div#checkoutAppId::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}

div#checkoutAppId::after {
    width: 45%;
    background: #fafafa;
    right: 0;
    z-index: -2;
}

div#checkoutAppId::before {
    background: #fff;
    width: 55%;
    z-index: -1;
}

div#checkoutAppId .form-control.error {
    border-color: #e3342f;
}

div#checkoutAppId nav>.breadcrumb a,
div#checkoutAppId nav>.breadcrumb span {
    font-size: 13px !important;
}

/* --------------------------------15-04-2022------------------- */
.mm-cvv {
    width: 100%;
    display: flex;
}

.mm-cvv .col-md-6.mb-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

div#nav-grand-total {
    display: none !important;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-5 .mt-4.border.uni-review-order.rounded>.custom-p-3 {
    padding-top: 0px !important;
}

#promo_code_row .col-sm-8 {
    padding-right: 0px;
}

#shopify-section-checkout-term-of-sale,
#shopify-section-checkout-upsell-section {
    padding-left: 15px;
    padding-right: 15px;
}

.row.order-summary {
    width: 100%;
    padding:0px 15px;
    position: sticky;
    z-index: 1020;
    top: 0px;
      background: #f9f9f9;
}

.newClass {
    position: sticky;
    top: 0px;
}

.uni-addon-cross-sell-product-img {
    max-width: 150px;
    width: 100%;
    margin-bottom: 30px;
}

p.uniaddon-cross-sell-title {
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

#checkout_form .cont-sub-heading {
    /* border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #fafafa; */
    padding: 0px 10px 10px;
}

#checkout_form .cont-sub-heading-payment {
        border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 10px 18px;
    background: #fff;
}

#checkout_form p.uni-accent-color-theme-text {
    width: 100%;
    padding: 0px 18px 5px 15px;
    /*     border-bottom: 1px solid #ddd; */
    background: #fff;
    max-width: calc(100% + 20px);
    flex: 0 0 calc(100% + 20px);
    margin-left: -10px !important;
    text-transform: uppercase;
    
  
}

.priority_shipment {
       padding: 15px;
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    background: #ebebeb;
    /* border: none; */
    margin-top: 15px;
}
@media(max-width:767px)
{
  .priority_shipment {
        padding: 15px;
  }
}

.priority_shipment ul {
    padding-inline-start: 15px;
    margin-top: 10px;
      margin: 0;
}
.priority_shipment ul li{
  font-size:15px;
}
@media(max-width:767px)
{
  .priority_shipment ul li{
  font-size:11px;
}
}

.priority_shipment input
{
 margin-right:6px;
  position:relative;
  top:2px;
}
@media(max-width:767px)
{
  .priority_shipment input
{
 margin-right:5px; 
}
}
.cont-sub-heading p {
    margin-bottom: 0px;
}

#checkout_form p.uni-accent-color-theme-text span {
    color: #ff580d;
}

.custom-block-billing-add .uni-accent-color-theme-text,
.debut-type-payment-form .uni-accent-color-theme-text {
    margin-bottom: 0;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
}

#shopify-section-checkoutPage .cross-sell-title,
#shopify-section-checkoutPage-2 .cross-sell-title,
#shopify-section-checkoutPage-3 .cross-sell-title,
#shopify-section-checkoutPage-magazine .cross-sell-title {
    padding: 18px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

#shopify-section-checkoutPage .uni-addon-cross-sell-product,
#shopify-section-checkoutPage-2 .uni-addon-cross-sell-product,
#shopify-section-checkoutPage-3 .uni-addon-cross-sell-product,
#shopify-section-checkoutPage-magazine .uni-addon-cross-sell-product {
    padding: 25px;
    margin: 0;
}

#shopify-section-checkoutPage .form-check,
#shopify-section-checkoutPage-2 .form-check,
#shopify-section-checkoutPage-3 .form-check,
#shopify-section-checkoutPage-magazine .form-check {
    padding: 0;
    margin: 0;
    text-align: center;
}

div#shopify-section-checkoutPage,
div#shopify-section-checkoutPage-2,
div#shopify-section-checkoutPage-3,
div#shopify-section-checkoutPage-magazine {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

#checkout_form .d-block .custom-radio:nth-child(1) {
    border-radius: 5px 5px 0px 0px;
}

#checkout_form .d-block .custom-radio:nth-child(2) {
    border-radius: 0px 0px 5px 5px;
}

.custom-button-credit-block {
    text-align: right;
}

.custom-control.custom-radio {
    margin-bottom: 0px !important;
    padding: 15px 28px;
}

#checkout_form .custom-block-billing-add .custom-radio {
    margin: 0px !important;
    padding: 13px 13px 18px 15px;
    border: 1px solid #ddd;
}

#checkout_form js-shipping_methods .custom-radio {
    margin: 0px !important;
    padding: 13px 13px 18px 45px;
    border: 1px solid #ddd;
}

#checkout_form .js-shipping_methods .custom-radio {
    margin: 0px !important;
    padding: 13px 13px 18px 45px;
    border: 1px solid #ddd;
}

.uni-shipping-methods p {
    border-bottom: 0px !important;
}

.debut-type-payment-form .custom-payment-method-block {
    border-bottom: 0px !important;
}

button#apply_discount_btn {
    width: 100% !important;
}

.debut-type-payment-form .custom-payment-method-block {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.debut-type-payment-form .custom-control.custom-radio {
    position: relative;
    left: -9px;
    background-color: #fff;
    padding: 11px 44px 11px 10px;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
}

.debut-type-payment-form .custom-credit-card-block {
    margin-bottom: 21px;
}


.debut-type-payment-form .custom-payment-method-block {

    font-size: 1.25rem;
    font-weight: 500;

}
.uni-addon-cross-sell-product
{
  padding:0 20px 20px;
  margin-bottom:0;
}

.uni-addon-cross-sell-product-title p {
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px !important;
}
.uni-addon-cross-sell-product .form-check
{
  padding-left:0;
}
.custom-block-billing-add .col-md-12 {}


.uni-shipping-methods p.uni-accent-color-theme-text.custom-shipping-add-heading {
    padding: 0px 9px !important;
}

#checkout_form .cont-sub-heading {
    margin-left: 0px !important;
}

div#billing-address-container {
        border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 10px 15px;
    background: #fff;
}

#checkout_form .custom-block-billing-add .custom-radio:nth-child(1) {
    border-bottom: none;
}

.debut-type-theme .uniaddon-cross-sell {
    margin-bottom: 30px;
}

 
/* ----------------------------------END-------------------------------- */
.logo_box_3 {
    display: none;
}

@media (max-width:450px) {
    .why-choose-us .col-10 {
        padding-left: 30px;
    }

}

@media (max-width: 991px) {
    div#checkoutAppId section.scraped-container.mt-5 .col-md-7 div#shopify-section-checkoutLogo {
        display: none;
    }

    .logo_box_3,
    .logo_box_3 div#shopify-section-checkoutLogo {
        display: block !important;padding-left: 10px;
              padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .logo_box_3 div#shopify-section-checkoutLogo img#checkout_logo {
        margin: 0px !important;
    }

    .logo_box_2 {
        display: none;
    }

    .nav_summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        background: #f3f3f3;
    }
    div#nav-grand-total {
        display: none;
        padding-right: 20px;
        font-size: 18px;
    }


    div#checkoutAppId section.scraped-container.mt-5 .col-md-5 div#shopify-section-checkoutLogo {
        display: none;
    }
 

div#checkoutAppId a.order-summary-toggle {
    display: block;
}

div#checkoutAppId form#checkout_form>.row {
    flex-direction: column-reverse;
}

div#checkoutAppId form#checkout_form>.row>div[class*="col"] {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

div#checkoutAppId .uni-theme-cart div#uni-cart-data ul.pr-1 li#promo_code_row {
    margin-left: 0;
    margin-right: 0;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-5 .mt-4.border.uni-review-order.rounded>.p-3,
div#checkoutAppId section.scraped-container.mt-5 .col-md-7 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#checkoutAppId div#uni-cart-data>.uni-total {
    margin-left: 0;
    margin-right: 0;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-5 .mt-4.border.uni-review-order.rounded>.p-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

div#checkoutAppId a.order-summary-toggle {
    margin: 0 !important;
}

div#checkoutAppId .row.order-summary {
    position: relative;
    transition: all .5s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    min-height: 0;
    max-height: 0;


}

div#checkoutAppId .row.order-summary.show {
    transform: scaleY(1);
    overflow: visible;
    min-height: 470px;
    max-height: unset;
      padding-top: 20px;
    margin-bottom: 20px;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-7 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

div#checkoutAppId a.order-summary-toggle {
    color: #000;
    text-decoration: none;
}

div#checkoutAppId a.order-summary-toggle {
    position: relative;
}

div#checkoutAppId a.order-summary-toggle {

    padding: 1rem 0 1rem 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    font-weight: 500;
}

div#checkoutAppId::after,
div#checkoutAppId::before {
    display: none;
}

}
@media (min-width: 992px) {

    div#checkoutAppId section.scraped-container.mt-5 .col-md-7 div#shopify-section-checkoutLogo
    {
    display: block;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-5 div#shopify-section-checkoutLogo,
div#checkoutAppId a.order-summary-toggle {
    display: none;
}

div#checkoutAppId section.scraped-container.mt-5 .col-md-7>.row {
    margin-right: 0;
}

}

@media (max-width: 767px) {

    /* .custom-checkbox-msg
    {
        display:none !important;
    } */ 

    .order_first_m {
        order: 1 !important;
    }

    .order_last_m {
        order: 2 !important;
    }

    div#nav-grand-total {
        display: none;
        padding-right: 20px;
        font-size: 18px;
    }

    button#checkoutButton {
        width: 100% !important;
        max-width: 100% !important;
    }

    .debut-type-theme .uni-theme-cart .border-bottom .col-sm-4 {
        width: 25% !important;
    }

    div#checkoutAppId section.scraped-container.mt-5 .col-md-5 .mt-4.border.uni-review-order.rounded {
        margin-top: 0 !important;
    }

    body #promo_code_row .col-sm-8 {

        padding-right: 15px !important;
    }

    body .order-summary {
        width: auto !important;
        padding-left: 0px !important;
    }

    .breadcrumb {
        position: relative !important;
        top: 0;
    }

    div#checkoutAppId section.scraped-container.mt-5 .col-md-5 {
        padding-top: 0px;
    }

    .nav_summary {
         display: flex; 
        
        justify-content: space-between;
        align-items: center;
    }
    div#nav-grand-total {
        display: none;
        padding-right: 20px;
        font-size: 18px;
    }

    p.uni-accent-color-theme-text.custom-shipping-add-heading {
        background-color: unset !important;
    }

    .debut-type-payment-form .custom-control.custom-radio {
        width: 106% !important;
    }

    div#checkoutAppId a.order-summary-toggle {

        padding: 1rem 0 1rem 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .mm-cvv .col-md-6.mb-3 {
        padding-left: 5;
        padding-right: 5px;
    }

    .custom-input-field-design {
        flex: 0 0 50% !important;
    }

    .input-group.phone-component {
        margin-top: 15px;
    }

    .custom-order-summary {
        padding: 0px;
    }

    .custom-order-summary .nav_summary {
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-order-summary .nav_summary a.order-summary-toggle {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .custom-order-summary .order-summary.show {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div#shopify-section-checkoutLogo {
        padding: 13px;
    }

    .vire_terms_content {
        display: none;
    }



}

@media (max-width: 576px) {
    div#checkoutAppId section.scraped-container.mt-5 .col-md-7 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    div#checkoutAppId section.scraped-container.mt-5 .col-md-5 div#shopify-section-checkoutLogo img#checkout_logo {
        
        margin-top: 1rem;
    }
}


@media (max-width: 747px) {
    .breadcrumb {
        position: relative !important;
        top: 0;
    }

    div#checkoutAppId form#checkout_form>.row {
        flex-direction: column;
    }
}

@media (min-width: 1920px) {
    .row.order-summary {
      
    }
}

@media (min-width: 2600px) {
    .row.order-summary {
        
    }
}


/* Container for the text and lines */
.trusted-customer-reviews {
    text-align: center;
    position: relative;
    line-height: 2em;
    /* Adjust the line height to vertically center the text */
    white-space: nowrap;
    font-size: 1.3em;
}

/* Pseudo-element for the left line */
.trusted-customer-reviews:before,
/* Pseudo-element for the right line */
.trusted-customer-reviews:after {
    content: '';
    background: black;
    /* Line color */
    height: 1px;
    /* Line thickness */
    width: 50%;
    /* Line width */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -99;
}

.trusted-customer-reviews:before {
    left: 0;
}

.trusted-customer-reviews:after {
    right: 0;
}

/* Styling for the text */
.trusted-customer-reviews span {
       background: #f9f9f9;
    padding: 0 10px;
    font-weight: 500;
    font-size: 18px;
}


.bundle_btn  .bundle_products_btn{background: #000 !important; color: #FFF; position:relative; text-transform:uppercase; transition: transform .3s;     border-radius: 0; }
.bundle_btn  .bundle_products_btn:hover{ background: #000 !important; color:#fff;}
.bundle_btn  .in_cart{ }

/*.bundle_btn  .bundle_products_btn:before
{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
  background-color: rgba(253,251,247, 1);
    z-index: 0;
    box-shadow: 0px 4px 5px rgba(18,18,18, 0.0), inset 0 0 0 calc(2px + 0.3px) rgba(253, 251, 247, calc(1 - 1.0 )), inset 0 0 0 2px rgba(33,33,33, 1);

}
.bundle_btn  .bundle_products_btn:after
{
  content:'';
  position:absolute;
  background-color: rgba(33,33,33, 1);
    z-index: 1;
    transition: transform .3s;
    box-shadow: none;
      top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  border-radius:5px;

}
.bundle_btn  .bundle_products_btn:hover:after
{
  transform: scaleX(0);
}*/
.round_around {
        /* border: 1px solid #333; */
    border-radius: 50%;
        font-size: 1.8em !important;
    padding: 16px;
    color: #333;
    background: #ffffffeb;
    box-shadow: 2px 2px 20px #eee;
}

div#checkoutAppId::before {
    background: #fff;
    width: 100%;
    z-index: -1;
}
.bundle_btn  .bundle_products_btn span
{
  position:relative;
  z-index:2;
}

.offer_block {
    padding: 10px;
    background: #2e465e1f;
    display: flex;
    font-size: 16px;
    line-height: 1.2em;
  border-radius:5px;
  margin-bottom:25px;
}




#bundle_product_list .frequently-box .mu-frequently-body .frequently-box-content {

background: transparent;
    box-shadow: 2px 2px 30px #eee;
    margin: 20px 0 !important;
  border-radius: 7px;
}
#bundle_product_list  .mu-frequently-header

{
 text-transform: uppercase;
 font-size: 1.3em; 
 text-align: left;


}
#bundle_product_list  .frequently-box .mu-flex
{
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 20px 100px 1fr 100px;
  grid-template-rows: repeat(2,[row] auto);
      align-items: center;
}
@media(max-width:767px)
{
  #bundle_product_list  .frequently-box .mu-flex
  {
        grid-template-columns: 20px 50px 1fr 50px;
  }
}
#bundle_product_list  .frequently-box .mu-flex input
{
  border-radius:100%;
}
.s_checkout_1
{
  style="text-align: right;
			vertical-align: middle;
			display: table-cell;
			font-size: 12px;
			font-weight: 600; 
  padding-top:14px;
      letter-spacing: 1px;
}
.s_checkout_1 i
{
  color: #348137;
}
#bundle_product_list .frequently-box .mu-frequently-body .frequently-box-content .fr-image
{
  border: 1px solid #eee;
}
.frequently-box-content .mu-line-clamp a
{
  font-size: 15px;
    margin-bottom: 13px;
    display: block;
    letter-spacing: 0;
}
.frequently-box-content .mu-flex .btn-100
{
  font-size:18px;
}
.frequently-box-content .mu-flex .btn-100 span.transcy-money
{
  
}
.frequently-box-content .mu-flex .btn-100 span.transcy-money
{
  display:block;
}
.heading-subtitle
{
  font-size:15px;
}
.custom-control-input:checked ~ .custom-control-label::before, .form-check input[type="checkbox"]:checked + label:before, .custom-checkbox-msg input[type="checkbox"]:checked + label:before, .custom-check_box input[type="checkbox"]:checked + label:before
{
  background-color: #222!important;
    border-color: #222 !important;
  
}
.custom-control-label:after, .custom-control-label:before
{
  width: 16px;
    height: 15px;
    left: -22px;
    top: 5px;
}
div#checkoutAppId label
{
  font-size:15px !important;
  letter-spacing:0;
}
@media(max-width:767px)
{
  div#checkoutAppId label
  {
  font-size:11px !important;
  }
}
div#checkoutAppId #crm_checkoutButton_payment
{
  background-color: transparent !important;
    padding: 20px !important;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: bold !important;
    opacity: 1;
    border: none;
    position: relative;
    transition: transform .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000;
    border: 2px solid #000 !important;
}
div#checkoutAppId #crm_checkoutButton_payment:hover
{
  
}
div#checkoutAppId #crm_checkoutButton_payment:after
{
  content: "";
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #3b3b3b14;
    opacity: 1;
    transform: translate3d(-100%, 0, 0) skew(30deg);
    transition: transform .5s cubic-bezier(.33,0,0,1);

}
div#checkoutAppId #crm_checkoutButton_payment:hover:after
{
  transform: translateZ(0);
  left:0;

}*/
/*div#checkoutAppId #crm_checkoutButton_payment:before
{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
  background-color: rgba(253,251,247, 1);
   
    box-shadow: 0px 4px 5px rgba(18,18,18, 0.0), inset 0 0 0 calc(2px + 0.3px) rgba(253, 251, 247, calc(1 - 1.0 )), inset 0 0 0 2px rgba(33,33,33, 1);

}
div#checkoutAppId #crm_checkoutButton_payment:after
{
  content:'';
  position:absolute;
  border-radius:5px;
   background-color: rgba(33,33,33, 1);
    z-index: -1;
    transition: transform .3s;
    box-shadow: none;
      top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
div#checkoutAppId #crm_checkoutButton_payment:hover:after
{
  transform: scaleX(0);

}*/
ul.total_list_1 li
{
  font-size:15px;
}
.uni-total
{
  font-size:16px;
  font-weight:700;
}
.reviews_1 p, .reviews_1 b, .choose_1 p, .choose_1 b
{
  font-size:15px;
}
.variant-selector
{
  width:70% !important;
  display:inline-block;
  float:none !important;
}

.variant-selector select
{
  width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}
#checkout_form p.uni-accent-color-theme-text
  {
    font-size:17px !important;
    font-weight:700 !important;
  }
@media(max-width:767px)
{
  #checkout_form p.uni-accent-color-theme-text
  {
    font-size:18px !important;
  }
  .variant-selector
{
  width:100% !important;
}
}
.promo_1
{
  width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
    margin: 10px 0;
    position: relative;
    border: 2px solid #ddd;
}
.promo_1 .white_bg .row b{
  display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}
.promo_1 .variant-selector {
    margin-bottom: 10px;
    margin-top: 0;
}

.pink_bg
{
  
}
.promo_1 img
{
  border:1px solid #00000024;
  border-radius:10px;
}
.blue_bg..promo_1 img
{
  border-color:#ffffff24;
}
.promo_1 .offers_1
{
     background: #ff580d;
    display: inline-block;
    padding: 1px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
  font-weight:500;
}
.promo_1.blue_bg .offers_1
{
  background:#ff580d;
  color:#fff;
}
@media(max-width:767px)
{
  .promo_1 .offers_1
{
  padding:1px 5px;
  font-size:10px;
}
}
.promo_1 h5{
     
  color:#000;
  font-size:16px;
  margin-top:10px;
}
@media(max-width:767px)
{
  .promo_1 h5
  {
    font-size:13px;
  }
}
.blue_bg.promo_1 h5
{
  color:#fff;
}

.promo_1 .price_cut
{
  text-decoration:line-through;
}
.blue_bg.promo_1 .price_cut
{
  color:#ccc;
}
.promo_1 .price_1
{
  font-size:20px;
  font-weight:600;
  color:#000;
}
@media(max-width:767px)
{
  .promo_1 .price_1
  {
    font-size:14px;
  }
}
.blue_bg.promo_1 .price_1
{
  color:#fff;
}
.white_bg
{
  background:#fff;
  margin-top:15px;
  padding:15px;
  border-radius:10px;
}
.btn
{
  background: #dad0ff;
  color:#000;
  padding:6px 30px;
  width:100%;
  font-size:15px;
  font-weight:700;
}
@media(max-width:767px)
{
  .btn
  {
    margin-top:10px;
  }
}
.arrow_icon
{
  position: absolute;
    left: -45px;
    top: -11px;
}
.arrow_icon i{
      font-size: 45px;
    color: #f00;
}

@media(max-width:767px)
{
  .arrow_icon
{
   
}
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
      
}
.promo_1 [type="radio"]:checked + label,
.promo_1 [type="radio"]:not(:checked) + label
{
  top: -18px;
      left: 8px;
}
@media(max-width:767px)
{
.promo_1  [type="radio"]:checked + label,
.promo_1 [type="radio"]:not(:checked) + label
{
  left:-3px;
}
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
       content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 3px solid #ddd;
    border-radius: 100%;
    background: #fff;
    
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:#000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.agree_1 p
{
  font-size:10px;
  margin-bottom:12px;
}
.agree_1 p a{
  font-size:10px;
  color:#7069bc
}

#shopify-section-checkout-single-step-5 .col-md-12
{
  padding-left:7px;
}
.reviews_1 i.fa-check-circle
{
  color:#ff580d !important;
}
.js-cart_items .bg-white.border
{
  background:transparent !important;
  border:none !important;
}
#shopify-section-checkoutPage-single
{
      background: #fff;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 20px;
}