/* body, footer{
    font-family: Lato, Arial, Helvetica, sans-serif !important;
} */

.menu-area {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-color: #000000;
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: #000000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-family: "Lato", sans-serif;
}


.pro_btn button {
    background: #000000;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5sease;
    border-radius: 30px;
}

.cart_btn.order_button a {
    background: #000000;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5sease;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: #000000;
    width: 11%;
    float: left;
}

.main-search form {
    border: 1px solid;
    height: 39px;
    background: #f7f7f7;
    border-color: #090808;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: #F7F7F7 !important;
    width: 11%;
    float: left;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #958383;
}

.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #000000;
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}


.pro_price p {
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}


.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.footer-bottom {
    background: #000000;
    padding: 10px 0;
}


.product_item_inner .sale-badge-box {
    background-color: #000000;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item:hover {
    border-color: #635c59 !important;
}

.cat_item:hover {
    border-color: #635c59;
}


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


.ui-slider-horizontal .ui-slider-range {
    background-color: #000000;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: #000000;
    opacity: 1;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid #000000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    margin-top: 3px;
}


.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #605959;
    border: 1px solid #605959;
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Potro Sans Bangla";
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover {
    font-size: 18px;
    color: #fff;
    background-color: #0096FF !important;
    border: 1px solid #0096FF !important;
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Potro Sans Bangla";
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* extra nav css */

.navbar {
    padding: 0rem 1rem;
}

.navbar-brand img {
    height: 50px;
}

.search-bar {
    width: 100%;
    max-width: 600px;
}

.search-bar input {
    width: calc(100% - 40px);
    border: 1px solid #000;
    border-radius: 0;
}

.search-bar button {
    border: 1px solid #000;
    border-left: 0;
    border-radius: 0;
}

.navbar-text {
    font-size: 0.9rem;
}

.navbar-nav .nav-link {
    font-size: 0.9rem;
}

.navbar-nav .nav-link i {
    margin-right: 0.25rem;
}

.navbar-nav .nav-item:last-child .nav-link {
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 112px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.call-us {
    display: flex;
    align-items: center;
}

.call-us i {
    font-size: 24px;
    margin-right: 10px;
}

.call-us .text {
    font-size: 16px;
}

.call-us .number {
    font-size: 20px;
    font-weight: bold;
}


.header-list-items {
    text-align: center;
    margin: 0px 0px !important;
    display: flex;
    justify-content: end;
}


.call {
    display: flex;
    gap: 20px !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: end;
    align-items: center;
}


.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 0px !important;
    font-weight: 600;
}


.product-section {
    margin-top: 65px !important;
}

#content {
    width: 100%;
    padding-top: 100px;
}

.color_inner .selector .selector-item label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 25% 45% 30% !important;
    grid-gap: 0;
}


.main-search {
    margin: 8px 0;
    position: relative;
    margin-left: 0px;
}

.welcome-header {
    background-color: #000 !important;
    padding: 10px 0px !important;
    color: #fff
}

.nav-list {
    background-color: #fff !important;
    border-top: none !important;
    border-bottom: none !important;
    border-bottom: 0.1px solid #212529 !important;
    border-top: 0.1px solid #212529 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}


li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-color: #fff !important;
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #000 !important;
}

.navbar-custom {
    background-color: #000;
    padding: 10px;
}

.navbar-custom .navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-custom .navbar-toggler {
    border: none;
}

.navbar-custom .navbar-toggler-icon {
    color: #fff;
}


.subcategory-extra {
    color: white;
    font-size: 12px;
    font-weight: 700;
    width: 220px;
}


.custom-menu-container {
    max-width: 1600px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    scrollbar-width: initial;
    scrollbar-color: #c1bebe;

}

/* Chrome, Edge, Safari */
.custom-menu-container::-webkit-scrollbar {
    height: 4px !important;
}



.custom-menu-container::-webkit-scrollbar-thumb {
    background: #c1bebe;
    border-radius: 10px;
    transition: 0.3s;
}

.custom-menu-container::-webkit-scrollbar-thumb:hover {
    background: #c1bebe;
}

/* card */

