p {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: 24px;
    font-weight: 400;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 2.75rem);
    padding-left: var(--bs-gutter-x, 2.75rem);
}

.search-box .input-group .btn {
    background-color: #fff;
    color: var(--theme-color);
    padding: 14px 15px;
    border-radius: 0px 5px 5px 0px !important;
    border: 1px solid #ced4da;
    border-left: 0;
}

.nav-tabs {
    border: 1px solid #78788c66;
    padding: 4px;
    border-radius: 6px;
    background-color: #f8f8f9;
}

.nav-tabs .nav-link {
    border: none;
    font-size: calc(9px + 6 * (100vw - 320px) / 1600);
    color: #84818a;
    font-weight: 500;
    padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #0f3c54;
    border: none;
    border-radius: 6px;
    color: #fff;
}

.search_hero {
    background: rgb(15 60 84 / 77%);
    border-radius: 10px;
    padding: 25px 35px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.home-section-2 .home-contain .home-detail h1.heding-2 {
    font-size: calc(25px + 10 * (100vw) / 1464);
    /* font-size: 35px; */
    text-transform: none;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-section-2 .home-contain .home-detail h5 {
    /* font-size: 18px; */
    font-size: calc(8px + 10 * (100vw) / 1464);
    letter-spacing: 0px;
    color: #b3b3b3;
    font-weight: 300;
}

.search_hero .search-box {
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 35px;
}

.search_hero .search-box .form-control,
.select2.select2-container {
    /* font-size: 16px; */
    font-size: calc(6px + 10 * (100vw) / 1464);
    padding: calc(5px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}

.search_hero .search-box .form-control:focus {
    border-color: #fff;
}

.header_banner {
    background: var(--theme-color);
    color: #fff;
    /* width: 500px; */
    width: calc(265px + 375 * (100vw) / 1464);
    display: block;
    /* height: 60px; */
    height: calc(20px + 50 * (100vw) / 1464);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(30px + 10 * (100vw) / 1464);
    font-weight: 600;
}

a.header_banner {
    color: #fff !important;
}

header .top-nav {
    padding: 25px 0px;
    box-shadow: 2px 2px 5px #e0e0e0;
}

.blog-section .blog-box .blog-contain {
    padding: 0;
}

.blog-section .blog-box .blog-contain .read_more {
    font-size: calc(12px + 10 * (100vw) / 1464);
    font-weight: 600;
}

.blog-section .blog-box .blog-contain .read_more:hover {
    text-decoration: underline;
}

.blog-section .blog-box .blog-image img {
    max-height: 225px;
}

.blog-load-more-btn {
    min-width: 270px;
    padding: 16px 36px;
    border: 2px solid #0f3c54;
    border-radius: 12px;
    background-color: #fff;
    color: #0f3c54;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: all 0.2s ease;
}

.blog-load-more-btn:hover,
.blog-load-more-btn:focus {
    background-color: #0f3c54;
    color: #fff;
}

.blog-load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.box_container {
    max-width: 1200px;
}

.bg-dark {
    background-color: #0f3c54 !important;
}

header .top-nav .navbar-top .web-logo img {
    width: calc(255px + 42 * (100vw - 320px) / 1600);
}

.footer-section-2 .main-footer .foot-logo img,
footer .main-footer .footer-logo .theme-logo a img {
    width: calc(283px + 40 * (100vw - 320px) / 1600);
}

.page_title h2 {
    /* font-size: calc(28px + 6 * (100vw - 320px) / 1600); */
    font-size: calc(30px + 10 * (100vw) / 1464);
    font-weight: 700;
    margin-bottom: 35px;
}

.home-contain,
.home-section-2 .home-contain img {
    width: 100%;
}

.home-contain,
.home-section-2 .home-contain:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.quick_keywords li a {
    font-size: calc(6px + 10 * (100vw) / 1464);
    margin-right: 15px;
    border: 1px solid #d8d8d8;
    color: #fff;
    /* padding: 10px 10px; */
    padding: calc(5px + 5 * (100vw) / 1464) calc(5px + 5 * (100vw) / 1464);
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    font-weight: 200;
}

.quick_keywords li a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.product-title .price {
    font-size: calc(22px + 10 * (100vw) / 1464);
    font-weight: 700;
}

.slick-slider .slick-list .slick-slide .slider-image {
    height: 650px;
}

.slick-slider .slick-list .slick-slide .slider-image img {
    height: 100%;
    object-fit: cover;
}

.slick-slider .slick-list .slick-slide .sidebar-image {
    height: 125px;
    width: 125px;
}

.slick-slider .slick-list .slick-slide .sidebar-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.share-option {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.share-option .product-title h4 {
    margin-bottom: 0;
    font-size: calc(6px + 10 * (100vw) / 1464);
}

.jaherat_side .jaherat_box img {
    width: 85%;
    border-radius: 10px;
}

.jaherat_side .jaherat_box {
    margin-bottom: 25px;
    display: block;
    text-align: right;
}

.product-section .product-main .slider-image {
    background-color: transparent;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.product-section .product-left-box {
    position: initial;
}

.bg_light_gray {
    background-color: #edf2f7;
    padding: 45px;
    border-radius: 10px;
}

.bg_light_gray2 {
    background-color: #f4f4f4;
}

.medium_title {
    font-weight: 700;
    font-size: calc(14px + 10 * (100vw) / 1464);
}

.ratio_65 .banner-contain-3 .bg-size:before {
    background: rgba(0, 0, 0, 0.2);
}

.category-section .category-card-link {
    display: block;
    color: inherit;
    height: 100%;
    text-decoration: none;
}

.category-section .category-card-link:hover {
    color: inherit;
}

.category-section .category-card-link .banner-detail {
    pointer-events: none;
}

.title.d-flex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.title a {
    color: #0f3c54;
    font-size: calc(12px + 10 * (100vw) / 1464);
    font-weight: 600;
}

a:hover {
    color: var(--theme-color);
}

.calltoaction .banner-contain-3 .banner-detail {
    background: #f8f8f8;
    padding: calc(25px + 15 * (100vw - 320px) / 1600) !important;
    border-radius: 15px;
}

.calltoaction .col-lg-5 {
    text-align: right;
}

.title h2 {
    font-weight: 700;
    /* font-size: calc(40px + 10 * (100vw) / 1464); */
    font-size: calc(30px + 10 * (100vw) / 1464);
    line-height: 120%;
    text-transform: none;
}

.blog_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0f3c54;
    font-weight: 400;
    font-size: calc(10px + 10 * (100vw) / 1464);
    margin-bottom: 25px;
}

.cms_page p {
    color: #0f3c54;
    font-weight: 500;
    font-size: calc(9px + 10 * (100vw) / 1464);
    line-height: 140%;
}

.cms_page h2 {
    margin-bottom: 15px;
}

.cms_page h3 {
    color: #0f3c54;
    font-weight: 700;
    font-size: calc(14px + 8 * (100vw) / 1464);
    line-height: 130%;
    margin-top: 35px;
    margin-bottom: 12px;
    border-bottom: 2px solid #e8edf0;
    padding-bottom: 8px;
}

.cms_page h4 {
    color: #0f3c54;
    font-weight: 600;
    font-size: calc(14px + 6 * (100vw) / 1464);
    line-height: 130%;
    margin-top: 22px;
    margin-bottom: 8px;
}

.cms_page ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cms_page ul li {
    color: #0f3c54;
    font-weight: 500;
    font-size: calc(8px + 10 * (100vw) / 1464);
    line-height: 150%;
    margin-bottom: 6px;
}

.cms_page ol {
    list-style: none;
    counter-reset: cms-alpha-counter;
    padding-left: 35px;
    margin-bottom: 15px;
}

.cms_page ol li {
    counter-increment: cms-alpha-counter;
    position: relative;
    color: #0f3c54;
    font-weight: 500;
    font-size: calc(8px + 10 * (100vw) / 1464);
    line-height: 150%;
    margin-bottom: 6px;
}

.cms_page ol li::before {
    content: "(" counter(cms-alpha-counter, lower-alpha) ")";
    position: absolute;
    left: -35px;
    font-weight: 500;
    color: #0f3c54;
}

.inner_cms p {
    font-size: calc(8px + 10 * (100vw) / 1464);
}

.about_platform {
    margin: 45px 0px;
}

.about_platform img {
    width: 100%;
}

.about_platform p {
    margin-bottom: 0;
    padding-left: 25px;
}

.about_imginfo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about_imginfo img {
    width: 100%;
}

.calltoaction img {
    border-radius: 12px;
}

.calltoaction .left_content {
    padding-right: 165px;
}

.calltoaction .left_content .title {
    margin-bottom: 15px;
    font-size: calc(10px + 10 * (100vw) / 1464);
}

.calltoaction .left_content .title h2 {
    font-size: calc(30px + 10 * (100vw) / 1464);
}

.calltoaction .left_content p {
    color: #0f3c54;
    font-weight: 600;
    font-size: calc(10px + 10 * (100vw) / 1464);
    line-height: 140%;
}

.calltoaction .left_content .btn {
    max-width: fit-content;
    padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(40px + 8 * (100vw - 320px) / 1600);
    margin-top: 30px;
}

.calltoaction .left_content ul {
    margin-top: 25px;
}

.calltoaction .left_content ul li {
    font-size: calc(10px + 10 * (100vw) / 1464);
    font-weight: 500;
    display: flex;
    align-items: start;
    margin-bottom: 32px;
    column-gap: 20px;
}

.calltoaction .left_content ul li img {
    /* width: 20px; */
    width: calc(10px + 10 * (100vw) / 1464);
    margin-top: 8px;
}

.description {
    margin-top: 35px;
}

.description p {
    color: #0f3c54;
    font-weight: 500;
    font-size: calc(10px + 10 * (100vw) / 1464);
    line-height: 140%;
    margin-bottom: 0;
}

.seller_details {
    margin-top: 50px;
    margin-bottom: 40px;
}

.item_description {
    /* margin-top: -25px; */
}

.item_description p {
    color: #0f3c54;
    font-weight: 400;
    font-size: calc(10px + 10 * (100vw) / 1464);
    line-height: 140%;
    margin-bottom: 10px;
}

.details_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.details_btns .btn {
    font-size: calc(9px + 6 * (100vw - 320px) / 1600);
    padding: 10px 12px;
    color: #0f3c54;
    border: 1px solid #0f3c54;
    font-weight: 600;
    border-radius: 10px;
}

.details_btns .btn i {
    margin-right: 5px;
}

.details_btns .btn i.fa-heart {
    color: #fb2c36;
}

.details_btns .label_btn {
    background-color: #78788c;
    color: #fff;
    border-color: transparent;
    font-weight: 500;
}

.details_btns .flag_btn {
    color: #fb2c36;
    border-color: #fb2c36;
}

.details_btns .flag_btn:hover {
    color: #fff;
}

.form-switch .form-check-input {
    border: none;
    height: 1.6rem;
    background-color: #e5e7eb;
    width: 3.2em;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-switch .form-check-input:checked {
    background-color: var(--theme-color);
}

.pagination {
    justify-content: center;
    column-gap: 10px;
    border: 1px solid #78788c66;
    width: max-content;
    padding: 12px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 25px;
}

.pagination .page-link {
    border: 1px solid #78788c66;
    color: #0f3c54;
    font-size: calc(13px + 2 * (100vw - 320px) / 1600);
    font-weight: 500;
    min-width: 35px;
    border-radius: 6px;
}

.page-item.active .page-link {
    background-color: #0f3c54;
    border-color: #0f3c54;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

.shop-left-sidebar .accordion-button {
    color: #0f3c54;
    font-size: calc(14px + 10 * (100vw) / 1464);
    font-weight: 600;
    padding-bottom: 5px;
}

.shop-left-sidebar {
    border: 1px solid #c5c5cd;
    border-radius: 12px;
}

.shop-left-sidebar .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/icons/accordion_arrow.svg");
    height: 1rem;
}

.shop-left-sidebar .page_title h2 {
    font-weight: 600;
    font-size: calc(26px + 10 * (100vw) / 1464);
    padding: 1rem 1.25rem;
    margin-bottom: 0;
}

.searchbox_group {
    display: flex;
}

.searchbox_group input {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #c5c5cd;
}

.searchbox_group .btn {
    background-color: var(--theme-color);
    border-radius: 0px 6px 6px 0px;
}

.no_arrow .accordion-button {
    cursor: auto;
}

.no_arrow .accordion-button::after {
    display: none;
}

.shop-left-sidebar hr {
    width: 85%;
    margin: 10px auto;
}

.btn-outline {
    border: 1px solid #c5c5cd;
    border-radius: 6px;
}

.btn-outline:hover {
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: #fff;
}

.btn-danger-outline {
    border: 1px solid #e7000b;
    border-radius: 6px;
    color: #e7000b;
    transition: all 0.3s ease;
}

.btn-danger-outline:hover {
    background-color: #e7000b;
    color: #fff;
}

.btn-outline-primary {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 6px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.top_filtered_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.top_filtered_menu p {
    margin-bottom: 0;
    font-size: calc(13px + 6 * (100vw - 320px) / 1600);
    font-weight: 400;
}

.top_filtered_menu p b {
    font-weight: 600;
}

.top_filtered_menu .sorting {
    display: flex;
    column-gap: 15px;
}

.top_filtered_menu .btn-outline {
    padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(5px + 8 * (100vw - 320px) / 1600);
}

.btn-outline img {
    width: 20px;
    height: 20px;
}

.theme-form-floating-2>.form-control,
.theme-form-floating-2>.form-select,
.select2.select2-container {
    border: 1px solid #84818a;
    /* height: 48px; */
    height: calc(25px + 28 * (100vw) / 1464);
    padding-top: 6px;
    padding-bottom: 6px;
    color: #202020;
    /* color: #0f3c54; */
    border-radius: 6px;
}

.theme-form-floating-2>.form-control,
.theme-form-floating-2>.form-control:not(:placeholder-shown),
.select2.select2-container,
.select2.select2-container.form-control:not(:placeholder-shown) {
    border-radius: 12px;
    border: 1px solid #84818a;
}

.theme-form-floating-2 textarea.form-control {
    padding-top: 18px;
}

.theme-form-floating-2>textarea.form-control {
    height: auto;
}

.theme-form-floating-2>.form-control:focus,
.select2.select2-container:focus {
    border-color: inherit;
}

.theme-form-floating-2>.form-select,
.theme-form-floating>.form-select,
.theme-form-floating-2>.form-select:focus {
    border-radius: 12px;
    border: 1px solid #84818a;
    cursor: pointer;
    padding-right: 8px;
}

.top_filtered_menu .theme-form-floating-2>.form-select {
    padding-right: 2.25rem;
    font-size: calc(6px + 10 * (100vw) / 1464);
    height: calc(18px + 28 * (100vw) / 1464);
}

.search_results {
    border: 1px solid #c5c5cd;
    border-radius: 12px;
    padding: 15px;
}

.search_results.slider-view {
    border: none;
}

.search_results .product-box {
    background-color: #78788C0D;
}

.first_item {
    padding: 20px;
}

.first_item h3 {
    /* font-size: calc(20px + 10 * (100vw) / 1464); */
    /* font-size: calc(25px + 6 * (100vw - 320px) / 1600); */
    font-size: calc(17px + 15 * (100vw - 320px) / 1600);
    font-weight: 700;
    line-height: 120%;
    color: #212121;
    /* height: calc(20px + 175 * (100vw) / 1464); */
}

.first_item p {
    font-size: calc(10px + 10 * (100vw) / 1464);
    font-weight: 500;
    /* margin-top: 15px; */
    margin-top: calc(10px + 10 * (100vw) / 1464);
    line-height: 120%;
    margin-bottom: 50px;
}

.first_item .btn {
    font-weight: 700;
}

.overlap_slider {
    position: relative;
}

.overlap_slider .first_item {
    position: absolute;
    left: 0;
    width: 16%;
    z-index: 99;
}

.form_box .left-sidebar-box {
    padding-right: 60px;
}

.form_box .left-sidebar-box {
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

.form_box .theme-form-floating-2>label {
    background-color: #f8f8f9;
}

.form_box .form-check {
    column-gap: 5px;
}

.right-sidebar-box .form-check-label {
    font-size: calc(14px + 1 * (100vw) / 1464);
    color: #47464a;
    cursor: pointer;
}

.form_box .btn-md {
    padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
    border-radius: 10px;
}

.form_box .checkbox_animated:checked:after {
    background-color: #009580;
    border: 2px solid #009580;
}

.form_box .checkbox_animated:before {
    border-color: #fff;
}

.features>.row>div {
    display: flex;
    align-items: start;
    column-gap: 20px;
}

.features h4 {
    /* font-size: calc(14px + 6 * (100vw - 320px) / 1600); */
    font-size: calc(10px + 10 * (100vw) / 1464);
    font-weight: 600;
    margin-bottom: 8px;
}

.features p {
    margin-bottom: 0;
}

.static_page .title p {
    font-size: calc(16px + 6 * (100vw - 320px) / 1600);
    font-weight: 500;
    margin-top: 10px;
}

.banner_options {
    margin-top: 40px;
}

.banner_options .option_item {
    display: flex;
    column-gap: 50px;
    margin-bottom: 35px;
}

.banner_options .option_item p {
    /* font-size: calc(14px + 6 * (100vw - 320px) / 1600); */
    font-size: calc(10px + 10 * (100vw) / 1464);
    font-weight: 600;
    width: 50%;
}

.banner_options .option_item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.banner_options .option_item ul li {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;

    i {
        padding-right: 15px;
    }
}

/* .banner_options .option_item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #0f3c54;
} */
.log-in-section .auth_info {
    background-color: #0f3c54;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
    min-height: 100%;
    /* padding-top: 150px; */
    padding-top: calc(30px + 50 * (100vw) / 1464);
}

.log-in-section .auth_info.login-info {
    align-items: center;
    padding-top: 0px;
}

.log-in-section .auth_info .center_content {
    max-width: 640px;
}

.log-in-section {
    padding-top: 0;
}

.log-in-section .auth_info h2 {
    color: #fff;
    font-size: calc(38px + 10 * (100vw) / 1464);
    font-weight: 600;
    text-transform: none;
    /* line-height: 48px; */
    line-height: 120%;
    margin-bottom: 18px;
}

.log-in-section .auth_info p {
    color: #fff;
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 400;
    line-height: 27px;
}

.log-in-section .auth_info .features h4 {
    color: #fff;
}

.log-in-section .auth_info .features p {
    color: #a8b9c1;
}

.log-in-section .auth_form {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    padding: 60px;
    padding-top: calc(10px + 40 * (100vw) / 1464);
}

.log-in-section .right-sidebar-box {
    box-shadow: 0px 8px 32px 0px #0000001a;
    width: 83%;
    padding: calc(5px + 39 * (100vw - 320px) / 1600);
}

.log-in-section .right-sidebar-box .theme-form-floating-2>label {
    background-color: #f8f8f9;
}

.log-in-section .right-sidebar-box .auth_header {
    margin-bottom: 45px;
}

.log-in-section .right-sidebar-box .auth_header .title {
    margin-bottom: 15px;
}

.log-in-section .right-sidebar-box .auth_header .title h2 {
    font-weight: 500;
    font-size: calc(26px + 10 * (100vw) / 1464);
    color: #202020;
}

.log-in-section .right-sidebar-box .auth_header p {
    font-size: calc(4px + 10 * (100vw) / 1464);
}

.log-in-section .right-sidebar-box .auth_header p a {
    color: #202020;
    font-weight: 600;
}

.log-in-section .right-sidebar-box h3 {
    font-size: calc(14px + 10 * (100vw) / 1464);
    font-weight: 500;
    margin-bottom: 30px;
    color: #202020;
}

.log-in-section .right-sidebar-box .nav-tabs {
    /* margin-bottom: 55px; */
    justify-content: space-around;
    /* justify-content: center; */
}

.log-in-section .right-sidebar-box .nav-tabs .nav-link {
    font-size: calc(4px + 7 * (90vw) / 1464);
    padding: calc(2px + 10 * (100vw) / 1464) calc(0px + 6 * (100vw) / 1464);
    /* font-size: calc(3px + 7 * (100vw) / 1464);
    padding: calc(2px + 10 * (100vw) / 1464) calc(0px + 10 * (100vw) / 1464); */
    /* font-size: calc(8px + 6 * (100vw - 320px) / 1600);
    padding: calc(8px + 3 * (100vw - 320px) / 1600)
        calc(0px + 8 * (100vw - 320px) / 1600); */
}

.terms_protected {
    font-size: calc(14px + 2 * (100vw) / 1464);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 28px;
}

.terms_protected a {
    color: #009580;
}

.simple_link {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 20px;
}

.simple_link a {
    color: #47464a;
    font-size: calc(4px + 10 * (100vw) / 1464);
}

.simple_link a:hover {
    color: var(--theme-color);
}

.auth_header .top-nav {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: none;
    padding: 15px 30px;
    padding-top: 35px;
}

.auth_header .top-nav .navbar-top .web-logo img {
    width: calc(150px + 42 * (100vw - 320px) / 1600);
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side a {
    font-size: calc(8px + 6 * (100vw) / 1464);
    font-weight: 600;
    border-radius: 6px;
}

.modal-lg,
.modal-xl {
    max-width: 1130px;
}

.view_more .read-more-icon {
    width: 22px;
    margin-left: 10px;
}

.read_more .read-more-icon {
    width: 22px;
    margin-left: 10px;
}

.change-password .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #dee2e6;
}

.change-password .accordion-button {
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    display: block;
    cursor: pointer;
    color: #0f3c54;
    padding: 14px 20px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 58%;
}

.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.step-content .step {
    width: calc(20px + 20 * (100vw) / 1464);
    height: calc(20px + 20 * (100vw) / 1464);
    border-radius: 50%;
    background: #f1f1f1;
    font-size: calc(2px + 10 * (100vw) / 1464);
    color: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
    border: 2px solid var(--theme-color2);
    z-index: 2;
    border-width: calc(2px + 1 * (100vw) / 1464);
}

.step-content.completed .step {
    background: var(--theme-color2);
    /* Active color */
    color: #fff;
}

.step-content .step-label {
    margin-top: 6px;
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 500;
}

/* Connecting line using ::after */
.step-content::after {
    content: "";
    position: absolute;
    /* top: 18px; vertically center with the circle */
    top: calc(8px + 10 * (100vw) / 1464);
    /* vertically center with the circle */
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--theme-color2);
    z-index: 1;
}

.step-content.completed::after {
    background: var(--theme-color2);
}

/* Remove line from last step */
.step-content:last-child::after {
    display: none;
}

/* Responsive - stack vertically */

.log-in-section .right-sidebar-box .already-account-area p {
    font-weight: 500;
    font-size: calc(4px + 10 * (100vw) / 1464);
    color: #202020;
    margin-bottom: 0;
}

.input-custom-prefix .input-group-append {
    background-color: #ffffff;
    border: 1px solid #84818a;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    border-left: none;
}

.input-custom-prefix .input-with-append {
    border-right: none !important;
}

.input-custom-prefix .input-group-append i {
    color: #00000070 !important;
}

.input-custom-prefix:focus-within .input-group-append {
    border-color: inherit;
}

.input-custom-prepend .input-group-prepend {
    max-width: 70px;
    background-color: #ffffff;
    border: 1px solid #84818a;
    border-right: none !important;
}

.input-custom-prepend .input-with-prepend {
    border-left: none !important;
}

.input-custom-prepend:focus-within .input-group-prepend {
    border-color: inherit;
}

.input-group-prepend:focus+.form-control,
.input-group-prepend:focus~.form-control {
    border-color: inherit;
}

.verify-text {
    margin-top: 10px;
    font-size: calc(1px + 10 * (100vw) / 1464);
    color: #47464a;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.signup-success-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.signup-success-content h3 {
    margin-bottom: 0px !important;
}

.signup-success-content img {
    width: 35px;
}

.signup-success-content p {
    font-size: calc(14px + 10 * (100vw) / 1464);
    color: #202020;
    line-height: 29px;
}

.accordion-button i {
    color: #c5c5cd;
}

.mobile_calltoaction {
    display: none;
}

.filter_toggle {
    display: none;
}

.favorite_btn {
    position: absolute;
    z-index: 9;
    font-size: clamp(16px, 2vw, 20px);
    padding: 10px 10px 9px 10px !important;
    right: 15px;
    top: 15px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 8px;
}

.favorite_btn:hover {
    background: transparent !important;
}

.mobile_search {
    display: none;
}

header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
    align-items: start;
}

.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button i {
    margin-top: 5px;
}

.mobile_auth_logo {
    display: none;
}

.form-floating>.form-control::-webkit-input-placeholder,
.select2.select2-container::-webkit-input-placeholder {
    color: #84818a;
    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
}

.form-floating>.form-control::-moz-placeholder,
.select2.select2-container::-moz-placeholder {
    color: #84818a;
    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
}

.form-floating>.form-control:-ms-input-placeholder,
.select2.select2-container:-ms-input-placeholder {
    color: #84818a;
    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
}

.form-floating>.form-control::placeholder,
.select2.select2-container::placeholder {
    color: #84818a;
    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
}

.social-share-list.orange i {
    color: var(--theme-color);
}

.social-share-list li a i {
    font-size: calc(6px + 10 * (100vw) / 1464);
}

.seller_box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 15px;
}

.seller_box img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 3px;
}

.seller_box a {
    color: #198fcd;
    font-size: calc(8px + 10 * (100vw) / 1464);
    text-decoration: underline;
    font-weight: 500;
}

.seller_box .verify {
    display: block;
    color: #4364f7;
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 500;
}

.mobile_display {
    display: none;
}

.w-30 {
    width: 30% !important;
}

@media only screen and (min-width: 601px) {
    .desktop-display-none {
        display: none;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.advertise_page p {
    font-size: calc(10px + 10 * (100vw) / 1464);
    line-height: 32px;
}

.advertise_page .static_page .title p {
    font-size: calc(14px + 10 * (100vw) / 1464);
}

.contactus_page p {
    font-size: calc(10px + 10 * (100vw) / 1464);
    line-height: 140%;
}

.grid-view-icon svg {
    width: calc(14px + 10 * (100vw) / 1464);
    height: auto;
}

.grid-view-icon:hover svg path {
    fill: #fff !important;
}

.list-view-icon svg {
    width: calc(14px + 10 * (100vw) / 1464);
    height: auto;
}

.list-view-icon:hover svg path {
    fill: #fff !important;
}

.about_imginfo+.calltoaction img {
    height: 100%;
}

.product-details .details_btns {
    gap: calc(1px + 10 * (100vw) / 1464);
}

.product-details .details_btns .btn {
    font-size: calc(4px + 7 * (100vw) / 1464);
}

.about-us .about_platform p b {
    font-weight: 600;
}

.about-us .about_imginfo p b {
    font-weight: 600;
}

.thumb-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease;
    border-radius: 6px;
}

.thumb-img.slick-current,
.thumb-img.active,
.thumb-img:hover {
    border-color: #ff7f50;
}

.product-main img {
    width: 100%;
    border-radius: 10px;
}

.play-icon {
    position: absolute;
    transform: translate(140%, -249%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.product-details .left-slider-image {
    .slick-list.draggable .slick-track {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;

        .slick-slide.slick-active {
            width: 125px !important;
            margin: 5px;
        }
    }
}

.chat-user-avatar img {
    width: calc(20px + 20 * (100vw) / 1464);
    height: calc(20px + 20 * (100vw) / 1464);
}

#contact_form,
.inquire-form {
    .right-sidebar-box {
        background-color: white;

        input,
        textarea,
        label {
            background-color: white;
        }
    }
}

.row.no-gutters {
    --bs-gutter-x: 0 !important;
}

.top_filtered_menu .form-select {
    width: auto;
}

.blog-detail-contain {
    img {
        width: 100%;
        object-fit: contain;
    }
}

.country-select2 .select2.select2-container {
    background-color: #fff;
    border-radius: 12px 0px 0px 12px !important;
    padding: 0;

    .selection {
        width: 100%;
        height: 100%;

        .select2-selection.select2-selection--single {
            width: 100%;
            cursor: text;
            height: 100%;

            .select2-selection__rendered {
                display: flex;
                align-items: center;
                height: 100%;
            }
        }
    }
}

.jaherat_side .advertise-box-section {
    border-radius: 10px;
    width: 85%;
    display: block;
}

header .top-nav .navbar-top>div {
    flex: 1;
}

header .top-nav .navbar-top .rightside-box .right-side-menu {
    justify-content: end;
}

.log-in-section>div {
    margin-bottom: calc(47px + 40 * (100vw) / 1464);
}

.add-custom-separator span {
    font-size: calc(4px + 10 * (100vw) / 1464);
}

.modal.show.open-conformation-modal {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.log-in-section .right-sidebar-box .user-type-btn {
    margin-top: 55px;
}

.log-in-section .right-sidebar-box .user-type-error {
    font-size: calc(3px + 10 * (100vw) / 1464);
    font-weight: 500;
}

.validate-error {
    font-size: calc(3px + 10 * (100vw) / 1464);
    font-weight: 500;
}

.country-select2 .select2-container--open .select2-dropdown {
    width: 150px !important;
}

/* .select2.select2-container .selection .select2-selection.select2-selection--single{
    padding-top: calc(0px + 10 * (100vw) / 1464) !important;
} */
.select2.select2-container .selection .select2-selection.select2-selection--single {
    padding-top: calc(2px + 10 * (100vw) / 1464) !important;
    padding-bottom: calc(1px + 10 * (100vw) / 1464) !important;
    padding-right: calc(20px + 10 * (100vw) / 1464) !important;
    padding-left: calc(2px + 3 * (100vw) / 1464) !important;
    font-size: calc(5px + 10 * (100vw) / 1464) !important;
    /* font-weight: 500; */
}

.g-recaptcha {
    position: absolute;
    right: 0px;
}

.select2-results__option {
    font-size: calc(11px + 6 * (100vw - 320px) / 1600);
}

/* Loader covers only form area */
.form-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    border-radius: 6px;
}

/* Spinner */
.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.select2-selection__placeholder {
    color: #84818a !important;
}

.custom-select .select2.select2-container .selection .select2-selection.select2-selection--single {
    padding-right: 0px !important;
    padding-top: calc(2px + 3 * (100vw) / 1464) !important;
    align-items: center;
}

#equipment_list {
    .status {
        text-transform: capitalize;

        &.pending {
            background-color: #e8b906;
        }

        &.draft {
            background-color: #4d555f;
        }
    }
}

.select2-container--open .select2-dropdown {
    min-width: 150px;
}

.product-box .product-footer .product-detail .name {
    height: 60px;
}

.confirmation-modal {
    .modal-content {
        padding: 40px;

        .cancel-btn {
            width: 62%;
        }

        #modalConfirmBtn {
            width: 30%;
        }

        #listModalConfirmBtn {
            width: 30%;
        }
    }

    #modalTitle {
        font-size: calc(32px + 4 * (100vw) / 1600);
        font-weight: 700;
        line-height: 120%;
    }

    #listModalTitle {
        font-size: calc(32px + 4 * (100vw) / 1600);
        font-weight: 700;
        line-height: 120%;
    }

    #modalMessage {
        color: #605f5f;
        font-size: calc(18px + 4 * (100vw) / 1600);
        font-family: Montserrat;
        font-weight: 400;
        font-style: Regular;
        line-height: 140%;
        letter-spacing: 0px;
    }

    #listModalMessage {
        color: #605f5f;
        font-size: calc(18px + 4 * (100vw) / 1600);
        font-family: Montserrat;
        font-weight: 400;
        font-style: Regular;
        line-height: 140%;
        letter-spacing: 0px;
    }

    .btn.cancel-btn {
        background: #dcdbdd;

        &:hover {
            border-color: var(--theme-color2);
            background-color: var(--theme-color2);
            color: #fff;
        }
    }
}

