/*CUSTOM*/



*:not(i) {
    font-family: 'Anek Bangla' !important;

}

.page-description .h4, h4 {
    font-size: 20px;
    margin: 10px 0px;
}

.page-description {
    line-height: 2;
}

/*Header*/


.main-search form {
    border: 0px solid;
    height: 45px;
    background: white;
    border-color: red;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.main-search form input {
    height: 100%;
    padding: 0 20px;
    font-size: 12px !important;
    background: #f7f7f7;
    width: 90%;
    float: left;
}


li.track_btn, li.for_order {
    background: wheat;
    padding: 10px 15px !important;
    border-radius: 10px;
}

li.f_btn {
    background: #009bff;
    padding: 10px 15px !important;
    border-radius: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
    margin-bottom: -4px;
    margin-right: 3px;
}

ul.mslide {
    padding: 25px 20px;
}


/*Body*/


.cat_img img {
    border-radius: 10px;
    margin-bottom: 5px;
}

.cat_item {
    border: 1px solid #ddd;
    padding: 10px;
    transition: 0.35s all;
    border-radius: 10px;
    
}

.homeproduct, section.related-product-section {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff;
    margin-bottom: 25px;
    padding: 30px 0 40px 0;
}

.sec_title {
    margin-bottom: 25px;
}

.pro_name a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600 !important;
}

.pro_name {
    height: 35px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    padding: 0 5px;
}

.pro_btn button {
    
    text-transform: None !important;
    
}

.pro_img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
    border-radius: 10px;
}

.dimage_item img {
    height: 500px !important;
    object-fit: contain;
}

.indicator-item img {
    height: 88px !important;
    width: 100%;
    object-fit: contain;
}

.slider-item {
    width: 100%;
    height: 515px;
    
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    

}



.product_item {
    margin-bottom: 10px;
    position: relative;
    border: none;
    /*border: 1px solid #E5EDFF;*/
    /*transition: 0.35s all;*/
    background: #fff;
    padding: 15px;
    border-radius: 10px;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

}

.accordion-item {
    border: none;
    border-radius: 10px;
}


.cust_according_body {
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

}



.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #225d72;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 10px 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    overflow: hidden;
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: transparent;
    text-transform: capitalize;
    font-size: 15px;
    padding: 8px 15px;
    color: #000;
    font-family: "Lato", sans-serif;
    border: 2px solid black;
    border-radius: 25px;
}



/*Product page*/

.product-code p {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 18px 16px !important;
    border-radius: 100px;
    margin-bottom: 10px;
      border-top: none;
    border-bottom: none;
    border-right: none;
}

.details_right {
    border: 0px solid #ddd;
    padding: 30px 30px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.details_slider {
    position: relative;
    border: 0px solid #ddd;
    border-radius: 10px;

}

.description {
    margin-top: 0px;
    background: #fff;
    padding: 10px 5px;
        /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/

}

.del_charge_area {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    transition: 0.35s all;
    border-radius: 10px;

}


.chheckout-section {
    padding: 50px 0 75px 0 !important;
}

.auth-title, .checkout-shipping .card-header, .cart_details .card-header {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: white;
    text-transform: None;
    padding: 15px 35px;
    background: black;
    border-radius: 10px 10px 0px 0px;
}


.auth-section  {
    margin-top: 5px;
    padding: 15px 10px 50px 10px;
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.card {
    border: none;
    border-radius: 10px;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

}

.card-body {
    flex: 1 1 auto;
    padding: 20px 30px 40px 30px;
    color: var(--bs-card-color);
}


.form-content {
    background: #fff;
    border-radius: 10px;
    margin: 25px 0;
    border: none;
    overflow: hidden;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

}

.chheckout-section {
    padding: 35px 0 75px 0;
}


.form-content form {
    padding: 10px 25px 0px 25px;
}

.register-now.no-account {
    background: #fff;
    padding: 0 25px 35px 25px;
}


.customer-section {
background:white;
    
    margin-bottom: 40px;
    padding-bottom: 70px;
}


/*Footer*/

.footer-about {
    text-align: center;
    margin-right: 70px;
    background: white;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

}






/*Responsive*/

@media screen and (max-width: 720px) {
    
    
    .mobile-search {
    background-color: #fff;
    padding: 3px 20px 20px 20px;
}
    
    .menu-logo img {
    width: 33% !important;
    height: auto;
    margin-top: 5px;
}

.slider-item {
    width: 100%;
    height: auto;
    
}


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


.cmn_menu {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    border-top: 1px solid var(--nav-color-10);
    -ms-overflow-style: none;
    scrollbar-width: none;
    

}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    width: 1px;
    height: 11px;
    background: #000;
}

.cmn_menu a {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--qview-height, 42px);
    padding: 0 15px;
    white-space: nowrap;
    color: inherit;
}



.side_cat_img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    border-radius: 100%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}


.dimage_item img {
    height: auto !important;
    object-fit: contain;
}

.product_item {
    margin-bottom: 5px;
   
}

section.createpage-section {
    padding: 30px 15px 75px 15px;
    background: #fff;
    margin-bottom: 10px;
}



.homeproduct {
    padding-left: 10px;
    padding-right: 10px;
}

section.slider-section {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px 10px;
}


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

.pro_btn button {
    
    text-transform: None !important;
    
}


.product_item {
    
    transition: none !important;
   
}

.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    overflow: hidden;
}


.tab-content {
    padding: 0px !important;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}

.filter_sidebar.active {
    background: #fff;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 10px;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    padding: 0px 25px;
}

.sorting-section, .main_product_inner {
    padding: 10px;
}

.customer-section {
    padding: 0px 13px 53px 13px;
    background: white;
}


/*Checkout*/

.chheckout-section {
    padding: 30px 10px !important;
}

.cart_details {
    margin-bottom: 15px;
    margin-top: 25px;
}

.auth-section  {
    margin-top: 5px;
    padding: 5px 10px 25px 10px;
}

.checkout-shipping {
    padding: 0px 8px;
}

.col-sm-7.cust-order-1 {
    padding: 0px 13px;
}


/*footer*/

.footer-about {
   
    margin-right: 0px;
    
}


.footer-top {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}


.footer_nav {
    text-align: center;
    padding: 10px 20px;
    position: fixed;
    bottom: 25px;
    left: 50%; /* Start at the middle of the viewport */
    transform: translateX(-50%); /* Shift back by half its width */
    max-width: 94%;
    background: linear-gradient(90.25deg, hsl(0deg 0% 98.8% / 80%) 5.68%, hsl(0deg 0% 98.8% / 70%) 143.91%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(100px);
    z-index: 99;
    border: 0px solid #ddd;
    border-radius: 50px;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

}



}