
*{
    box-sizing: border-box;
}
html{
    font-size: 14px;
}
body {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.8;
    color: var(--body-color);
    background-color: var(--white);
    overflow-x: hidden;
    position: relative;
}
body.menu-showing{
    overflow:hidden;
}
body.main-showing{
    overflow:hidden;
}
body.main-showing:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    background-color:rgba(0, 0, 0, 0.75);
}
a{
    text-decoration: none;
}
button{
    outline:none;
    box-shadow:none;
    -webkit-appearance: none;
    border:none;
}
.img-fluid{
    display: block;
    max-width: 100%;
    height: auto;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.bg-secondary{
    background-color: var(--lightBg);
}

#topbar{
    border-top:4px solid var(--primary-color);
}
#topbar .row{
    align-items: center;
}
.logo img{
    height:35px;
}
.topbarinfo{
    padding:0;
    margin:0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.topbarinfo li a span{
    display: none;
}
.topbarinfo li a{
    display: block;
    font-size:16px;
    line-height: 2;
    color:var(--primary-colorDark);
    text-align: center;
    width:50px;
    border-left:1px solid var(--gray);
}
.topbarinfo li a:hover{
    color:var(--secondary-color);
}
.topbarinfo li a i{
    margin-right:6px;
}
.topbarinfo li:first-of-type a{
    border-left: none;
}

/* Resetting Plugins */
.swiper-wrapper{
    height: auto;
}
.swiper-pagination-bullet-active{
    background-color: var(--secondary-color);
}
.swiper-pagination-bullet{
    border-radius: 0;
}
#mobile-footer{
    padding:8px 0;
    background-color:var(--primary-color);
    color:var(--white);
    position: fixed;
    width:100%;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
    border-top:2px solid #fff;
}
#menu ul li a{
    text-transform: capitalize;
    border-bottom:4px solid transparent;
}
.has-child i{
    font-size:8px;
}
#menu-list li .nav-link:hover{
    background-color: var(--primary-colorDark);
    color:var(--white);
    border-bottom:4px solid var(--secondary-color);
}
.category-title{
    font-size:16px;
    padding-bottom:8px;
    border-bottom:1px solid #f3f3f3;
    margin-bottom:6px;
    color:var(--primary-color);
}
.category-title span{
    position: relative;
}
.category-sub-title{
    font-size:15px;
    color:var(--secondary-color);
    margin-bottom:12px;
}
/* .category-title span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-6px;
    width:100%;
    height:2px;
    background-color:var(--secondary-color);
} */
.main-button{
    background-color: var(--primary-color);
    line-height:2.5;
    display: inline-block;
    color:var(--white);
    /* padding:0 16px; */
    margin:8px 0;
    text-align: center;
    min-width:100%;
    border-radius:4px;
}
.main-button i{
    margin-left:8px;
    font-size:8px;
    vertical-align: middle;
    margin-top:-3px;
}
.main-button:hover{
  filter:saturate(75%);
  color:var(--white);
}
#main-nav-wrapper{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 9;
    background-color: #fff;
    padding:32px 0;
    transform:translateX(-100%);
    transition: all 0.3s ease-in;
}
#main-nav-wrapper.show-menu{
    transform:translateX(0);
}
#main-nav-wrapper .arrow{
    display:none;
}
#desktop-cart{
    display:none;
}
#desktop-user-info {
    display: none;
}
#menu-list{
    padding:0;
    margin:0;
    list-style: none;
    scrollbar-width: none;
}
.is-child{
    display:none;
}
/* .has-child:hover .is-child{
    display: block;
} */
#menu-list li a{
    display: block;
    padding:6px 8px;
    border-bottom:1px solid #f7f7f7;
}
/* Theme Styl;ings Go Here */
.product-wrapper-main{
    margin-bottom:32px;
}
.product-wrapper-main p{
    margin-bottom:0;
}
.product-title{
    font-size:12px;
    font-weight:500;
}
.price{
    font-size:11px;
}
.price del{
    color:var(--secondary-color);
    padding:0 8px;
    font-size:80%;
}
.price ins{
    font-weight: 500;
    padding:0 8px;
    text-decoration: none;
}

