.house-operation p {
    margin-bottom: 3px;
}
.footer-logo img {
    filter: invert(1) brightness(3.5);
}
.connect-us span a {
    color: #999;
}

.elementor-element .ftr-col:not(:last-child) {
  padding-right: 25px;
}
.private-banner p {
    max-width: 60%;
    margin: 0 auto;
}

header.page-header {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.custom-container{
	max-width:1230px;
	margin:0 auto;
	padding:0 15px
}
.not-found header.page-header {
    padding: 60px 0px 0px 0;
    margin-bottom: 20px;
}
.not-found header.page-header h1 {
    margin-bottom: 0;
    color: #032436;
    font-family: "Montserrat", Sans-serif;
}
.not-found p.text_cont-err {
    text-align: center;
    color: #000000;
    font-size: 18px;
	   font-family: "Montserrat", Sans-serif;
}

.not-found form.woocommerce-product-search {
	 display:none;
}
.not-found header.page-header img.lazyloaded {
    margin: 0 auto 20px auto;
}


.not-found h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #032436;
    font-family: "Montserrat", Sans-serif;
    font-weight: 300;
}
.not-found a.woocommerce-LoopProduct-link img {
    margin: 0 auto;
	margin-bottom: 10px;
}
.not-found h2.widgettitle {
    display: none;
}
.error404 .content-area {
    margin-bottom: 0;
} 
table.run-tbl, table.run-tbl tr th, table.run-tbl tr td {
    border: 1px solid #999;
	color: #032436;
    font-family: "Montserrat", Sans-serif;
}
table.run-tbl tr th {
    background-color: #f69221;
    color: #fff;
    font-size: 18px;
}
table.run-tbl tr td {
    background-color: #f8f8f8;
}
table.run-tbl tr td{
	background-color:transparent !important;
}


table.run-tbl tr:hover {
    background-color: #f8f8f8;
}

/*29 aug 2024*/
.woocommerce.columns-3 .storefront-sorting:first-of-type .woocommerce-pagination {
    display: none !important;
}

.woocommerce.columns-3 .storefront-sorting:first-of-type{
	margin-bottom: 0px !important;
}

.woocommerce.columns-3 .storefront-sorting:first-of-type{
    display: flex !important;
    justify-content: right;
}

.product-quantity .quantity br {
    display: none !important;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward br {
    display: none;
}

.woocommerce-cart table.shop_table.shop_table_responsive.cart button.button {
    background-color: #f89406;
	color:#fff;
}

.woocommerce-cart table.shop_table.shop_table_responsive.cart button.button:hover {
    background-color: #032436;
	color:#fff;
}


ul.products .woocommerce.columns-3 .type-product a.added_to_cart.wc-forward {
    background-color: #f69221 !important;
}   

ul.products .woocommerce.columns-3 .type-product a.added_to_cart.wc-forward:hover {
    background-color: #032436;
}

.post-type-archive-product .elementor-products-grid nav.woocommerce-pagination {
    margin-top: 0px !important;
}

@media screen and (max-width:767px){
	.new_footer .common-col {
    max-width: 50%;
}
	
.post-type-archive-product .storefront-sorting {
    margin-top: 50px !important;
}

}
@media screen and (max-width:576px){
	.new_footer .common-col {
    max-width: 100%;
}
	.not-found p.text_cont-err {
    font-size: 16px;
}
	.not-found header.page-header h1 {
    font-size: 30px;
}
}

.post-type-archive-product .woocommerce.columns-3 .storefront-sorting:nth-of-type(2) .woocommerce-result-count,
.post-type-archive-product .woocommerce.columns-3 .storefront-sorting:nth-of-type(2) .woocommerce-ordering{
    display: none !important;
}

.post-type-archive-product .woocommerce.columns-3 .storefront-sorting:nth-of-type(2) {
    display: flex !important;
    justify-content: center !important;
    padding: 20px 0px 0px 0px !important;
    margin-top: 23px;
}

nav.woocommerce-pagination ul li span.page-numbers.current {
    background-color: #032436 !important;
    color:#fff !important;
}

nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li a:not(.next.page-numbers) {
    background-color: #f69221 !important;
	color: #333333 !important;
}