.object-fit-cover {
    object-fit: cover;
}

.custom-select .select2-container {
    width: 100% !important;
}

.custom-select .select2-container .selection {
    width: 100%;
}

.custom-select .select2-container .selection .select2-selection {
    width: 100%;
}

.slider-similar-products.items-less-than-4 .slick-track {
    width: 100% !important;
}

.fa-heart.fa-solid::before {
    color: #ff1e00;
}

/* Toast Container */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toaster {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999;
}

.toaster.active {
    transform: translateX(0%);
}

.toaster .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    min-width: 25px;
    background-color: rgb(21, 173, 89);
    color: #fff;
    font-size: 12px !important;
    border-radius: 50%;
}

.toast-content .message {
    width: 250px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    font-size: calc(13px + 4 * (100vw) / 1600) !important;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toaster .close {
    cursor: pointer;
    opacity: 0.7;
}

.toaster .close:hover {
    opacity: 1;
}

.toaster .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toaster .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.progress.active:before {
    animation: progress 8s linear forwards;
}

.toaster.success {
    background-image: linear-gradient(to right,
            rgba(12, 100, 52, 0.3),
            rgba(12, 100, 52, 0) 30%);
    border-left: 3px solid rgb(21, 173, 89);

    .progress:before {
        background-color: rgb(21, 173, 89);
    }
}

.toaster.warning {
    background-image: linear-gradient(to right,
            rgba(145, 93, 10, 0.3),
            rgba(145, 93, 10, 0) 30%);
    border-left: 3px solid rgb(232, 172, 21);

    .progress:before {
        background-color: rgb(232, 172, 21);
    }
}

.toaster.error {
    background-image: linear-gradient(to right,
            rgba(136, 7, 35, 0.3),
            rgba(136, 7, 35, 0) 30%);
    border-left: 3px solid rgb(199, 29, 66);

    .progress:before {
        background-color: rgb(199, 29, 66);
    }
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.toaster.active~button {
    pointer-events: none;
}

.user-profile-image-container {
    width: 80px;
    height: 80px;
    /* margin: 0 auto 15px; */
    position: relative;
    cursor: pointer;

    .user-profile-image {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .user-profile-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(8, 8, 8, 0.473);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        color: white;
    }

    &:hover .user-profile-hover {
        opacity: 1;
    }

    .user-profile-icon {
        width: 30px;
        height: auto;
        border-radius: initial;
    }

    span {
        font-size: calc(6px + 4 * (100vw) / 1600);
    }
}

.user_info.user_info_no_avatar {
    column-gap: 0;
}

.user_info.user_info_no_avatar span {
    margin-top: 0;
}

.user-menu-no-avatar .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .user-menu-no-avatar .dropdown-toggle span {
        display: inline-block !important;
    }
}

textarea#message::-webkit-scrollbar {
    display: none;
}

