.hm_category_header {
    background: #ddd;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #232323;
}

.hm_cat_card .card-body {
    max-height: calc(350px - 47px);
    height: calc(350px - 47px);
    padding: 0px !important;
}

.hm_cat_list .c-item {
    margin: 5px;
}

.hm_cat_list {
    height: 100%;
    overflow: auto;
}

.hm_cat_list .navi-link {
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 5px;
    font-size: 16px;
    color: #232323;
    transition: 0.5s ease;
}

.hm_cat_list .navi-link:hover {
    background: #f3f3f3;
}

.hm_counter {
    border-radius: 5px !important;
}

.hm_view_btn {
    background: #ff277c;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff !important;
    border-radius: 5px;
}

.right_link.hm_view_btn:hover {
    background: #d11f65;
    color: #fff !important;
}

.product-button.hm_order_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fe277c;
    padding: 5px 10px;
    color: #ffff;
    font-size: 16px;
    transition: 0.5s ease;
}

.product-button.hm_order_btn:hover {
    background: #525DDD;
}

.btn.btn-primary:hover{
    background: #525DDD!important;
    background-color: #525DDD!important;
}
a.bg_secondery{
    color: #fff!important;
}
.btn-primary.bg_secondery{
    background-color: #525DDD!important;
    background: #525DDD!important;
    transition: 0.5s;
}
.btn-primary.bg_secondery:hover{
    background-color: #fe277c!important;
    background: #fe277c!important;
}

.product-card.hm_product_card {
    border-radius: 0px !important;
    border-bottom: none !important;
}

.product-card .product-thumb {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.hm_product_card.product-thumb {
    border-radius: 0px !important;
}

.hm_product_card.product-card .product-thumb>img {
    border: 0.5px solid #d11f65 !important;
}

.btn.btn-primary::before {
    display: none;
}

a.btn_call_now{
    display: block;
    color: #232323!important;
    font-size: 16px;
    text-align: center!important;
    background: #ffc61f!important;
    font-weight: bold;
    padding: 10px 5px;
    border-radius: 7px;
    transition: 0.5s ;
}

a.btn_call_now:hover{
    background: #525DDD !important;
    color: #fff!important;
}

.hm_viewAll:hover {
    background: #525DDD !important;
    background-color: #525DDD !important;
    color: #fff !important;
}

.hm_item_image {
    max-height: 420px!important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-thumbnails .owl-thumbs {
    margin-top: 15px;
    margin-bottom: 14px;
    display: block;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: left;
}

.product-gallery{
    border-radius: 0px!important;
}

.hm_border_bottom_solid{
    border-bottom: 1px solid #ddd!important;
}

.details-page-top-right-content{
    padding: 15px 25px 15px;
}

.product-title{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.catalog_all_products{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.font-title{
    font-size: 20px;
    font-weight: bold;
}

.form-group label{
    font-size: 18px;
}

.related_product_wraper{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
}

.remove-from-cart {
    padding: 8px;
    background: #f44336;
    color: #fff!important;
    height: 60px;
    display: flex!important;
    align-items: center;
}

.product-card .product-price{
    font-size: 18px!important;  
}
.product-card .product-title>a{
    font-size: 18px!important;
    font-weight: 700;
}
.shopping-cart-footer span {
    font-size: 18px;
    font-weight: 600;
    color: #000!important;
}

.shopping-cart-footer #deliveryCharges{
    color: #f44336 !important;
}
.checkoutSuccessTitle{
    font-size: 30px;
    font-weight: bold;
}
.checkoutSuccessText{
    font-size: 18px;
}
.site-header .site-branding .site-logo {
    width: 280px!important;
}
.text_terms {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.hero-slider .item{
    height: 350px;
}

#header_search_form .search_bar_box > button{
    width: 40px;
    height: 44px;
    background: #ff277c;
    text-align: center;
    margin-top: -7px;
    margin-right: -9px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}

.payment_methods{
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .catalog_all_products{
        grid-template-columns: repeat(3, 1fr);
    }
    .related_product_wraper{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 15px;
    }
}


@media screen and (max-width: 550px) {
    .hero-slider .item {
        height: 150px!important;
    }
    .slider-area-wrapper {
        margin-top: 10px;
    }
    .site-header .site-branding .site-logo {
        width: 180px!important;
    }
    .catalog_all_products{
        grid-template-columns: repeat(2, 1fr);
    }
    .related_product_wraper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
    .hm_cat_card {
        background: none !important;
        background-color: transparent !important;
    }

    .hm_cat_card .card-body {
        max-height: 100% !important;
        height: auto !important;
        height: auto !important;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .hm_cat_card.hm_cat_phn .hm_cat_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
    }

    .hm_cat_list .navi-link {
        background: #fff;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        border: 1px solid #ddd;
        min-height: 170px;
        max-height: 170px;
    }

    .hm_cat_img img {
        width: 100px;
        height: 100px;
        display: block;
        object-fit: cover;
    }

    .hm_cat_list .navi-link .text-gray-dark {
        text-align: center;
        font-size: 12px;
        text-align: center;
    }

    .hm_item_image{
        max-height: 330px!important;
    }

    .product-thumbnails .owl-thumbs{
        margin-top: 8px!important;
        margin-bottom: 8px!important;
    }

    .product-thumbnails .owl-thumbs .owl-thumb-item {
        height: 50px;
        width: 50px;
    }
    .details-page-top-right-content{
        margin-top: 0px!important;
    }
    
    .details-page-top-right-content .price-area{
        font-size: 16px!important;
    }
    .product-quantity span{
        width: 35px!important;
        height: 35px!important;
        line-height: 35px!important;
    }
    .product-quantity input{
        height: 35px!important;
    }
    .card-body{
        padding: 10px!important;
    }
    .details-page-top-right-content {
        padding: 10px 15px!important;
    }
    .qtySelector.product-quantity.mb-3{
        margin-bottom: 5px!important;
    }
    .site-header .site-branding .site-logo>img {
        width: 180px!important;
    }
    .remove-from-cart{
        width: 50px;
    }
    .order-table .product-item .product-thumb, .shopping-cart .product-item .product-thumb, .wishlist-table .product-item .product-thumb{
        display: block!important;
    }
}

@media (max-width: 414px){
    .details-page-top-right-content .p-title-main{
        font-size: 18px;
        line-height: 1.3;
    }
}
