@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color-dark: #03627C;
    --theme-color-light: #4093AD;
    --text-color: #606060;
    --button-gradient: linear-gradient(90deg, #107899 0%, #0D7D9F 29%, #088EB0 68%, #02A0C4 100.01%);
    --profile-gradient-bg: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(2, 160, 196, 0.30196078431372547));
}

img {
    max-width: 100%;
}


body {
    font-family: 'Inter', sans-serif;
    /* background: #F3F3F3; */
}


.sec-gap {
    margin: 50px 0px;
}


.welcome-strip {
    text-align: center;
    background: #F3F3F3;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn-btn {
    /* color: #FFF; */
    color: var(--profile-gradient-bg);
    font-size: 16px;
    font-weight: 600;
    background: var(--button-gradient);
    border-radius: 50px;
    padding: 6px 25px;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.merchant-page.scrolled .merchant-info .col-md-10 {
    display: flex;
    align-items: center !important;
}

.cmn-btn-outline {
    color: var(--theme-color-dark);
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    outline: 1px solid var(--theme-color-dark);
    border-radius: 50px;
    padding: 6px 25px;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.product-listing-row {
    row-gap: 30px;
}

a {
    text-decoration: none;
}

.bg-white {
    background: #fff !important;
}

.theme-color-dark {
    color: var(--theme-color-dark) !important;
}


.heading-sec {
    margin-bottom: 25px;
}

.heading-sec .title {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 400;
}

.heading-sec {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
}

.welcome-strip p {
    color: var(--theme-color-dark);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

header {
    background: linear-gradient(0deg, #E5E5E5 0%, #F2F2F2 25%, #FBFBFB 58%, #FFF 100%);
}

header .main-header .header-inner img {
    width: 100%;
}

header .main-header {
    background: var(--theme-color-dark);
    padding: 5px 0px;
}

header .main-header .header-inner .logo-sec {
    margin-right: -25px;
    position: relative;
    border-radius: 100px;
    border: 3px solid var(--theme-color-dark);
    background: linear-gradient(0deg, #B2B2B2 0%, #CACACA 7%, #E1E1E1 16%, #F2F2F2 26%, #FBFBFB 36%, #FFF 50%, #FBFBFB 65%, #F1F1F1 78%, #E0E0E0 90%, #CBCBCB 100%);
    border-radius: 100px;
    overflow: hidden;
    padding: 5px 20px;
}

header .main-header .header-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
}

/* header .main-header .header-inner .secrch-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 0px 100px 100px 0px;
    padding: 4px 8px 4px 22px;
} */
header .main-header .header-inner .secrch-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 4px 8px 4px 22px;
}

header .main-header .header-inner .secrch-box input::placeholder {
    color: #C4C4C4;
}

header .header-inner .secrch-box input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
}


header .main-header .header-inner .secrch-box button.search-btn {
    border: none;
    outline: none;
    background: none;
    color: var(--theme-color-dark);
    font-size: 18px;
}

header .main-header .header-inner a.chat-icon {
    width: 45px;
    position: relative;
}


header .main-header a.header-icons {
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .main-header a.header-icons img {
    width: 20px;
}

header .main-header a.header-icons .msg-count {
    position: absolute;
    background: #B60F0F;
    right: -6px;
    top: -2px;
    color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

header .main-header .header-inner a.chat-icon img {
    object-fit: cover;
}

.tabs-header {
    text-align: center;
    padding: 5px 0px;
}

.tabs-header .tab-btn {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.tabs-header .tab-btn.active {
    color: var(--theme-color-dark);
}

.filter-tabs {
    margin: 25px 0px;
}

/* .filter-tabs .container .row::-webkit-scrollbar {
    display: none;
} */

.filter-tabs .filter-btn {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-tabs .filter-btn.active {
    background: var(--theme-color-dark);
}

.filter-tabs .filter-btn.active .title {
    color: #fff;
    /* color: var(--theme-color-light); */

}

.filter-tabs .filter-btn .img-box img {
    width: 30px;
    height: 40px;
    object-fit: contain;
}

.respo--info-icons {
    display: none;
}

.filter-tabs .filter-btn .title {
    /* color: #03627C; */
    color: var(--theme-color-dark);
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.product-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding: 10px;
    margin-bottom: 25px;
}

.product-box .img-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product-box .text-box .product-title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 54px;
    margin-top: 5px;
}

.product-box .price-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.product-box .price-sec .sold-count {
    color: #9F9F9F;
    font-size: 15px;
    font-weight: 400;
}

.product-box .price-sec .price {
    color: #107898;
    font-size: 18px;
    font-weight: 700;
}

.ploduct-listing-carousel .owl-item {
    float: right;
}

.ploduct-listing-carousel {
    overflow-x: hidden;
}

footer .footer-logo-sec {
    padding: 0px 25px;
}

footer .footer-logo-sec .logo img {
    width: 150px;
}

footer .footer-logo-sec .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

footer {
    background: url('../img/footer-bg.jpg');
    padding: 50px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer .footer-menu {
    padding: 0px 20px;
}

footer .footer-menu .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

footer .footer-logo-sec p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-style: italic;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-menu ul li {
    list-style: none;
    margin-bottom: 15px;
}

footer .footer-menu ul li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: start;
    column-gap: 10px;
}

footer .footer-menu ul li a i {
    font-size: 20px;
    margin-top: 5px;
}


footer .footer-menu.about-menu ul li a {
    align-items: center;
}

footer .footer-menu.about-menu ul li a i {
    margin: 0;
}

footer .footer-menu .social-icons {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

footer .copyright-sec {
    background: var(--profile-gradient-bg);
    text-align: center;
    padding: 15px 0px;
    margin-top: 40px;
}

footer .copyright-sec p {
    color: var(--theme-color-dark);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Trirong', serif;
}

.product-listing-carousel {
    margin-bottom: 30px;
}

.product-listing-carousel .product-box .img-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: block !important;
}

.owl-dots .owl-dot span {
    margin: 5px !important;
    background: #fff !important;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    transition: 0.5s !important;
}

.owl-dots .owl-dot.active span {
    width: 20px !important;
    background: var(--theme-color-dark) !important;
}

.order-detail-page .content-box {
    background: #fff;
}

.order-detail-page .carousel-img-box .item {
    /* padding: 0px 50px; */
    background: transparent !important;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-right: 5px;
}

.order-detail-page .carousel-img-box .item img {
    width: 100%;
    aspect-ratio: 1/1;
    /* object-fit: cover; */
    margin: 0 !important;
}

.order-detail-page .carousel-img-box .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.order-detail-page .carousel-img-box .product-detail-carousel {
    background: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 30px;
}

.order-detail-page .content-box {
    padding: 50px 0px;
}

.order-detail-page .product-detail-content {
    padding: 0px 20px;
}

.order-detail-page .product-detail-content .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-detail-page .product-detail-content .product-header .category {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 400;
    background: var(--theme-color-dark);
    border-radius: 5px;
    padding: 3px 12px;
}

.order-detail-page .product-detail-content .product-header .right-box {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.order-detail-page .product-detail-content .product-header .right-box .cmn-box {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 400;
}

.order-detail-page .product-detail-content .product-header .right-box .cmn-box i {
    color: #FF9331;
    font-size: 16px;
    margin-left: 3px;
}

.order-detail-page .product-detail-content .product-header .right-box .cmn-box strong {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}

.order-detail-page .product-detail-content .product-name {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px;
}

.order-detail-page .product-detail-content .product-des {
    position: relative;
}

.order-detail-page .product-detail-content .product-des p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.order-detail-page .product-detail-content .product-des p .read-more-btn {
    color: var(--theme-color-dark);
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}


.order-detail-page .product-detail-content .cmn-filter-box {
    margin-top: 25px;
}

.order-detail-page .product-detail-content .cmn-filter-box .title {
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 700;
}

.order-detail-page .product-detail-content .cmn-filter-box .title strong {
    color: var(--text-color);
    font-weight: 700;
}


.order-detail-page .product-detail-content .variation-box .variation-list {
    display: flex;
    list-style: none;
    column-gap: 10px;
    margin-top: 10px;
}

.order-detail-page .product-detail-content .variation-box .variation-list li.active {
    /* background: #CFE4EB; */
    /* color: var(--theme-color-dark);
    background: var(--theme-color-dark);
    opacity: 0.3; */
}

.order-detail-page .product-detail-content .variation-box .variation-list li {
    border: 1px solid #E8E8E8;
    padding: 5px 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    min-width: 85px;
}

.order-detail-page .product-detail-content .variation-box .variation-list li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.order-detail-page .product-detail-content .quantity-selector .product-price,
.price-sec .product-price {
    color: var(--theme-color-dark);
    font-size: 25px;
    font-weight: 700;
}

.order-detail-page .product-detail-content .quantity-selector input.qtyminus.minus,
.price-sec .quantity-selector input.qtyminus.minus {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: white;
    border: .5px solid #E8E8E8;
    padding-bottom: 3px;
}

.order-detail-page .product-detail-content .quantity-selector input.qtyplus.plus,
.price-sec .quantity-selector input.qtyplus.plus {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: var(--theme-color-dark);
    border: .5px solid #E8E8E8;
    color: #fff;
    padding-bottom: 3px;
}

.order-detail-page .product-detail-content .quantity-selector .qty,
.price-sec .quantity-selector .qty {
    border: none;
    width: 50px;
    text-align: center;
    color: var(--text-color);
    font-size: 22px;
    font-weight: 400;
}


.order-detail-page .product-detail-content .quantity-selector {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.order-detail-page .product-detail-content .btn-sec {
    margin-top: 30px;
}

.order-detail-page .product-detail-content .btn-sec .row {
    row-gap: 15px;
}

.order-detail-page .product-detail-content .btn-sec a.cmn-btn {
    width: 100%;
}

.order-detail-page .merchant-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin: 10px 0px;
    padding: 20px;
}

.order-detail-page .merchant-box .left-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.order-detail-page .merchant-box .left-box .title {
    color: #03627C;
    font-size: 20px;
    font-weight: 700;
}

.order-detail-page .merchant-box .left-box .merchant-img-box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #5B5B5B;
}

.order-detail-page .merchant-box .right-box a.chat-btn {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: #107899;
    font-size: 18px;
    font-weight: 400;
}

.order-detail-page .merchant-box .right-box a.chat-btn img {
    width: 24px;
    height: 21px;
}

.order-detail-page .review-sec {
    background: #fff;
    padding: 20px;
}

.order-detail-page .review-sec .review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order-detail-page .review-sec .review-header .left-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-direction: column;
    width: 20%;
    text-align: left;
}

.order-detail-page .review-sec .review-header .left-box .sec-title {
    color: var(--text-color);
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
}

.order-detail-page .review-sec .review-header .left-box .rating-number {
    font-size: 45px;
    color: var(--text-color);
    font-weight: 700;
    margin-left: 0;
    display: inline-block;
}

.order-detail-page .review-sec .star-box ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 3px;
    justify-content: end;
}

.order-detail-page .review-sec .star-box ul li {
    color: #E87500;
    font-size: 16px;
}

.order-detail-page .review-sec .review-header .left-box .star-box .star-number {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
}

.order-detail-page .review-sec .review-header .see-all-btn {
    color: #107899;
    font-size: 16px;
    font-weight: 400;
}

.order-detail-page .review-sec .review-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.order-detail-page .review-sec .review-box .top-sec .client-profile-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.order-detail-page .review-sec .review-box .top-sec .client-profile-box .img-box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    background: #919191;
}

.order-detail-page .review-sec .review-box .top-sec .client-profile-box .client-name {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
}



.order-detail-page .review-sec .review-box .top-sec .client-profile-box .date {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.order-detail-page .review-sec .review-box .des {
    margin-top: 10px;
}

.order-detail-page .review-sec .review-box .des p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.detail-page-carousel {
    background: #fff;
    padding-top: 30px;
    padding: 20px;
}

.dashboard-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.location-box-sec {
    margin-top: -35px;
}

.location-box-sec .inner-box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--theme-color-dark);
    justify-content: space-between;
}

.location-box-sec .inner-box .com-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.location-box-sec .inner-box .com-box .icon-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.location-box-sec .inner-box .com-box .title {
    color: var(--theme-color-dark);
    font-size: 20px;
    font-weight: 700;
}

.blog-sec .blog-box {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    display: block;
}

.order-detail-page .product-detail-content .btn-sec button.cmn-btn {
    width: 100%;
}

.blog-sec .blog-box .img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-sec .blog-box .text-box {
    padding: 25px;
}

.blog-sec .btn-sec {
    margin-top: 30px;
    text-align: center;
}

.blog-sec .blog-box .text-box .title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    text-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.blog-sec .blog-box .text-box p {
    color: #9F9F9F;
    font-size: 15px;
    font-weight: 400;
    text-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-tracking-page .content-box .page-title {
    color: #03627C;
    font-size: 30px;
    font-weight: 500;
    padding: 25px 0px;
}

.cmn-sec-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.order-tracking-page .shiping-details-sec {
    padding-bottom: 0;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec {
    padding-bottom: 0;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .sec-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: var(--theme-color-dark);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}


.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box {
    display: flex;
    align-items: center;
    column-gap: 50px;
    height: 75px;
    padding: 0px 30px;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box .date-box {
    text-align: right;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box .date-box .date {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box .date-box .time {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 700;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box .address-box .main-adress {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box .address-box .address-detail {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 700;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .track-box {
    height: 100%;
    width: 2px;
    background: #E6E6E6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-tracking-page .shiping-details-sec .shipping-tracker-sec .track-box .inner-dot {
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 3px solid #fff;
    outline: 2px solid #E6E6E6;
}


.order-tracking-page .shiping-details-sec .shipping-tracker-sec .tracker-box.completed .inner-dot {
    background: var(--theme-color-dark) !important;
}

.order-tracking-page .shiping-info-sec .sec-title {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.upload-img-div {
    width: 50px;
    position: relative;
    left: 85%;
    top: -34px;
}

.upload-img-div input {
    opacity: 0;
    width: 50px;
    position: absolute;
    z-index: 5;
    top: 0;
}

.upload-img-div svg {
    position: absolute;
    top: 0;
    left: 0;
}

.input-send-icon {
    left: 93%;
    position: absolute;
    top: 9px;
}

.order-tracking-page .shiping-info-sec .sec-title img {
    margin-right: 10px;
    width: 40px;
    vertical-align: middle;
}

.order-tracking-page .shiping-info-sec .listin-sec .left-title {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.order-tracking-page .shiping-info-sec .listin-sec .detail-box {
    color: var(--text-color);
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.order-tracking-page .shiping-info-sec .listin-sec>.row {
    row-gap: 25px;
}

.order-tracking-page .accepted-order-sec {
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.order-tracking-page .accepted-order-sec .sec-header .img-box img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    object-fit: contain;
}

.order-tracking-page .accepted-order-sec .sec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
}

.order-tracking-page .accepted-order-sec .sec-header .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.order-tracking-page .accepted-order-sec p {
    color: var(--text-color);
    font-size: 16px;
}


.order-tracking-page .accepted-order-sec p strong {
    font-weight: 600;
}

.order-tracking-page .accepted-order-sec p b {
    font-weight: 700;
}

.order-tracking-page .accepted-order-sec .order-listing .img-sec img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #efefef;
}

.order-tracking-page .accepted-order-sec .order-listing {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.order-tracking-page .accepted-order-sec .order-listing .listing-box {
    align-items: center;
    /* margin-top: 15px; */
    cursor: pointer;
    /* border: 1px solid #ddd; */
    /* padding: 5px; */
}

.order-tracking-page .accepted-order-sec .order-listing .listing-box .star-box {
    padding: 0;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    list-style: none;
}

.order-tracking-page .accepted-order-sec .order-listing .listing-box .star-box li i {
    color: #107899;
    font-size: 20px;
}

.order-tracking-page .accepted-order-sec .order-listing .img-sec {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.order-tracking-page .accepted-order-sec .cost-listing .total-price-sec p {
    font-size: 18px;
}


.order-tracking-page .accepted-order-sec .cost-listing {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    /* padding-top: 30px; */
    padding: 5px;
}

.order-tracking-page .accepted-order-sec .cost-listing .listing-box {
    margin-top: 15px;
}

.order-tracking-page .accepted-order-sec .cost-listing .listing-box .img-sec {
    text-align: right;
}

.order-tracking-page .accepted-order-sec .cost-listing .listing-box .img-sec img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #efefef;
}


footer {
    position: relative;
}

.chat-sec .footer-chat-btn .icon-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}



.chat-sec .footer-chat-btn .icon-box img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.chat-sec .footer-chat-btn .icon-box .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-light);
}

.chat-sec .footer-chat-btn p {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-light);
}

.chat-sec .footer-chat-btn {
    position: absolute;
    right: 0;
    top: -83px;
    background: var(--theme-color-dark);
    padding: 15px 25px;
    z-index: 1;
}

.chat-sec .footer-chat-btn .msg-count {
    position: absolute;
    background: #FF2BA8;
    left: -6px;
    top: -6px;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.chat-sec .chat-content {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 750px;
    height: 600px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    transform: translate(100%, 100%);
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.chat-sec .chat-content .chat-area {
    border-left: 1px solid #EAEAEA;
}

.chat-sec .chat-content.open-chat {
    transform: none !important;
    opacity: 1;
}

.chat-sec .chat-content .chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color-dark);
    padding: 15px 25px;
}

.chat-sec .chat-content .chat-header .title {
    color: var(--theme-color-light);
    font-size: 21px;
    font-weight: 500;
}

.chat-sec .chat-content .chat-header .chat-close-btn {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.chat-sec .chat-content ul {
    list-style: none;
    margin-bottom: 14%;
}

.chat-sec .chat-content ul .profile-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px solid #F4F4F4;
    column-gap: 10px;
    padding: 15px;
}

.chat-sec .chat-content ul .profile-box.active {
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(2, 160, 196, .25) 100%);
}

.chat-sec .chat-content ul .profile-box .img-box img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.chat-sec .chat-content ul .profile-box .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.chat-sec .chat-content ul .profile-box .img-box .title {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
}

.chat-sec .chat-content ul .profile-box .img-box .last-msg {
    font-size: 12px;
    color: var(--text-color);
    font-weight: 400;
}

.chat-sec .chat-content ul .profile-box .time-sec {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    row-gap: 5px;
}

.chat-sec .chat-content ul .profile-box .time-sec .msg-count {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color-dark);
}

.chat-sec .chat-content ul .profile-box .time-sec .msg-time {
    font-size: 12px;
    color: #A5A5A5;
}

.chat-sec .chat-content .chat-listing ul {
    display: flex;
    flex-flow: column;
    column-gap: 10px;
}

.chat-sec .chat-content .chat-body,
.chat-sec .chat-content .chat-area {
    height: calc(100% - 67px);
    overflow: hidden;
}

.chat-sec .chat-content .chat-area::-webkit-scrollbar,
.chat-sec .chat-content .chat-listing::-webkit-scrollbar {
    display: none;
}

.chat-sec .chat-content .chat-area,
.chat-sec .chat-content .chat-listing {
    height: 100%;
    overflow-y: scroll;
}


.chat-sec .chat-content .chat-listing::-webkit-scrollbar,
.chat-sec .chat-content .chat-area::-webkit-scrollbar {
    display: none;
}

.chat-sec .chat-content .chat-area .product-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background: var(--theme-color-dark);
    column-gap: 10px;
    position: sticky;
    top: 0;
    border-top: 1px solid #fff;
    width: 100%;
    z-index: 1;
}

.chat-sec .chat-content .chat-area .product-header .img-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.chat-sec .chat-content .chat-area .product-header .text-box .title {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}


.chat-sec .chat-content .chat-area .product-header .text-box p {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.chat-sec .chat-content .chat-area::-webkit-scrollbar {
    display: none;
}

.chat-sec .chat-content .chat-area ul li.cmn-msg-box {
    display: flex;
    align-items: start;
    width: 70%;
    padding: 20px 15px;
    column-gap: 10px;
}

.chat-sec .chat-content .chat-area ul li.my-msg {
    margin-left: auto;
    justify-content: end;
}


.chat-sec .chat-content .chat-area ul li.cmn-msg-box .img-box img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.chat-sec .chat-content .chat-area ul li.cmn-msg-box .msg-box {
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
}

.chat-sec .chat-content .chat-area ul li.cmn-msg-box .msg-box .msg-date {
    font-size: 10px;
    color: #9B9B9B;
    position: absolute;
    top: -15px;
    text-wrap: nowrap;
}


.chat-sec .chat-content .chat-area ul li.my-msg .msg-box .msg-date {
    right: 0;
}

.chat-sec .chat-content .chat-area ul li.my-msg .msg-box {
    background: #F2F2F2;
}

.chat-sec .chat-content .chat-area ul li.cmn-msg-box .msg-box p {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color);
    margin: 5px 10px;
}

.chat-sec .chat-content .chat-area ul li.cmn-msg-box .msg-box p img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 5px 0px;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box {
    position: fixed;
    bottom: 0;
    width: 438px;
    max-width: 100%;
    right: 0;
}


.chat-sec .chat-content .chat-area .chat-bottom-input-box form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px 15px;
    background: #F4F4F4;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .file-upload-btn {
    position: relative;
    min-width: 25px;
    width: 25px;
    min-height: 25px;
    height: 25px;
    overflow: hidden;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .file-upload-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .file-upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box input::placeholder {
    color: #BFBFBF;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box input {
    border: none;
    outline: none;
    color: var(--text-color);
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    margin-left: 10px;
    border: 1px solid #D8D8D8;
    padding: 4px 10px;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box input {
    width: 100%;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box button.send-btn {
    border: none;
    background: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
}

.chat-sec .chat-content .chat-area .chat-bottom-input-box form .text-type-box button.send-btn img {
    width: 20px;
}



.cart-page .login-popup,
.cart-page .total-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-page .login-popup .title {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 700;
}


.cart-page .login-popup a.cmn-btn,
.total-price-box a.cmn-btn {
    font-size: 16px;
}

.cart-page .order-listing .merchant-header {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 20px 0px 0px;
}

.cart-page .order-listing .merchant-header .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.cart-page .order-listing .cart-product-box .product-img-sec {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cart-page .order-listing .cart-product-box .product-img-sec .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    min-height: 125px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
}

.cart-page .order-listing .cart-product-box .product-img-sec .img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cart-page .order-listing .cart-product-box .product-img-sec .img-box .product-remove-icon {
    color: var(--theme-color-dark);
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 18px;
    cursor: pointer;
}

.cart-page .order-listing .cart-product-box .product-img-sec .product-title {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


.price-sec .quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cart-page .order-listing .cart-product-box>.row {
    align-items: center;
}

.cart-page .order-listing .cart-product-box .price-sec {
    margin-top: 0px;
}

.cart-page .order-listing .cart-product-box {
    padding: 30px 0px;
}

.cart-page .order-listing .cart-product-box .shipping-info .shipping-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.cart-page .order-listing .cart-product-box .shipping-info>.row {
    align-items: center;
}

.cart-page .order-listing .cart-product-box .shipping-info {
    border: 1px solid var(--theme-color-dark);
    border-radius: 5px;
    padding: 5px 20px;
    margin: 20px 0px;
    display: block;
    cursor: pointer;
}

.cart-page .order-listing .cart-product-box .shipping-info .shipping-title img {
    min-width: 40px;
    min-height: 25px;
    width: 40px;
    height: 25px;
}

.cart-page .order-listing .cart-product-box .shipping-info .date {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.cart-page .order-listing .cart-product-box .shipping-info .price {
    display: flex;
    align-items: center;
    justify-content: end;
    color: var(--theme-color-dark);
    font-size: 25px;
    font-weight: 700;
}

.cart-page .order-listing .cart-product-box .shipping-info .price i {
    font-size: 16px;
    margin-left: 10px;
}

.cart-page .total-listing ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page .total-listing ul li .left-title {
    font-size: 22px;
    color: #A5A5A5;
    font-weight: 700;
}

.cart-page .total-listing ul li .right-title {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 700;
}

.cart-page .total-listing {
    margin: 10px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.cart-page .total-listing ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


.cart-page .total-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page .total-price-box .title {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
}

.cart-page .total-price-box .title span {
    margin-left: 15px;
}


.cart-page .product-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-page .product-listing .product-box {
    border-radius: 5px;
    border: 1px solid #F3F3F3;
}

.login-sec {
    background: url('../img/login-background.jpg');
    height: calc(100vh - 30px);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-sec .logo-sec {
    text-align: center;
}

.login-sec .logo-sec img {
    width: 25%;
    margin: 0 auto;
}

.login-sec .logo-sec .title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}

.login-sec .logo-sec .business-title {
    font-size: 35px;
    color: #00C7E8;
    margin-top: 15px;
}

.login-sec .form-sec form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    text-align: center;
    border-radius: 15px;
    border: 3px solid #0FACD1;
    background: #E6F3F7;
    overflow: hidden;
    padding: 40px 25px;
    margin: 25px 0px 30px;
}



.login-sec .form-sec form .btn-sec {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 30px
}

.login-sec .form-sec form .btn-sec .reset-password-link {
    font-size: 14px;
    color: var(--theme-color-dark);
    font-weight: 400;
}

.login-sec .form-sec form .input-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    column-gap: 10px;
    padding: 12px 25px;
    border-radius: 55px;
    border: 1px solid #C9C9C9;
}

.login-sec .form-sec form .input-box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    text-align: center;
    background: none;
}

.form-sec form .input-box input {
    width: 100%;
    border: none;
    outline: none;
    background: none !important;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: 400;
}

.login-sec .register-account-btn {
    text-align: center;
}

.login-sec .register-account-btn .cmn-btn {
    background: var(--profile-gradient-bg);
    color: var(--theme-color-dark);
}

.login-sec .register-account-btn p {
    color: #fff;
    margin-bottom: 15px;
}

.merchant-page .merchant-banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0 !important;
}

.merchant-page .merchant-banner .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    border: none;
}

.merchant-page .merchant-banner .owl-item img {
    height: 270px;
    object-fit: cover;
}

.merchant-page .merchant-info .img-box {
    width: 150px;
    height: 150px;
    min-width: 200px;
    min-height: 200px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: -100px;
    transition: 0.5s;
}

.merchant-page .merchant-info .img-box img {
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
}

.merchant-page .merchant-info {
    /* display: flex; */
    align-items: start;
    column-gap: 15px;
    padding-top: 30px;
    padding-bottom: 0;
    /* justify-content: center; */
    width: 100%;
    /* align-items: center; */
    height: 205px;
}

.merchant-page .merchant-info .merchant-name {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-color);
    display: inline-block;
}

.merchant-page .merchant-info .address {
    color: #A5A5A5;
    font-size: 20px;
    display: inline-block;
    float: right;
    line-height: revert-layer;
}

.merchant-page .merchant-info .inner-info .icon-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    color: #00647d;
    font-weight: 400;
    cursor: pointer;
}

.merchant-page .merchant-info .inner-info .icon-box i {
    font-size: 22px;
    color: var(--theme-color-dark);
}

.merchant-page .merchant-info .inner-info {
    row-gap: 15px;
    margin-top: 10px;
}

.merchant-page .merchant-product-listing-sec {
    padding-top: 0;
    padding-bottom: 30px;
}

.merchant-page .merchant-product-listing-sec .product-tabs {
    display: flex;
    align-items: center;
    column-gap: 15px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 5px 1px;
}


.merchant-page .merchant-product-listing-sec .product-tabs::-webkit-scrollbar {
    display: none;
}

.merchant-page .merchant-product-listing-sec .product-tabs .tab-btn {
    background: #fff;
    border-radius: 6px;
    color: var(--text-color);
    font-size: 22px;
    padding: 7px 30px;
    border: none;
    text-wrap: nowrap;
}

.merchant-page .merchant-product-listing-sec .product-tabs .tab-btn.active {
    outline: 1px solid var(--theme-color-dark);
    color: var(--theme-color-dark);
}

.merchant-page .merchant-product-listing-sec .product-listing {
    margin-top: 0;
}

.merchant-page .after-scroll-inner-info {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 15px;
}

.merchant-page .after-scroll-inner-info .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBDBDB;
}

.merchant-page .after-scroll-inner-info .search-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px 10px;
    min-width: 500px;
}

