@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap');
:root {
    --background-color: #F7F7F7;
    --primary-color: #ED145B;
    --secondary-color: #00aef0;
    --secondary-color-extra: #153e58;
}
@media only screen and (min-width:767px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }

    .mobile-filter-toggle {
        display: none;
    }
    
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .social_menu {
    bottom: 174px;
}
.social__icons_list {
    right: 11px;
 
}
#content {
    margin-left: 0;
    padding-top: 120px !important;
}
.address-back-button {
    width: 100%;
}
.account-title {
     margin-bottom: 0px; 
}
.mini-order-wrapper {
    width: 90%;
    top:8%;
}
section.address__section {
    margin-top: 123px;
}
.wishlist-content {
    margin-top: 98px;
}
.coupon-form form {
    display: inline-block;
    width: 100%;
}
.floating-close-button {
    display: none;
}
.mini-cart-checkouts {
    gap: 10px;
}
.customer-address-items .right button {
    background: #fde1ea;
    font-size: 13px;
    font-weight: 800;
    color: #ed145b;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    z-index: 999;
}
.mini-cart-wrapper {
    right: -100%;
    width: calc(100% - 50px);
    height: 91vh;
}
.nav-count-top {
    position: absolute;
    top: 2px;
    right: 3px;
    background: var(--primary-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
.user-footer {
    background: #fff;
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    display:none !important;
}
.page-header {
    left: 100px;
    top: 90px;
}
.section-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.home-category {
    padding: 0px 0 0px;
}
.cmn_menu {
    /* display: none; */
    width: 95%;
    margin: 0 auto;
}
.main__popup_data {
    position: relative;
    width: 360px;
    height: 300px;
}
.auth-inner {
    margin-top: 0px;
}
.auth-inner {
    padding: 15px;
    border-radius: 5px;
}
.des-item {
    margin: 5px 0;
}
.user-footer ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    padding: 12px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#cartForm {
    margin-bottom: 25px;
}
.user-footer ul li {
    text-align: center;
}
.user-footer ul li a i {
    font-size: 18px;
    color: #555;
    border-radius: 50px;
    height: 35px;
    width: 36px;
    line-height: 35px;
    text-align: center;
}
.user-footer ul li p {
    text-align: center;
    color: #777 !important;
}
.user-sidebar.active {
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    background: #fff;
    height: 100%;
    z-index: 9999999;
}
.user-sidebar {
    visibility: hidden;
    opacity: 0;
    left: -200px;
    transition: 0.35s all;
}
.website-logo {
    margin: 12px 0;
}
.website-logo img {
    width: 60px;
}
.user-info {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 15px;
    padding: 7px 0;
    align-items: center;
}
.user-info h5 {
    margin-top: 0;
    font-size: 16px;
    text-align: left;
}
.user-info p {
    font-size: 14px;
}
.modal-view-hostel {
    width: 95%;
}
.user-header {
    display: none;
}
.modal-view-hostel {
    padding: 10px 8px;
    height: 100vh;
    overflow-y: auto;
}
.date__comment {
    display: inline !important;
}
.row.order_page {
    margin-bottom: 80px;
}
.user-mheader {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    padding: 15px 20px;
    background: #fff;
}

.modal-view {
    position: fixed;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 16px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.quantity.popup_qty input {
    font-size: 12px;
}
.qty-cart {
    column-gap: 5px;
}
   .qty-cart .add-to-cart {
    padding: 5px 7px;
    border-radius: 3px;
    white-space: nowrap;
    height: 32px;
    line-height: 24px;
    font-size: 11px;
}
.quantity.popup_qty {
    width: 80px;
}
.quantity.popup_qty .plus {
    font-size: 18px;
    width: 25px;
}
.quantity.popup_qty .minus {
    font-size: 25px;
    width: 25px;
}
.quick-product-img img {
    height: 45px !important;
    width: 45px !important;
}
.user-container {
    padding-left:0px;
}
.user-toggle button {
    color: var(--primary-color);
    font-size: 20px;
    background: white;
}
.margin-top-section {
    margin-top: 14px;
}
.mobile-search {
    text-align: right;
}
.main-search form button {
    height: 100%;
    width: 12%;
    background: #ed145b;
}
.mobile-search button {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    margin: 3px 3px 3px;
    height: 28px !important;
    width: 35% !important;
    border-radius: 15px;
    background: #ed145b;
}
.mobile-search i {
    font-size: 20px;
    color: #FE6F27;
    background: none;
}
.consignment_msearch.active {
    visibility: visible;
    opacity: 1;
}
.user-search .fa-times {
    position: absolute;
    top: -26px;
    right: 0;
    font-size: 20px;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
}
.consignment_msearch.active button {
    background: #ffff;
}
.consignment_msearch.active {
    visibility: visible;
    opacity: 1;
}
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9;
}
.quick-product-img {
    height: 45px;
    width: 45px;
}
.sizes__section .name {
    background: red;
    color: #fff;
    padding: 6px 3px;
    font-size: 12px;
    border-radius: 3px;
    min-width: 45px;
    text-align: center;
    font-weight: 500;
}
    .main-search.slider_search form {
        width: 275px;
        border-radius: 3px;
    }
   .slider_search {
        padding: 9px;
        display:none;
    }
    .dimage_item img {
        object-fit: contain;
        pointer-events: none;
    }
    .checkout-shipping .card-header {
        padding: 15px;
    }
    .coupon-section{
        display: none;
    }
    .pro_img {
        height: auto;
        width: 100%;
        aspect-ratio: 1;
    }
    .menu-logo {
        height: 40px;
    }

    .logo-item {
        height: 40px;
        text-align: center;
    }

    .product_sliders {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .footer_nav ul li a span {
        display: block;
        font-weight: 400;
        font-size: 14px;
    }
    .cat_img a {
        display: block;
        height: 100%;
    }

    .cat_img img {
        height: 100%;
    }

    .cat_img {
        height: 50px;
        text-align: center;
    }
    .sidebar-menu {
       
    }
    .customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
    margin-top: 88px;
}
  .sidebar-menu {
    padding-bottom: 20px;
    display: block;
  }
   .sidebar-menu {
        background: #f5f7f9;
        margin: 0;
        border-radius: 3px;
    }
    li.mobile_home a {
        color: #fff;
    }

    .scrolltop {
        display: none !important;
    }

    .mobile_hide {
        display: none;
    }

    .desktop_hide {
        display: block;
    }
.form-content {
    margin-top: 130px;
}
.sorting-section {
    margin-top: 5px !important;
    margin: 0 auto;
}
.page-sort{
    margin-bottom:7px !important;
}

    .card-body.cartlist {
        overflow-x: scroll;
    }
    .section-title-header .section-title-name {
        font-size: 15px;
    }

    #content {
        margin-left: 0;
        padding-top: 0;
    }

    .page-sort {
        padding-right: 6px;
    }

    .showing-data {
        display: none;
    }

    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }

    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }

    .category-breadcrumb {
        justify-content: center;
    }
    .category-product {
        grid-template-columns: repeat(2, 1fr);
    }
    form.sort-form {
        width: 70%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
    }
     .mobilemenu-bottom {
        border: 1px solid #ddd;
        padding: 20px  20px;;
    }
    .main-search.mobile-search form {
        border: 1px solid var(--primary-color);
    }