.object-fit-container {
    object-fit: contain;
}

#user_form .flags-image {
    padding: 7px !important;
    display: flex;
    width: 0px;
    max-width: 70px;
}

#login_form,
#user_form {
    .g-recaptcha iframe {
        transform: scale(0.7);
    }
}

.keyword-search-box,
.price-range-box {
    padding: 16px 20px 5px 20px;
}

.theme-form-floating-2.has-prefix,
.theme-form-floating-2.has-suffix {
    position: relative;
    display: block;
    width: 100%;
}

.theme-form-floating-2.has-prefix .input-prefix {
    position: absolute;
    left: 14px;
    top: 52%;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
    font-size: 16px;
    font-weight: 500;
    color: #84818a;
}

.theme-form-floating-2.has-prefix .form-control {
    padding-left: 32px !important;
}

.theme-form-floating-2.has-suffix .input-suffix {
    position: absolute;
    right: 14px;
    top: 54%;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
    font-size: 14px;
    font-weight: 600;
    color: #84818a;
}

.theme-form-floating-2.has-suffix .form-control:not(textarea) {
    padding-right: 70px !important;
}

.theme-form-floating-2.has-suffix textarea.form-control {
    padding-bottom: 25px !important;
    height: auto;
}

.theme-form-floating-2.has-suffix textarea~.input-suffix {
    top: auto;
    bottom: 12px;
    right: 20px;
    transform: none;
}

