.cart-ico {
    background-color: #007bff;
    padding: 7px 10px;
    margin-left: 15px;
    position: relative;
}

@media (min-width: 992px) {
    .cart-ico.sty1 {
        display: none;
    }
}

@media (max-width: 991px) {
    .cart-ico.sty1 {
        right: 10%;
        padding: 2px;
        display: inline-block;
    }

    .cart-ico {
        display: none;
    }
}

@media (max-width: 480px) {
    .cart-ico.sty1 {
        right: 15%;
    }

    .cart-ico.sty1 .cart-widget {
        right: -30px;
    }
}

.cart-widget {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

@media (max-width: 575px) {
    .cart-widget {
        width: 280px;
    }
}
.d-none{
    display: none !important;
}
.emptycart{
    color: black;
}
.dropdownbox.show-dd .cart-widget {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    pointer-events: inherit;
    transition-delay: 0s, 0s, 0.3s;
}

.cart-widgetbox {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
}

.cart-widgetbox .cartHead {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.cart-widgetbox .cart-btn {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.cart-widgetbox .cart-btn:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.cart-widgetbox .cart-btn.con-payment {
    display: none;
}
.js-pckname{
    text-transform: capitalize;
}

.cart-widgetcontent {
    display: none;
    width: 100%;
}

.cartlist {
    padding: 8px 15px 15px 15px !important;
    display: block !important;
    margin: 0 !important;
    list-style: none !important;
}

.cartlist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #eeeeee;
    padding: 8px 0 !important;
    line-height: 1;
    color: black;
     &::before{
    display: none !important;
  }
}

.cartlist li:hover a {
    color: black !important;
}

.plusminusbtns {
    display: flex;
    align-items: center;
}

.plusminusbtns a {
    color: black !important;
}

.plusminusbtns a:before {
    display: none !important;
}

.plusminusbtns i {
    font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
    padding: 0 5px;
}

.plusminusbtns i:hover {
    color: #007bff;
}

.plusminus {
    background-color: transparent;
    padding: 0 10px;
    border: transparent;
    color: black;
    box-shadow: none;
}

.plusminus:active,
.plusminus:focus,
.plusminus.focus,
.plusminus:hover {
    box-shadow: none;
    background-color: transparent;
    color: black;
}

.cartlist i {
    font-style: normal;
    color: black;
}

.js-pckminus i {
    position: relative;
    top: -2px;
}

.js-showprice {
    font-weight: 600;
}

.cartlist span {
    position: relative;
}

.countpack {
    position: absolute !important;
    right: -26px;
    top: -10px;
    background-color: #007bff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: white;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartFoot {
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    list-style: none !important;
}
.cartFoot li{
  padding-left: 0 !important;
  /* list-style: none; */
  &::before{
    display: none !important;
  }
}

.cartFoot .js-total {
    font-weight: 600;
    color: black;
}

.pricing-box .js-cartlist {
    padding: 0;
    background-color: #eeeeee;
}

.pricing-box li {
    padding: 15px;
    display: flex;
    justify-content: space-between;
     color: black;
}

.pricing-box .cartFoot {
    padding: 0;
    justify-content: flex-end;
}

.pricing-box .js-package-data {
    display: none;
}

.pricing-box .table-head {
    background-color: #007bff;
    padding: 0 15px;
}

.pricing-box .dtbl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-box .dtd {
    font-weight: 600;
    text-transform: uppercase;
}
.dtbl .dtd{
        padding: 5px 0 !important;
        color: white;
}
.pricing-box .dtd::before {
  display: none;
}

.pricing-box .cartHead {
    display: none;
}

.pricing-box .plusminusbtns {
    display: none;
}

.pricing-box .cart-btn {
    display: none !important;
}

.cardsec .labeled {
    font-size: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    margin-top: 15px;
}

.cardsec .textarea,
.cardsec .form-control {
    height: 50px;
}

.form-group {
    margin-bottom: 20px !important;
}
.form-group input{
   color: black !important;
}
.js-submitinfo{
    background: #007bff !important;
    color: white;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.stripe{
    padding: 50px 0;
}
.check-term{
    a{
        color: #007bff !important;
        
    }
}
.js-checkedTerm{
    margin-right: 5px !important;
}


.iti,
select {
    width: 100%;
    font-size: 14px;
}

.iti--separate-dial-code {
    .iti__selected-dial-code {
        font-size: 14px;
        font-weight: 400;

        @media (max-width: 767px) {
            font-size: 12px;
        }
    }
}

.iti__flag{
    background-image:url('/assets/images/flags.png');

    @media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
        background-image:url('/assets/images/flags@2x.png')
    }
}
.js-pckname{
  text-wrap: wrap;
}