.footer{
    padding:32px 0;
    background-image: url('../images/tour-bg.png');
    background-size: 50%;
    background-position: center;
    background-repeat: repeat-x;
}
.footer .footer-title{
    font-size:16px;
}
.footer p{
    font-size:13px;
    line-height:1.8;
}
.footer-quick {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}
.footer-quick li a{
    display: block;
    line-height: 2;
    color:var(--primary-color);
    font-size:14px;
    margin-right: 24px;
    font-weight: 500;
    /* color: var(--body-color); */
}
.footer-quick li a:hover {
    color: var(--secondary-color);
}
.footer-contact{
    list-style: none;
}
.footer-contact li a{
    display: block;
    line-height: 2;
    color:var(--primary-color);
    font-size:14px;
}
.footer-contact li a i{
    margin-right: 12px;
}
.social-footer{
    list-style: none;
}
.social-footer li{
    display: inline-block;
}
.social-footer li a{
    display: block;
    font-size:18px;
    margin:0 8px;
    color:var(--primary-color);
}
.social-footer li:first-of-type a{
    margin-left:0;
}
.foot-end{
    background-color: var(--primary-color);
    padding:8px 0;
    color:var(--lightBg);
}
.foot-end p{
    margin-bottom: 0;
}

/* Layout 1 styling */
.layout-1 .product-wrapper-main .product-image, .layout-2 .product-wrapper-main .product-image, .layout-4 .product-wrapper-main .product-image{
    padding:16px;
    border:1px solid var(--gray);
    border-radius:8px;
}
.layout-1 .product-wrapper-main{
    text-align: center;
}
.layout-1 .product-wrapper-main .product-details, .layout-2 .product-wrapper-main .product-details, .layout-4 .product-wrapper-main .product-details{
    padding:8px 12px;
}
/* theme 2 styling */
.layout-2 .product-wrapper-main .product-details{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:10px 0;
}
.layout-2 .product-wrapper-main .product-title{
    width:60%;
    font-size:14px;
    line-height: 1;
}
.layout-2 .product-wrapper-main .price{
    width:40%;
    line-height: 1.2;
    text-align: right;
}
.layout-2 .product-wrapper-main p:last-of-type{
    width: 100%;;
}
.layout-2 .product-wrapper-main .price del{
    display: block;
}
.layout-2 .product-wrapper-main .price ins{
    display: block;
}

/* theme 3 styling */

.layout-3 .product-wrapper-main{
    display:flex;
    flex-direction:row;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.layout-3 .product-wrapper-main .product-image img{
    width:150px;
}
.layout-3 .product-wrapper-main .product-image{
    padding:10px;
}
.layout-3 .product-wrapper-main .product-details .product-title{
    font-size:15px;
}
/* layout 3 styling */

/* layout-4 styling */

.layout-4 .product-wrapper-main{
    position: relative;
}
.layout-4 .product-wrapper-main .main-button.add-to-cart{
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%);
    min-width: 85%;
    z-index:3;
    opacity:0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}
.layout-4 .product-wrapper-main:hover .main-button.add-to-cart{
    opacity: 1;
    visibility: visible;
}
.layout-4 .product-wrapper-main .product-details{
    text-align: center;
}

/* layout-4 styling */

#product-main{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-180%, -50%);
    width:calc(100vw - 25px);
    height:calc(100vh - 50px);
    background-color:var(--white);
    z-index:99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top:4px solid var(--primary-color);
    border-radius: 8px;
    /* opacity:0; */
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
#product-main.show{
    /* opacity:1; */
    transform: translate(-50%, -50%);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