.listing-media-instructions {
    margin-top: 8px;
}

.listing-media-instructions p {
    margin-bottom: 6px;
    color: #6b7280;
    font-size: calc(12px + 3 * (100vw) / 1464);
    line-height: 1.5;
}

.listing-media-instructions p:first-child {
    color: var(--theme-color);
}

.listing-media-instructions p:last-child {
    margin-bottom: 0;
}

.listing-field-help {
    margin-top: 8px;
}

.listing-field-help p {
    margin-bottom: 0;
    color: #6b7280;
    font-size: calc(12px + 3 * (100vw) / 1464);
    line-height: 1.5;
}

.main-image-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    pointer-events: none;
    background: #0f3c54;
    color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

/* home page search bar css */
.rb-search-results {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    max-height: 350px;
    overflow-y: auto;
}

.rb-suggestion-container {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.rb-search-row {
    display: flex;
    border-bottom: 1px solid #f1f5f9;
}

.rb-search-row:last-child {
    border-bottom: none;
}

.rb-search-label {
    width: 30%;
    background-color: #f8fafc;
    color: #0f3c54;
    font-weight: 700;
    font-size: calc(3px + 10 * (100vw) / 1464);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 15px 12px;
    display: flex;
    align-items: flex-start;
    border-right: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.rb-search-content {
    flex: 1;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
}

.rb-search-item {
    padding: 6px 12px;
    color: #0f3c54;
    font-size: calc(3px + 10 * (100vw) / 1464);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.15s ease-in-out;
}

.rb-search-item.active {
    background-color: transparent !important;
    color: #f46200 !important;
}

.rb-search-item:hover:not(.active) {
    background-color: #f8fafc;
    color: #f46200;
}

.rb-search-item span {
    font-size: calc(3px + 10 * (100vw) / 1464);
    font-weight: 600;
}

.rb-search-item small {
    font-size: 11px;
    opacity: 0.7;
}

.rb-highlight {
    color: #000;
    font-weight: 700;
    padding: 1px 2px;
    border-radius: 2px;
}

.rb-search-item.active .rb-highlight {
    background-color: #ffffff;
    color: #f46200;
}

.border-0 {
    border-bottom: 0 !important;
}

.radius-btn-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.radius-btn-group .btn {
    width: auto !important;
    padding: 6px 14px;
}

#zipBox .zipcode-select+.select2.select2-container {
    border-radius: 5px !important;
    height: 42px !important;
    min-height: 42px !important;
    width: 100% !important;
    border-color: #c5c5cd !important;
}

#zipBox .zipcode-select+.select2.select2-container .selection .select2-selection--single {
    border-radius: 5px !important;
    border: none !important;
    background: transparent;
    height: 100% !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

#zipBox .zipcode-select+.select2.select2-container .select2-selection__rendered {
    line-height: 32px !important;
    width: 100% !important;
    padding-left: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    color: #202020 !important;
}

