@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
html,body{
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    touch-action: manipulation;
}
.vendor-nav{
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.offcan-vendor-nav{
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: none;
    vertical-align: middle;
}
.vendor-nav-logo{
    display: inline-block;
    text-align: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    image-rendering: optimizeQuality, optimizeSpeed;
    image-orientation: from-image;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.vendor-nav-brand,.vendor-nav-brand-offcan{
    color: #001f3f;
    font-size: 16px;
    justify-content: center;
    font-weight: 400;
    overflow: hidden;
    vertical-align: middle;
    transition: 0.3s ease;
}
.vendor-nav-link-ul{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.vendor-nav-link{
    color: #001f3f;
    font-size: 17px;
    justify-content: center;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 20px;
    transition: 0.3s ease;
}
.vendor-nav-link:hover{
    background-color: #001f3f;
    color: #f5f5dc;
    border-left: 5px solid #007bff;
}
.nav-pad{
    padding-left: 10px;
}
.vendor-nav-brand:hover,.vendor-nav-icon:hover{
    color: #007bff;
}
.vendor-nav-icon-btn{
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: auto;
    cursor: pointer;
    font-weight: bolder;
    overflow: hidden;
}
.vendor-nav-icon{
    color: #001f3f;
    font-size: 25px;
    padding: auto;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    cursor: pointer;
    background-color: transparent;
    overflow: hidden;
    transition: 0.3s ease;
}
.vendor-nav-sm-icon{
    padding: 3px;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: 400;
    overflow: hidden;
    overflow-x: auto;
    display: block;
    width: 100%;
}
.vendor-nav-sm-icon-a{
    padding: 4px 6px;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: 400;
    color: #001f3f;
    transition: 0.3s ease;
}
.vendor-nav-sm-icon-a:hover{
    color: #007bff;
}
.form-check-input[type="checkbox"] {
    background-color: #f5f5dc;
    border-color: #001f3f;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.form-check-input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.form-check-input[type="checkbox"]:focus {
    background-color: #f5f5dc;
    border-color: #001f3f;
    outline: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
#formFile::file-selector-button{
    background-color: #ffffff;
    color: #000000;
}
#receiptFile::file-selector-button{
    color: #000000;
    background-color: #ffffff;
}
.selectbox{
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background-color: #007bff;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: none;
    margin: none;
    display: grid;
    height: 180px;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    color: #f5f5dc;
    transition: 0.3s ease;
}
.selectbox:hover{
    color: #f5f5dc;
    background-color: #001f3f;
}
.selectbox-icon{
    font-size: 25px;
}
.selectbox-text{
    font-size: 15px;
    font-weight: 400;
}
.metallic-silver{
    color: #001f3f;
    font-size: 13px;
}
.login-container {
    background-color: #ffffff;
    width: 50%;
    padding: 20px;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10%;
    display: block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}
.login-container2 {
    background-color: #ffffff;
    width: 60%;
    padding: 10px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-top: 7%;
    display: block;
    margin-bottom: 8px;
}
.login-container3 {
    width: 98%;
    max-width: 100%;
    margin-top: 5%;
    display: block;
}
.login-container4 {
    background-color: #ffffff;
    width: 85%;
    padding: 10px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #C0C0C0;
    margin-top: 7%;
    display: block;
    margin-bottom: 8px;
}
.product-container{
    background-color: #ffffff;
    width: 90%;
    padding: 8px;
    border-radius: 5px;
    margin-top: 7%;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}
.add-product-container{
    width: 70%;
    max-width: 100%;
    padding: 10px;
    margin-top: 8%;
    border-radius: 5px;
    background-color: #ffffff;
    display: block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}
.add-product-section-container{
    width: 100%;
    background-color: transparent;
    display: block;
    padding: 8px;
}
.setting-container{
    background-color: transparent;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding: 20px;
    display: block;
    text-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.updatecac-previewcac-container{
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: none;
    width: 250px;
    height: auto;
    display: none;
}
.updatecac-previewcac{
    width: 250px;
    height: auto;
    display: none;
}
.updatelogo-currentlogo-container{
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px double rgba(0, 0, 0, 0.1);
    width: 180px;
    height: 180px;
}
.updatelogo-currentlogo{
    width: 180px;
    height: auto;
}
.updatelogo-previewlogo-container{
    justify-content: center;
    align-items: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px double #C0C0C0;
    border:none;
    width: 200px;
    height: 200px;
    display: none;
}
.updatelogo-previewlogo{
    width: 200px;
    height: auto;
    display: none;
}
.shipping-margin{
    margin-top: 5%;
}
.shipping-container{
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.shipping-container2{
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5%;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.proimg{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    overflow: hidden;
}
.pricecolor{
    color: #449f42;
    font-size: 500;
}
.edit-btn{
    color: #001f3f;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-shadow: 0 0 0.6px rgba(10, 9, 9, 0.727);
    transition: 0.3s ease;
}
.show-green-btn{
    color: #449f42;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-shadow: 0 0 0.6px rgba(10, 9, 9, 0.727);
    transition: 0.3s ease;
}
.show-red-btn{
    color: #d24816;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-shadow: 0 0 0.6px rgba(10, 9, 9, 0.727);
    transition: 0.3s ease;
}
.edit-btn:hover,.show-green-btn:hover,.show-red-btn:hover{
    color: #007bff;
}
.scrollable-container{
    background-color: #007bff6a;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 5px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
}
.variant-del{
    text-decoration: none;
    cursor: pointer;
}
.variant-item{
    padding: 5px;
    margin: 4px;
    background-color: #007bff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5%;
    color: #f5f5dc;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    width: auto;
    transition: 0.3s ease;
}
.variant-item:hover,.photo-del:hover{
    background-color: #001f3f;
    color: #f5f5dc;
}
.variant-type{
    padding: 1px;
    border-bottom: 1px solid #001f3f;
}
.variant-value{
    padding: 1px;
    font-weight: 300;
}
.variant-x{
    display: inline-block;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.photo-item{
    padding: 3px;
    margin: 3px;
    background-color: #007bff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    max-height: 100%;
    width: auto;
}
.photo-card{
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
    width: auto;
    height: auto;
    display: block;
}
.photo-param{
    width: 250px;
    height: 200px;
    object-fit: fill;
}
.photo-del{
    text-decoration: none;
    color: #f5f5dc;
    cursor: pointer;
    background-color: #007bff;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    transition: 0.3s ease;
}
.photo-modal-header{
    background-color: #ffffff;
    overflow: hidden;
    color: #007bff;
    font-size: 14px;
    font-weight: 400;
}
.photo-modal-body{
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
}
.photo-modal-image{
    width: 100%;
    height: auto;
}
.center-spinner{
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
}
.store-container{
    width: 90%;
    max-width: 100%;
    padding: 15px;
    margin-top: 5%;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
}
.store-products{
    padding: 4px;
    margin: none;
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transition: 0.3s ease;
}
.store-products:hover{
    background-color: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.card-bdy{
    padding: 4px;
    background: transparent;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
.store-photo{
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    background-color: #ffffff;
}
.store-photo-param{
    width: 100%;
    height: 300px;
    image-rendering: optimizeSpeed;
    object-fit: cover;
    transition: 0.3s ease;
}
.store-photo-param:hover{
    image-rendering: optimizeQuality;
}
.card-details{
    background: transparent;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
}
.card-brand-name{
    color: #007bff;
    opacity: 0.6;
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    display: block;
}
.card-prod-name{
    color: #001f3f;
    opacity: 0.7;
    font-size: 14px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    display: block;
}
.card-category{
    color: #000000;
    opacity: 0.5;
    font-size: 13px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    display: block;
}
.card-prod-price{
    color: #449f42;
    font-size: 14px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    overflow: hidden;
    display: block;
    font-variant-numeric: tabular-nums;
    font-family: 'Inter', sans-serif;
}
.card-prod-price-x{
    color: #000000;
    font-size: 14px;
    opacity: 0.7;
    text-align: left;
    width: 100%;
    font-weight: 500;
    overflow: hidden;
    margin-right: 5px;
    text-decoration:line-through;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-color: #d24816;
    font-variant-numeric: tabular-nums;
    font-family: 'Inter', sans-serif;
}
.card-instock{
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 2px 0px;
}
.card-instock-inner{
    color: #f5f5dc;
    background: #007bff;
    font-size: 11px;
    justify-content: center;
    text-align: left;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    opacity: 0.7;
}
.card-discount-inner{
    color: #d24816;
    border: 1.5px solid #d24816;
    background: transparent;
    font-size: 11px;
    justify-content: center;
    text-align: left;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    padding: 2.5px 10px;
    border-radius: 15px;
    opacity: 0.7;
}
.store-modal-header{
    background-color: #ffffff;
    overflow: hidden;
    color: #007bff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.store-modal-body{
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.store-modal-body2{
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.store-modal-box-outside {
    backdrop-filter: blur(10px);
    background: #001f3f6b;
}
.carousel-container{
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: none;
    margin: none;
    object-fit: cover;
    display: block;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.store-modal-carousel-indicator{
    background-color: #001f3f2a;
    border-radius: 50px;
    width: auto;
    transition: 0.3s ease;
}
.store-modal-carousel-indicator .active{
    background-color: #007bff;
}
.store-modal-carousel-inner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: transparent;
    display: block;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: none;
    margin: none;
}
.store-modal-carousel-item{
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 5px;
    margin: none;
    object-fit: cover;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
    overflow-x: auto;
}
.store-modal-photo-param{
    width: 350px;
    height: 350px;
    object-fit: cover;
    display: inline-block;
    border-radius: 5px;
    image-rendering: optimizeQuality,optimizeSpeed;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: zoom-in;
    padding: none;
    margin: none;
}
.store-carousel-prev,.store-carousel-next{
    color: #007bff;
    font-size: 15px;
}
.modal-detail{
    padding: 3px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
}
.modal-discount-inner{
    color: #5d5d5d;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    margin-left: 2px;
    width: auto;
    font-weight: 300;
    text-decoration:line-through;
    text-decoration-color: #5d5d5d;
    opacity: 0.8;
    font-variant-numeric: tabular-nums;
    font-family: 'Inter', sans-serif;
}
.modal-category{
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 2px;
}
.modal-category-inner{
    color: #f5f5dc;
    vertical-align: middle;
    background-color: #808080;
    font-size: 11px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    margin: 1px;
    padding: 4px 10px;
    border-radius: 15px;
    opacity: 0.7;
}
.modal-pname,.modal-price{
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding: 2px 0px;
}
.modal-price-inner{
    color: #449f42;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    width: auto;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    font-family: 'Inter', sans-serif;
}
.modal-pname-inner{
    color: #001f3f;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    width: 100%;
    font-weight: 400;
}
.modal-brand-inner{
    color: #f5f5dc;
    vertical-align: middle;
    background-color: #001f3f;
    font-size: 11px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    margin: 1px;
    padding: 4px 10px;
    border-radius: 15px;
    opacity: 0.7;
}
.modal-share-inner{
    cursor: pointer;
    float: right;
    width: auto;
    color: #007bff;
    vertical-align: middle;
    font-size: 20px;
    background-color: transparent;
    text-align: right;
    margin: none;
    padding: 4px;
}
.QuantitySelector2{
    text-align: left;
    width: 100%;
    vertical-align: middle;
    padding: 4px;
    height: auto;
    align-items: center;
    justify-content: center;
}
.QuantitySelector-Inner2{
    color: #000000;
    text-align: left;
    vertical-align: middle;
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 11px;
    font-weight: lighter;
    align-items: center;
    justify-content: start;
}
.QuantitySelector-InnerQuantity2{
    color: #000000;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}
.QuantitySelector{
    text-align: left;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    padding: 2px;
}
.QuantitySelector-Inner{
    color: #000000;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: start;
}
.QuantitySelector-InnerQuantity{
    color: #000000;
    text-align: right;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.qty-min-add-btn{
    background-color: #007bff;
    border: none;
    font-weight: 500;
    color: #f5f5dc;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: 0.3s ease;
}
.addon-qty-btn{
    background-color: #007bff;
    border: none;
    font-weight: 400;
    color: #f5f5dc;
    border-radius: 5px;
    width: 1.7rem;
    height: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: 0.3s ease;
}
.addon-qty-field{
    text-align: center;
    border: none;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
}
.qty-min-add-btn:hover,.cart-qty-btn:hover, .addon-qty-btn:hover{
    background-color: #001f3f;
}
.button-plus:disabled, .button-plus2:disabled, .button-minus:disabled, .button-minus2:disabled, .my-btn-style:disabled, .cart-btn:disabled, .check-pay-btn:disabled, .plan-btn-style:disabled{
    background-color: #001f3f6b !important;
    cursor: not-allowed;
}
.btn-disabled{
    background-color: #001f3f6b !important;
    cursor: not-allowed !important;
    color: #001f3f !important;
}
.qty-field{
    text-align: center;
    border: none;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}
.qty-field::-webkit-outer-spin-button,.qty-field::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.description-label{
    color: #000000;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 400;
    display: block;
}
.description-inner{
    float: left;
    width: 100%;
    display: block;
}
.description-content{
    font-size: 12.5px;
    color: #000000;
    opacity: 0.8;
    font-weight: 100;
    padding: 2px;
}
.wa-btn-position{
    float: left;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;
    display: block;
}
.wa-btn-position .form-group{
    width: 99%;
    float: left;
    text-align: left;
    display: block;
}
.text-wa-btn{
    color: #f5f5dc;
    background-color: #25d366;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-decoration-line: none;
    transition: 0.3s ease;
}
.text-wa-btn:hover{
    background-color: #25d3658e;
}
.cart-btn-position{
    float: right;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: right;
    display: block;
}
.cart-btn-position .form-group{
    width: 99%;
    float: right;
    text-align: right;
    display: block;
}
.cart-btn{
    color: #f5f5dc;
    background-color: #007bff;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}
.cart-btn:hover{
    background-color: #001f3f;
}
.cart-container{
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    align-content: center;
    align-self: center;
    padding: auto;
}
.empty-cart{
    width: 100%;
    padding: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    opacity: 0.6;
}
.cart-item{
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    background-color: #001f3f2a;
}
.cartimg{
    width: 90px;
    height: 90px;
    object-fit: fill;
    border-radius: 5px;
    margin-right: 10px;
    image-rendering: optimizeQuality,optimizeSpeed;
}
.item-details{
    flex-grow: 1;
}
.item-name{
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #001f3f;
}
.item-variant{
    margin: 1px 0;
    color: #5d5d5d;
    font-size: 11.5px;
    font-weight: 100;
}
.unit-price{
    font-size: 13px;
    margin: 1px 0;
    color: #001f3f;
    font-weight: 400;
}
.item-qty{
    margin: 1px 0;
}
.delete-icon{
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #d24816;
    padding: 5px;
    transition: 0.3s ease;
}
.delete-icon:hover{
    color: #001f3f;
}
.cart-qty-btn{
    background-color: #007bff;
    border: none;
    font-weight: 500;
    color: #f5f5dc;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: 0.3s ease;
}
.quantity-input{
    text-align: center;
    border: none;
    background-color: #ffffff;
    border: none;
    width: 40px;
    height: 1.6rem;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.cart-footer{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subtotal{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.subtotal span{
    color: #449f42;
    font-size: 17px;
}
.clear-cart-btn{
    background-color: #d24816;
    color: #f5f5dc;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}
.clear-cart-btn:hover{
    background-color: #cd0000;
}
.checkout-btn{
    background-color: #007bff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    color: #f5f5dc;
    border: none;
    padding: 15px 0px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}
.checkout-btn:hover{
    background-color: #001f3f;
}
.checkout-container{
    width: 100%;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    overflow: hidden;
    padding: 1px;
}
.checkout-accordian-item{
    background-color: #ffffff;
    border: none;
}
.checkout-accordian-btn{
    background-color: #007bff;
    padding: 15px;
    color: #001f3f;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 14px;
    transition: 0.3s ease;
}
.checkout-accordian-btn:focus{
    outline: none;
}
.accordion-button.accordion-button-open{
    background-color: #001f3f;
    color: #f5f5dc;
    border: none;
    outline: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.checkout-accordian-display{
    border: none;
    text-align: left;
}
.checkout-accordian-body{
    padding: 15px 5px;
}
.form-float{
    margin-bottom: 5px;
}
.form-float-input{
    border: 1px solid #001f3f;
    font-size: 14px;
    color: #001f3f;
    transition: 0.3s ease;
}
.form-float-input:focus{
    outline: none;
}
.form-float-label{
    font-size: 13px;
}
.form-float-span{
    font-size: 11px;
    color: #d24816;
    display: none;
    padding: 3px;
}
.form-float-span2{
    font-size: 11px;
    color: #d24816;
    display: block;
    padding: 3px;
    text-align: left;
}
.check-pay-btn{
    margin-top: 10px;
    color: #f5f5dc;
    background-color: #007bff;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    transition: 0.3s ease;
}
.check-pay-btn:hover{
    background-color: #001f3f;
}
.form-payment-checkbox{
    padding: none;
    font-size: 14px;
    display: block;
    margin: 10px;
}
.form-payment-imgdiv{
    padding: 5px;
    justify-content: center;
}
.form-payment-img-container{
    justify-content: center;
    align-items: center;
    display: flex;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #001f3f;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    margin: 5px;
    vertical-align: middle;
}
.form-payment-img-logo{
    font-size: 30px;
    color: #007bff;
    align-items: center;
    vertical-align: middle;
    padding: 3px;
}
.form-payment-name-div{
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    color: #001f3f;
    align-items: center;
    vertical-align: middle;
    padding: 3px;
    letter-spacing: 0.8px;
}
.form-payment-text{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #001f3f;
    align-items: center;
    vertical-align: middle;
    padding: 3px;
}
.form-payment-note{
    width: 100%;
    font-weight: 100;
    font-size: 13px;
    color: #d24816;
    vertical-align: middle;
    padding: 2px;
    letter-spacing: 0.5px;
    opacity: 0.8;
}
.table-font-size{
    width: 100%;
    font-size: 13px;
    vertical-align: middle;
}
.table-prod-name{
    width: 100%;
    font-weight: 300;
    vertical-align: middle;
}
.table-subtotal{
    width: 100%;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
}
.table-subtotal2{
    width: 100%;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f;
}
.notification{
    background-color: #d24816;
    font-size: 12px;
    color: #f5f5dc;
    vertical-align: middle;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
}
.notification2{
    background-color: #449f42;
    font-size: 12px;
    color: #f5f5dc;
    vertical-align: middle;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
}
.order-imgdiv{
    padding: 5px;
    justify-content: center;
    background-color: transparent;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.order-imgcon{
    justify-content: center;
    align-items: center;
    display: flex;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px double #C0C0C0;
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
.order-imglogo{
    width: 120px;
    height: auto;
}
.order-id-date{
    padding: 5px;
    vertical-align: middle;
    align-items: center;
    background: #001f3f;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 2px;
}
.order-idcon{
    text-align: center;
    color: #f5f5dc;
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 2px;
    padding: 1px;
}
.order-datecon{
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.2px;
    color: #f5f5dc;
    margin: 2px;
    padding: 1px;
}
.order-cus{
    padding: 5px;
    justify-content: left;
    vertical-align: middle;
    align-items: left;
    border-top: none;
    margin-top: 5px;
}
.order-cusname{
    text-align: left;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #007bff;
    padding: 2px;
    width: 100%;
}
.order-paid{
    text-align: left;
    width: 100%;
    display: block;
}
.print-sec{
    text-align: right;
    width: 100%;
    display: block;
}
.verify-status{
    text-align: center;
    width: 100%;
    display: block;
}
.order-paid-inner{
    color: #518463;
    border: 1px solid #518463;
    background: #21cf1b59;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}
.order-paid-inner:hover{
    color: #f5f5dc;
    background: #518463;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.order-pend-inner{
    color: #cd0000;
    border: 1px solid #cd0000;
    background: #d248165d;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: not-allowed;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.print-sec-inner{
    color: #f5f5dc;
    border: 1px solid #007bff;
    background: #007bff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}
.print-sec-inner:hover{
    color: #f5f5dc;
    background: #001f3f;
    border: 1px solid #001f3f;
}
.my-btn-style{
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    color: #f5f5dc;
    font-size: 14px;
    background-color: #007bff;
    transition: 0.3s ease;
}
.my-btn-style:hover{
    background-color: #001f3f;
}
.track-text{
    font-size: 11px;
    text-align: left;
    padding: 2px;
    width: 100%;
    display: block;
    font-weight: 500;
}
.track-text-1{
    font-size:14px;
    font-weight: 500;
    text-align: left;
    padding: 2px;
    width: 100%;
    display: block;
}
.track-address{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: #001f3f;
    color: #f5f5dc;
    border-radius: 2px;
}
.map-yes{
    font-size: 13px;
    text-align: left;
    display: block;
    color: #007bff;
    width: 100%;
}
.map-no{
    font-size: 11px;
    text-align: left;
    display: block;
    color: #5d5d5d;
    width: 100%;
}
.track-status{
    font-size: 13px;
    text-align: left;
    display: block;
    color: #007bff;
    width: 100%;
    font-weight: 500;
}
.track-date{
    font-size: 13px;
    text-align: left;
    display: block;
    color: #5d5d5d;
    width: 100%;
    font-weight: 500;
}
.track-time{
    font-size: 11px;
    text-align: left;
    display: block;
    color: #808080;
    width: 100%;
    font-weight: 500;
}
.cabincol{
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    align-content: start;
    align-items: center;
    text-align: left;
    margin: none;
    transition: 0.3s ease;
}
.cabincol2{
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    height: 100%;
    width: 100%;
    max-width: 100%;
    align-content: start;
    align-items: center;
    padding: 2px;
}
.cabincol:hover{
    background: #001f3f;
    color: #f5f5dc;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.cabincol-icon {
    font-size: 19px;
    background: #f4f4f4;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 35px;
    width: 35px;
    color: #001f3f;
    overflow: hidden;
    margin-left: 4px;
}
.cabincol-icon2{
    font-size: 14px;
    background: #f4f4f4;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 20px;
    width: 20px;
    color: #001f3f;
    overflow: hidden;
    margin-left: 1px;
}
.cabincol-title{
    font-size: 11px;
    text-align: left;
    font-weight: 500;
    padding: 2px 5px;
    color: #C0C0C0;
    vertical-align: middle;
    margin-top: 5px;
    overflow: hidden;
}
.cabincol-title2{
    font-size: 10px;
    text-align: left;
    font-weight: 500;
    color: #C0C0C0;
    vertical-align: middle;
    overflow: hidden;
}
.cabincol-text{
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    display: block;
    padding: 0px;
    overflow: hidden;
    padding: 2px 5px;
}
.cabincol-text2{
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    display: block;
    overflow: hidden;
}
.cabincol-cen-titled{
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    background: #007bff;
    color: #f5f5dc;
    font-size: 14px;
    font-weight: 300;
    padding: 8px;
    transition: 0.3s ease;
}
.cabincol-cen-titled:focus{
    outline: none;
}
.toaststyle{
    border: none;
    color: #f5f5dc;
    background: #001f3f;
    font-size: 12px;
}
.my-link-style{
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}
.my-x-style{
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
}
.my-link-style:hover{
    color: #007bff;
}
.my-pri-color{
    background-color: #007bff;
}
.my-pri-color-light{
    background-color: #007bff6a;
}
.my-pri-text{
    color: #007bff;
}
.my-pri-text2{
    color: #001f3f;
}
.custom-alert{
    padding: 10px;
    background-color: #d2481669;
    opacity: 0.7;
    font-size: 14.5px;
    border-radius: 4px;
}
.custom-alert-success{
    padding: 10px;
    background-color: #21cf1b69;
    opacity: 0.7;
    font-size: 14.5px;
    border-radius: 4px;
}
.cus-bo-rad{
    border-radius: 4px;
}
.cus-bo-rad2{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.cus-bo-rad3{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
input.form-control:hover{
    border-color: transparent;
    box-shadow: none;
}
.input-text-color{
    color: #f5f5dc;
}
#myBBtn{
    position:fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    color: #449f42;
    opacity: 0.5;
    font-size: 35px;
    transition: 0.3s ease;
}
#myBBtn:hover{
    opacity: 1;
}
/* Fullscreen overlay */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: #001f3f6b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* Spinner animation */
.spinnerx {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.qrcode-div{
    text-align: center;
    justify-content: center;
    align-content: center;
    display: block;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px;
}
.qrcode{
    vertical-align: middle;
    max-width: 300px;
    min-height: auto;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #007bff;
    padding: 0;
}
.plan-container{
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background: #007bff;
    display: grid;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    align-content: center;
    align-items: center;
    text-align: left;
    margin: none;
}
.plan-title{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    display: block;
    padding: 4px;
    overflow: hidden;
    color: #f5f5dc;
}
.plan-duration{
    font-size: 12px;
    text-align: center;
    font-weight: lighter;
    display: block;
    padding: 4px;
    overflow: hidden;
    color: #001f3f;
}
.plan-discount{
    font-size: 12px;
    text-align: center;
    font-weight: lighter;
    display: block;
    padding: 4px;
    overflow: hidden;
    color: #001f3f;
    opacity: 0.7;
    text-decoration: line-through;
}
.plan-price{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 4px;
    overflow: hidden;
    color: #f5f5dc;
}
.plan-note{
    font-size: 13px;
    text-align: center;
    font-weight: lighter;
    display: block;
    padding: 6px;
    overflow: hidden;
    color: #f4f4f4;
    background: #f4f4f457;
    border-radius: 20px;
}
.plan-features{
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    display: block;
    padding: 10px;
    overflow: hidden;
    color: #ffffff;
    transition: 0.3s ease;
}
.plan-features:hover{
    color: #001f3f;
}
.plan-btn-style{
    background-color: #ffffff;
    color: #001f3f;
    padding: 15px;
    border: none;
    font-size: 14px;
    transition: 0.3s ease;
}
.plan-btn-style:hover{
    background-color: #001f3f;
    color: #ffffff;
}
.category-tabs {
    white-space: nowrap;
    padding: 5px;
}
.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}
.category-tab {
    border: none;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    color: #001f3f;
    background-color: #007bff6a;
    vertical-align: middle;
}
.category-tab.active, .category-tab:hover {
    background-color: #007bff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    color: #f5f5dc;
}
.add-more-inner{
    vertical-align: middle;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 15px;
    color: #f5f5dc;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.add-more-inner:hover{
    vertical-align: middle;
    background-color: #001f3f;
    padding: 5px 10px;
    border-radius: 15px;
    color: #f5f5dc;
}
.most-popular{
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff9800;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    animation: shakeBadge 3s infinite;
}
@keyframes shakeBadge {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    20% { transform: translate(-50%, -50%) rotate(-5deg); }
    40% { transform: translate(-50%, -50%) rotate(5deg); }
    60% { transform: translate(-50%, -50%) rotate(-3deg); }
    80% { transform: translate(-50%, -50%) rotate(3deg); }
    100% { transform: translate(-50%, -50%) rotate(0deg); }
}
.offer{
    position: absolute;
    top: 5%;
    left: 5%;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    z-index: 90;
    animation: shakeOffer 5s infinite;
}
@keyframes shakeOffer {
    0% { transform: translate(5%, 5%) rotate(0deg); }
    20% { transform: translate(5%, 5%) rotate(-5deg); }
    40% { transform: translate(5%, 5%) rotate(5deg); }
    60% { transform: translate(5%, 5%) rotate(-3deg); }
    80% { transform: translate(5%, 5%) rotate(3deg); }
    100% { transform: translate(5%, 5%) rotate(0deg); }
}

@media(max-width: 767px) {
    .vendor-nav-brand,.vendor-nav-brand-offcan{
        font-size: 14px;
        font-weight: 500;
    }
    .vendor-nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 18px;
    }
    .login-container{
        width: 95%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .login-container2,.login-container4{
        width: 95%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
    }
    .shipping-margin{
        margin-top: 5%;
    }
    .shipping-container{
        width: 100%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 5%;
    }
    .shipping-container2{
        width: 100%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 5%;
    }
    .setting-container{
        padding: 10px;
    }
    .selectbox{
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        height: 100px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .selectbox-icon{
        font-size: 18px;
    }
    .selectbox-text{
        font-size: 12px;
        font-weight: 300;
    }
    .add-product-container {
        width: 95%;
        max-width: 100%;
        padding: 5px;
        margin-top: 10%;
    }
    .product-container{
        padding: 8px;
        max-width: 99%;
        margin-top: 10%;
    }
    .proimg{
        width: 40px;
        height: 40px;
    }
    .updatelogo-currentlogo-container{
        border: 1px double #C0C0C0;
        width: 150px;
        height: 150px;
    }
    .updatelogo-currentlogo{
        width: 150px;
        height: auto;
    }
    .updatelogo-previewlogo-container{
        border: 1px double #C0C0C0;
        width: 170px;
        height: 170px;
    }
    .updatelogo-previewlogo{
        width: 170px;
        height: auto;
    }
    .updatecac-previewcac-container{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac{
        width: 150px;
        height: auto;
    }
    .variant-item{
        padding: 5px;
        margin: 4px;
        border-radius: 5%;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        width: auto;
    }
    .photo-item{
        padding: 2px;
        margin: 2px;
    }
    .photo-param{
        width: 200px;
        height: 175px;
        object-fit: cover;
    }
    .photo-del{
        padding: 5px;
        font-size: 13px;
        font-weight: 400;
    }
    .photo-modal-header{
        font-size: 13px;
        font-weight: 500;
    }
    .photo-modal-image{
        width: 250px;
        height: auto;
    }
    .store-container{
        margin-top: 10%;
        width: 100%;
        max-width: 100%;
    }
    .store-products{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .card-bdy{
        padding: 3px;
        border-radius: 15px;
        background: transparent;
        width: 100%;
        height: 100%;
    }
    .store-photo{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 15px;
    }
    .store-photo-param{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .card-details{
        background: transparent;
        width: 100%;
        height: auto;
        display: block;
    }
    .card-brand-name{
        opacity: 0.8;
        margin-top: 4px;
        font-size: 12px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-name{
        opacity: 0.7;
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        display: block;
    }
    .card-category{
        opacity: 0.5;
        font-size: 11px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-price{
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        display: block;
    }
    .card-prod-price-x{
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        margin-right: 5px;
        text-decoration-thickness: 1px;
    }
    .card-instock{
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 2px 0px;
    }
    .store-modal-photo-param{
        width: 320px;
        height: 320px;
    }
    .modal-category-inner, .modal-brand-inner{
        font-size: 11px;
    }
    .modal-pname-inner, .modal-price-inner{
        font-weight: 500;
    }
    .qty-min-add-btn{
        font-weight: 600;
        width: 2rem;
        height: 2rem;
    }
    .qty-field{
        font-size: 14px;
        font-weight: 400;
    }
    .description-label{
        color: #000000;
        font-size: 14px;
        text-align: left;
        float: left;
        width: 100%;
        font-weight: 400;
        display: block;
    }
    .description-inner{
        float: left;
        width: 100%;
        display: block;
    }
    .description-content{
        font-size: 12.5px;
        color: #000000;
        opacity: 0.8;
    }
    .text-wa-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .cart-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .empty-cart{
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .cart-item{
        padding: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cartimg{
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-right: 8px;
    }
    .item-name{
        margin: 0;
        font-weight: 500;
    }
    .item-variant{
        margin: 1px 0;
        font-size: 11px;
        font-weight: 100;
    }
    .unit-price{
        margin: 1px 0;
        font-weight: 400;
    }
    .delete-icon{
        font-size: 20px;
        padding: 5px;
    }
    .cart-qty-btn{
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }
    .quantity-input{
        width: 40px;
        border-radius: 4px;
        height: 2rem;
        font-size: 14px;
        font-weight: 400;
    }
    .cart-footer{
        padding: 10px;
    }
    .subtotal{
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .subtotal span{
        font-size: 17px;
    }
    .form-payment-img-container{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        width: 100px;
        height: 100px;
        margin: 3px;
        opacity: 0.8;
    }
    .form-payment-img-logo{
        font-size: 40px;
        opacity: 0.9;
        padding: none;
    }
    .form-payment-name-div{
        font-weight: 600;
        font-size: 22px;
        padding: 1px;
        letter-spacing: 0.5px;
    }
    .form-payment-text{
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        padding: 1px;
    }
    .form-payment-note{
        width: 100%;
        font-weight: 100;
        font-size: 12px;
        padding: 2px;
        letter-spacing: 0.5px;
        opacity: 0.8;
    }
    .order-imgdiv{
        padding: 5px;
    }
    .order-imgcon{
        width: 1200px;
        height: 120px;
    }
    .order-imglogo{
        width: 120px;
        height: auto;
        object-fit: cover;
    }
    .order-id-date{
        padding: 4px;
    }
    .order-idcon{
        font-weight: 500;
    }
    .order-datecon{
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.2px;
        margin: 3px;
    }
    .order-cusname{
        font-size: 13px;
    }
    .order-paid-inner{
        font-size: 11.5px;
    }
    .order-pend-inner, .print-sec-inner{
        font-size: 11.5px;
    }
    .cabincol{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cabincol-icon {
        font-size: 15px;
        height: 30px;
        width: 30px;
    }
    .cabincol-icon2{
        font-size: 14px;
        height: 20px;
        width: 20px;
    }
    .cabincol-title{
        font-size: 10.5px;
        margin-top: 3px;
        font-weight: 400;
    }
    .cabincol-title2{
        font-size: 10px;
        font-weight: 400;
    }
    .cabincol-text{
        font-size: 14px;
        font-weight: 500;
    }
    .cabincol-text2{
        font-size: 12px;
        font-weight: 500;
    }
    .login-container3 {
        margin-top: 10%;
        display: block;
        margin-bottom: 8px;
    }
}

@media(min-width: 768px) and (max-width: 991.98px){
    .vendor-nav-brand,.vendor-nav-brand-offcan{
        font-size: 14px;
        font-weight: 500;
    }
    .vendor-nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 18px;
    }
    .login-container{
        width: 75%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .login-container2,.login-container4{
        width: 85%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
    }
    .shipping-margin{
        margin-top: 10%;
    }
    .shipping-container{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .shipping-container2{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .setting-container{
        padding: 10px;
    }
    .selectbox{
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        height: 130px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .selectbox-icon{
        font-size: 20px;
    }
    .selectbox-text{
        font-size: 13px;
        font-weight: 300;
    }
    .add-product-container {
        width: 85%;
        max-width: 100%;
        padding: 5px;
        margin-top: 10%;
    }
    .product-container{
        padding: 8px;
        max-width: 99%;
        margin-top: 10%;
    }
    .proimg{
        width: 40px;
        height: 40px;
    }
    .updatelogo-currentlogo-container{
        border: 1px double #C0C0C0;
        width: 150px;
        height: 150px;
    }
    .updatelogo-currentlogo{
        width: 150px;
        height: auto;
    }
    .updatelogo-previewlogo-container{
        border: 1px double #C0C0C0;
        width: 170px;
        height: 170px;
    }
    .updatelogo-previewlogo{
        width: 170px;
        height: auto;
    }
    .updatecac-previewcac-container{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac{
        width: 150px;
        height: auto;
    }
    .variant-item{
        padding: 5px;
        margin: 4px;
        border-radius: 5%;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        width: auto;
    }
    .photo-item{
        padding: 2px;
        margin: 2px;
    }
    .photo-param{
        width: 200px;
        height: 175px;
        object-fit: cover;
    }
    .photo-del{
        padding: 5px;
        font-size: 13px;
        font-weight: 400;
    }
    .photo-modal-header{
        font-size: 13px;
        font-weight: 500;
    }
    .photo-modal-image{
        width: 300px;
        height: auto;
    }
    .store-container{
        margin-top: 7%;
        width: 100%;
        max-width: 100%;
    }
    .store-products{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .card-bdy{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .store-photo{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .store-photo-param{
        width: 100%;
        height: 200px;
        object-fit: fill;
    }
    .card-details{
        width: 100%;
        height: auto;
        display: block;
    }
    .card-brand-name{
        opacity: 0.8;
        margin-top: 4px;
        font-size: 12px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-name{
        opacity: 0.7;
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        display: block;
    }
    .card-category{
        opacity: 0.5;
        font-size: 12px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-price{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        display: block;
    }
    .card-prod-price-x{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        margin-right: 5px;
        text-decoration-thickness: 1px;
    }
    .card-instock{
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 2px 0px;
    }
    .store-modal-photo-param{
        width: 320px;
        height: 320px;
    }
    .modal-category-inner, .modal-brand-inner{
        font-size: 11px;
    }
    .modal-pname-inner, .modal-price-inner{
        font-weight: 500;
    }
    .qty-min-add-btn{
        font-weight: 600;
        width: 2rem;
        height: 2rem;
    }
    .qty-field{
        font-size: 14px;
        font-weight: 400;
    }
    .description-label{
        color: #000000;
        font-size: 14px;
        text-align: left;
        float: left;
        width: 100%;
        font-weight: 400;
        display: block;
    }
    .description-inner{
        float: left;
        width: 100%;
        display: block;
    }
    .description-content{
        font-size: 12.5px;
        color: #000000;
        opacity: 0.8;
    }
    .text-wa-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .cart-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .empty-cart{
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .cart-item{
        padding: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cartimg{
        width: 80px;
        height: 80px;
        object-fit: fill;
        margin-right: 8px;
    }
    .item-name{
        margin: 0;
        font-weight: 500;
    }
    .item-variant{
        margin: 1px 0;
        font-size: 11px;
        font-weight: 100;
    }
    .unit-price{
        margin: 1px 0;
        font-weight: 400;
    }
    .delete-icon{
        font-size: 20px;
        padding: 5px;
    }
    .cart-qty-btn{
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }
    .quantity-input{
        width: 40px;
        border-radius: 4px;
        height: 2rem;
        font-size: 14px;
        font-weight: 400;
    }
    .cart-footer{
        padding: 10px;
    }
    .subtotal{
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .subtotal span{
        font-size: 17px;
    }
    .form-payment-img-container{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        width: 100px;
        height: 100px;
        margin: 3px;
        opacity: 0.8;
    }
    .form-payment-img-logo{
        font-size: 40px;
        opacity: 0.9;
        padding: none;
    }
    .form-payment-name-div{
        font-weight: 600;
        font-size: 22px;
        padding: 1px;
        letter-spacing: 0.5px;
    }
    .form-payment-text{
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        padding: 1px;
    }
    .form-payment-note{
        width: 100%;
        font-weight: 100;
        font-size: 12px;
        padding: 2px;
        letter-spacing: 0.5px;
        opacity: 0.8;
    }
    .order-imgdiv{
        padding: 5px;
    }
    .order-imgcon{
        width: 120px;
        height: 120px;
    }
    .order-imglogo{
        width: 120px;
        height: auto;
        object-fit: cover;
    }
    .order-id-date{
        padding: 4px;
    }
    .order-idcon{
        font-weight: 500;
    }
    .order-datecon{
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.2px;
        margin: 3px;
    }
    .order-cusname{
        font-size: 13px;
    }
    .order-paid-inner{
        font-size: 11.5px;
    }
    .order-pend-inner, .print-sec-inner{
        font-size: 11.5px;
    }
    .cabincol{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cabincol-icon {
        font-size: 15px;
        height: 30px;
        width: 30px;
    }
    .cabincol-icon {
        font-size: 14px;
        height: 20px;
        width: 20px;
    }
    .cabincol-title{
        font-size: 10.5px;
        margin-top: 3px;
        font-weight: 400;
    }
    .cabincol-title2{
        font-size: 10px;
        font-weight: 400;
    }
    .cabincol-text{
        font-size: 14px;
        font-weight: 500;
    }
    .cabincol-text2{
        font-size: 12px;
        font-weight: 500;
    }
    .login-container3 {
        margin-top: 10%;
        margin-bottom: 8px;
    }
}

@media(max-width: 575.98px) {
    .vendor-nav-brand,.vendor-nav-brand-offcan{
        font-size: 14px;
        font-weight: 500;
    }
    .vendor-nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 18px;
    }
    .login-container{
        width: 95%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 20%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .login-container2,.login-container4{
        width: 95%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 20%;
    }
    .shipping-margin{
        margin-top: 20%;
    }
    .shipping-container{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .shipping-container2{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .setting-container{
        padding: 10px;
    }
    .selectbox{
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        height: 100px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .selectbox-icon{
        font-size: 18px;
    }
    .selectbox-text{
        font-size: 12px;
        font-weight: 300;
    }
    .add-product-container {
        width: 95%;
        max-width: 100%;
        padding: 5px;
        margin-top: 19%;
    }
    .product-container{
        padding: 8px;
        max-width: 99%;
        margin-top: 19%;
    }
    .proimg{
        width: 40px;
        height: 40px;
    }
    .updatelogo-currentlogo-container{
        border: 1px double #C0C0C0;
        width: 130px;
        height: 130px;
    }
    .updatelogo-currentlogo{
        width: 130px;
        height: auto;
    }
    .updatelogo-previewlogo-container{
        border: 1px double #C0C0C0;
        width: 150px;
        height: 150px;
    }
    .updatelogo-previewlogo{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac-container{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac{
        width: 150px;
        height: auto;
    }
    .variant-item{
        padding: 5px;
        margin: 4px;
        border-radius: 5%;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        width: auto;
    }
    .photo-item{
        padding: 2px;
        margin: 2px;
    }
    .photo-param{
        width: 150px;
        height: 120px;
        object-fit: cover;
    }
    .photo-del{
        padding: 10px;
        font-size: 13px;
        font-weight: 400;
    }
    .photo-modal-header{
        font-size: 13px;
        font-weight: 500;
    }
    .photo-modal-image{
        width: 250px;
        height: auto;
    }
    .store-container{
        margin-top: 15%;
        width: 100%;
        max-width: 100%;
    }
    .store-products{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .card-bdy{
        padding: 3px;
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }
    .store-photo{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 15px;
    }
    .store-photo-param{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .card-details{
        width: 100%;
        height: auto;
        display: block;
    }
    .card-brand-name{
        opacity: 0.8;
        margin-top: 4px;
        font-size: 11.5px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-name{
        opacity: 0.7;
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        display: block;
    }
    .card-category{
        opacity: 0.5;
        font-size: 11px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-price{
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        display: block;
    }
    .card-prod-price-x{
        font-size: 13.5px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        margin-right: 5px;
        text-decoration-thickness: 1px;
    }
    .card-instock{
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 2px 0px;
    }
    .store-modal-photo-param{
        width: 320px;
        height: 320px;
    }
    .modal-category-inner, .modal-brand-inner{
        font-size: 11px;
    }
    .modal-pname-inner, .modal-price-inner{
        font-weight: 500;
    }
    .qty-min-add-btn{
        font-weight: 600;
        width: 2rem;
        height: 2rem;
    }
    .qty-field{
        font-size: 14px;
        font-weight: 400;
    }
    .description-label{
        color: #000000;
        font-size: 14px;
        text-align: left;
        float: left;
        width: 100%;
        font-weight: 400;
        display: block;
    }
    .description-inner{
        float: left;
        width: 100%;
        display: block;
    }
    .description-content{
        font-size: 12.5px;
        color: #000000;
        opacity: 0.8;
    }
    .text-wa-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .cart-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .empty-cart{
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .cart-item{
        padding: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cartimg{
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-right: 8px;
    }
    .item-name{
        margin: 0;
        font-weight: 500;
    }
    .item-variant{
        margin: 1px 0;
        font-size: 11px;
        font-weight: 100;
    }
    .unit-price{
        margin: 1px 0;
        font-weight: 400;
    }
    .delete-icon{
        font-size: 20px;
        padding: 5px;
    }
    .cart-qty-btn{
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }
    .quantity-input{
        width: 40px;
        border-radius: 4px;
        height: 2rem;
        font-size: 14px;
        font-weight: 400;
    }
    .cart-footer{
        padding: 10px;
    }
    .subtotal{
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .subtotal span{
        font-size: 17px;
    }
    .form-payment-img-container{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        width: 100px;
        height: 100px;
        margin: 3px;
        opacity: 0.8;
    }
    .form-payment-img-logo{
        font-size: 40px;
        opacity: 0.9;
        padding: none;
    }
    .form-payment-name-div{
        font-weight: 600;
        font-size: 22px;
        padding: 1px;
        letter-spacing: 0.5px;
    }
    .form-payment-text{
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        padding: 1px;
    }
    .form-payment-note{
        width: 100%;
        font-weight: 100;
        font-size: 12px;
        padding: 2px;
        letter-spacing: 0.5px;
        opacity: 0.8;
    }
    .order-imgdiv{
        padding: 5px;
    }
    .order-imgcon{
        width: 120px;
        height: 120px;
    }
    .order-imglogo{
        width: 120px;
        height: auto;
        object-fit: cover;
    }
    .order-id-date{
        padding: 4px;
    }
    .order-idcon{
        font-weight: 500;
    }
    .order-datecon{
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.2px;
        margin: 3px;
    }
    .order-cusname{
        font-size: 13px;
    }
    .order-paid-inner{
        font-size: 11.5px;
    }
    .order-pend-inner, .print-sec-inner{
        font-size: 11.5px;
    }
    .cabincol{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cabincol-icon {
        font-size: 15px;
        height: 30px;
        width: 30px;
    }
    .cabincol-icon2 {
        font-size: 14px;
        height: 20px;
        width: 20px;
    }
    .cabincol-title{
        font-size: 11px;
        margin-top: 3px;
        font-weight: 400;
    }
    .cabincol-title2{
        font-size: 10px;
        font-weight: 400;
    }
    .cabincol-text{
        font-size: 14px;
        font-weight: 500;
    }
    .cabincol-text2{
        font-size: 12px;
        font-weight: 500;
    }
    .login-container3 {
        margin-top: 18%;
        margin-bottom: 8px;
    }
}

@media(min-width: 576px) and (max-width: 767.98px){
    .vendor-nav-brand,.vendor-nav-brand-offcan{
        font-size: 14px;
        font-weight: 500;
    }
    .vendor-nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 18px;
    }
    .login-container{
        width: 90%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .login-container2.login-container4{
        width: 75%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
    }
    .shipping-margin{
        margin-top: 10%;
    }
    .shipping-container{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .shipping-container2{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .setting-container{
        padding: 10px;
    }
    .selectbox{
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        height: 120px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .selectbox-icon{
        font-size: 20px;
    }
    .selectbox-text{
        font-size: 13px;
        font-weight: 300;
    }
    .add-product-container {
        max-width: 95%;
        padding: 5px;
        margin-top: 10%;
    }
    .product-container{
        padding: 8px;
        max-width: 99%;
        margin-top: 10%;
    }
    .proimg{
        width: 40px;
        height: 40px;
    }
    .updatelogo-currentlogo-container{
        border: 1px double #C0C0C0;
        width: 150px;
        height: 150px;
    }
    .updatelogo-currentlogo{
        width: 150px;
        height: auto;
    }
    .updatelogo-previewlogo-container{
        border: 1px double #C0C0C0;
        width: 170px;
        height: 170px;
    }
    .updatelogo-previewlogo{
        width: 170px;
        height: auto;
    }
    .updatecac-previewcac-container{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac{
        width: 150px;
        height: auto;
    }
    .variant-item{
        padding: 5px;
        margin: 4px;
        border-radius: 5%;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        width: auto;
    }
    .photo-item{
        padding: 2px;
        margin: 2px;
    }
    .photo-param{
        width: 150px;
        height: 120px;
        object-fit: cover;
    }
    .photo-del{
        padding: 10px;
        font-size: 13px;
        font-weight: 400;
    }
    .photo-modal-header{
        font-size: 13px;
        font-weight: 500;
    }
    .photo-modal-image{
        width: 250px;
        height: auto;
    }
    .store-container{
        margin-top: 8%;
        width: 90%;
        max-width: 100%;
    }
    .store-products{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .card-bdy{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .store-photo{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .store-photo-param{
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .card-details{
        width: 100%;
        height: auto;
        display: block;
    }
    .card-brand-name{
        opacity: 0.8;
        margin-top: 4px;
        font-size: 13px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-name{
        opacity: 0.7;
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        display: block;
    }
    .card-category{
        opacity: 0.5;
        font-size: 13px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-price{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        display: block;
    }
    .card-prod-price-x{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        margin-right: 5px;
        text-decoration-thickness: 1px;
    }
    .card-instock{
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 2px 0px;
    }
    .store-modal-photo-param{
        width: 320px;
        height: 320px;
    }
    .modal-category-inner,.modal-brand-inner{
        font-size: 11px;
    }
    .modal-pname-inner, .modal-price-inner{
        font-weight: 500;
    }
    .qty-min-add-btn{
        font-weight: 600;
        width: 2rem;
        height: 2rem;
    }
    .qty-field{
        font-size: 14px;
        font-weight: 400;
    }
    .description-label{
        color: #000000;
        font-size: 14px;
        text-align: left;
        float: left;
        width: 100%;
        font-weight: 400;
        display: block;
    }
    .description-inner{
        float: left;
        width: 100%;
        display: block;
    }
    .description-content{
        font-size: 12.5px;
        color: #000000;
        opacity: 0.8;
    }
    .text-wa-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .cart-btn{
        font-size: 14px;
        padding: 15px;
        font-weight: 500;
    }
    .empty-cart{
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .cart-item{
        padding: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cartimg{
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-right: 8px;
    }
    .item-name{
        margin: 0;
        font-weight: 500;
    }
    .item-variant{
        margin: 1px 0;
        font-size: 11px;
        font-weight: 100;
    }
    .unit-price{
        margin: 1px 0;
        font-size: 13px;
        font-weight: 400;
    }
    .delete-icon{
        font-size: 20px;
        padding: 5px;
    }
    .cart-qty-btn{
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }
    .quantity-input{
        width: 40px;
        border-radius: 4px;
        height: 2rem;
        font-size: 14px;
        font-weight: 400;
    }
    .cart-footer{
        padding: 10px;
    }
    .subtotal{
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .subtotal span{
        font-size: 17px;
    }
    .form-payment-img-container{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        width: 100px;
        height: 100px;
        margin: 3px;
        opacity: 0.8;
    }
    .form-payment-img-logo{
        font-size: 40px;
        opacity: 0.9;
        padding: none;
    }
    .form-payment-name-div{
        font-weight: 600;
        font-size: 22px;
        padding: 1px;
        letter-spacing: 0.5px;
    }
    .form-payment-text{
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        padding: 1px;
    }
    .form-payment-note{
        width: 100%;
        font-weight: 100;
        font-size: 12px;
        padding: 2px;
        letter-spacing: 0.5px;
        opacity: 0.8;
    }
    .order-imgdiv{
        padding: 5px;
    }
    .order-imgcon{
        width: 120px;
        height: 120px;
    }
    .order-imglogo{
        width: 120px;
        height: auto;
        object-fit: cover;
    }
    .order-id-date{
        padding: 4px;
    }
    .order-idcon{
        font-weight: 500;
    }
    .order-datecon{
        font-size: 12px;
        font-weight: 100;
        letter-spacing: 0.2px;
        margin: 3px;
    }
    .order-cusname{
        font-size: 13px;
    }
    .order-paid-inner{
        font-size: 11.5px;
    }
    .order-pend-inner, .print-sec-inner{
        font-size: 11.5px;
    }
    .cabincol{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .cabincol-icon {
        font-size: 15px;
        height: 30px;
        width: 30px;
    }
    .cabincol-icon {
        font-size: 14px;
        height: 20px;
        width: 20px;
    }
    .cabincol-title{
        font-size: 11px;
        margin-top: 3px;
        font-weight: 400;
    }
    .cabincol-title2{
        font-size: 10px;
        font-weight: 400;
    }
    .cabincol-text{
        font-size: 14px;
        font-weight: 500;
    }
    .cabincol-text2{
        font-size: 12px;
        font-weight: 500;
    }
    .login-container3 {
        margin-top: 10%;
        margin-bottom: 8px;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px){
    .vendor-nav-brand,.vendor-nav-brand-offcan{
        font-size: 14px;
        font-weight: 500;
    }
    .vendor-nav-link{
        font-size: 16px;
        font-weight: 500;
        padding: 18px;
    }
    .login-container{
        width: 70%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .login-container2{
        width: 70%;
        padding: 10px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 8%;
    }
    .shipping-margin{
        margin-top: 8%;
    }
    .shipping-container{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .shipping-container2{
        width: 100%;
        padding: 8px;
        max-width: 100%;
        border-radius: 5px;
        margin-top: 3%;
    }
    .setting-container{
        padding: 10px;
    }
    .selectbox{
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        height: 130px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .selectbox-icon{
        font-size: 25px;
    }
    .selectbox-text{
        font-size: 13px;
        font-weight: 300;
    }
    .add-product-container {
        max-width: 100%;
        padding: 5px;
        margin-top: 8%;
    }
    .product-container{
        padding: 8px;
        max-width: 99%;
        margin-top: 8%;
    }
    .proimg{
        width: 40px;
        height: 40px;
    }
    .updatelogo-currentlogo-container{
        border: 1px double #C0C0C0;
        width: 150px;
        height: 150px;
    }
    .updatelogo-currentlogo{
        width: 150px;
        height: auto;
    }
    .updatelogo-previewlogo-container{
        border: 1px double #C0C0C0;
        width: 170px;
        height: 170px;
    }
    .updatelogo-previewlogo{
        width: 180px;
        height: auto;
    }
    .updatecac-previewcac-container{
        width: 150px;
        height: auto;
    }
    .updatecac-previewcac{
        width: 150px;
        height: auto;
    }
    .variant-item{
        padding: 5px;
        margin: 4px;
        border-radius: 5%;
        font-size: 11px;
        font-weight: 300;
        height: auto;
        width: auto;
    }
    .photo-item{
        padding: 2px;
        margin: 2px;
    }
    .photo-param{
        width: 170px;
        height: 135px;
        object-fit: fill;
    }
    .photo-del{
        padding: 10px;
        font-size: 13px;
        font-weight: 400
    }
    .photo-modal-header{
        font-size: 13px;
        font-weight: 500;
    }
    .photo-modal-image{
        width: 300px;
        height: auto;
    }
    .store-container{
        margin-top: 6%;
        width: 90%;
        max-width: 100%;
    }
    .store-products{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .card-bdy{
        padding: 3px;
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .store-photo{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .store-photo-param{
        width: 100%;
        height: 180px;
        object-fit: fill;
    }
    .card-details{
        width: 100%;
        height: auto;
        display: block;
    }
    .card-brand-name{
        opacity: 0.8;
        margin-top: 4px;
        font-size: 12.5px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-name{
        opacity: 0.7;
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        display: block;
    }
    .card-category{
        opacity: 0.5;
        font-size: 12.5px;
        text-align: left;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        display: block;
    }
    .card-prod-price{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        display: block;
    }
    .card-prod-price-x{
        font-size: 14px;
        text-align: left;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        margin-right: 5px;
        text-decoration-thickness: 1px;
    }
    .card-instock{
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 2px 0px;
    }
    .store-modal-photo-param{
        width: 320px;
        height: 320px;
    }
    .modal-category-inner,.modal-brand-inner{
        font-size: 11px;
    }
    .modal-pname-inner, .modal-price-inner{
        font-weight: 400;
    }
    .login-container3 {
        margin-top: 8%;
        margin-bottom: 8px;
    }
}
@media print {
    html, body{
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5dc;
    }
    .no-print, .product-container, nav, .modal-header {
      display: none !important;
    }
    .print-only {
      display: block !important;
    }
    .modal-content, .modal-content *{
        visibility: visible;
    }
    .modal-content {
        max-width: 90vh;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .track-text, .order-cusname{
        color: #000000 !important;
    }
}