#close-product-main{
    position: absolute;
    top:20px;
    right:20px;
    font-size:24px;
    color:var(--secondary-color);
}
.swiper2{
    margin-top:16px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:24px;
    color:var(--secondary-color);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:-5px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:-5px;
}
.product-main-title{
    font-size:20px;
}
.main-price del{
    color:var(--secondary-color);
    margin-right: 12px;
    font-size:12px;
}
.main-price ins{
    font-size:20px;
    text-decoration: none;
    font-weight: 600;
    color:#0099ae;
}
.main-descriptions{
    font-size:1rem;
}
.swiper2 .swiper-slide-active img{
    border:1px solid #131313;
}
/* variant css */
.radio-group{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.radio-group div{
    margin-right:12px;
}
.radio-group div input:checked ~ label{
    color:#fff;
}
.variant-label:hover{
    cursor: pointer;
}
.color-boxes{
    width:25px;
    height:25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.color-boxes i{
    opacity:0;
}
.radio-group div input:checked ~ .color-boxes i{
    opacity:1;
}
.variant-label.selected, .radio-group div input:checked ~ label{
    background-color: #0099ae
}
.variant-label{
    border:1px solid #0099ae;
}
.variant-title{
    font-size:13px;
    font-weight: 600;
    margin-bottom:0;
}
.variant-label{
    font-size:12px;
    padding:0px 6px;
}
.main-product-add{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top:16px;
}
.increase-decrease{
    display:flex;
    flex-direction:row;
    margin-right:16px;
}
.increase-decrease button{
    background-color: var(--primary-color);
    color:#fff;
    font-size:13px;
    line-height:2.5;
    width:30px;
    outline:none;
    box-shadow:none;
    -webkit-appearance: none;
    border:none;
}
.increase-decrease input {
    width: 40px;
    text-align: center;
}
.main-product-add .main-button{
    min-width: 200px;
    line-height:2.5;
    outline:none;
    box-shadow:none;
    -webkit-appearance: none;
    border:none;
}
.for-m{
    margin-bottom:32px;
}
#cart{
    position: fixed;
    top:0;
    right:0;
    width:100%;
    height:100vh;
    transform:translateX(100%);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    background-color: var(--white);
    z-index:9;
    padding:32px 24px;
    border-top:4px solid var(--primary-color);
}
#cart.show{
    transform:translateX(0);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
#cart h4{
    font-size:1.25rem;
}
.cart-wrapper{
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-item-wrapper{
    height:calc(100vh - 400px);
    overflow-y: scroll;
}
.cart-item-wrapper::-webkit-scrollbar {
    width: 4px;               /* width of the entire scrollbar */
}

.cart-item-wrapper::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
}