#zipBox .zipcode-select+.select2.select2-container .select2-selection__rendered .select2-selection__placeholder {
    color: #999999 !important;
    font-size: 14px !important;
}

#zipBox .zipcode-select+.select2.select2-container .select2-selection__arrow {
    height: 32px !important;
    top: 1px !important;
}

#zipBox .zipcode-select+.select2.select2-container .select2-selection__placeholder {
    line-height: 32px !important;
}

#zipBox span.selection {
    width: 100%;
}

#brand-load-more-container {
    text-align: center;
}

#brand-load-more-container span {
    font-size: 20px;
}

.item_details {
    margin-top: 50px;
}

.item_box {
    margin: 20px 20px 0px 20px;
}

.item_list {
    font-size: calc(9px + 10 * (100vw) / 1464);
}

.error_page {
    text-align: center;
    padding: 50px 0px;
}

.error_page img {
    max-width: 350px;
}

.error_page p {
    margin-top: 45px;
    margin-bottom: 25px;
    display: block;
}

.error_page .btn {
    width: auto;
    display: inline-block;
}

.theme-modal .modal-close-btn {
    padding-right: 0;
}

p#noMoreResults {
    padding: 50px 0px;
}

p#noMoreResults span {
    display: block;
    font-size: calc(19px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
    margin-bottom: 15px;
}

.delete-message-btn {
    font-size: 12px;
    padding: 4px 6px;
    color: #fb2c36;
    border: 1px solid #fb2c36;
    font-weight: 600;
    border-radius: 7px;
}

.chat-loader-container {
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.theme-text-color {
    color: #f46200;
}

.active-chat {
    border-left: 4px solid #f46200 !important;
}

.seller_box .seller-id-text {
    color: #212121;
    font-size: calc(8px + 10 * (100vw) / 1464);
    font-weight: 500;
    text-decoration: none;
}