.merchant-page .after-scroll-inner-info .search-box form input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.merchant-page .after-scroll-inner-info .search-box form button {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: var(--theme-color-dark);
    padding: 0px 5px;
}

.merchant-page .after-scroll-inner-info {
    display: none;
}

.merchant-page.scrolled .after-scroll-inner-info {
    display: flex !important;
}

.merchant-page.scrolled .inner-info {
    display: none;
}

.merchant-page.scrolled .merchant-info .img-box {
    top: 0;
}

.row .col-6 .merchant-info img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}




.payment-index .content-box .page-title {
    padding-top: 25px;
    padding-bottom: 0;
    color: #03627C;
    font-size: 30px;
    font-weight: 500;
}

.payment-index .payment-selection-box .title {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.payment-index .payment-selection-box .payment-btns a.payment-btn {
    font-size: 14px;
    color: var(--theme-color-dark);
    outline: 1px solid var(--theme-color-dark);
    padding: 8px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    margin: 25px 0px;
}

.payment-index .payment-selection-box .payment-btns a.payment-btn.active {
    background: var(--theme-color-dark);
    color: #fff;
}

.payment-tag-line {
    background: #F4F4F4;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    margin-bottom: 30px;
}

.payment-tag-line p {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
}

.payment-index .media-upload-sec .file-upload-sec .file-upload-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    position: relative;
}

