@media (max-width: 1024px) {
  .header_ribbon {
    display: none;
  }
  .brand_icons_info {
    display: none;
  }
  .toggle-btn {
    display: block;
    margin-right: 12px;
  }
  .bgColor_with_shadow {
    display: none;
  }
  .store-page-menu .bgColor_with_shadow {
    display: flex;
  }
  .store-page-menu {
    top: 74px;
  }
  #mySidenav,
  #mySidenav1,
  #mySidenav2 {
    display: block;
  }
  .store-page-menu .nav-menu {
    display: none;
  }
  .store-page-menu .toggle-btn i {
    color: var(--white-color);
    font-size: 26px;
  }
  .store-page-menu .navbar {
    padding-left: 15px;
    flex-wrap: inherit;
  }
  .brand-logo img {
    height: 27px;
    object-fit: contain;
  }
  .branding_ribbon {
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
  }
  .mobile-navs {
    display: block;
  }
  .category-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .category-col {
    white-space: nowrap;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .category_wrap-row {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 115%;
  }
  .category-wrapper::-webkit-scrollbar {
    height: 7px;
  }
  .category-wrapper::-webkit-scrollbar-track {
    background: var(--white-color);
    display: none;
  }
  .category-wrapper::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 50px;
  }
  .overall-product ul li {
    width: 25%;
  }
  .mobile_fixed_footer {
    display: block;
  }
  #footer_wrapper {
    padding-bottom: 55px;
  }
  .copyright > ul {
    display: block;
  }
  .support-list {
    margin-top: 15px;
  }
  .copyright {
    text-align: center;
  }
  .footer-infos {
    margin-bottom: 25px;
  }
  .mobile-utilities {
    display: block;
  }
  .mobile-utilities ul {
    display: flex;
    padding: 0;
    margin: 0;
    margin-left: 1px;
  }
  .mobile-utilities ul li {
    list-style: none;
    padding: 0 6px;
    line-height: 1.1;
  }
  .mobile-utilities ul li a {
    display: block;
    font-size: 19px;
    color: var(--text-color);
    transition: var(--transition);
    text-decoration: none;
    margin: 0 3px;
  }
  .mobile-utilities ul li a:hover {
    color: var(--primary-color);
  }
  .mobile-utilities ul li + li a {
    display: flex;
  }
  .header-addtional-design {
    margin-left: 16px;
  }
  .mobile-utilities .badge {
    line-height: 16px;
    height: 16px;
    width: 16px;
  }
  .mobile-pane-left {
    display: flex;
    align-items: center;
  }
  .scroll-header {
    display: none;
  }
  .cat-filter {
    position: fixed;
    right: 0;
    top: 74px;
    z-index: 1015;
    padding: 0;
    width: 275px;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    background: var(--white-color);
    margin-right: -275px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  .cat-filter.active {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    box-shadow: -3px 0 7px rgb(0 0 0 / 15%);
  }
  .category-page .col-md-9 {
    width: 100%;
  }
  .cat_sideBar_wrap {
    border-radius: 0;
  }
  .cat-filter::-webkit-scrollbar {
    width: 7px;
  }
  .cat-filter::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
  }
  .cat-filter::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 50px;
  }
  .mobile-filters {
    display: block;
    margin-left: 10px;
    cursor: pointer;
  }
  .mobile-filters i {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: var(--border-radius);
    transition: var(--transition);
  }
  .mobile-filters i:hover {
    background: var(--primary-color);
    color: var(--white-color);
  }
  .cat-close {
    display: block;
    cursor: pointer;
  }
  .cat-close i {
    z-index: 9;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: var(--primary-color);
  }
  .wrap-nav {
    display: flex;
    align-items: center;
  }
  .dropdown-content-new-add {
    padding-top: 6px;
  }
  .pd-top-35 {
    top: 130%;
    right: -1%;
  }
  .dropdown-content-new-add a {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .locationNameValue {
    width: 72px;
  }
  .map-search-modal-all {
    left: 4px !important;
  }
  .bulk-section .col-lg-6 + .col-lg-6 {
    margin-top: 25px;
  }
  .overall-product ul li {
    width: 33.3333%;
  }
  .web_search_pannel {
    width: 500px;
  }
  .cart_total_detail {
    margin-top: 20px;
  }
  .checkout_detail_wrap {
    margin-top: 25px;
  }
  .dash-toggle {
    display: block;
  }
  .dashboard_sidebar ul li a {
    padding: 10px 15px;
    white-space: nowrap;
  }
  .dashboard_sidebar {
    margin-right: 0;
    width: 220px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1025;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    margin-left: -220px;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
  .dashboard_sidebar.open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: var(--box-shadow);
    margin-left: 0;
  }
  .dashboard-main-wrapper {
    width: 100%;
  }
  .dashboard-main-wrapper.open {
    margin-left: 0;
    width: 100%;
  }
  .dashboard_sidebar ul li:first-child a {
    border-radius: 0;
  }
  .dashboard_sidebar::-webkit-scrollbar {
    width: 7px;
  }
  .dashboard_sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
  }
  .dashboard_sidebar::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 50px;
  }
  .store-head-right {
    padding-right: 0;
  }
  .store-head-right img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .seller-profile-page .star_wrapper {
    display: flex;
    white-space: nowrap;
  }
  .seller-profile-page .star_wrapper i {
    font-size: 18px;
  }
  .seller-product-review-head {
    display: block;
  }
  .seller-product-review-filter {
    margin-top: 15px;
  }
  .seller-product-opinion-thumbnails ul li img {
    height: 100px;
  }
  .register-wrap {
    flex-direction: column-reverse;
  }
  .register-right {
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
  }
  .register-left {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
  }
  .details-card-right {
    margin-top: 25px;
  }
  .related-store-col {
    display: flex;
    flex-wrap: wrap;
  }
  .related-store-wrap {
    width: 50%;
  }
  .related-store-wrap + .related-store-wrap {
    border-top: none;
  }
}
@media (max-width: 845px) {
  .map-modal {
    padding: 9px 2px;
    margin: 0 5px;
  }
  .header-addtional-design h4 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .qr-check-out-final {
    margin-top: 20px;
  }
  .wrap-new-01 {
    text-align: center;
  }
  .video-tutorial {
    padding: 36px 10px;
  }
  .for-desktop-semi {
    display: none;
  }
  .for-mobile-semi {
    display: block;
  }
  .ad-img-banner-01 {
    display: none;
  }
  .help-option {
    text-align: center;
  }
  .help-right span {
    font-size: 9px;
  }
  .heade-ad img {
    width: 100%;
    height: 100%;
  }
  .help-right h2 {
    font-size: 13px;
  }
  .help-option svg {
    vertical-align: bottom;
  }
  .new-hover {
    display: none;
  }
  .left-hover {
    display: none;
  }
  .ad-img-banner-01 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #strap_banner .carousel-item img {
    height: 100%;
  }
  .terms-list ul {
    text-align: center;
  }
  .ad-img-banner-01 {
    margin-left: 4px;
  }
  .web_search_pannel {
    width: 400px;
    padding: 0 20px;
  }
  .top-categories ul li a {
    padding: 5px 15px 5px 5px;
  }
  .first-cat-col {
    border-right: none;
  }
  .category_wrap-row {
    border-top: 1px solid var(--border-color);
  }
  .category-wrapper {
    overflow: hidden;
  }
  .category-scrollable {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .category-scrollable::-webkit-scrollbar {
    height: 7px;
  }
  .category-scrollable::-webkit-scrollbar-track {
    background: var(--white-color);
    display: none;
  }
  .category-scrollable::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 50px;
  }
  .overall-product ul li {
    width: 50%;
  }
  .support-list ul {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .support-list ul li {
    white-space: nowrap;
  }
  .support-list ul::-webkit-scrollbar {
    height: 7px;
  }
  .support-list ul::-webkit-scrollbar-track {
    background: var(--white-color);
    display: none;
  }
  .support-list ul::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 50px;
  }
  .review-single-head {
    display: block;
  }
  .review-single-head button {
    margin-top: 15px;
  }
  .zoomContainer {
    display: none;
  }
  .detail-page-info {
    margin-top: 26px;
  }
  .category-head {
    display: block;
  }
  .in_flex_box {
    justify-content: flex-start;
  }
  .category-top-section {
    justify-content: space-between;
    margin-top: 10px;
  }
  .cs_account_link {
    margin-top: 30px;
  }
  .seller-profile-page .customer-reviews-cols {
    display: block;
  }
  .store-profile-response {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--border-color);
  }
  .store-profile-response ul {
    display: flex;
    justify-content: space-between;
  }
  .store-profile-response ul li + li {
    margin-top: 0;
  }
  .seller-product-opinion-thumbnails ul {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .seller-product-opinion-thumbnails ul li {
    white-space: nowrap;
  }
  .seller-review-content ul {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .seller-review-content ul li {
    white-space: nowrap;
  }
  .seller-review-content {
    overflow: hidden;
  }
  .seller-product-opinion-thumbnails {
    overflow: hidden;
  }
  .voice-search {
    right: 80px;
  }
  .order-invoice-sidebar {
    margin-top: 20px;
  }
  .selfcart-head {
    display: block;
  }
  .selfcart-head-right {
    border-left: none;
    border-top: 1px solid var(--border-color);
  }
  .chatbot__button {
    bottom: 56px;
    right: 29px;
    width: 42px;
    height: 42px;
  }
  .chatbot {
    width: 85%;
  }
  .chat-icon {
    display: block;
    margin-right: 5px;
  }
  .chatlist {
    width: 100%;
  }
  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }
  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }
  .msg-head h3 {
    font-size: 14px;
  }
  .msg-head p {
    font-size: 12px;
  }
  .msg-head .flex-shrink-0 img {
    height: 30px;
  }
  .send-box .chat-send-icon {
    width: 28%;
  }
  .chat-list h3 {
    font-size: 14px;
  }
  .chat-list p {
    font-size: 12px;
  }
  .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .chat-icon i {
    font-size: 20px;
    color: #2a63b0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1366px) {
  .map-modal img {
    width: 28px;
    height: 22px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .short-all {
    list-style: none;
    margin-left: 1px;
    padding: 0 28px;
  }
  .back-step-mobile {
    display: block;
    padding-left: 15px;
  }
  .mobile-back-wrap {
    display: flex;
    margin-top: 8px;
  }
  .back-step-mobile a {
    font-size: 20px;
    color: #000;
  }
  .modal-background {
    background-color: transparent;
  }
  .order-list-login {
    display: none;
  }
  .login-wrap-new {
    padding: 8px 0;
  }
  .faq-all-box .accordion-item .accordion-button {
    font-size: 17px;
  }
  .accr-p p {
    font-size: 15px;
  }
  .seller-header h1 {
    font-size: 30px;
  }
  .seller-titel-market h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-left: 0;
    margin-top: 5px;
    color: #ffffff;
    margin-bottom: 21px;
  }
  .seller-right-new .register-right {
    width: 100%;
  }
  .details-seller {
    margin-top: 21px;
  }
  .map-modal img {
    width: 46%;
    height: 23px;
    object-fit: contain;
  }
  .locationNameValue {
    width: 83%;
  }
  .locationNameValue {
    font-size: 10px;
  }
  .wrap-map-more span {
    font-size: 9px;
  }
  .mobile-search {
    display: block;
    background: var(--white-color);
    padding: 8px 0;
    position: sticky;
    top: -1px;
    z-index: 1020;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  }
  .desktop-only-panel {
    display: none;
  }
  .web_search_pannel {
    width: auto;
    padding: 0;
  }
  .hr-wrap {
    padding: 9px 0 0;
  }
  .mobile-pane {
    display: flex;
    align-items: center;
  }
  .mobile-search > i {
    font-size: 26px;
    transform: rotate(-90deg);
    color: var(--dark-color);
  }
  .search_box input {
    border-radius: var(--border-radius);
    border: none;
    background: #eee;
    height: 45px;
  }
  .search_box input:focus {
    background: #eee;
  }
  .search_box {
    border-radius: var(--border-radius);
  }
  .site_wrap_banner {
    padding-top: 0;
  }
  #strap_banner .carousel-item {
    height: auto;
  }
  #strap_banner:hover .carousel-control-prev,
  #strap_banner:hover .carousel-control-next {
    display: none;
  }
  #strap_banner .carousel-indicators button {
    display: none;
  }
  .top-categories ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .top-categories ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .product-content {
    min-height: auto;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .top-categories ul::-webkit-scrollbar {
    display: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category_wrap-row {
    width: 100%;
    white-space: inherit;
    overflow: hidden;
  }
  .category-mdia {
    margin-top: 5px;
    justify-content: center;
  }
  .category_wrap-row .category-col {
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    white-space: inherit;
  }
  .icon_verified {
    text-align: center;
    justify-content: center;
    display: inline-block;
    padding-left: 1px;
  }
  .icon_verified a {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .category-mdia img {
    height: 80px;
  }
  .icon_verified:before {
    top: -3px;
    width: 22px;
    height: 22px;
  }
  .verify-media {
    margin-top: 5px;
  }
  .first-cat-col .category-mdia img {
    height: 180px;
  }
  .category-scrollable::-webkit-scrollbar {
    display: none;
  }
  .bulk-section-col {
    min-height: auto;
    padding: 1px 1px 11px;
    text-align: left;
  }
  .overall-product .product-media img {
    height: 177px;
    width: 100% !important;
    object-fit: contain;
  }
  .overall-product .product-col {
    text-align: left;
    min-height: 247px;
    margin-bottom: 20px;
  }
  .overall-product .product-content {
    padding: 1px 10px;
  }
  .overall-product .old-price-list del {
    display: block;
  }
  .overall-product .old-price-list del + del {
    margin-left: 0;
    padding-left: 0;
  }
  .overall-product .old-price-list del + del::before {
    display: none;
  }
  .overall-product .product-content h3 a {
    font-size: 12px;
    margin-top: 7px;
  }
  .overall-product ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .overall-product ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .overall-product ul li:last-child {
    display: none;
  }
  .overall-product {
    margin-bottom: -10px;
  }
  .stellarnav.mobile.light > ul {
    max-width: 100%;
    height: 100%;
    background-color: var(--white-color);
  }
  .product-listing-section .product-media img {
    height: 115px;
  }
  .product-listing-section .product-content h3 a {
    font-size: 14px;
  }
  .product-listing-section .product-content {
    padding-left: 0;
    padding-right: 0;
  }
  .product-listing-section .old-price-list del {
    display: block;
  }
  .product-listing-section .old-price-list del + del {
    margin-left: 0;
    padding-left: 0;
  }
  .product-listing-section .product-col {
    min-height: 270px;
  }
  .main-title {
    margin-bottom: 24px;
    margin-top: 12px;
  }
  .top-categories {
    padding: 20px 0 12px;
  }
  .top-categories ul li a {
    font-size: 14px;
    padding: 3px 15px 3px 5px;
  }
  .top-categories ul li a img {
    height: 25px;
    width: 25px;
  }
  .main-title h3 {
    padding-left: 8px;
    font-size: 16px;
  }
  #mySidenav {
    width: 100%;
  }
  .product-listing-section .old-price-list del + del::before {
    display: none;
  }
  .product-col:hover {
    box-shadow: var(--box-shadow);
    transform: inherit;
  }
  .main-title h3::before {
    height: 16px;
    width: 16px;
  }
  .main-title h3::after {
    height: 16px;
    width: 16px;
  }
  .footer-menu {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
  }
  .footer-infos {
    margin-bottom: 0;
  }
  .footer-menu h3 {
    font-size: 20px;
  }
  .newsletter-form h3 {
    font-size: 20px;
  }
  .newsletter-form {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
  }
  #footer_wrapper {
    padding-top: 30px;
  }
  .support-list ul::-webkit-scrollbar {
    display: none;
  }
  .brand-logo img {
    height: 30px;
  }
  .branding_ribbon {
    position: static;
    padding: 0;
  }
  .search_box button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 36px;
  }
  .desktop-only-logo {
    display: none;
  }
  .mobile-only-logo {
    display: block;
  }
  .details-page-left {
    padding: 15px 5px;
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .detail_page-sidebar {
    padding: 15px 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--border-radius);
    margin-right: 0;
  }
  #sliders ul li img {
    height: 250px;
  }
  .detail-page-info {
    margin-top: 21px;
  }
  .detail-page-info h3 {
    font-size: 16px;
  }
  #ul-relate-to-attribute {
    margin-left: -5px;
    margin-right: -5px;
  }
  #ul-relate-to-attribute .col-md-4 {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .detail_page.pt {
    padding-top: 15px;
  }
  .flex-nav-prev {
    display: none;
  }
  .flex-nav-next {
    display: none;
  }
  .detail_page.pb {
    padding-bottom: 15px;
  }
  .customer-review.mt {
    margin-top: 15px;
  }
  .detail_page-sidebar ul li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  .product-button .btn {
    flex: 1;
  }
  .details-tab-wrapper {
    padding: 15px;
  }
  .details-tab-wrapper .nav-link {
    margin-right: 20px;
  }
  .customer-reviews-cols {
    padding: 15px;
  }
  .rating_wrapper {
    display: block;
  }
  .rating_left_side {
    display: flex;
    align-items: center;
  }
  .rating_wrapper .rating_left_side {
    margin-right: 0;
  }
  .star_wrapper {
    margin-left: 20px;
  }
  .rating_left_side p {
    font-size: 35px;
    line-height: normal;
  }
  .rating_left_side p span {
    font-size: 26px;
  }
  .review-single-head {
    margin-bottom: 15px;
  }
  .star_wrapper i {
    font-size: 20px;
  }
  .rating_right_side {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
  }
  .space-span {
    margin-left: 9px;
  }
  .review-span {
    white-space: nowrap;
    width: 100px !important;
  }
  .line_on_ span {
    width: auto;
  }
  .line_on_ {
    justify-content: space-between;
  }
  .line_on_ .progress {
    margin: 0;
    width: 170px;
  }
  .reviews-counts {
    display: block;
    width: 25px !important;
    text-align: right;
  }
  .details-tab-wrapper .nav-tabs.nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .details-tab-wrapper .nav-link {
    font-weight: 600;
    font-size: 16px;
  }
  .details-tab-wrapper .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
  }
  .related-product {
    padding-bottom: 10px;
  }
  .in_flex_box {
    display: block;
  }
  .wrap-nav {
    margin-top: 15px;
    justify-content: space-between;
  }
  .category-head .nav-tabs {
    margin-left: 0;
  }
  .wrap_select {
    display: block;
    flex: 1;
  }
  .in_flex_box .form-control {
    width: 100%;
  }
  .wrap_select + .wrap_select {
    margin-left: 10px;
  }
  .mobile-filters {
    margin-left: 0;
  }
  .cat-filter {
    top: 0;
    width: 100%;
    z-index: 1022;
  }
  .category-main {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
  }
  .category-main .product-content {
    padding: 10px;
  }
  .grid-view .col-lg-3 {
    width: 50%;
  }
  .grid-view .padding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid-view .margin {
    margin-left: -5px;
    margin-right: -5px;
  }
  .category-main .product-media img {
    height: 181px;
    object-fit: contain;
    width: 100% !important;
  }
  .category-main .grid-view .product-col {
    min-height: 273px;
    margin-bottom: 10px;
  }
  .filter-list .form-check input {
    margin-top: 2px;
  }
  .category-page.mb {
    margin-bottom: 15px;
  }
  .list-view-category .product-col {
    margin-bottom: 10px;
  }
  .cat-submit {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
  .cat-submit button {
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: var(--border-radius);
  }
  #login_wrapper {
    padding: 20px 0;
  }
  .login_inner_wrapper {
    padding: 20px;
  }
  .login_inner_content h2 {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #signup_wrapper {
    padding: 20px 0;
  }
  .cart_total_detail {
    margin-top: 15px;
    padding: 15px;
  }
  .cart_table {
    padding: 15px;
  }
  .cart_table_head h3 {
    font-size: 18px;
  }
  .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .cart_table table {
    width: 215%;
  }
  .form_wrapper {
    padding: 15px;
  }
  .form_wrapper .form-group {
    margin-bottom: 10px;
  }
  .checkout_detail_wrap {
    padding: 15px;
    margin-top: 15px;
  }
  .promo_code {
    padding: 15px;
    margin-top: 15px;
  }
  .login-checkout-head {
    display: block;
  }
  .round-btns {
    margin-top: 15px;
  }
  .dashboard_sidebar {
    width: 100%;
  }
  .visit_graph {
    margin-bottom: 10px;
  }
  .dashboard_content {
    padding: 15px;
  }
  .table_wrapper tr th {
    white-space: nowrap;
  }
  .table_wrapper tr td {
    white-space: nowrap;
  }
  #mySidenav,
  #mySidenav1 {
    width: 100%;
  }
  .cs_profile {
    display: block;
    text-align: center;
  }
  .cs_profile_detail {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 15px;
  }
  .cs_profile_detail ul li {
    justify-content: center;
  }
  .dashboard-tables-head {
    display: block;
  }
  .dashboard-tables-head .round-btns {
    margin-top: 10px;
  }
  .common-popup table tr th,
  .common-popup table tr td {
    white-space: nowrap;
  }
  .banner {
    height: auto;
  }
  .store-page-menu .navbar {
    display: block;
  }
  .store-search {
    width: 100%;
  }
  .store-page-menu .navbar {
    padding: 0 10px;
    padding-bottom: 10px;
    margin-top: 0;
    border-radius: 0;
  }
  .store-additional-menu ul li a {
    white-space: nowrap;
    padding: 10px 10px;
  }
  .store-page-menu {
    top: 68px;
  }
  .store-page-menu .container {
    padding: 0;
  }
  .store-head-left {
    display: block;
    border-right: none;
    padding: 15px;
  }
  .store-chat {
    margin-left: 0;
  }
  .store-chat + .store-chat {
    margin-left: 40px;
  }
  .store-utilities {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
    justify-content: space-between;
  }
  .store-cat-wrap {
    min-height: auto;
  }
  .store-product-img img {
    height: 115px;
  }
  .store-product-info h3 a {
    font-size: 14px;
  }
  .store-related-product ul li:last-child {
    display: block;
  }
  .seller-profile-page .customer-review {
    padding: 15px;
  }
  .store-profile-response i {
    margin-right: 10px;
  }
  .seller-reviews .nav-item + .nav-item .nav-link {
    margin-left: 5px;
  }
  .seller-reviews .nav-tabs .nav-link {
    padding: 5px 10px;
    font-size: 14px;
  }
  .seller-review-content ul::-webkit-scrollbar {
    display: none;
  }
  .seller-product-review {
    padding: 15px;
  }
  .seller-product-review-filer-list {
    display: block;
    flex: 1;
  }
  .seller-product-review-filer-list + .seller-product-review-filer-list {
    margin-left: 10px;
  }
  .seller-product-review-filer-list .form-control {
    width: 100%;
  }
  .seller-product-review-filer-list span {
    margin-bottom: 3px;
    margin-right: 0;
  }
  .seller-product-opinion-list {
    display: block;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 15px;
  }
  .seller-product-opinion-content {
    margin-left: 0;
  }
  .seller-product-opinion-thumbnails ul li img {
    height: 45px;
  }
  .seller-product-opinion-thumbnails ul {
    justify-content: center;
  }
  .seller-product-opinion-content h3 a {
    font-size: 15px;
  }
  .seller-product-opinion-content .seller-review-content {
    margin-top: 15px;
  }
  .seller-product-opinion-list + .seller-product-opinion-list {
    margin-top: 15px;
    padding-top: 0;
    border-top: 1px solid var(--border-color);
  }
  .seller-product-opinion-content p {
    font-size: 12px;
  }
  .go-top {
    display: none;
  }
  .cart-slide.active {
    width: 100%;
  }
  .notification-box-item {
    position: static;
  }
  .notification-box {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
  }
  .bulk-section-content {
    min-height: 90px;
    padding: 4px 10px;
  }
  .bulk-section-content h3 a {
    font-size: 12px;
  }
  .order-tracking-search .form-control {
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 90px;
  }
  .order-tracking-search .btns {
    padding: 5px 15px;
    font-size: 16px;
  }
  .order-tracking-search {
    margin-bottom: 20px;
  }
  .order-tracking-table {
    padding: 15px;
  }
  .order-tracking-table p {
    padding-top: 0;
    font-size: 15px;
  }
  .tracking-infos {
    margin-top: 20px;
  }
  .timeline li {
    padding-left: 0;
  }
  .timeline-items {
    margin-top: 40px;
  }
  .timeline li > i {
    top: -45px;
  }
  .timeline-items {
    padding: 15px;
  }
  .timeline-repeat > b {
    font-size: 16px;
  }
  .voice-search {
    right: 37px;
    top: 45%;
  }
  .order-invoice-main {
    padding: 15px;
  }
  .order-invoice-sidebar {
    padding: 15px;
  }
  .order-invoice-main table th,
  .order-invoice-main table td {
    padding: 7px 10px;
  }
  .common-popup .modal-body {
    padding: 15px;
  }
  .common-popup .modal-header {
    padding: 10px 15px;
  }
  .selfcart-head-left p {
    font-size: 16px;
  }
  .selfcart-head-right {
    padding: 15px;
  }
  .selfcart-head-left {
    padding: 15px;
  }
  .selfcart-body .overall-product .product-col {
    min-height: 100%;
  }
  .register-right {
    padding: 20px;
  }
  .register-left {
    padding: 20px;
  }
  .register-right h3 {
    font-size: 20px;
  }
  .register-icon i {
    font-size: 30px;
  }
  .register-info h3 {
    font-size: 15px;
  }
  .product_rating {
    justify-content: center;
  }
  .other-option ul li a i {
    font-size: 15px;
    margin-right: 1px;
  }
  .other-option ul li a {
    padding: 8px 9px 10px;
    font-size: 14px;
  }
  .other-option ul li + li {
    margin-left: 5px;
  }
  .register-left ul li + li {
    margin-top: 20px;
  }
  .comment-wrapper-head {
    display: block;
  }
  .comment-wrapper-filter {
    margin-top: 10px;
    display: block;
  }
  .comment-wrapper-filter-list + .comment-wrapper-filter-list {
    margin-left: 0;
    margin-top: 10px;
  }
  .comment-wrapper-filter-label {
    width: 70px;
  }
  .comment-info h3 {
    display: block;
  }
  .comment-info h3 b {
    margin-left: 0;
    margin-top: 3px;
  }
  .customer-upload-img ul li img {
    height: 50px;
  }
  .reviews-reply-card-col {
    padding: 15px;
  }
  .reviews-likes-action {
    width: 180px;
  }
  .reviews-reply-card-col::before {
    border-bottom: 12px solid var(--grey-bg);
    top: -12px;
  }
  .related-store-col {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 20px 20px;
  }
  .related-store-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .related-store-info h3 a {
    font-size: 14px;
  }
  .related-store-info span {
    font-size: 18px;
  }
  .new-login-position {
    position: initial;
    width: auto;
    box-shadow: none;
  }
  .pd-login-wrapper {
    margin-top: 0;
  }
  .md-01 {
    padding: 0;
  }
  .mobile-all-icon-res {
    display: none;
  }
  .mobile-view-drop-all-01 {
    display: none;
  }
  .new-class-01 input {
    background: transparent;
    height: 32px;
    border: 1px solid gray;
    margin-bottom: 5px;
    border-radius: 8px;
  }
  .search_box button {
    background-color: transparent;
  }
  .search_box button i {
    color: #000;
  }
  .mobile-all-icon-res-001 {
    display: none;
  }
  .bd-01 {
    top: 2px;
    left: 26px;
    line-height: 7px;
  }
  .search_holder i {
    font-size: 18px;
  }
  .search_box button {
    padding: 6px 15px;
  }
  .desktop-all-new-class {
    display: block;
    padding: 0 3px 0 7px;
  }
  .map-modal {
    padding: 1px 12px;
  }
  .drop-icon-map-all {
    font-size: 13px;
  }
  .only-mobile-veiw-slider {
    display: block;
  }
  .desktop-view-slider-01 {
    display: none;
  }
  .footer-social-link {
    padding: 3px 0 13px;
  }
  .copyright {
    margin-top: 8px;
  }
  .footer-mobile-001 {
    text-align: center;
  }
  .footer-mobile-001 .footer-social {
    justify-content: center;
  }
  .footer-widget-heading h3::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-title h3::after {
    left: 10px;
  }
  .main-btns .btns {
    font-size: 11px;
    padding: 5px 11px 5px;
  }
  .bulk-section-wrap .owl-carousel .owl-item {
    width: 153px !important;
  }
  .for-mobile-semi .owl-carousel .owl-item {
    width: 84px !important;
    margin-right: 3px !important;
  }
  
  .bulk-section-media img {
    height: 192px;
  }

  .item-all {
    padding: 5px 0;
    margin: 0;
  }
  .semi-background {
    padding-block: 30px;
  }
  .channel-help {
    text-align: center;
  }
  .channel-help h2 {
    font-size: 20px;
  }
  .footer-widget-heading h3 {
    font-size: 15px;
  }
  .footer-links-all ul li {
    padding: 2px 0;
  }
  .footer-links-all ul li a {
    font-size: 15px;
  }
  .footer-social-header {
    font-size: 17px;
  }
  .downloads h3 {
    font-size: 17px;
  }
  .mobile-details-product-01 {
    display: none;
  }
  .mobile-width-100 {
    width: 100%;
  }
  .voice-search a {
    font-size: 21px;
  }
  .price_list {
    font-size: 16px;
  }
  .terms-list {
    padding: 9px 0 4px 0;
  }
  .mobile-width-100 .flex-control-paging {
    display: block;
  }
  .mobile-width-100 .flexslider {
    margin: 0 0 45px;
  }
  .front-add-cart-single {
    bottom: 35%;
  }
  .front-add-cart {
    bottom: 37%;
  }
  .front-wishlist a i {
    font-size: 15px;
  }
  .front-add-cart i {
    font-size: 15px;
  }
  .front-wishlist-single i {
    font-size: 15px;
  }
  .front-add-cart-single i {
    font-size: 15px;
  }
  #nav-all-main {
    position: inherit;
  }
  .breadcrumb li:nth-child(2) {
    padding-right: 12px;
  }
  .breadcrumb li:nth-child(3) {
    padding-right: 12px;
  }
  .breadcrumb li:nth-child(4) {
    padding-right: 12px;
  }
  .img-mobile-app img {
    height: 288px;
  }
  .tab-order-more h4 {
    margin-top: 13px;
  }
}
@media (max-width: 500px) {
  .mobile-view-responsive-all {
    display: none;
  }
  .for-mobile-display {
    display: block;
  }
  .brand-wrappers {
    position: sticky;
    top: 40px;
    background: #ffffff;
    z-index: 9;
  }
  .product-button {
    position: fixed;
    bottom: 55px;
    width: 100%;
    z-index: 9;
    left: -1px;
    background: white;
  }
  .product-button .btn {
    border-radius: 0;
    border: none;
    border-color: transparent;
  }
  .product-button .btn + .btn {
    margin-left: 1px;
  }
  .product-list-infos label {
    font-size: 12px;
  }
  .product-list-infos .form-control {
    font-size: 12px;
  }
  .share-icon-social {
    min-width: 19rem;
  }
  .st-btn {
    margin-bottom: -4px;
  }
  #st-1 .st-btn {
    height: 35px !important;
    padding: 0 8px !important;
  }
  #st-1 .st-btn > img {
    height: 16px !important;
    width: 16px !important;
  }
  .share-icon-social {
    right: -79px !important;
  }
  .detail-page-info {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mobile-all-detal-001 {
    display: none;
  }
}
@media (max-width: 440px) {
  .bulk-section-media-img {
    border-radius: 65px;
    padding: 17px;
    margin: 0 7px;
  }
  .item-all h5 {
    font-size: 8px;
    font-weight: 600;
  }
  #appendLoadMoreData .col-md-2 {
    width: 50%;
  }
  .map-modal img {
    width: 23px;
    height: 20px;
    margin-top: 2px;
    object-fit: contain;
  }
  .map-modal {
    margin: 0 0;
  }
  .mobile-utilities ul li {
    padding: 0 0 0 6px;
  }
  .other-option ul li a {
    font-size: 10px;
  }
  .other-option ul li a i {
    font-size: 12px;
  }
  .login-page-01 {
    padding: 44px 0 57px;
  }
  .bulk-section-content p {
    font-size: 16px;
  }
  .bulk-section-wrap {
    padding: 2px;
  }
  .footer-links-all {
    text-align: center;
  }
  .footer-links-all ul {
    margin-bottom: 4px;
  }
  .footer-social-header {
    margin-top: 5px;
  }
  .product-col {
    padding: 1px;
  }
  .product-content h3 a {
    font-size: 12px;
  }
  .category-page {
    padding: 0 0;
  }
  .breadcrumb {
    padding: 15px 0 5px;
  }
}
@media (max-width: 400px) {
  .mobile-utilities .badge {
    line-height: 12px;
    height: 11px;
    width: 11px;
  }
  .mobile-utilities ul li a {
    font-size: 24px;
  }
  .map-modal img {
    width: 100%;
    height: 19px;
    object-fit: contain;
  }
  .brand-logo img {
    height: 29px;
    width: 56px;
    margin-top: -12px;
  }
  .search_box button {
    height: 36px;
  }
  .search_holder i {
    font-size: 17px;
  }
  .toggle-btn i {
    font-size: 23px;
  }
  .enable-del span {
    font-size: 10px;
  }
  .bulk-section-content p {
    font-size: 15px;
  }
  content h3 a {
    font-size: 12px;
  }
}
