/*slick by default settings*/
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    position: relative;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #C8C8C8;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    -webkit-transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-radius: 50% !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: var(--main-bg-color);
}
.slick-dots li.slick-active button {
    background: #fff;
    border-color: var(--main-bg-color);
    width: 35px;
    border-radius: 5px !important;
}
.slick-dots {
    text-align: center;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}
.need-arrows .slick-arrow.slick-hidden {
    display: none;
}
.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows .slick-prev {
    left: 10px;
    z-index: 1;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 1;
    left: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    right: -28px;
}
.need-arrows .slick-next,
.need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%, -50%);
}
.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate(-45deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate(135deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before,
.need-arrows .slick-next:before {
    font-size: 40px;
}
/*slick by default settings*/

.cart-payment {
    padding: 30px 0;
}
.top-back img {
    width: 100%;
    max-width: 25px;
}
.pay-securely {
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #f5f4f7;
}
.permotion-mgs svg {
    margin: 0 auto;
    width: 100%;
    max-width: 70px;
    margin-bottom: 15px;
}
.permotion-mgs h4 {
    font-size: 36px;
    font-weight: 600;
}
.permotion-mgs p {
    font-size: 20px;
    font-weight: 500;
}
.permotion-mgs {
    padding: 50px 0;
}
.left-top {
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 80px;
    top: 0px;
}
.right-top {
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 80px;
    bottom: 0px;
}
.pay-securely .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.upr-card {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
}
.logoside img {
    width: 100%;
    max-width: 75px;
}
.addressside p img {
    width: 100%;
    max-width: 19px;
    margin-right: 4px;
}
.addressside p {
    font-weight: 600;
    font-size: 16px;
}
.addressside a {
    border-bottom: 1px solid;
    font-weight: 500;
    font-size: 16px;
}
.bg-div {
    width: 100%;
    height: 20px;
    background-color: var(--main-bg-color);
    border-radius: 50px;
    margin-top: 5px;
    border: 2px solid #E2E2E2;
}
.sheet-started {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    padding: 20px 0px 0px 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: none;
}
.payment-sheet {
    padding: 0 35px;
    margin-top: -26px;
}
.faq {
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 1px solid #EBEBEB;
    padding: 15px 15px;
}
.payment-space {
    padding: 0 20px;
}
.coupon-div {
    background-color: #F6FFFA;
    padding: 15px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 1px solid #EBEBEB;
    line-height: normal;
}
#cartTable {
    background-color: #fff;
    border-radius: 13px;
    font-size: 16px;
    color: #000;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 1px solid #EBEBEB;
}
.coupon-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.coupon-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}
.coupon-div .coupon-image svg {
    width: 100%;
}
.bill-payment {
    padding: 10px 0 0;
}
.bill-payment h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
#cartTable {
    background-color: #fff;
    border-radius: 13px;
    padding: 5px 0;
    font-size: 16px;
    color: #000;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 1px solid #EBEBEB;
}
#cartTable td {
    padding: 5px 15px;
}
.g-total {
    font-weight: 700;
}
.stikcy-btn {
    margin-bottom: 15px;
    margin-top: 20px;
}
.stikcy-btn .add-btn {
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 18px;
}
.coupon-div .coupon-image {
    max-width: 50px;
    padding-right: 10px;
}
.bill-bottom {
    position: relative;
    margin: 0 -1px;
    margin-top: -15px;
    z-index: 0;
}
.enter-amount {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    display: flex
;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 1px solid #EBEBEB;
}
.amount-heading {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}
.amount-heading:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #fff, #dcbac9, #fff);
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}
.amount-heading span {
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 10px 10px;
}
.amount-para {
    font-weight: 500;
    font-size: 14px;
    color: #6E6B6B;
}
.amount-text-stary {
    display: flex
;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 3px;
}
.amount-text-stary svg {
    height: 20px;
    width: 100%;
    max-width: 20px;
}
.hidden-span {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    font-size: 39px;
    font-family: inherit;
}
#originalPrice {
    box-sizing: content-box;
    width: 50px;
    font-size: 39px;
    height: 50px;
    border: none;
    border-bottom: 2px solid #cacaca;
    outline: none;
    text-align: center;
    appearance: none;
    -moz-appearance: textfield;
    color: #000;
    font-weight: 600;
}
.discounted-price {
    display: flex
;
    justify-content: center;
    align-items: baseline;
    font-size: 36px;
    padding: 5px 0;
    color: #00923F;
    font-weight: 600;
    border-bottom: 1px solid #CACACA;
    width: min-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.discounted-price svg {
    width: 100%;
    max-width: 18px;
}
p#editAmount {
    width: auto;
    max-width: max-content;
    margin: 0 auto;
    color: #000;
}
.edit-mount span {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid;
}
.coupon-div.saving-div {
    border: 1px solid var(--main-bg-color);
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 8px 10px;
}
.coupon-div.saving-div .coupon-image {
    max-width: 30px;
    padding-right: 9px;
}
.coupon-div .coupon-image img {
    width: 100%;
}
.saving-div .coupon-text p {
    color: #006630;
    font-size: 14px;
}
.faq .card .card-header .btn-header-link:after {
    content: "\f107";
}
.faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}
.faq .card .card-body {
    padding: 5px 0px 0px 0px;
    font-size: 15px;
}
.faq .card .card-header .btn-header-link {
    padding: 0px 30px 0px 0px !important;
    font-size: 15px !important;
}
.card-body > div {
    padding: 2px 0;
}
.stikcy-btn .add-btn:disabled {
    background: #B0B4C0;
}
.top-back {
    cursor: pointer;
}