.payment-index .media-upload-sec .file-upload-sec .file-upload-btn i {
    color: var(--theme-color-dark);
    font-size: 30px;
}

.payment-index .media-upload-sec .file-upload-sec .file-upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
}

.payment-index .media-upload-sec .file-upload-sec {
    margin: 30px 0px;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    margin-bottom: 0;
}

.payment-index .media-upload-sec .check-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 30px;
}

.payment-index .media-upload-sec .check-box input {
    accent-color: var(--theme-color-dark);
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.cmn-bottom-btn-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 0px 30px;
}

.cmn-bottom-btn-sec .back-btn {
    color: var(--theme-color-dark);
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    left: 0;
}

.shipping-address-page .address-listing>.row {
    align-items: center;
    border: 2px solid #F2F2F2;
    padding: 20px 0px;
    margin: 10px 10px;
}

.shipping-address-page .address-listing>.row:last-child {
    /* border-bottom: none; */
}

.shipping-address-page .address-listing .address-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
}

.shipping-address-page .address-listing .address-title span {
    font-size: 12px;
    color: var(--theme-color-dark);
    font-weight: 400;
}

.shipping-address-page .address-listing .address-title img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.shipping-address-page .address-listing .address-title p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.shipping-address-page .cmn-bottom-btn-sec {
    padding-top: 75px;
}

.liked-products ul.liked-product-listing {
    padding-bottom: 25vh;
}

.liked-products ul.liked-product-listing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #F2F2F2;
    padding: 20px 25px;
    margin: 10px 30px;
}

.liked-products ul.liked-product-listing li .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.liked-products ul.liked-product-listing li .img-box img {
    width: 130px;
    height: 130px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 5px;
    object-fit: contain;
    border: 1px solid #E8E8E8;
}

.liked-products ul.liked-product-listing li .img-box .product-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}


.liked-products ul.liked-product-listing li .price-sec {
    display: flex;
    align-items: center;
    column-gap: 25px;
}


.liked-products ul.liked-product-listing li .price-sec .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color-dark);
}

.liked-products ul.liked-product-listing li .price-sec .delete-btn {
    color: var(--text-color);
    font-size: 15px;
}

.payment-index .merchant-box .merchant-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-index .merchant-box .merchant-header img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.payment-index .merchant-box .merchant-header p {
    font-size: 16px;
    color: #A5A5A5;
    font-weight: 400;
}

.payment-index .merchant-box {
    border: 2px solid #F2F2F2;
    padding: 15px 25px;
    margin: 10px 30px;
}

.payment-index .merchant-box ul.item-listing {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px 0px;
    margin: 0px 52px;
}

.payment-index .merchant-box ul.item-listing li {
    width: 130px;
    height: 130px;
    border: 1px solid #E8E8E8;
}

.payment-index .merchant-box .merchant-header .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.payment-index .merchant-box .merchant-header .img-box .merchant-name {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 700;
}

.payment-index .merchant-box ul.item-listing li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.my-profile-page .profile-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    background: linear-gradient(0deg, #ffffff 0%, var(--theme-color-dark) 150%);
    background-color: #fff;
}

.my-profile-page .profile-sec .img-sec {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .profile-sec .img-sec .img-box img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    object-fit: cover;
}

.my-profile-page .profile-sec .img-sec .username {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
}

.my-profile-page .profile-sec .profile-setting-sec {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.my-profile-page .sec-title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-profile-page .sec-title-sec .edit-btn {
    font-size: 20px;
    color: var(--theme-color-dark);
}

.my-profile-page .sec-title-sec .sec-title {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 700;
}

.my-profile-page .shipping-address-sec {
    padding: 20px 0px !important;
    border-bottom: 1px solid #ddd;
    margin: 0px 20px;
}

.my-profile-page .shipping-address-sec .address-strip .content-box .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .shipping-address-sec .address-strip .content-box .img-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.my-profile-page .shipping-address-sec .address-strip .content-box .img-box p {
    font-weight: 700;
}

.my-profile-page .shipping-address-sec .address-strip .content-box p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.my-profile-page .shipping-address-sec .address-strip {
    background: #F2F2F2;
    padding: 8px 22px;
    border-radius: 5px;
    margin-top: 10px;
}

.my-profile-page .order-carousel {
    margin-top: 5px;
    padding-top: 25px;
}

.my-profile-page .order-carousel-sec .order-carousel p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.my-profile-page .order-carousel-sec .order-carousel p strong {
    font-weight: 600;
}

.my-profile-page .order-carousel-sec .order-carousel p b {
    font-weight: 700;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
    font-size: 14px;
    color: #fff;
    background: #24A9E0;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .business-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .business-header .title {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .business-header .title img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    object-fit: contain;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item {
    background: #F2F2F2;
    padding: 15px;
    border-radius: 5px;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background-color: #fff;
    object-position: center;
    border: 1px solid #D8D8D8;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box {
    padding: 10px 0px;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .more-item-btn {
    text-align: right;
}

.my-profile-page .order-carousel-sec .order-carousel .slider-item .more-item-btn a {
    font-size: 16px;
    color: var(--theme-color-dark);
    font-weight: 700;
}

.my-profile-page .order-carousel-sec,
.my-profile-page .followed-product-carousel,
.my-profile-page .liked-product-sec,
.my-profile-page .review-sec-carousel,
.my-profile-page .review-sec-carousel,
.my-profile-page .support-sec {
    margin: 5px 20px;
    padding: 25px 0px !important;
    border-bottom: 1px solid #ddd;
}

.my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}

.my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
}