.mobile-search.main-search p {
    color: #000000;
    padding: 5px 0px 5px 10px;
    /* background: #ffffff; */
    font-size: 10px;
    text-align: left;
}
  p.mobile-daraz svg {
    height: 25px;
    width: 21px;
}

    .mobilemenu-bottom ul li {
        display: block;
        padding: 8px 0;
    }
    .mobilemenu-bottom ul li a{
       color: #222;
    }
    .cat_item {
        padding: 5px;
    }
    .cat_name {
        height: 50px;
        overflow:hidden;
    }
    .m-hide {
        display: none !important;
    }
    .footer-menu.use_link_m ul li {
        font-size: 16px;
    }
    .footer-menu.use_link_m ul li a {
        padding: 0 !important;
        margin: 0 !important;
    }
    .footer-menu ul li a {
        margin-bottom: 5px;
    }
    .mobile-search {
        background-color: #fff;
        padding: 0px 6px;
        padding-top: 0;
        display: block;
    }
    .mobile-search input {
        border: none !important;
    }


    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .first-nav .menu-category-list {
        display: block;
    }

    .first-nav .menu-category-list .menu-category-link {
        padding: 10px 0;
        display: block;
        padding-left: 20px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    li.parent-category img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #f1f1f1;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }

    .second-nav {
        padding: 0 0px;
        background-color: #fff;
    }

    .second-nav.active {
        min-height: 15px;
    }

    .parent-subcategory {
        display: block;
        position: relative;
        padding: 0px;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 40px;
        font-weight: 600;
    }

    span.menu-subcategory-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    span.menu-subcategory-toggle.active i {
        transition: transform 0.3s ease;
    }

    span.menu-subcategory-toggle.active i {
        transform: rotate(180deg);
    }

    li.childcategory {
        display: block;
    }

    ul.third-nav {
        padding: 0;
        background-color: #f2f2f2;
    }

    li.parent-category.active {
        background-color: rgba(0, 0, 0, .05);
    }

    li.parent-subcategory.active {
        background-color: #fff;
    }

    .menu-childcategory-name {
        display: block;
        padding: 0px;
        padding-left: 60px;
    }

       header .toggle {
        margin-top: 0;
        padding-left: 12px;
        color: #fff;
    }

    .main-search.mobile-search {
        top: 58px;
        padding: 14px 8px;
        background: #fff;
        position: fixed;
        left: 0;
        z-index: 9;
        width: 100%;
    }
   .main-search.mobile-search form {
        height: 35px;
    }
        .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #c0c0c0;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }

    .mobile-menu-social .mobile-menu-social {
        display: flex;
        column-gap: 5px;
        padding-left: 20px;
    }

    .logo-area {
        display: none;
    }

    .menu-area {
        display: none;
    }

    .header-left {
        justify-content: center;
    }

    .header-right {
        display: none;
    }

    .category-item {
        padding: 5px 0;
    }

    .category-item p {
        font-weight: 400;
    }

    .qty-cart .quantity {
        height: 35px;
        margin-left: 4px;
    }
.quantity .minus, .quantity .plus {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 23px;
}

    .d-flex.single_product.col-sm-6 {
        margin-left: 4px;
        margin-top: 10px;
    }

    .qty-cart {
        width: auto !important;
    }

    .cus-order-2 {
        order: 0;
    }

    .cus-order-1 {
        order: 1;
    }

.chheckout-section {
    padding: 10px 0;
    margin-top: 114px;
}

    .cart_details {
        margin-bottom: 15px;
    }

    .success-img img {
        width: 200px;
    }

    .main_product_inner {
        grid-template-columns: 1fr 1fr;
    }

    .qty-cart {
        grid-template-columns: 130px auto;
    }

    .quantity .minus {
        width: 40px;
    }

    .quantity .plus {
        width: 40px;
    }

    .compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }

    .add-to-cart.mobile-fix {
        position: fixed;
        bottom: 64px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        margin: 0 10px;
    }
    .delivery-partner {
        text-align: left !important;
    }
    .footer-top {
        padding: 30px 0;
    }

    .front-view-flex {
        padding: 10px 0px;
    }

    .front_category_title h1 {
        font-size: 20px;
    }

    .front-view-item {
        margin-bottom: 15px;
    }

    .front-view-title a {
        font-size: 13px;
    }

    .home-page-section-title-box h3 {
        font-size: 20px;
    }

    .category-banner-products {
        padding: 20px 5px;
    }

    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }

    .flash_all {
        margin-top: 10px;
    }

    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }

    .main-header {
        display: none;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
        position: fixed;
        left: 0;
        z-index: 999;
        width: 100%;
        top: 0px;
    }

    .mobile-top {
        background: #108BC3;
        padding: 8px 0;
    }

    .mobile-top ul {
        text-align: right;
    }

    .mobile-top ul li a {
        color: #fff;
        margin: 0 5px;
    }

     .mobile-logo {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        text-align: center;
        font-size: 16px;
        height: 60px;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        top: 0px;
        position: relative;
        background: #153E58;
    }
    .footer_nav ul {
        margin-top: -8px;
    }

    .fixed-top .mobile-logo {
        margin-bottom: 0px;
    }

  .menu-logo img {
    height: 65px;
    margin-top: -9px;
}
    .dimage_item {
        height: 275px;
    }
    .footer-menu {
        padding-left: 20px;
    }

   ul.social_link {
    margin-top: 10px;
}
    a.mobile-social-link {
        text-align: center !important;
    }