.cart-item-wrapper::-webkit-scrollbar-thumb {
    background-color: primary-color;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid var(--secondary-color);  /* creates padding around scroll thumb */
}
.cart-wrapper .cart-item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding:4px 8px;
    margin-bottom:4px;
    border-bottom:1px solid var(--lightBg)
}
.cart-wrapper .cart-item .cart-image-wrapper img{
    width:100px;
    margin-right:16px;
}
.cart-wrapper .cart-item .cart-details{
    width:50%;
}
.del-cart-item a{
    color:var(--secondary-color);
}
.cart-wrapper .cart-item .cart-details p{
    font-size:16px;
    margin-bottom:0;
}
.cart-wrapper .cart-item .cart-details .cart-price{
    font-size:14px;
    font-weight: 600;
}
.cart-wrapper .cart-item .cart-details .cart-extra p{
    font-size:10px;
    display: inline-block;
    margin-right:6px;
}
.cart-color{
    width:10px;
    height:10px;
    display: inline-block;
}
.cart-details .increase-decrease{
    margin-top:6px;
}
.cart-details .increase-decrease button{
    background-color: var(--primary-color);
    color:#fff;
    font-size:14px;
    line-height:1;
    width:20px;
    height:20px;
    outline:none;
    box-shadow:none;
    -webkit-appearance: none;
    border:none;
}
.cart-details .increase-decrease input {
    font-size: 11px;
    width: 30px;
    height: 20px;
    text-align: center;
    margin: 0 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.cart-image-wrapper{
    position: relative;
}
.cart-image-wrapper a{
    position: absolute;
    top:-2px;
    right:13px;
    z-index:7;
    color:var(--secondary-color);
}
.cart-bottom{
    padding:20px 0;
}
#coupon-input{
    display: none;
}
#coupon-input button{
    line-height: 1;
    height:30px;
    margin:0;
}
#coupon-input input{
    width:100%;
    height:30px;
}
.email-cta{
    font-size:12px;
}
.email-cta input{
    width:100%;
}
.cart-title{
    position: relative;
}
.cart-title a{
    position: absolute;
    top:4px;
    right:4px;
    color:var(--secondary-color);
    font-size:16px;
}
.cart-item .cart-image-wrapper a{
    opacity:0;
}
.cart-item:hover .cart-image-wrapper a{
    opacity:1;
}
#checkout{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.56);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:9999;
    visibility: hidden;
    opacity:0;
}
#checkout.show{
    visibility: visible;
    opacity:1;
}
#checkout .checkout-wrapper{
    width:650px;
    background-color: #fff;
    padding:20px 25px;
}
#checkout h5 small{
    font-weight:400;
    display: block;
    font-size:60%;
}
#checkout  #close-checkout{
    float:right;
    color:var(--secondary-color);
}
.input-group label{
    font-size:12px;
}
.form-control{
    width:100%;
    border-radius:2px;
    outline:none;
    box-shadow:none;
    border:1px solid var(--primary-color);
    margin-bottom:10px;
}
.input-group textarea{
    width:100%;
    border:1px solid var(--primary-color);

}
#pickup-form{
    display:none;
}
.delivery-wrap, .checkout-wrap{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding:18px 16px;
    margin:8px 0;
    border:2px solid var(--black);
    opacity:0.45;
}
.delivery-wrap:hover, .checkout-wrap:hover{
    cursor: pointer;
}
.delivery-wrap.active, .checkout-wrap.active{
    border:2px solid var(--primary-color);
    opacity:1;
}
.delivery-wrap i, .checkout-wrap i{
    font-size:32px;
    color:var(--black);
}
.delivery-wrap.active i , .checkout-wrap.active i{
    color:var(--primary-color);
}
.delivery-wrap p, .checkout-wrap p{
    font-size:16px;
    margin-top:10px;
    margin-bottom:0;
}
.delivery-wrap.active p, .checkout-wrap.active p{
    color:var(--primary-color);
}
.has-expired{
    overflow: hidden;
    width:100%;
    height:100vh;
    position: relative;
}
.variant-selector{
    padding:0;
    margin:0;
    list-style: none;
}
.variant-selector label{
    font-size:12px;
}
.variant-selector li{
    padding-left:25px;
}
.variant-selector li label{
    position: relative;
}
.variant-selector li label:before{
    content:'';
    position: absolute;
    top:50%;
    left:-20px;
    transform: translateY(-50%);
    width:15px;
    height:15px;
    border:1px solid;
    border-color:var(--primary-color);
}
.variant-selector li label.selected:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: var(--primary-color);
}
.swiper-container{
    overflow-x: hidden;
    position: relative;
}
.nav-next.arrow i, .nav-prev.arrow i{
    display: none;
}
.line-clamp p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .about-section {
      margin-top: 70px;
  }
  .about-img {
    max-width: 500px;
    float: left;
    margin-right: 2rem;
    margin-bottom: 15px;
  }
  .about-img img {
    width: 100%;
    height: auto;
  }
  .about-text {
   text-align: justify;
  }
  .contact-info {
      padding: 70px 0;
  }
  .contact-info img {
    width: 100%;
    height: auto;
  }
  .contact-tile {
      padding: 0 25px;
  }
  .input-group select.form-control {
      padding: 4px 0 4px 0;
  }
  .nav-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
  }
  .nav-info a {
    margin-right: 15px;
  }

  #user-info{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.56);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:9999;
    visibility: hidden;
    opacity:0;
}
#user-info.show{
    visibility: visible;
    opacity:1;
}
#user-info .user-wrapper{
    width:500px;
    background-color: #fff;
    padding:20px 25px;
    overflow: scroll;
}
#user-info h5 small{
    font-weight:400;
    display: block;
    font-size:60%;
}
#user-info  #close-user-info{
    float:right;
    color:var(--secondary-color);
}
#sign-up{
    display:none;
}
.sign-wrap, .login-wrap{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding:18px 16px;
    margin:8px 0;
    border:2px solid var(--black);
    opacity:0.45;
}
.sign-wrap:hover, .login-wrap:hover{
    cursor: pointer;
}
.sign-wrap.active, .login-wrap.active{
    border:2px solid var(--primary-color);
    opacity:1;
}
.sign-wrap i, .login-wrap i{
    font-size:32px;
    color:var(--black);
}
.sign-wrap.active i , logint-wrap.active i{
    color:var(--primary-color);
}
.sign-wrap p, .login-wrap p{
    font-size:16px;
    margin-top:10px;
    margin-bottom:0;
}
.sign-wrap.active i , .login-wrap.active i{
    color:var(--primary-color);
}
.sign-wrap p, .login-wrap p{
    font-size:16px;
    margin-top:10px;
    margin-bottom:0;
}
.sign-wrap.active p, .login-wrap.active p{
    color:var(--primary-color);
}
.account-info {
    padding-top: 60px;
    padding-bottom: 60px;
}
.account-info h5 {
    padding-top: 15px;
}
.account-info button {
    margin-top: 10px;
}
.account-info .btn.btn-solid {
    padding: 7px 27px;
    margin-right: 15px;
    background-color: var(--primary-color);
    color: var(--white);
}
.account-info .btn.btn-solid-2 {
    padding: 7px 27px;
    margin-right: 15px;
    background-color: var(--secondary-color);
    color: var(--white);
}
.swiper-pagination {
    z-index: 9 !important;
}
.remove {
    overflow: hidden;
}
.home-link a {
    color: #000;
}
.home-link a:hover {
    color: var(--secondary-color);
}