.my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .followed-product-carousel .follow-item-listing .item-box {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 10px 15px;
}

.my-profile-page .followed-product-carousel .follow-item-listing {
    margin-top: 15px;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
}

.my-profile-page .liked-product-carousel .product-box {
    border: 1px solid #F3F3F3;
    border-radius: 5px;
    margin-bottom: 0px;
}

.my-profile-page .liked-product-carousel .product-box .text-box .product-title {
    font-size: 12px;
    min-height: 36px;
}

.my-profile-page .liked-product-carousel {
    margin-top: 25px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header .profile-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header .profile-box .img-box img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: .1px solid #A5A4A4;
    object-fit: cover;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header .profile-box .text-box .merchant-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header .profile-box .text-box .date {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header ul.star-sec {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-header ul.star-sec li {
    list-style: none;
    color: #E97500;
    font-size: 14px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-des p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-footer {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-footer .img-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #D8D8D8;
}

.my-profile-page .review-sec-carousel .review-slider .review-box .review-footer p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.my-profile-page .review-sec-carousel .review-slider {
    margin-top: 25px;
}

.my-profile-page .review-sec-carousel .review-slider .review-box {
    background: #F2F2F2;
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    padding: 20px;
    border-radius: 5px;
}

.my-profile-page .support-sec textarea {
    margin-top: 25px;
    width: 100%;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    resize: none;
    height: 135px;
    padding: 10px 15px;
    outline: none;
}

.my-profile-page .support-sec textarea::-webkit-scrollbar {
    display: none;
}


.cmn-popup-sec {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(146, 147, 147, .5);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
    text-align: center;
}

.cmn-popup-sec.active {
    display: flex;
    justify-content: flex-start;
}

.cmn-popup-sec .popup-content {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.cmn-popup-sec .popup-content .popup-title {
    font-weight: 700;
    color: var(--text-color);
    font-size: 18px;
}

.cmn-popup-sec .popup-content .input-fields-row {
    row-gap: 15px;
    margin: 25px 0px;
}

.cmn-popup-sec .popup-content .input-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background: #f2f2f2;
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    overflow: hidden;
    column-gap: 5px;
    padding: 5px 15px;
}

.cmn-popup-sec .popup-content .input-box img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    object-fit: contain;
}

.cmn-popup-sec .popup-content .input-box input::placeholder {
    color: #A5A5A5;
}

.cmn-popup-sec .popup-content .input-box input,
.cmn-popup-sec .popup-content .input-box select {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: var(--text-color);
    font-size: 16px;
}

.cmn-popup-sec .select-input-box {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}


.cmn-popup-sec .select-input-box input,
.cmn-popup-sec .select-input-box select {
    width: auto !important;
    min-width: 135px;
    max-width: 135px;
}

.cmn-popup-sec .select-input-box select {
    appearance: none;
    background-image: url(../img/select-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 3px) !important;
    background-size: 8px !important;
}

.cmn-popup-sec .check-box-sec label {
    font-size: 16px;
    color: var(--text-color);
    align-items: center;
    display: flex;
    column-gap: 3px;
}

.cmn-popup-sec .check-box-sec label input {
    min-width: auto;
    max-width: none;
    background: #fff;
    border: 1px solid #C9C9C9;
    width: 15px !important;
    height: 15px !important;
    accent-color: var(--theme-color-dark);
}


.warning-popup .popup-content .icon-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.warning-popup .popup-content .icon-box .title {
    font-size: 23px;
    color: var(--theme-color-dark);
    margin-top: 10px;
}

.cmn-popup-sec .btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    flex-flow: column;
    row-gap: 10px;
}

.cmn-popup-sec.warning-popup .popup-content {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}


.review-popup .merchant-name {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    column-gap: 10px;
}

.review-popup .product-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-popup .product-sec .img-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.review-popup .product-sec .img-box img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border: 1px solid #D8D8D8;
}

.review-popup .product-sec .img-box .product-name {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.review-popup .product-sec .product-price {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.review-popup .sec-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 5px;
}

.review-popup .rating-sec ul.star-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    color: #CCCCCC;
    background: #F9F9F9;
    padding: 10px;
}

.review-popup .rating-sec ul.star-sec li {
    font-size: 20px;
}

.review-popup .content-area textarea {
    width: 100%;
    background: #F9F9F9;
    border: .5px solid #DDDDDD;
    border-radius: 5px;
    height: 130px;
    resize: none;
    padding: 10px 15px;
    outline: none;
    color: var(--text-color);
}

.review-popup .content-area textarea::placeholder {
    color: #CCCCCC;
}

.review-popup .gap-column {
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}

.blog-listing-page .row.blog-listing {
    row-gap: 25px;
}

.blog-detail-page .detail-sec .img-box img {
    width: 100%;
    aspect-ratio: 161/97;
    object-fit: cover;
}

.blog-detail-page .detail-sec .text-box {
    background: #fff;
    padding: 25px;
}

.blog-detail-page .detail-sec .text-box .title {
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.blog-detail-page .detail-sec .text-box .description p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 150%;
}

.edit-profile-popup .profile-image {
    min-width: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 3px solid var(--theme-color-dark);
    overflow: hidden;
    position: relative;
}

.edit-profile-popup .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-profile-popup .profile-image input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.cmn-popup-sec .btn-sec .change-password-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--theme-color-dark);
    font-size: 16px;
}

.cmn-popup-sec .btn-sec .change-password-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}











/* responsive css - - - - - - - - - */

@media (min-width: 992px) and (max-width: 1199px) {
    .login-sec .form-sec form {
        row-gap: 10px;
        padding: 25px 20px;
        margin: 10px 0px;
    }

    .login-sec .form-sec form .btn-sec {
        margin-top: 10px !important;
    }

    .login-sec .logo-sec .title {
        margin-top: 10px;
    }
}


.order-status-card .merchant-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-status-card .merchant-info-content {
    margin-left: 10px;
}

.order-status-card .table>thead>tr>th,
.table>tfoot>tr>th,
.table>tfoot>tr>td,
.table>tbody>tr>td {
    padding: 10px;
    vertical-align: middle;
    border: 0 !important;
    background-color: #f4f4f4;
    /* border: 1px solid #ddd !important; */
}

.order-status-card .order-summary {
    font-size: .875rem;
}

.order-status-card .order-info {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.order-status-card .order-number,
.order-date {
    font-weight: 600;
}

.order-status-card .customer-address {
    margin-bottom: 20px;
    width: 100%;
    /* background-color: #d5d5d5; */
    color: #000;
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #ddd; */
}

.order-status-card .customer-address>h6> {
    margin-bottom: 5px;
}

.order-status-card .table {
    background-color: #f4f4f4 !important;
    border-color: #d5d5d5 !important;
    border: 0 !important;
}

.order-status-card .btn {
    background-color: #FF2BA8;
    color: white;
}

.order-status-card .btn-1 {
    background-color: #24A9E0;
    color: white;
}

.order-status-card .btn-2 {
    background-color: #03627C;
    color: white;
}

.order-status-card .h3 {
    color: #606060;
    font-size: 1.3rem;
}

.order-status-card .order-date {
    color: #E3E3E3;
    padding-left: 10px;
}

.order-status-card img.truck-img {
    width: 3%;
    padding: 4px;
}

.order-status-card {
    background: #ffffff;
    padding: 0px 30px;
    padding-bottom: 1px;
    margin-bottom: 17px;
}

.order-status-card .lightbggrey {
    background: #f4f4f4 !important;
}

.status_shipping {
    background: #007FFF !important;
    color: #ffffff !important;
}

.status_shipped {
    background: #007FFF !important;
    color: #ffffff !important;
}

.status_decline {
    background: #606060 !important;
    color: #ffffff !important;
}

.status_cancel {
    background: #606060 !important;
    color: #ffffff !important;
}

.status_accepted {
    background: #ff2ba8 !important;
    color: #ffffff !important;
}

.status_pending {
    background: #ff2ba8 !important;
    color: #ffffff !important;
}

.status_success {
    background: #03627C !important;
    color: #ffffff !important;
}


.status_shipping:hover {
    background: #007FFF !important;
    color: #ffffff !important;
}

.status_decline:hover {
    background: #606060 !important;
    color: #ffffff !important;
}

.status_cancel:hover {
    background: #606060 !important;
    color: #ffffff !important;
}

.status_accepted:hover {
    background: #ff2ba8 !important;
    color: #ffffff !important;
}

.status_pending:hover {
    background: #ff2ba8 !important;
    color: #ffffff !important;
}

.status_success:hover {
    background: #03627C !important;
    color: #ffffff !important;
}

.order-status-card .table .total_val {
    text-align: right;
}

.order-status-card .table tfoot {
    text-transform: uppercase;
}

.order-status-card .table .txt-center {
    text-align: center;
}

.product-box .img-box img {
    object-fit: cover;
}



#shippingModal {
    width: 50%;
    height: auto;
    display: block;
    background: #f2f2f2;
    padding: 30px 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

#shippingModal .shipping-option-left {
    width: 80%;
}


#shippingModal .shipping-option-right {
    width: 20%;
    text-align: right;
}





.order-detail-page .product-like {
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    float: right;
    margin: 10px 30px 0px 0px;
    position: absolute;
    right: -14px;
    top: 0;
    background: #fff;
    z-index: 9;
}

.order-detail-page .carousel-img-box {
    position: relative;
}

section.cart-page {
    /* min-height: 100vh; */
}

img.img_new_upload {
    object-fit: cover;
    width: 100px;
    height: 100px;
    max-width: 100px;
    border-radius: 69px;
}

.close-icon-edit-shipping {
    position: absolute;
    right: 30px;
    top: 28px;

}