.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.discount-badge {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.new-badge {
    background-color: #438E44;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 50px;
    left: 10px;
    font-size: 12px;
}

.action-icons {
    position: absolute;
    top: 250px;
    right: 166px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.action-icons i {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price {
    color: #007bff;
    font-weight: bold;
    font-size: 15px !important;
}

.old-price {
    text-decoration: line-through;
    color: grey !important;

}

.order-btn {
    background-color: #007bff !important;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}


.card {
    border: 0.5px solid transparent;
    transition: border 0.3s ease-in-out;
}

.product-container:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
    transition: all 0.3s ease-in-out;
    /* background-color: #d7ddff; */
}


.product-container:hover .action-icons {
    opacity: 1;
}


/* .product-container:hover img {
    transform: scale(1.02);
    transition: transform 0.6s ease-in-out;
} */

.product-container:hover .new-badge,
.product-container:hover .discount-badge {
    z-index: 1000;
}

.product-container:hover .action-icons {
    z-index: 1000;
}

.card-img-top {
    width: 300px !important;
    height: 270px !important;
    text-align: center !important;
    margin: auto !important;
    padding: 10px;
}


.magnifier {
    left: 25px !important;
    top: 250px !important;
    border: 1px solid rgb(240, 225, 225) !important;
    /* width: 300px !important; */
    /* height: 350px !important; */
}


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


.product_item {
    margin-bottom: 30px;
    position: relative;
    border: none !important;
    transition: 0.35s all;
    background: #fff;
    padding: 0px !important;
    border-radius: 5px;
}

.description-title {
    font-family: Lato, sans-serif;
    color: rgb(51, 51, 51);
    margin-top: 20px;
    font-size: 30px;
}

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

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.goog-te-gadget-simple {
    background-color: #FFF;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #D5D5D5;
    font-size: 10pt;
    display: inline-block;
    padding: 8px 15px !important;
    cursor: pointer;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple::before {
    content: "Languages";
    font-size: 12px;
    color: #333;
    margin-right: 5px;
}

.goog-te-gadget-simple {
    display: flex;
    align-items: center;
}


.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff !important;
    margin-bottom: 20px;
    padding: 10px 0;
}

section.slider-section {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin: 0px;
    position: relative;
}

.product-card img {
    width: 250px !important;
    border-radius: 10px;
    height: 310px !important;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 10px;
    padding-right: 10px;
}

.product-info {
    margin-top: 10px;
}

.product-info h5 {
    font-size: 1rem;
    font-weight: 500;
}

.product-info .price {
    color: #333;
    font-weight: 400;
    margin-top: 5px;
}

.product-info .old-price {
    text-decoration: line-through;
    color: #999;
    padding: 4px;
}

.order-now-btn {
    margin-top: 10px;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 4px 22px;
    border-radius: 2px;
    border: 0.5px solid;
}

.order-now-btn:hover {
    background-color: #333;
    color: white !important;
}

.order-now-btn:hover a {
    color: white !important;
}



@keyframes borderAnimation {
    0% {
        border-color: #ff0000;
    }

    50% {
        border-color: #00ff00;
    }

    75% {
        border-color: #000;
    }

    100% {
        border-color: #0000ff;
    }
}

.animated-border {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1.7px solid red;
    border-radius: 2px;
    animation: borderAnimation 2s infinite alternate;
}

@keyframes borderAnimation1 {
    0% {
        border-color: #000;
    }

    50% {
        border-color: #00ff00;
    }

    75% {
        border-color: red;
    }

    100% {
        border-color: #0000ff;
    }
}

.animated-border1 {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1.9px solid red;
    border-radius: 2px;
    animation: borderAnimation1 2s infinite alternate;
}

.category-extra-margin{
    margin-top: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .category-extra-margin{
    margin-top: 30px !important;
}

    .mobile-btn{
        width: 100%;
    }

    .product-card img {
    width: 250px !important;
    border-radius: 10px;
    height: 250px !important;
}


    .card-img-top {
        width: 300px !important;
        height: 165px !important;
        text-align: center !important;
        margin: auto !important;
        padding: 0px;
    }

    .slider-item {
        width: 100%;

    }

    .price {
        color: #d72f13;
        font-weight: bold;
        font-size: 14px !important;
    }

    .old-price {
        text-decoration: line-through;
        color: #d72f13;
        font-weight: bold;
        font-size: 14px !important;

    }

    .product-parent {
        flex-direction: column;
    }

    #content {
        width: 100%;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .description-title {
        font-family: Lato, sans-serif;
        color: rgb(51, 51, 51);
        margin-top: 20px;
        font-size: 21px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none !important;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

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

    .maring-left {
        padding-left: 20px !important;
    }

    .form-content {
        background: #fff;
        border-radius: 5px;
        margin: 9px 0px !important;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .footer-menu {
        text-align: center !important;
    }

    .device-hidden {
        display: none;
    }

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

    .category-image {
        margin: auto;
    }

    .product-container {
        margin: 0px !important;
    }

    .facbok-page {
        max-width: 95%;
    }

    .menu-bag li span {
        background: #E62E04;
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 12px;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        line-height: 15px;
        display: none;
    }


    /* .VIpgJd-ZVi9od-ORHb-OEVmcd {
        display: none !important;
    }

    .goog-te-gadget-simple {
        background-color: #FFF;
        border-left: 1px solid #D5D5D5;
        border-top: 1px solid #9B9B9B;
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #D5D5D5;
        font-size: 10pt;
        display: inline-block;
        padding: 8px 15px !important;
        cursor: pointer;
    }

    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget-simple img {
        display: none !important;
    }

    .goog-te-gadget-simple::before {
        content: "Languages";
        font-size: 10px;
        color: #333;
        margin-right: 5px;
    }

    .goog-te-gadget-simple {
        display: flex;
        align-items: center;
    }


    .mobile-logo {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        text-align: center;
        font-size: 16px;
        height: 70px;
        align-items: center;
        margin-top: -38px;
    } */


    .goog-te-gadget-simple {
        background-color: #FFF;
        border-left: 1px solid #D5D5D5;
        border-top: 1px solid #9B9B9B;
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #D5D5D5;
        font-size: 10pt;
        display: inline-block;
        padding: 8px 15px !important;
        cursor: pointer;
    }

    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget-simple img {
        display: none !important;
    }

    .goog-te-gadget-simple::before {
        content: "Languages";
        font-size: 10px;
        color: #333;
        margin-right: 5px;
    }

    .goog-te-gadget-simple {
        display: flex;
        align-items: center;
    }



    .card-img-top {
        width: 300px !important;
        height: 215px !important;
        text-align: center !important;
        margin: auto !important;
        padding: 0px;
    }

    .card-image-category {
        width: 300px !important;
        height: 115px !important;
        text-align: center !important;
        margin: auto !important;
        padding: 0px;
    }

    .new-badge {
        background-color: #438E44;
        color: white;
        border-radius: 5px;
        padding: 5px 10px;
        position: absolute;
        top: 50px;
        left: 10px;
        font-size: 10px;
    }

    .discount-badge {
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        padding: 5px 10px;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 10px;
    }

    .category-title {
        font-size: 10px;
    }

    section.slider-section {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }

    .order-btn {
        background-color: #007bff !important;
        color: white;
        border-radius: 5px;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 10px !important;
    }

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

    .product-info h5 {
        font-size: 12px;
    }

    .order-now-btn {
        margin-top: 10px;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 4px 10px;
        border-radius: 2px;
        border: 0.5px solid;
        font-size: 12px;
    }

    .product-info {
        margin-top: 0px;
    }

    .product-card {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px 10px 0px 10px;
        margin: 0px;
        position: relative;
    }

    .detail-page {
        margin-top: 0px !important;
    }

    .homeproduct.main-details-page {
        margin-top: 0px !important;
    }


    .product-section {
        padding: 30px 0;
        background: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 0px !important;
    }

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

    .menu-logo img {
        width: 110px;
        height: 50px;
        margin-top: 0;

    }

}

@media (max-width: 500px) {

    .detail-btn {
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        width: 270px !important;
        height: 60px;
        background: #FF4D03;
    }
}

@media (max-width: 380px) {

    .detail-btn {
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        width: 230px !important;
        height: 50px;
        background: #FF4D03;
    }

}




@media (max-width: 325px) {

    .detail-btn {
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        width: 150px !important;
        height: 50px;
        background: #FF4D03;
    }

}