.slider-content {
    position: absolute;
    top: 40%;
    left: 33%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 42%;
    /* margin-left: 45px; */
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.2)
}
.slider-content .slider-content-title {
    font-size: 42px;
    font-weight: 600;
    /* color: #3DBFEB; */
}
.slider-content .slider-content-desc {
    font-size: 18px;
    margin-bottom: 10px;
}
.main-button.slider-btn {
    min-width: 30% !important;
}
.swiper-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.5609594179468662) 17%, rgba(0,0,0,0.24723392775078779) 59%, rgba(0,0,0,0.05675773727459732) 91%);
}

.product-wrapper-main {
    position: relative;
}
.ribbion-stock {
    position: absolute;
}
.ribbion {
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    left: -15px;
    background-color: var(--primary-color);
    color: #fff;
}
.stock-out {
    opacity: 0.76;
}
.stock-out .ribbion {
    background-color: #4a4a4a;
}
.stock-out .ribbion::before {
    border-color: transparent #4a4a4a transparent transparent;
}
.ribbion:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    border: 15px solid;
    border-color: transparent var(--primary-color) transparent transparent;
}

.swiper-wrapper {
    height: calc(100vh - 112px);
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}
a.history-link {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.footer h3 strong {
    font-size: 18px;
    font-weight: 500;
}

.about-section .about-text ul {
    columns: 2;
}
@media only screen and (max-width: 576px) {
    .foot-end .text-right.foot-center {
        text-align: center !important;
    }
    .contact-title {
        padding-top: 20px;
    }
}
.fix-bar {
    position: fixed;
    left: 0;
    right: auto;
    bottom: 75px;
    z-index: 10;
    cursor: pointer;
}
.fix-bar .phone {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    background-color: #3DBFEB;
    color: #fff;
    margin-bottom: 1px;
}
.fix-bar .whats-app {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    background-color: #25D366;
    color: #fff;
}
.fix-bar a {
    color: #fff;
    font-size: 20px;
    position: relative;
}
.fix-bar span.hover-content {
    background-color: #3DBFEB;
    height: 40px;
    padding: 7px 20px;
    position: absolute;
    top: -5.5px;
    left: 31px;
    font-size: 16px;
    opacity: 0;
    transform: translateX(-150px);
    transition: all ease-in-out 0.45s;
}
.fix-bar :hover span.hover-content {
    opacity: 1;
    transform: translateX(0px);
    transition: all ease-in-out 0.45s;

}
.fix-bar .whats-app span.hover-content {
    background-color: #25D366;
}

@media only screen and (max-width: 576px) {
    .fix-bar .phone {
        width: 35px;
        height: 35px;
    }
    .fix-bar .whats-app {
        width: 35px;
        height: 35px;
    }
    .fix-bar a {
        font-size: 16px;
    }
    .fix-bar a .fa {
        line-height: 1 !important;
    }
} .online-pay {
      margin-top: 10px;
  }
  .online-pay label {
    font-weight: 600;
  }
  .qr-img {
      width: 120px;
  }
  .qr-img p {
      text-align: center;
      font-weight: 500;
  }
    .payment-footer {
      display: flex;
      list-style-type: none;
      padding-left: 0;

  }
  .payment-footer .qr-img img {
      height: 100px;
      width: auto;
  }
  .payment-footer .qr-img {
      width: auto;
      margin-right: 15px;
  }
  .payment-footer .qr-img p img.khalti {
      width: auto;
      height: 25px;
      margin-top: 10px;
  }
  .payment-footer .qr-img p img.e-sewa {
    width: auto;
    height: 36px;
    margin-top: 4px;
}
#mobile-cart-trigger {
    text-align: center;
}