button.resend-btn.secondary-color {
    padding: 7px 15px;
    border: none;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.resend-btn img {
    width: 20px;
}

.button_adjust {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.close-icon-add-shipping {
    position: absolute;
    right: 28px;
    top: 30px;
}

.close-icon-edit-shipping {
    position: absolute;
    right: 30px;
    top: 28px;

}

.account-section-send-button {
    position: absolute;
    right: 162px;
    margin-top: 128px;
    border: none;
    background: transparent;
}

.footer-div {
    margin-top: 45px;
}

.text-color-b {
    color: var(--theme-color-light) !important;
}

.text-color-a {
    color: var(--theme-color-dark) !important;
}


.form-container {
    position: relative;
}

.account-section-send-button {
    position: absolute;
    bottom: 2%;
    right: 0.1%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    /* Adjust padding as needed */
}

#message {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    /* Adjust according to the button size */
}



/* noor */
.header-logo {
    width: 100%;
}

.new-header {
    background: #F3F3F3;
    padding: 5px 0px;
}

.welcome-strip {
    border-bottom: 1px solid #ffff;
}

.new-header .active {
    background-color: #03637c;
    border: none;
    /* color: #fff; */
    padding: 7px 23px;
    border-radius: 6px;
    /* margin-right: 10px; */
    /* padding-left: 10px; */
}

.new-header button {
    position: relative;
    background-color: #fff;
    border: none;
    /* color: #fff; */
    padding: 7px 22px;
    border-radius: 6px;
    margin-right: 0;
    width: 100%;
    /* padding-left: 10px; */
}


.cart-chat-numb {
    position: absolute;
    top: -5px;
    background: #03637c;
    color: #fff;
    /* padding: 2px; */
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    right: -6px;
}


.new-header .active a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
}

.new-header button a {
    color: #03637c;
    font-weight: normal;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
}


.new-header .header-inner .secrch-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 4px 8px 4px 22px;
    border: 1px solid #03637c;
    margin: 0;
}

.new-header .header-inner .secrch-box input::placeholder {
    color: #C4C4C4;
}

.new-header .header-inner .secrch-box input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
}


.new-header .header-inner .secrch-box button.search-btn {
    border: none;
    outline: none;
    background: none;
    color: var(--theme-color-dark);
    font-size: 18px;
    margin: 0;
    padding-right: 10px;
    width: auto;
    padding-top: 0;
}

.new-header-btn {
    /* display: flex; */
    justify-content: space-between;
}

.main-left-sidebar {
    width: 20%;
    height: 93vh;
    background-color: #03637c;
    display: inline-block;
    float: left;
    position: fixed;
    left: 0;
    /* top: 0; */
    z-index: 10;
    /* padding: 20px; */
}

.main-right-content {
    width: 80%;
    display: inline-block;
    float: right;
}

.main-content {
    /* height: 100vh; */
    margin-top: 63px;
}

.new-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111111;
}

.left-side-bar .title {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button {
    background: #ffffff00 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px !important;

}

.accordion-item {
    background: transparent !important;
}

.accordion-item svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 15px;
}

.accordion-item.active .accordion-button {
    background-color: #b3d0d6 !important;
    color: #03637c !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-body ul li.active {
    background-color: #b3d0d6 !important;
    color: #03637c !important;
}

.accordion-item.active .accordion-button svg {
    fill: #03637c !important;
}


.accordion-body {
    padding: 0;
}

.accordion-body ul {
    padding-left: 2rem;
    margin-top: 13px;
}

.accordion-body ul li {
    padding: 7px;
    padding-left: 34px;
    margin-left: 25px;
}

.accordion-body ul li.active a {
    color: #03637c;
    font-size: 18px;
    display: block;
}

.accordion-body ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.accordion-flush .accordion-item {
    border: none !important;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.left-footer {
    background: #231f20;
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 10;
}

.left-footer ul li a svg {
    fill: #fff;
    margin-right: 20px;
}

.left-footer ul li a {
    font-size: 18px;
    color: #fff;
}

.left-footer ul li {
    margin-bottom: 20px;
}

.left-footer ul {
    margin-bottom: 25px;
}

.footer-social-links ul li {
    display: inline-block;
}

.footer-social-links ul {
    margin-bottom: auto;
}

.left-menu-category {
    overflow-y: auto;
    height: 500px;
    min-height: 500px;
}


@media screen and (min-width:1000px) and (max-width:1400px) {
    .main-right-content {
        width: 70%;
    }

    .main-left-sidebar {
        width: 30%;
    }

    .new-header button a span {
        font-size: 13px;
    }
}

@media screen and (max-width:1200px) {
    .new-header img {
        width: 100% !important;
    }
}

@media screen and (min-width:700px) and (max-width:1000px) {
    .new-header img {
        width: 100% !important;
    }

    .new-header button a span {
        font-size: 13px;
    }

    .main-right-content {
        width: 70%;
    }

    .main-left-sidebar {
        width: 30%;
    }

    .new-header button {
        padding: 7px 12px;
    }

    .left-footer ul li a svg {
        margin-right: 10px;
    }

    .left-footer {
        padding: 10px;
    }
}

.new-header img {
    /* width: 66%; */
    height: 53px;
}

.home-right-content {
    padding: 20px;
}

.product-new-card {
    /* padding: 20px; */
    border: 2px solid #ddd;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 20px;
    display: block;
    height: 282.59px;
    min-height: 282.59px;
}

.product-new-card-hover-content {
    position: absolute;
    padding: 10px;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00657dba;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: top 0.3s ease-in-out;
    flex-direction: column;
}

.product-new-card:hover .product-new-card-hover-content {
    top: 0;
}

.product-new-card:hover img {
    filter: blur(3px);
}

.product-new-card-hover-content p {
    color: #00657d;
    background: #ffffff87;
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 13px;
}

.product-new-card-hover-content h5 {
    color: #ebebeb;
    font-size: 17px;
    margin-bottom: 15px;
}

.product-new-card-hover-content h6 {
    color: #ebebeb;
    font-size: 17px;
}

.product-new-card img {
    width: 100%;
    height: 100%;
}

.product-listing-carousel .product-new-card img {
    /* height: 250px; */
}

.owl-thumbs .item {
    height: 150px;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-right: 15px;
    padding: 0;
}

.owl-thumbs .item img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1024px) {

    .owl-thumbs .item {
        height: 105px;
        max-width: 111px;
        margin-bottom: 20px;
    }
}

.product-listing-carousel .owl-thumbs {
    display: none;
}

.review-main-div {
    width: 100%;
}

.rating-main-div {
    width: 100%;
}

.star-box {
    display: inline-block;
}

.chat-page .secrch-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 8px 8px 22px;
    border: 1px solid #dddddd;
    margin: 0;
}

.chat-page .secrch-box input::placeholder {
    color: #C4C4C4;
}

.chat-page .secrch-box input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
}


.chat-page .secrch-box button.search-btn {
    border: none;
    outline: none;
    background: none;
    color: var(--theme-color-dark);
    font-size: 18px;
    margin: 0;
    padding-right: 10px;
    width: auto;
    padding-top: 0;
}

.chat-list-box {
    margin: 20px 0px;
    padding: 20px 0px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    height: 87vh;
    margin-left: 20px;
    overflow: auto;
}

.chat-list-box ul {
    margin-top: 10px;
}

.chat-list-box ul li img {
    width: 50px;
    border-radius: 100%;
    height: 50px;
}

.chat-list-box ul li h5 {
    color: #606060;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.chat-list-box ul li p {
    color: #606060;
    font-weight: 500;
    font-size: 14px;
}

.new-chat-alert {
    font-size: 8px !important;
    background: #0f7896;
    color: #fff !important;
    display: inline-block;
    padding: 6px 4px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
    margin-bottom: 6px;
}

.chat-time {
    font-size: 13px !important;
}

.chat-list-box ul li {
    margin-bottom: 20px;
    padding: 6px 20px;
}

.open-chat-box {
    margin: 20px 0px;
    /* padding: 20px; */
    border: 1px solid #dddddd;
    border-radius: 10px;
    height: 87vh;
    margin-right: 20px;
    position: relative;
}

.regard-pro-detail-top img {
    width: 50px;
    border-radius: 5px;
    height: 50px;
}