.search_product {
    position: absolute;
    /*width: 277px;*/
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
    right: 0px;
    /* transform: translateX(-50%); */
}

    .menu-bar {
        margin-top: 0;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 30px;
    }

    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: var(--secondary-color);
        height: 20px;
        border-radius: 50px;
        padding: 1px 7px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        top: -10px;
        right: 0;
    }

    .menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
        font-size: 22px;
    }

   .menu-bag {
        margin-top: 9px;
        display: flex;
        justify-content: flex-end;
        margin-right: 8px;
    }

    .menu-bag i {
        font-size: 20px;
        color :#fff;
    }

    .menu-bag ul li a {
        margin-right: 15px;
        position: relative;
    }

    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: var(--secondary-color);
        height: 19px;
        border-radius: 50px;
        padding: 1px 6px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        top: -9px;
        right: -9px;
    }
   .slider-section {
    margin: 0;
    padding-top: 10px;
}
 .slider-item {
    height: 150px;
}
.main-search form input {
    height: 100%;
    padding: 0 6px;
    font-size: 12px !important;
    background: #ffffff;
}
.main-search form {
     background: #fff;
}
    .banner-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 15px;
    }
    .banner-right .item-1 {
        margin-bottom: 0;
    }
    button.owl-next,button.owl-prev {
        font-size: 22px !important;
    }
    .cat-img {
        height: 90px;
    }
    .section-title h3 {
        font-size: 14px;
        font-weight: 600;
    }
   .category-title h3 {
    font-size: 14px;
    margin-top: 13px;
}
    .footer_nav ul li i {
        font-size: 20px;
        width: 35px;
        height: 35px;
        padding: 9px;
        border-radius: 7px;
    }
    .footer_nav {
        display: block;
    }

   .footer-bottom {
    padding: 12px 0 75px;
}
    .footer-about p {
        margin: 0px 0px;
    }
    .footer-menu .title {
        margin-top: 15px;
    }
    .footer-about {
        padding-left: 20px;
    }
    .footer-hotlint{
        margin-bottom: 0;
    }
    li.title.text-center {
        text-align: left !important;
    }
    .social_link {
        justify-content: left;
    }

    li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -27px;
        background: var(--secondary-color);
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    .pro_btn button {
        padding: 8px 0px;
        font-size: 13px;
    }
     .cart_btn a {
        font-size: 14px;
    }

    .mobile_home span i {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-right: 22px;
    }

    a.view_more_btn {
        text-align: right;
        float: right;
        background: var(--secondary-color);
        text-transform: capitalize;
        font-size: 15px;
        padding: 7px 15px;
        color: #fff;
        font-family: "Baloo Da 2", sans-serif;
        border-radius: 50px;
    }

    .section-title-left h4 {
        font-size: 16px;
    }

    .section-title-right a {
        font-size: 13px;
    }

    .product-info .name {
        height: 70px;
    }

    .product-info {
        padding: 15px 10px;
    }

    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }

    .footer-top {
        padding-bottom: 25px;
        padding-top: 25px;
    }


    .category-sidebar {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background: #fff;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.35s all;
    }


    .page-title h5 {
        font-size: 16px;
    }

    .product-section {
        margin-top: 0;
    }

    .sort-form select {
        font-size: 14px;
    }

    .category-sidebar.active {
        visibility: visible;
        opacity: 1;
    }
