.woocommerce-MyAccount-content {
    background-color: white;
    padding: 16px;
    border-radius: 10px;
    border: solid 1px #e3e7eb;
}
.ps-page--woocommerce-checkout .woocommerce {
	box-shadow: none;
	border: solid 1px #e3e7eb;
}


.ps-page--woocommerce-edit-address .woocommerce, .ps-page--woocommerce-orders .woocommerce, .ps-page--woocommerce-cart .woocommerce, .ps-page--woocommerce-downloads .woocommerce {
    padding: 0;
	    border-radius: 10px;
    box-shadow: none;
	border: solid 1px #e3e7eb;
}

.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    background-color: #f5f8fc;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #e3e7eb;
}

@media screen and (max-width: 768px){
	 .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 16px;
        border-radius: 10px;
        border: solid 1px #e3e6eb;
    }
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    background-color: #2f88ff !important;
    color: white;
    border-radius: 10px 10px 0 0;
}
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: white;
}
	.woocommerce table.shop_table {
    border: none;
}
}