@media only screen and (min-width: 1920px) {
.cart-payment {
    min-height: 72vh;
}
}

@media only screen and (max-width: 767px) {
.left-top {
    max-width: 35px;
}
.right-top {
    max-width: 35px;
}
.permotion-mgs {
    padding: 5px 0 10px 0;
}
.permotion-mgs svg {
    max-width: 100%;
    margin-bottom: 0;
}
.pay-securely {
    text-align: left;
    padding: 20px 30px;
    margin-bottom: 12px;
}
.permotion-img {
    width: 65px;
    padding-right: 15px;
}
.permotion-mgs h4 {
    font-size: 22px;
}
.permotion-mgs p {
    font-size: 13px;
}
.permotion-started {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-securely .slick-dots {
    transform: translate(-50%, 0%);
    bottom: -15px;
}
.coupon-div {
    padding: 10px 20px;
}
.coupon-text h2 {
    font-size: 12px;
}
.coupon-text p {
    font-size: 14px;
}
.cart-payment {
    padding: 20px 0;
}
.upr-card {
    padding: 12px 12px;
}
.payment-sheet {
    padding: 0 23px;
    margin-top: -23px;
}
.addressside p {
    font-size: 15px;
}
.addressside a {
    font-size: 15px;
}
.addressside p img {
    max-width: 17px;
    margin-right: 4px;
}
.bg-div {
    height: 20px;
}
.sheet-started {
    padding: 20px 0px 0px 0px;
}
.payment-space {
    padding: 0 12px;
}
#cartTable {
    font-size: 14px;
    padding: 5px 0;
}
.bill-payment h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
.inner-page .container {
    padding: 0 10px;
    overflow: hidden;
}
.permotion-text {
    line-height: normal;
}
.faq .card .card-header .btn-header-link {
    padding: 0px 0px 0px 0px !important;
}
.stikcy-btn {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E4E4E4;
    display: flex;
    position: fixed;
    bottom: 0px;
    height: auto;
    left: 0px;
    padding: 10px 10px !important;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    width: 100%;
    z-index: 3;
}
.stikcy-btn .add-btn {
    max-width: 100%;
}
.add-btn {
    font-size: 15px !important;
}
.amount-heading {
    font-size: 16px;
}
.coupon-div.saving-div {
    padding: 10px 10px;
}
    .coupon-div.saving-div .coupon-image {
        max-width: 33px;
        padding-right: 8px;
    }
    .saving-div .coupon-text p {
        font-size: 15px;
    }
    .footer-bottom {
        padding-bottom: 85px !important;
    }
    .top-back img {
    max-width: 23px;
}

}