.contact-section {
    margin-top: 25px;
}
.form-label {
    margin-bottom: .5rem;
    position: relative;
}
section.createpage-section {
    padding: 20px 0;
}
.comn_sec {
    padding: 2px 0;
    margin-top: 65px;
}
.content-register{
  margin:10px 0 0 0 !important;
}

.payment-form .gap-3 {
    gap: 0 !important;
}
.brand-item {
    height: 90px;
}
  .close-modal {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
}
.qty-cart.popup_cart button {
    text-transform: capitalize;
    font-size: 11px;
    padding: 0 5px;
    height: 30px;
}
    .vcart-section {
        margin-top: 60px;
    }

    .menu-product {
        display: none;
    }
    .pro_details_area {
        background: #fff;
        padding: 15px 0;
    }
    .product-inner.owl-carousel.related_slider .owl-dots button {
        display: none;
    }
    .product-section {
         padding: 0px 0;
    }
    .details-product {
        padding: 10px;
        padding-top: 10px;
    }
    .details_right {
        padding: 0px 0px;
    }
    .social__icons {
    position: fixed;
    bottom: 86px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
}
    .details-wishlist {
        display: none !important;
    }

    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }
    .fixed_whats a {
        bottom: 75px;
        right: 10px;
    }
    
    .fixed_whatsss a {
        bottom: 130px;
        right: 10px;
    }
    
    .mobile-top-bar {
        background-color: var(--secondary-color);
        padding: 10px;
    }
    
    .mobile-top-bar p {
        color: #fff;
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
    }

}

@media only screen and (min-width:767px) and (max-width:991px) {
    .menu-product {
        display: none;
    }

}

@media only screen and (min-width:992px) and (max-width:1140px) {}

@media only screen and (min-width:1141px) {}
