/* custom-styles.css */


.checkout-tab-link nav {
    display: flex!important;
    flex-wrap: wrap!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.checkout-tab-link {
    display: block;
}

.checkout-tab-link ul.nav.nav-pills.nav-justified {
	display: flex!important;
	flex-wrap: wrap!important;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.woocommerce-checkout-review-order-table{
    display: none;
}
.checkout-tab-link ul li.nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
        background: #e4eff2;
}

.checkout-tab-link ul li a.nav-link.active {
    color: #fff;
    background-color: #0855a1;
}

.checkout-tab-link ul li a.nav-link:hover{
	background: #39C7CE;
	color: #fff
}

.checkout-tab-link ul li a.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0855a1;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    background: 0 0;
    border: 0;
}
#billing_country_field label, #billing_state_field label {
    display: none;
}
#shipping_country_field label, #shipping_state_field label {
    display: none;
}
.close-btn{
    cursor: pointer;
}
/* Remove Woocomecre view Sidebar */

body.woocommerce-view-order .woocommerce-MyAccount-navigation {
    display: none !important;
}
.place-order{
    display: none;
}
/*View Order Css*/
.quantity-data-sec
{
    text-align: right;
}
.blueThead tr th{
    background: #0855a1;
   color: #fff;
}

/* 1April CSS*/
.searchResult {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card {
    flex: 0 0 32%;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 0 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.product-card a h2{
    font-size: 20px;
    font-weight: 600;
}
.product-card a:hover h2{
   text-decoration: underline;
   color: #0855a1;
}
.product-card .product-image img{
    border: 1px solid #ccc;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 20px 0;
    border-radius: 5px;
}
.product-card ul.product-list
{
    list-style: none;
    padding-left: 0;
}
.product-card ul.product-list li
{
    font-size: 16px;
    line-height: 34px;
}

.cus-container .cart_totals
{
    max-width: 750px;
    margin-left: auto;	
}

.search-page-sec ul
{
    display: grid !important;
    grid-template-columns: repeat( 4, 1fr );
}