.regard-pro-detail-top h5 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.regard-pro-detail-top p {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.regard-pro-detail-top {
    padding: 20px;
    background: #0f7896;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.chat-msg-box {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 90%;
}

.msg-text-input {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.msg-text-input input {
    width: 85%;
    /* margin: 20px; */
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.input-card-new {
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.chat-list-box ul li.active {

    background: #cde0e6;
}

.chat-list-box .header-inner {
    margin: 0px 20px;
}

.msg-text-input svg {
    margin-left: 10px;
}

.chat-msg-card img {
    border-radius: 100%;
    /* margin-top: 15px; */
    width: 50px;
    height: 50px;
}

.chat-send-img img {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}

.chat-msg-card {
    margin: 20px;
}

.chat-msg-card h6 {
    color: #999999;
    font-size: 14px;
}

.chat-msg-card p {
    padding: 10px;
    font-size: 18px;
    box-shadow: 1px 1px 10px #ddd;
    border-top-left-radius: 0 !important;
    border-radius: 5px;
    margin-top: 2px;
}

.merchant-banner .owl-thumbs {
    display: none;
}

.text-box {
    width: 100%;
    margin-left: 25px;
}

.icon-box p {
    color: #606060;
}

.shop-icon-search {
    display: flex;
    justify-content: space-between;
}

.address-listing {
    margin: 10px 30px;
}

.merchant-page.scrolled .merchant-info {
    align-items: center !important;
    margin-bottom: 30px;
}







.product-detail-owl .owl-thumbs {
    display: none;
}

#closeModal {
    float: right;
    font-size: 24px;
    background: #ffffffa3;
    /* width: 30px; */
    padding: 0 12px;
}

#shippingModal {
    height: auto !important;
}

.ellipse_tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-menu-category::-webkit-scrollbar {
    display: none;
}

.custom-hr {
    border: none;
    border-top: 1px solid grey;
    color: grey;
    margin: 0px;
}
.liked-product-carousel .product-new-card{
    height: 191.89px;
    min-height: 191.89px;
}
@media screen and (min-width:1920px) {
    .col-1920-2 {
        width: 19.666667% !important;
    }

    .col-1920-5 {
        width: 41.66666667% !important;
    }

    .col-1920-4 {
        width: 38.333333% !important;
    }

    .new-header-btn {
        margin-left: 40px;
    }

    .left-side-bar .title {
        font-size: 21.14px;
        margin-left: 14px;
    }

    .header-inner {
        margin-right: 23px;
    }

    .accordion-button {
        padding: 14px !important;
    }

    .new-header button a {
        font-size: 18.7px;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 21.03px;
    }

    .product-new-card-hover-content h5 {
        font-size: 20.99px;
    }

    .product-new-card-hover-content h6 {
        font-size: 23.32px;
    }

    .col-1920--4 {
        width: 35.666667% !important;
    }

    .col-1920--9 {
        width: 100% !important;
    }

    .col-1920--8 {
        width: 63.666667% !important;
    }

    .order-detail-page .product-detail-content .cmn-filter-box .title {
        font-size: 20.17px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 33.62px;
    }

    .order-detail-page .product-detail-content .product-header .category {
        font-size: 20.17px;
    }

    .order-detail-page .product-detail-content .product-name {
        font-size: 22.86px;
    }

    .order-detail-page .product-detail-content .product-des p {
        font-size: 18px;
    }

    .order-detail-page .product-detail-content .product-header .right-box .cmn-box {
        font-size: 20.17px;
    }

    .merchant-name {
        font-size: 21.14px !important;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        font-size: 27.38px !important;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 27.38px !important;
    }

    .cart-page .total-listing ul li .left-title {
        font-size: 24.89px !important;
    }

    .cart-page .total-listing ul li .right-title {
        font-size: 31.11px !important;
    }

    .cart-page .total-price-box .title {
        font-size: 35.26px !important;
    }

    .cart-page .login-popup a.cmn-btn,
    .total-price-box a.cmn-btn {
        font-size: 26.99px !important;
    }

    .regard-pro-detail-top img {
        width: 60.36px;
        height: 60.36px;
    }

    .regard-pro-detail-top h5 {
        font-size: 15.35px;
    }

    .regard-pro-detail-top p {
        font-size: 12.56px;
    }


    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-list-box ul li h5 {
        font-size: 15.6px;
    }

    .chat-list-box ul li p {
        font-size: 13.37px;
    }

    .chat-time {
        font-size: 11.39px !important;
    }

    .chat-list-box ul li {
        margin-bottom: 5px;
    }

    .chat-list-box ul li img {
        width: 50px;
        height: 50px;
    }

    .chat-msg-card h6 {
        font-size: 13.02px;
    }

    .chat-msg-card p {
        font-size: 15.35px;
    }

    .msg-text-input input {
        font-size: 16.43px;
    }

    .msg-text-input svg {
        margin-left: 10px;
        width: 30px;
    }

    .chat-msg-card img {
        width: 50px;
        height: 50px;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .new-chat-alert {
        font-size: 8.37px !important;
    }






    .my-profile-page .profile-sec .img-sec .img-box img {
        width: 76.35px;
        height: 76.35px;
    }

    .my-profile-page .profile-sec .img-sec .username {
        font-size: 25.84px;
    }

    .my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
        font-size: 16.44px;
    }

    .my-profile-page .sec-title-sec .sec-title {
        font-size: 23.49px;
    }

    .my-profile-page .shipping-address-sec {
        padding: 10px 0px !important;
    }

    .my-profile-page .shipping-address-sec .address-strip .content-box p {
        font-size: 18.79px;
        text-align: right !important;
    }

    .text-color-a {
        font-size: 14.1px !important;
    }

    .content-box.text-end p {
        text-align: left !important;
    }

    .my-profile-page .order-carousel-sec,
    .my-profile-page .followed-product-carousel,
    .my-profile-page .liked-product-sec,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .support-sec {
        padding: 15px 0px !important;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
        font-size: 16.1px;
    }

    .my-profile-page .order-carousel-sec .order-carousel p {
        font-size: 21.14px;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
        width: 68.44px;
        height: 68.44px;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 376px !important;
    }

    .followed-product-carousel .owl-carousel .owl-stage-outer {
        min-height: 140px !important;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
        width: 32.48px;
        height: 32.48px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
        font-size: 21.14px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
        font-size: 18.77px;
    }

    .liked-product-carousel .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .liked-product-carousel .owl-carousel.owl-drag .owl-item {
        width: 33% !important;
    }

    .merchant-banner .owl-stage-outer {
        min-height: auto !important;
    }

    .merchant-info .merchant-name {
        font-size: 22.33px !important;
    }

    .desktop-icons-info {
        display: block;
        padding-left: 0;
    }

    .respo--info-icons {
        display: none;
        margin-top: 0;
    }

    .merchant-page .merchant-info {
        height: auto;
        margin-top: -50px;
    }

    .merchant-page .merchant-info .inner-info .icon-box {
        /* display: block; */
        font-size: 22.18px !important;
    }

    .merchant-page .merchant-info .img-box {
        width: 227.38px;
        height: 227.38px;
        min-width: 184.98px;
        min-height: 184.98px;
        top: -59px;
    }

    .merchant-page .merchant-info .merchant-name {
        display: inline;
        /* text-align: center; */
        padding-left: 0;
        font-size: 31.96px !important;
    }

    .merchant-page .merchant-info .address {
        display: inline-block;
        text-align: left;
        padding-left: 40px;
        float: right;
        font-size: 27.28px !important;
    }

    .text-box {
        margin-top: 39px;
    }

    .merchant-page.scrolled .text-box {
        margin-top: 70px;
        /* display: flex; */
        flex-wrap: wrap;
        align-items: center;
    }

    .merchant-page.scrolled .merchant-info .col-md-10 {
        display: block;
    }

    .merchant-page.scrolled .shop-icon-search {
        margin-top: 0;
    }

    .merchant-page .after-scroll-inner-info .search-box form {
        min-width: 596px;
        width: auto;
        margin-left: 20px;
    }

    .merchant-page.scrolled .img-box {
        top: 28px !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 14px;
    }

    .accordion-body ul li.active a {
        font-size: 14px;
    }

    .left-menu-category {
        height: 600px;
        min-height: 600px;
    }

    .product-new-card {
        height: 270.2px;
        min-height: 270.2px;
    }

    .social-icons li a svg {
        width: 25px !important;
        height: 25px !important;
    }

}

@media screen and (min-width:2048px) {
    .col-2048-2 {
        width: 16.666667% !important;
    }

    .new-header-btn {
        margin-left: 27px;
    }

    .header-inner {
        margin-right: 14px;
    }

    .left-side-bar .title {
        margin-left: 15px;

    }

    .accordion-button {
        padding: 14px !important;
    }

    .left-side-bar .title {
        font-size: 22.55px;
    }

    .product-new-card-hover-content h5 {
        font-size: 18.66px;
    }

    .product-new-card-hover-content h6 {
        font-size: 20.73px;
    }

    .new-header button a {
        font-size: 19.94px;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 22.44px;
    }

    .order-detail-page .product-detail-content .cmn-filter-box .title {
        font-size: 24.31px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 40.52px;
    }

    .order-detail-page .product-detail-content .product-header .category {
        font-size: 24.31px;
    }

    .order-detail-page .product-detail-content .product-name {
        font-size: 22.86px;
    }

    .order-detail-page .product-detail-content .product-des p {
        font-size: 18px;
    }

    .order-detail-page .product-detail-content .product-header .right-box .cmn-box {
        font-size: 24.31px;
    }

    .order-detail-page .product-detail-content .btn-sec button.cmn-btn {
        font-size: 24.31px;
    }

    .order-detail-page .merchant-box .left-box .title {
        font-size: 26.86px;
    }

    .order-detail-page .merchant-box .right-box a.chat-btn {
        font-size: 23.7px;
    }

    .order-detail-page .review-sec .review-header .left-box .sec-title {
        font-size: 26.93px;
    }

    .order-detail-page .review-sec .review-header .left-box .rating-number {
        font-size: 65.76px;
    }

    .order-detail-page .review-sec .review-header .see-all-btn {
        font-size: 23.7px;
    }

    .order-detail-page .review-sec .review-box .top-sec .client-profile-box .client-name {
        font-size: 23.56px;
    }

    .order-detail-page .review-sec .review-box .top-sec .client-profile-box .date {
        font-size: 20.2px;
    }

    .order-detail-page .review-sec .review-box .des p {
        font-size: 20.2px;
    }

    .merchant-name {
        font-size: 26.49px !important;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        font-size: 29.23px !important;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 29.23px !important;
    }

    .cart-page .total-listing ul li .left-title {
        font-size: 26.58px !important;
    }

    .cart-page .total-listing ul li .right-title {
        font-size: 33.22px !important;
    }

    .cart-page .total-price-box .title {
        font-size: 37.65px !important;
    }

    .cart-page .login-popup a.cmn-btn,
    .total-price-box a.cmn-btn {
        font-size: 28.81px !important;
    }

    .regard-pro-detail-top img {
        width: 60.36px;
        height: 60.36px;
    }

    .regard-pro-detail-top h5 {
        font-size: 16.4px;
    }

    .regard-pro-detail-top p {
        font-size: 13.42px;
    }


    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-list-box ul li h5 {
        font-size: 16.66px;
    }

    .chat-list-box ul li p {
        font-size: 14.28px;
    }

    .chat-time {
        font-size: 11.39px !important;
    }

    .chat-list-box ul li {
        margin-bottom: 10px;
    }

    .chat-list-box ul li img {
        width: 50px;
        height: 50px;
    }

    .chat-msg-card h6 {
        font-size: 13.91px;
    }

    .chat-msg-card p {
        font-size: 16.4px;
    }

    .msg-text-input input {
        font-size: 17.55px;
    }

    .msg-text-input svg {
        margin-left: 10px;
        width: 30px;
    }

    .chat-msg-card img {
        width: 50px;
        height: 50px;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .new-chat-alert {
        font-size: 8.37px !important;
    }






    .my-profile-page .profile-sec .img-sec .img-box img {
        width: 76.35px;
        height: 76.35px;
    }

    .my-profile-page .profile-sec .img-sec .username {
        font-size: 25.84px;
    }

    .my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
        font-size: 16.44px;
    }

    .my-profile-page .sec-title-sec .sec-title {
        font-size: 23.49px;
    }

    .my-profile-page .shipping-address-sec {
        padding: 10px 0px !important;
    }

    .my-profile-page .shipping-address-sec .address-strip .content-box p {
        font-size: 18.79px;
        text-align: right !important;
    }

    .text-color-a {
        font-size: 14.1px !important;
    }

    .content-box.text-end p {
        text-align: left !important;
    }

    .my-profile-page .order-carousel-sec,
    .my-profile-page .followed-product-carousel,
    .my-profile-page .liked-product-sec,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .support-sec {
        padding: 15px 0px !important;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
        font-size: 16.1px;
    }

    .my-profile-page .order-carousel-sec .order-carousel p {
        font-size: 21.14px;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
        width: 68.44px;
        height: 68.44px;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 376px !important;
    }

    .followed-product-carousel .owl-carousel .owl-stage-outer {
        min-height: 140px !important;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
        width: 32.48px;
        height: 32.48px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
        font-size: 21.14px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
        font-size: 18.77px;
    }

    .liked-product-carousel .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .liked-product-carousel .owl-carousel.owl-drag .owl-item {
        width: 33% !important;
    }



    .merchant-page .merchant-info .merchant-name {
        display: inline;
        /* text-align: center; */
        padding-left: 0;
        font-size: 34.09px !important;
    }

    .merchant-page .merchant-info .address {
        display: inline-block;
        text-align: left;
        padding-left: 40px;
        float: right;
        font-size: 28.39px !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 14px;
    }

    .accordion-body ul li.active a {
        font-size: 14px;
    }

    .left-menu-category {
        height: 600px;
        min-height: 600px;
    }

    .product-new-card {
        height: 242.39px;
        min-height: 242.39px;
    }
}

@media screen and (min-width:2000px) and (max-width:2132px) {
    .left-menu-category {
        /* height: 415vh; */
    }
}

@media screen and (min-width:1700px) and (max-width:1799px) {
    .left-menu-category {
        height: 550px;
    }
}



@media screen and (max-width:1536px) {

    .respo-text-none {
        font-size: 15px;
    }

    .new-header button a {
        font-size: 15px;
    }

    .col-1536-2 {
        width: 16.66666667% !important;
    }

    .col-1536-5 {
        width: 41.66666667% !important;
    }

    .new-header-btn {
        margin-left: 75px;
    }

    .left-side-bar .title {
        margin-left: 14px;
    }

    .accordion-button {
        padding: 14px !important;
    }

    .new-header button a {
        font-size: 18px;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 20px;
    }

    .left-side-bar .title {
        font-size: 20.25px;
    }

    .product-new-card-hover-content h5 {
        font-size: 20.25px;
    }

    .product-new-card-hover-content h6 {
        font-size: 22.25px;
    }


    .order-detail-page .product-detail-content .cmn-filter-box .title {
        font-size: 20.76px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 34.61px;
    }

    .order-detail-page .product-detail-content .product-header .category {
        font-size: 20.76px;
    }

    .order-detail-page .product-detail-content .product-name {
        font-size: 23.53px;
    }

    .order-detail-page .product-detail-content .product-des p {
        font-size: 20.76px;
    }

    .order-detail-page .product-detail-content .product-header .right-box .cmn-box {
        font-size: 20.76px;
    }

    .order-detail-page .product-detail-content .btn-sec button.cmn-btn {
        font-size: 20.76px;
    }

    .order-detail-page .merchant-box .left-box .title {
        font-size: 23.53px;
    }

    .order-detail-page .merchant-box .right-box a.chat-btn {
        font-size: 20.76px;
    }

    .order-detail-page .review-sec .review-header .left-box .sec-title {
        font-weight: 300;
        font-size: 23.59px;
    }

    .order-detail-page .review-sec .review-header .left-box .rating-number {
        font-size: 57.61px;
    }

    .order-detail-page .review-sec .review-header .see-all-btn {
        font-size: 20.76px;
    }

    .order-detail-page .review-sec .review-box .top-sec .client-profile-box .client-name {
        font-size: 12px;
    }

    .order-detail-page .review-sec .review-box .top-sec .client-profile-box .date {
        font-size: 17.69px;
    }

    .order-detail-page .review-sec .review-box .des p {
        font-size: 17.69px;
    }

    .order-detail-page .content-box {
        padding: 30px 0px;
    }

    .col-1536---5 {
        width: 42% !important;
    }

    .merchant-name {
        font-size: 22.48px !important;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        /* font-size: 24.73px !important; */
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 24.73pxx !important;
    }

    .cart-page .total-listing ul li .left-title {
        /* font-size: 22.48px !important; */
    }

    .cart-page .total-listing ul li .right-title {
        /* font-size: 28.1px !important; */
    }

    .cart-page .total-price-box .title {
        /* font-size: 31.85px !important; */
    }

    .cart-page .login-popup a.cmn-btn,
    .total-price-box a.cmn-btn {
        /* font-size: 22.9px !important; */
    }

    .col-1536---5 {
        width: 48% !important;
    }

    .regard-pro-detail-top img {
        width: 60.36px;
        height: 60.36px;
    }

    .regard-pro-detail-top h5 {
        font-size: 14.61px;
    }

    .regard-pro-detail-top p {
        font-size: 11.96px;
    }


    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-list-box ul li h5 {
        font-size: 14.84px;
    }

    .chat-list-box ul li p {
        font-size: 12.72px;
    }

    .chat-time {
        font-size: 11.39px !important;
    }

    .chat-list-box ul li {
        margin-bottom: 10px;
    }

    .chat-list-box ul li img {
        width: 50px;
        height: 50px;
    }

    .chat-msg-card h6 {
        font-size: 12.39px;
    }

    .chat-msg-card p {
        font-size: 14.61px;
    }

    .msg-text-input input {
        font-size: 15.64px;
    }

    .msg-text-input svg {
        margin-left: 10px;
        width: 25px;
    }

    .chat-msg-card img {
        width: 50px;
        height: 50px;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .new-chat-alert {
        font-size: 8.37px !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 14px;
    }

    .accordion-body ul li.active a {
        font-size: 14px;
    }

    .left-menu-category {
        height: 400px;
        min-height: 400px;
    }

    .product-new-card {
        height: 273.19px;
        min-height: 273.19px;
    }

    .social-icons li a svg {
        width: 25px !important;
        height: 25px !important;
    }
    .chat-msg-box {
        height: 88%;
        min-height: 88%;
    }
}

@media screen and (max-width:1366px) {
    .new-header img {
        width: 66%;
    }

    .main-left-sidebar {
        width: 20%;
    }

    .left-side-bar .title {
        font-size: 18px;
        margin-left: 16px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 16px !important;
    }

    .left-footer ul li a {
        font-size: 19px;
    }

    .left-footer ul li a svg {
        width: 10px;
    }

    .social-icons svg {
        width: 20px !important;
        height: 20px !important;
    }

    .main-right-content {
        width: 80%;
    }

    .col-1366 {
        width: 16.66666667% !important;
    }

    .new-header img {
        width: 100%;
    }

    .col-1366-5 {
        width: 41.66666667% !important;
    }

    .new-header-btn {
        margin-left: 65px;
    }

    .header-inner {
        margin-left: 7px;
    }

    .new-header button a span {
        font-size: 13px;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 18px;
    }

    .product-new-card-hover-content h5 {
        font-size: 18px;
    }

    .product-new-card-hover-content h6 {
        font-size: 20px;
    }

    .order-detail-page .content-box {
        padding: 30px 0px;
    }

    .order-detail-page .product-detail-content .cmn-filter-box .title {
        font-size: 18px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 30px;
    }

    .order-detail-page .product-detail-content .product-header .category {
        font-size: 18px;
    }

    .order-detail-page .product-detail-content .product-name {
        font-size: 20.4px;
    }

    .order-detail-page .product-detail-content .product-des p {
        font-size: 18px;
    }

    .merchant-name {
        font-size: 20px;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        font-size: 22px;
    }



    .cart-page .total-listing ul li .left-title {
        font-size: 20px;
    }

    .cart-page .total-listing ul li .right-title {
        font-size: 25px;
    }

    .cart-page .total-price-box .title {
        font-size: 28.33px;
    }

    .cart-page .login-popup a.cmn-btn,
    .total-price-box a.cmn-btn {
        /* font-size: 20.37px; */
    }

    .regard-pro-detail-top img {
        width: 40px;
        height: 40px;
    }

    .regard-pro-detail-top h5 {
        font-size: 13.08px;
    }

    .regard-pro-detail-top p {
        font-size: 10.71px;
    }


    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-list-box ul li h5 {
        font-size: 13.29px;
    }

    .chat-list-box ul li p {
        font-size: 11.39px;
    }

    .chat-time {
        font-size: 11.39px !important;
    }

    .chat-list-box ul li {
        margin-bottom: 5px;
    }

    .chat-list-box ul li img {
        width: 33.14px;
        height: 33.14px;
    }

    .chat-msg-card h6 {
        font-size: 11.1px;
    }

    .chat-msg-card p {
        font-size: 13.08px;
    }

    .msg-text-input input {
        font-size: 14px;
    }

    .msg-text-input svg {
        margin-left: 5px;
        width: 20px;
    }

    .chat-msg-card img {
        width: 33.14px;
        height: 33.14px;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .my-profile-page .profile-sec .img-sec .img-box img {
        width: 65.19px;
        height: 65.19px;
    }

    .my-profile-page .profile-sec .img-sec .username {
        font-size: 22.06px;
    }

    .my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
        font-size: 14.04px;
    }

    .my-profile-page .sec-title-sec .sec-title {
        font-size: 20.06px;
    }

    .my-profile-page .shipping-address-sec {
        padding: 10px 0px !important;
    }

    .my-profile-page .shipping-address-sec .address-strip .content-box p {
        font-size: 16.05px;
        text-align: right !important;
    }

    .text-color-a {
        font-size: 12.04px !important;
    }

    .content-box.text-end p {
        text-align: left !important;
    }

    .my-profile-page .order-carousel-sec,
    .my-profile-page .followed-product-carousel,
    .my-profile-page .liked-product-sec,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .support-sec {
        padding: 15px 0px !important;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
        font-size: 13.74px;
    }

    .my-profile-page .order-carousel-sec .order-carousel p {
        font-size: 18.05px;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
        width: 53.2px;
        height: 53.2px;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 376px !important;
    }

    .followed-product-carousel .owl-carousel .owl-stage-outer {
        min-height: 140px !important;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
        width: 32.48px;
        height: 32.48px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
        font-size: 16.71px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
        font-size: 14.83px;
    }

    .liked-product-carousel .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .liked-product-carousel .owl-carousel.owl-drag .owl-item {
        width: 33% !important;
    }

    .merchant-banner .owl-stage-outer {
        min-height: auto !important;
    }

    .merchant-info .merchant-name {
        font-size: 22.33px !important;
    }

    .desktop-icons-info {
        display: block;
        padding-left: 40px;
    }

    .respo--info-icons {
        display: none;
        margin-top: 0;
    }

    .merchant-page .merchant-info {
        height: auto;
        margin-top: -50px;
    }

    .merchant-page .merchant-info .inner-info .icon-box {
        /* display: block; */
        font-size: 18.04px !important;
    }

    .merchant-page .merchant-info .img-box {
        width: 184.98px;
        height: 184.98px;
        min-width: 184.98px;
        min-height: 184.98px;
        top: -59px;
    }

    .merchant-page .merchant-info .merchant-name {
        display: inline;
        /* text-align: center; */
        padding-left: 40px;
        font-size: 26px !important;
    }

    .merchant-page .merchant-info .address {
        display: inline-block;
        text-align: left;
        padding-left: 40px;
        float: right;
        font-size: 21.65px !important;
    }

    .text-box {
        margin-top: 27px;
    }

    .merchant-page.scrolled .text-box {
        margin-top: 70px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .merchant-page.scrolled .merchant-info .col-md-10 {
        display: block;
    }

    .merchant-page.scrolled .shop-icon-search {
        margin-top: 0;
    }

    .merchant-page .after-scroll-inner-info .search-box form {
        min-width: 582px;
        width: auto;
        margin-left: 20px;
    }

    .merchant-page.scrolled .img-box {
        top: 28px !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 14px;
    }

    .accordion-body ul li.active a {
        font-size: 14px;
    }

    .left-menu-category {
        height: 400px;
        min-height: 400px;
    }

    .product-new-card {
        height: 239.19px;
        min-height: 239.19px;
    }
}

@media screen and (max-width:1024px) {
    .new-header button a span {
        font-size: 13px;
    }

    .new-header .col-lg-4 {
        width: 33.33333333% !important;
    }

    .product-new-card-hover-content h5 {
        font-size: 17.74px;
    }

    .product-new-card-hover-content h6 {
        font-size: 19.71px;
    }


    .left-side-bar .title {
        font-size: 14.82px;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .accordion-button {
        font-size: 12px;
        padding: 10px !important;
    }

    .left-footer ul li a {
        font-size: 12px;
    }

    .left-footer ul li a svg {
        width: 10px;
    }

    .main-left-sidebar {
        width: 19%;
    }

    .main-right-content {
        width: 81%;
    }

    .product-new-card-hover-content h6 {
        font-size: 19.71px;
    }

    .new-header-btn {
        margin-left: 45px;
    }

    .new-header button {
        padding: 7px 14px;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 14.75px;
    }

    .product-new-card {
        padding: 5px;
        height: 239.14px;
        min-height: 239.14px;
    }

    .social-icons svg {
        width: 20px !important;
        height: 20px !important;
        margin-right: 10px !important;
    }

    .order-detail-page .content-box {
        padding: 20px 0px;
    }

    .order-detail-page {
        padding-right: auto !important;
    }



    .merchant-name {
        font-size: 17.86px;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        font-size: 19.64px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 19.64px !important;
    }

    .cart-page .total-listing ul li .left-title {
        font-size: 16.11px;
    }

    .cart-page .total-listing ul li .right-title {
        font-size: 20.14px;
    }

    .regard-pro-detail-top img {
        width: 30px;
        height: 30px;
    }

    .regard-pro-detail-top h5 {
        font-size: 11.51px;
    }

    .regard-pro-detail-top p {
        font-size: 9.42px;
    }


    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-list-box ul li h5 {
        font-size: 11.7px;
    }

    .chat-list-box ul li p {
        font-size: 10.03px;
    }

    .chat-time {
        font-size: 9.03px !important;
    }

    .chat-list-box ul li {
        margin-bottom: 5px;
    }

    .chat-list-box ul li img {
        width: 29.17px;
        height: 29.17px;
    }

    .chat-msg-card h6 {
        font-size: 9.76px;
    }

    .chat-msg-card p {
        font-size: 11.51px;
    }

    .msg-text-input input {
        font-size: 12.32px;
    }

    .msg-text-input svg {
        margin-left: 5px;
        width: 15px;
    }

    .chat-msg-card img {
        width: 29.17px;
        height: 29.17px;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .my-profile-page .profile-sec .img-sec .img-box img {
        width: 60.33px;
        height: 60.33px;
    }

    .my-profile-page .profile-sec .img-sec .username {
        font-size: 20.42px;
    }

    .my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
        font-size: 12.99px;
    }

    .my-profile-page .sec-title-sec .sec-title {
        font-size: 18.56px;
    }

    .my-profile-page .shipping-address-sec {
        padding: 10px 0px !important;
    }

    .my-profile-page .shipping-address-sec .address-strip .content-box p {
        font-size: 14.85px;
        text-align: right !important;
    }

    .text-color-a {
        font-size: 11.14px !important;
    }

    .content-box.text-end p {
        text-align: left !important;
    }

    .my-profile-page .order-carousel-sec,
    .my-profile-page .followed-product-carousel,
    .my-profile-page .liked-product-sec,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .support-sec {
        padding: 15px 0px !important;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
        font-size: 12.72px;
    }

    .my-profile-page .order-carousel-sec .order-carousel p {
        font-size: 16.71px;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
        width: 53.2px;
        height: 53.2px;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 376px !important;
    }

    .followed-product-carousel .owl-carousel .owl-stage-outer {
        min-height: 140px !important;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
        width: 32.48px;
        height: 32.48px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
        font-size: 16.71px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
        font-size: 14.83px;
    }

    .liked-product-carousel .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .liked-product-carousel .owl-carousel.owl-drag .owl-item {
        width: 33% !important;
    }



    .merchant-banner .owl-stage-outer {
        min-height: auto !important;
    }

    .merchant-info .merchant-name {
        font-size: 22.33px !important;
    }

    .desktop-icons-info {
        display: none;
    }

    .respo--info-icons {
        display: block;
        margin-top: -45px;
        margin-bottom: 20px;
    }

    .merchant-page .merchant-info {
        height: auto;
    }

    .merchant-page .merchant-info .inner-info .icon-box {
        /* display: block; */
    }

    .merchant-page .merchant-info .img-box {
        width: 158px;
        height: 158px;
        min-width: 158px;
        min-height: 158px;
    }

    .merchant-page .merchant-info .merchant-name {
        display: block;
        /* text-align: center; */
        padding-left: 35px;
        font-size: 22.33px !important;
    }

    .merchant-page .merchant-info .address {
        display: block;
        text-align: left;
        padding-left: 35px;
        float: none;
        font-size: 18.6px !important;
    }

    .text-box {
        margin-top: 32px;
    }

    .merchant-page.scrolled .text-box {
        margin-top: 85px;
    }

    .merchant-page.scrolled .merchant-info .col-md-10 {
        display: block;
    }

    .merchant-page.scrolled .shop-icon-search {
        margin-top: 103px;
    }

    .merchant-page .after-scroll-inner-info .search-box form {
        min-width: 582px;
        width: auto;
        margin-left: 20px;
    }

    .merchant-page.scrolled .merchant-info .img-box {
        top: 24px !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 12px;
    }

    .accordion-body ul li.active a {
        font-size: 12px;
    }

    .left-menu-category {
        height: 400px;
        min-height: 400px;
    }
}

@media screen and (max-width:991px) {
    .chat-msg-box {
        height: 80%;
        min-height: 80%;
    }
}
@media screen and (max-width:768px) {
    .respo-text-none {
        display: none;
    }

    .new-header-btn .col-sm-2 {
        width: 16.66666667% !important;
        padding: 0px 5px;
    }

    .new-header-btn .col-sm-12 {
        width: 100% !important;
    }

    .new-header-btn .col-sm-4 {
        width: 33.33333333% !important;
    }

    .new-header .col-sm-4 {
        width: 42.333333% !important;
    }

    .new-header .col-sm-5 {
        width: 34.666667%;
    }

    .new-header .header-inner .secrch-box input {
        font-size: 13px;
    }

    .left-side-bar .title {
        font-size: 14.82px;
        line-height: 17.37px;
        font-weight: 400;
    }

    .accordion-button {
        font-size: 12px;
        line-height: 14.06px;
        font-weight: 300;
    }

    .main-left-sidebar {
        width: 26%;
    }

    .left-footer ul li a {
        font-size: 12px;
        line-height: 14.06px;
    }

    .left-footer ul li a svg {
        width: 10px;
    }

    .social-icons li svg {
        width: 13px;
    }

    .left-footer ul {
        margin-bottom: 0;
    }

    .left-footer ul li {
        margin-bottom: 10px;
    }

    .footer-social-links ul li {
        margin-right: 10px;
    }

    .left-side-bar .title {
        margin-left: 15px;
    }

    .accordion-button {
        /* padding-left: 15px !important; */
        /* padding-bottom: 10px; */
        padding: 10px 15px !important;
    }

    .main-right-content {
        width: 74%;
    }

    .product-new-card-hover-content h6 {
        font-size: 19px;
    }

    .col-1366 {
        width: 22.666667% !important;
    }

    .new-header-btn {
        margin-left: 19px;
    }

    .home-right-content {
        padding: 10px;
    }

    .new-header .active {
        padding: 7px 16px;
    }

    .merchant-name {
        font-size: 17.86px !important;
    }

    .cart-page .order-listing .cart-product-box .product-img-sec .product-title {
        font-size: 19.64px;
    }

    .order-detail-page .product-detail-content .quantity-selector .product-price,
    .price-sec .product-price {
        font-size: 19.64px !important;
    }

    .cart-page .total-listing ul li .left-title {
        font-size: 16.11px;
    }

    .cart-page .total-listing ul li .right-title {
        font-size: 20.14px;
    }

    .cart-page .total-price-box .title {
        font-size: 22.83px;
    }

    .chat-page .col-sm-12 {
        width: 100% !important;
    }

    .chat-page .col-sm-1 {
        width: 8.33333333% !important;
        padding: 0;
    }

    .chat-page .col-sm-8 {
        width: 66.66666667% !important;
    }

    .chat-list-box ul li h5 {
        font-size: 11.7px;
    }

    .chat-list-box ul li p {
        font-size: 10.03px;
    }

    .chat-time {
        font-size: 10.03px !important;
    }

    .chat-list-box ul li img {
        width: 29.17px;
        height: 29.17px;
    }

    .chat-list-box ul li {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px;
    }

    .chat-list-box ul {
        margin-top: 0;
    }


    .chat-list-box {
        margin-left: 0;
        border: none;
        margin-top: 0;
    }

    .open-chat-box {
        margin-right: 0;
    }

    .chat-list-box .header-inner {
        margin: 0;
    }

    .new-chat-alert {
        font-size: 8.5px !important;
    }

    .regard-pro-detail-top h5 {
        font-size: 11.51px;
    }

    .regard-pro-detail-top p {
        font-size: 9.42px;
    }

    .chat-msg-card h6 {
        font-size: 9.76px;
    }

    .chat-msg-card p {
        font-size: 11.51px;
    }

    .msg-text-input input {
        font-size: 12.32px;
    }

    .msg-text-input svg {
        margin-left: 6px;
        width: 16px;
    }




    .my-profile-page .profile-sec .img-sec .img-box img {
        width: 60.33px;
        height: 60.33px;
    }

    .my-profile-page .profile-sec .img-sec .username {
        font-size: 20.42px;
    }

    .my-profile-page .profile-sec .profile-setting-sec .cmn-set-btn a {
        font-size: 12.99px;
    }

    .my-profile-page .sec-title-sec .sec-title {
        font-size: 18.56px;
    }

    .my-profile-page .shipping-address-sec {
        padding: 10px 0px !important;
    }

    .my-profile-page .shipping-address-sec .address-strip .content-box p {
        font-size: 14.85px;
        text-align: right;
    }

    .text-color-a {
        font-size: 11.14px !important;
    }

    .content-box.text-end p {
        text-align: left !important;
    }

    .my-profile-page .order-carousel-sec,
    .my-profile-page .followed-product-carousel,
    .my-profile-page .liked-product-sec,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .review-sec-carousel,
    .my-profile-page .support-sec {
        padding: 15px 0px !important;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-title {
        font-size: 12.72px;
    }

    .my-profile-page .order-carousel-sec .order-carousel p {
        font-size: 16.71px;
    }

    .my-profile-page .order-carousel-sec .order-carousel .slider-item .order-listing .order-box .img-box img {
        width: 53.2px;
        height: 53.2px;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 376px !important;
    }

    .followed-product-carousel .owl-carousel .owl-stage-outer {
        min-height: 140px !important;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .img-box img {
        width: 32.48px;
        height: 32.48px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box .merchant-box .merchant-title {
        font-size: 16.71px;
    }

    .my-profile-page .followed-product-carousel .follow-item-listing .item-box p {
        font-size: 14.83px;
    }

    .payment-index .merchant-box ul.item-listing li {
        width: 47%;
    }

    .cart-page .order-listing .cart-product-box .shipping-info .date {
        font-size: 11px;
    }

    .merchant-banner .owl-stage-outer {
        min-height: auto !important;
    }

    .merchant-info .merchant-name {
        font-size: 22.33px !important;
    }

    .desktop-icons-info {
        display: none;
    }

    .respo--info-icons {
        display: block;
        margin-top: -42px;
        margin-bottom: 25px;
    }

    .merchant-page .merchant-info {
        height: auto;
    }



    .merchant-page .merchant-info .img-box {
        width: 158px;
        height: 158px;
        min-width: 158px;
        min-height: 158px;
    }

    .merchant-page .merchant-info .merchant-name {
        display: block;
        /* text-align: center; */
        padding-left: 86px;
        font-size: 22.33px !important;
    }

    .merchant-page .merchant-info .address {
        display: block;
        text-align: left;
        padding-left: 86px;
        float: none;
        font-size: 18.6px !important;
    }

    .text-box {
        margin-top: 23px;
    }

    .merchant-page.scrolled .text-box {
        margin-top: 71px;
    }

    .merchant-page.scrolled .merchant-info .col-md-10 {
        display: block;
    }

    .merchant-page.scrolled .shop-icon-search {
        margin-top: 115px;
    }

    .merchant-page .after-scroll-inner-info .search-box form {
        min-width: 354px;
        width: auto;
        margin-left: 20px;
    }

    .merchant-page .merchant-info .inner-info .icon-box {
        display: block;
    }

    .after-scroll-inner-info .icon-box {
        display: flex !important;
    }

    .after-scroll-inner-info .respo--info-icons {
        margin-bottom: 0 !important;
    }

    .merchant-page.scrolled .shop-icon-search {
        margin-top: 80px !important;
        margin-bottom: 0 !important;
    }

    .accordion-body ul li {
        padding-left: 15px !important;
        margin-left: 0;
    }

    .accordion-body ul li a {
        font-size: 12px;
    }

    .accordion-body ul li.active a {
        font-size: 12px;
    }

    .left-menu-category {
        height: 450px;
        min-height: 450px;
    }

    .product-new-card {
        height: 250.16px;
        min-height: 250.16px;
    }

    .product-detail-carousel .owl-stage-outer {
        min-height: auto !important;
    }
}

