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

.test-image {
    height: 90px !important;
    width: 100px !important;
}


.cart_btn.order_button a {
    background: #000 !important;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 12px !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5sease;
    border-radius: 0px;

}


.footer-bottom {
    background: #000 !important;
    padding: 10px 0;
}


.footer-menu ul li a:hover {
    color: #000 !important;
    margin-left: 2px !important;
}


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


.product_item:hover {
    border-color: #4c484a !important;
}

.dropdown:hover .dropbtn {
    background-color: #302c2e !important;
}

.dropdown:hover .dropbtn {
    background-color: #000 !important;
}


.product-details-discount-badge span.sale-badge-text {
    background-color: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;

}


.dropdown-menu {
    display: none;
    position: absolute;
    background: #ECECEC;
    border: 1px solid #ECECEC;
    z-index: 1000;
    left: 320px !important;
    top: -2px !important;
}

.menu-item:hover .dropdown-menu {
    display: block;
    /* Show on hover */
}

.yamm-content {
    padding: 25px;
    width: 100% !important;

}

.sub-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0px;
    background-color: #f1f1f1;
}

.links a {
    text-decoration: none;
    /* Remove underline */
    color: #666;
    /* Default text color */
}

.links a:hover {
    color: #000;
    /* Change color on hover */
    background: #f0f0f0;
    /* Background on hover */
}


.dropdown-content a {
    color: black;
    padding: 5px 8px !important;
    text-decoration: none;
    display: block;
}

.subcategory {
    font-size: 12px !important;
    margin-bottom: 10px;
    border: 1px solid rgb(28, 18, 18) !important;
    border-radius: 5px;
    width: 100% !important;
}

.subcategory:hover {
    border: 1px solid rgb(127, 120, 120) !important;
}

.subcategory a {
    padding: 5px !important;
}

.subcategory a:hover {
    background-color: transparent !important;
}

.product_item_inner .sale-badge-box {
    background-color: #000 !important;
    border-radius: 20px 0px 0px 20px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 240px !important;
}


/* ahammad_ecommerce style start */


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


.cat_img img {
    width: 90px !important;
    border-radius: 50% !important;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 6px;
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 12px;
}


/* card design */


.product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    width: 160px;
    height: 160px;
}



.product-card .price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}

.product-card .original-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
}

/* .product-card .btn {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;

} */

.product-card .btn {
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
    padding: 4px 0px !important;
    width: 90px !important;
    font-weight: 700;
}

.product-card h5 {
    font-size: 15.4px;
    padding: 0px;
}

.details_right {
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 83% !important;
    border-radius: 5px;
}


.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 40px !important;
    overflow: hidden;
    width: 130px;
    margin-top: 18px !important;
}

.custom-button {
    background-color: #f58220;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}


.form-section {
    margin-top: 20px;
}

.form-section h2 {
    font-size: 24px;
    font-weight: bold;
}

.form-section label {
    font-size: 16px;
    font-weight: bold;
}

.form-section input {
    margin-bottom: 15px;
}

.order-summary {
    margin-top: 20px;
}

.order-summary h2 {
    font-size: 24px;
    font-weight: bold;
}

.order-summary .product-details {
    font-size: 16px;
}

.order-summary .total {
    font-size: 20px;
    font-weight: bold;
    color: #0000FF;
}

.btn-confirm {
    background-color: #FF7F00;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.mobile-style-parent {
    margin: 1px;
}


.mobile-padding {
    padding: 0px !important;
}

.all-products .owl-carousel .owl-item img {
    display: block;
    width: 82%;
    height: 160px;
}

.page-sort {
    display: flex;
    justify-content: end;
}

.shadow-local {
    box-shadow: 1px 1px 10px 1px #f0e2e2;
}


.details-btn {
    font-size: 17px;
}

.page-header {
    font-size: 1.80rem;
}

.cashe_on_btn {
    background: rgb(58, 184, 58);
    padding: 20px 0px;
    font-size: 23px;
}


@media (max-width: 500px) {

/*
    .test-image {
        height: 70px !important;
        width: 70px !important;
    } */


    .page-header {
        font-size: 1.50rem;
    }

    .mobile-padding {
        padding: 4px !important;
    }

    .details_right {
        border: 1px solid #ddd;
        padding: 10px 20px;
        height: 100% !important;
        border-radius: 5px;
    }

    .details-btn {
        font-size: 14px;
    }

    .sec_title {
        margin-bottom: 0px;
    }

    .section-title-header {
        border-bottom: 1px solid #ececec;
        padding-bottom: 0px;
    }

    .timer_inner {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .section-title-header {
        border-bottom: 0px solid #ececec;
        padding-bottom: 0px;
    }

    .product-card .btn {
        margin-top: 15px;
        font-size: 10px;
    }

    .mobile-style-parent {
        margin: 1px;
    }

    .mobile-style {
        padding: 4px;
    }

    .all-products .owl-carousel .owl-item img {
        display: block;
        width: 80% !important;
        height: 140px !important;
    }

    .cashe_on_btn {
        background: rgb(58, 184, 58);
        padding: 20px 0px;
        font-size: 17px;
    }

    .product-card .price {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin-top: 5px;
    }

    .product-card h5 {
        font-size: 15.4px;
        padding: 0px;
    }

    .related_wrapper {
        width: 86% !important;
        margin: auto !important;
    }

    .product-card {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
        height: 305px;
    }



}


@media (max-width: 330px) {

    .product-card .btn {
        margin-top: 10px;
        font-size: 9px;
    }

}
