/* Remove padding before and after book search container on the home page */
.main-content-container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Remove Product Desc From Categories Page HC-21168853-PA */
#post-6669 .product-cat-description {
	display: none;
}

/* Remove Product Desc From Categories Page HC-21168853-PA */
#post-6669 .product-cat-description {
	display: none;
}

/* Remove Product Desc From Categories section on home Page  */
#post-10766 .product-cat-description {
	display: none;
}

/* To increase hight of the sort menu on the bookstore page */
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	height: 50px;
}

/* css for pagination plugin to increase the font size and the colour */
.paging-navigation ul.pagination li.pagination-list .page-numbers {
	padding: 6px 12px;
	border: none;
	color: #df9745;
	background: none;
	font-size: 20px;
	text-transform: uppercase;
}

/* css for sticky header  
#site-header {
    background:#2f2b35;
    height:60px;
    z-index:170;
    margin:0 auto;
    border-bottom:1px solid #dadada;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
}
#site-brand{
margin-top:60px;
}

#navbar-brand{
margin-top:60px;
}
*/ 

/* ==========================================
   नया कोड: पैकिंग स्लिप में कस्टमर एड्रेस बड़ा करने के लिए 
   ========================================== */
.wpo_wcpdf-html-body .shipping-address,
.wpo_wcpdf-html-body .billing-address,
.wpo_wcpdf-html-body td.address,
.wpo_wcpdf-html-body textaddr {
    font-size: 24pt !important; /* फॉन्ट साइज बड़ा करने के लिए */
    line-height: 1.5 !important; /* लाइनों के बीच सही गैप के लिए */
    font-weight: bold !important; /* अक्षरों को गहरा (Bold) करने के लिए */
    color: #000000 !important; /* एकदम गहरा काला रंग */
}